SEARCH
🇬🇧
MEM
O
RY
.COM
4.37.48
Guest
Log In
Â
Homepage
0
0
0
0
0
Create Course
Courses
Last Played
Dashboard
Notifications
Classrooms
Folders
Exams
Custom Exams
Help
Leaderboard
Shop
Awards
Forum
Friends
Subjects
Dark mode
User ID: 999999
Version: 4.37.48
www.memory.co.uk
You are in browse mode. You must login to use
MEM
O
RY
  Log in to start
Index
 »Â
Computer science
 »Â
Programming
 »Â
Program flow - Selection
level: Program flow - Selection
Questions and Answers List
level questions: Program flow - Selection
Question
Answer
When an expression performs an action based on a True or False value, what's it called?
Selection
What will be the output of IF statement?
True or False
Putting an IF statement inside another IF statement is called?
Nested IF statement
In ELSE-IF condition if the first condition is true, will it check the next condition?
No
What statement we use to perform different action for different values of the same variable?
CASE statement
CASE statements can check the value of multiple variables: true or false?
False
What statement is used to check if multiple conditions are true?
ELSE-IF statement