
ASSESSMENT FOR COMPROG 1
Quiz by MICHELLE CARLOS
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
He was the creator of C++
C++ was created using _______.
The ++ sign in C++ means
This is the first name of C++
Which is true about C++
Encapsulation is __________
Polymorphism is __________
Data hiding is __________
Inheritance is __________
This includes the control and power of the assembly language.
This means that you can write a program for a system and be able to use it on other systems.
Refers to the limited
keywords used in programming.
STL stands for _______
This stores either value true or false
This stores integer type (typically a single octet –one byte)
These are constants; fixed values that the program may not alter.
They have states and behaviors.
This can be defined as a template/blueprint that describes the behaviors/states that object of its type support.
It is in__________ where the logics are written, data is manipulated and all the actions are executed.
An object's state is created by the values assigned to these___________________.
These are predefined words whose meanings cannot be changes by users.
It cannot be changes during the execution of the program.
These are types if Constants
These are set of digits from 0 to 9 with decimal points
Creates set of constants with a single line.
These are derived data types
How many bytes does a character has?
What is the range of an integer?
Which syntax is correct?
This deals with more significant figures.