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
csharp

Quiz
•
University
7 questions
DEMO 03 - Debugging

Quiz
•
University
10 questions
Arrays in C (II yr 02.07.2020)

Quiz
•
University
5 questions
Quiz 6

Quiz
•
University
11 questions
Quiz 2

Quiz
•
University
13 questions
PRF192 C Programming

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
11 questions
C++程式

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University