NEW
Font size
WorksheetsOOps test quiz
Total questions: 10
Worksheet time: 5mins
c++ is an _____________ , developed by ______________ , and is an extension of c language
object oriented program , Bjarane
class and data
complier, interpreter
functions comments
computers work on instructions given to them in a specific language which is known as __________
programming language
bitcode
a program written in a high language is called a ____________
object
source code
variable
constant
_________ are fixed values used by a program
constant
variable
boolean
float
we need to write the c++ code using binary numbers
true
false
maybe
once we compile the C++ code and the .exe is generated,
we can run the program from DOS prompt
maybe
no
true
false
The assignment operator is used to assign a data type to a variable
True
False
_____ is an object oriented language
c++
compiler
programming
_________ in programming come into use when we need to repeatedly execute a block of statements.
nested for loop
none
for loop
loop
the <iostream .h> provides the basic INPUT and output fundamentales
true
false
maybe
