wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

OOps test quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

c++ is an _____________ , developed by ______________ , and is an extension of c language

a)

object oriented program , Bjarane

b)

class and data

c)

complier, interpreter

d)

functions comments

2.

computers work on instructions given to them in a specific language which is known as __________

a)

programming language

b)

bitcode

3.

a program written in a high language is called a ____________

a)

object

b)

source code

c)

variable

d)

constant

4.

_________ are fixed values used by a program

a)

constant

b)

variable

c)

boolean

d)

float

5.

we need to write the c++ code using binary numbers

a)

true

b)

false

c)

maybe

6.

once we compile the C++ code and the .exe is generated,

we can run the program from DOS prompt

a)

maybe

b)

no

c)

true

d)

false

7.

The assignment operator is used to assign a data type to a variable

a)

True

b)

False

8.

_____ is an object oriented language

a)

c++

b)

compiler

c)

programming

9.

_________ in programming come into use when we need to repeatedly execute a block of statements.

a)

nested for loop

b)

none

c)

for loop

d)

loop

10.

the <iostream .h> provides the basic INPUT and output fundamentales

a)

true

b)

false

c)

maybe