Computer Applications (Commerce) - XII
Chapter 1 : Review of C++ Programming
Sign in to Google to save your progress. Learn more
Student Name *
School name *
1. Basic building blocks of C++ programs are  called *
1 point
2. Reserved words that convey specific meaning to the language compiler is __________ *
1 point
3. Tokens that do not change their value during the program run is _________________. *
1 point
4. __________Symbols that tell the compiler about some operations. *
1 point
5. _____________ are used to identify the type of data and associated operations handling these data *
1 point
6. ________ are used with data types to modify the size of memory space and range of data . *
1 point
7. Which  converts a lower data type into higher data type *
1 point
8. In which conversion the user determines the destination data type *
1 point
9.Pre-processor directive are start with the symbols _______ *
1 point
10. Which is the extraction operator or get from operator *
1 point
11. Which operator of C++ requires three operands *
1 point
12. Example of Ternary Operator *
1 point
13. Give examples for exit-controlled loop. *
1 point
14. Which control transfer statement is equivalent to the conditional operator ( ?: )? *
1 point
15. All switch statements can be replaced by any form of if statement. State whether it is true or false. *
1 point
16. Placing a loop inside the body of another loop is called _______________ loop *
1 point
17.  n++ is equivalent to *
1 point
18. _______statements that perform unconditional control transfer in a program. *
1 point
19. Find out Odd one *
1 point
20 _____jump statement used for skipping over a part of the code within the loop-body and forcing the next iteration. *
1 point
21. Which of the following is not a character constant in C++? *
1 point
22  Identify the invalid  identifiers . *
1 point
23. The _________ statement can transfer the program control to anywhere in the function. *
1 point
24. Predict the value of p and q after executing the statement q=p++; if p=10 *
1 point
25  b=++a is equivalent to  the statement sequence *
1 point
 Type your valuable Suggestion  about this Quiz  
After Selecting answer of all question,press "SUBMIT" button and press "View Score" Button to know your Score and correct answers
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy