wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz Lec2

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

Find the code that isn't working and type your answer with the correct code. If all codes are working, type "None"

(a)  

2.

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)  

3.

Uses of C++ have been widely and effectively employed to the following, except.

a)

Medical Technology

b)

Movie Production

c)

Web Browsers

d)

Game Development

e)

Web Development

4.

The C++ compiler ignores white spaces. However, multiple lines makes the code more readable.

a)

True

b)

False

5.

C++ was developed by Bjarne Stroustrup starting in what year?

(a)  

6.

C++ was initially known as “C with classes, ” and was renamed C++ in what year?

(a)  

7.

It is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.

(a)  

8.

It is the shorthand for adding one to variety in programming.

(a)  

9.

Every C++ statement ends with a semicolon (;).

a)

True

b)

False

10.

Identify the missing code in the given program. . If there is no missing code, type "correct"

(a)