Font size
WorksheetsQuiz Lec2
Total questions: 10
Worksheet time: 9mins
Find the code that isn't working and type your answer with the correct code. If all codes are working, type "None"
(a)
Analyze the program code and determine the source of any error/s. Fill in the blanks with the missing and proper code/s. If there is/are no error/s, Write "None."
(a)
Uses of C++ have been widely and effectively employed to the following, except.
Medical Technology
Movie Production
Web Browsers
Game Development
Web Development
The C++ compiler ignores white spaces. However, multiple lines makes the code more readable.
True
False
C++ was developed by Bjarne Stroustrup starting in what year?
(a)
C++ was initially known as “C with classes, ” and was renamed C++ in what year?
(a)
It is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.
(a)
It is the shorthand for adding one to variety in programming.
(a)
Every C++ statement ends with a semicolon (;).
True
False
Identify the missing code in the given program. . If there is no missing code, type "correct"
(a)
