PP2
Quiz by narendran vel
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
Who is the inventor of C++?
James
Bjarne Stroustrup
Dennis Richiee
10s - Q2
What is the name of the operator used in cin?
extraction
less than
insertion
greater than
10s - Q3
Which operator symbol used for cout statement?
>
<
>>
<<
10s - Q4
Which name is used to create the object?
filename
class name
function name
object name
10s - Q5
Which operator is used to access the data member & member function?
::
++
+
.
10s - Q6
Whether Class should end with semicolon in c++?
truefalseTrue or False10s - Q7
Is This symbol ":" is used for the access the member function from outside the class?
falsetrueTrue or False10s - Q8
Which symbol is used to access the member function from outside the class?
--
::
+
++
10s - Q9
What is the name of "int a, b" under the class declaration"
Data Members
Pre defined variables
User defined variables
Datatype variables
10s - Q10
Which specifier is used to follow for getter and setter method?
Public
Private
10s