Assessment 2 Computer Programming
1. A __________is a sequence of finite instructions, often
used for calculation and data processing?
2. __________is a compact and informal high-level
description of a computer programming algorithm that
uses the structural conventions of some programming
language, but is intended for human reading rather than
machine reading?
3. __________ is used for making decisions and for selecting
the proper path out of two or more alternative paths in
program logic?
4-9. What are the six properties of algorithm that must be
considered in solving a problem in programming?
10. A __________ is a diagrammatic representation of an
algorithm. A _________ can be helpful for both writing
programs and explaining the program to others.
11-15. What are the five commonly used symbols in creating
a flowchart?
16. _____________is the modification of information to
make it easier to read or more structured. For example, in
alphabetical order, a log of data may be sorted, making it
easier to find individual entries.
17-19.What is the three versions of the C++ programming
language?
20. During 1970 _______ created C Programming language to
develop the UNIX operating system at Bell Labs.