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
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Nested Statement

Quiz
•
University
10 questions
FOP - CHAPTER 6

Quiz
•
University
10 questions
C++ Array

Quiz
•
University
11 questions
Quiz 2: C++ Basics

Quiz
•
University
10 questions
CIS1101-programming practice2

Quiz
•
University
10 questions
Problem Solving - Week 6 RECAP

Quiz
•
University
15 questions
C++ Quiz-1

Quiz
•
University
9 questions
C++ Puntatori

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade