Computer and Business FY1000 Dr. A. Ebrahimi Midterm Fall 05
To answer the question using CTRL + PrintScreen copy the snapshots of your work and paste it into a word document. When you are finished email it to ebrahimidr@gmail.com
Answer all the questions one of them will be extra credit.
Q1a) Edit the program in page 60 of the book (25 points) Volume 1
Q1b) Compile the program in the visual studio .Net with win 32 console project. Identify some of the error message? how many did you received?
Q1c) Execute the program with data ( start without debugging).
Q1d) Modify the program to loop 3 times instead of 5 times and run the program again.
Q2a) Design your own web page by integrating the 10 commandment of the HTML into your web page.
Q2b) Your web should have a links to your journals.
Q2c) your web should have link to your quiz
Q2d) your web should have a link to your assignments
Q3) Write a language translator as explained in the volume two of the textbook for two languages beside English to Spanish. Volume 2
Q3 b) Identify decision making portion of the program.
Q 3c) Identify the loop (repetition) portion of the program.
Q 3d) What is mysterious about this program?
Q 3e) What is magical about this program?
Q4a) Give one example on the theme of preface and how to overcome the problem (one paragraph).
Q4b) What is your own experience dealing with the similar situation? (one paragraph).
Q4c)What is ASCII Code?
Q4d)What the code for upper case B and lowercase b?
Q4e)What is the code for blank space and digit 0?
Q5a)Where the word algorithm come from? find the answer from the textbook
Q5b)Write an algorithm for a task that you are familiar with.