Programming
Language Project
Question
Set #4
Due:
Answers
MUST be keyed in before printing
Name ________________________ Programming Language ___________
Note: For
each of these question sets, you should look first in the reports you were
given. You should then check the
information on the Web or in a book. If
the information is not in the report, you should say so and then find it on the
Web or in a book.
1.
Where did you find a compiler/interpreter?
2.
What was the name of the file you
downloaded to install it?
3.
What are the steps you used to install it
(i.e. provide the directions you actually followed to install it).
4.
How do you compile/interpret a program? (i.e. What command do you issue?)
5.
What environment are you using to edit the
code?
6.
How do you run a program? (show the command)
7.
Attach the source code for a short program
that you have interpreted/compiled and run.
The program does not have to achieve any meaningful task but must
include statements illustrating 3 of the answers you provided to questions 6,7,
8,9, and 10 from question sets #2. It must include line by line comments
identifying the type of statement AND the requirements for the statement. Circle the type of statements you are illustrating.
a.
Assignment
b.
Selection
c.
Iteration
d.
Input
e.
Output
8.
Capture the output produced by your program
(screen capture). Print it and attach it
also.