Instructor
Due Date
Part
1
2
3
4
Total
Maximum
Points
25
points
25
points
25
points
25
points
100
points
Your
Score
 
Textbook Reading Assignment
Thoroughly read Chapter(s) 1 and 2 in your ​Programming with C + +​ textbook.
Part 1 Glossary Terms
Define, in detail, each of these glossary terms from the realm of computer programming logic and
design and computer topics, in general. If applicable, use examples to support your definitions.
Consult your notes or course textbook(s) as references or the Internet by visiting Web sites such as:
http://www.ask
.com
http://www.weboped
ia.com
http://www.eb.
com
 
(a) Algorithm
(b) Compiler
Compiler is a program that translates ​source code
into
object code
(c) Logic Error
(d) Run – Time Error
A syntax error is an error in the source code of a program. An example of a syntax error is when
you forget to end a statement with “}”.