40 likes | 130 Vues
Learn about programming languages, common errors, and control structures in this comprehensive guide for beginners. Explore concepts such as syntax, control flow, and execution order. Discover the difference between obsolete and fifth-generation languages.
E N D
CS 101 Attendance 4/8/2014
Basic, C and Java are • obsolete programming languages • third-generation languages • fifth-generation languages • none of the above
A programmer who misspells a keyword in a language has made a _______ error. • syntax • logic (semantics) • runtime • human
A control structure • determines the order of execution of steps in a program • allows the programmer to manipulate data in the program • cannot be used in most third-generation languages • is only used in pseudocode