Control statements in C++

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Malar Selvi
Used 18+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the odd one from the keywords of jump statements:
break
switch
goto
continue
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following is called entry control loop?
(A) do-while
(B) for
(C) while
(D) if-else
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a, b, c
a = 6 ;
b = 7 ;
c = (a++) – (- - b) ;
cout << c ;
The output of the above code, when it is executed is ……………
a) 0
b) 9
c) 11
d) error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an Object Oriented Programming language?
a) C++
b) C
c) BASIC
d) FORTRAN
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A preprocessor directive starts with the symbol ………….
a) %
b) \
c) $
d) #
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Program written in high level language is called as …………….
a) Object code
b) Source code
c) Executable code
d) All of these
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT true, related to functions?
a) The actual parameters can be passed in the form of constants to the formal parameters of value type.
b) The actual parameters can be passed only as variable to formal parameters of reference type.
c) The default value in the formal parameters can be given in the form of variable initialization.
d) The default value for an argument can be given in between the argument list
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Parts of a Method (Java)

Quiz
•
9th Grade - University
15 questions
002_Java Methods

Quiz
•
12th Grade - University
10 questions
Grade 9 - User Defined Methods

Quiz
•
9th Grade
15 questions
Eilat T1W2 Functions Quiz 1

Quiz
•
9th Grade
20 questions
C++ Function

Quiz
•
10th Grade
11 questions
CMU CS Academy Unit 2 Part 3 Mouse Release Events

Quiz
•
9th Grade
15 questions
AI-Unit 1

Quiz
•
9th - 10th Grade
15 questions
Time machine week 4

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade