What is the output of the following program segment?
int num=10;
if (num >5)
{ cout<< "Number is greater than 5"; }
Topic2: If method
Quiz
•
Computers
•
University
•
Easy
AZLINA MYDIN
Used 7+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program segment?
int num=10;
if (num >5)
{ cout<< "Number is greater than 5"; }
Number is greater than 5
Number is not greater than 5
10
5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program segment?
int num=10;
if (num >20)
cout<< "Number is greater than 20";
else
cout<< "Number is less than 20";
Number is greater than 20
Number is less than 20
10
5
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program segment?
int num=10;
if (num >0)
cout<< "Number is greater than 0";
else
cout<< "Number is less than 0";
cout<<"\ntq";
Number is greater than 0
tq
Number is less than 0
tq
Number is greater than 0
tq
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Fill in the blanks in the program segment below to complete the if statement that checks if a variable a is equal to 5.
int a=5;
if (a ______ 5)
{ cout<< "a is equal to 5"; }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following control structure is implemented using if statement ?
Sequential
Selection
Looping
Function
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If statement condition always written in ____ parenthesis.
{ }
( )
[ ]
//
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following expression can be used as condition with if statement?
Logical
Relational
Arithmetic
Logical & Relational
10 questions
C++ Chapter 3
Quiz
•
University
15 questions
C++ Quiz-1
Quiz
•
University
15 questions
Quiz 2 - CS110
Quiz
•
University
11 questions
Quiz 2
Quiz
•
University
10 questions
FOP - CHAPTER 6
Quiz
•
University
10 questions
C++ Array
Quiz
•
University
10 questions
Quiz 8: Arrays&Vector
Quiz
•
University
13 questions
PRF192 C Programming
Quiz
•
University
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade