Thinking Logically (1)

Quiz
•
Computers
•
12th Grade
•
Medium
Ian Dickinson
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is often represented by boolean expressions in programming?
Functions
Loops
Decisions
Variables
Answer explanation
Boolean expressions in programming are often used to make decisions, hence they are represented by 'Decisions' in the context of the given question.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used as part of a selection statement causing code to branch?
For loop
If then
While do loop
Loop until
Answer explanation
The correct choice 'If then' is used as part of a selection statement causing code to branch based on a condition.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should happens if a password is incorrect?
The user is asked for their password again
The computer shuts down
The number of incorrect login attempts is decreased
The account is immediately locked
Answer explanation
If a password is incorrect, the user is asked for their password again, allowing them another chance to input the correct password.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What could a logical consequence be of entering the wrong PIN more than three times at an ATM?
The account is locked
The user is granted access
The PIN is reset
The user receives a warning
Answer explanation
Having more than three incorrect login attempts can lead to the account being locked as a logical consequence.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of decision could use a switch or select case statement?
A decision that does not affect the program flow
A decision that causes a loop to exit
A decision with multiple selection paths
A true or false situation
Answer explanation
A switch or select case statement is used for a decision with multiple selection paths, making it the correct choice.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop might be used if a decision causes a loop to be entered or exited?
For loop
If then else statement
Switch statement
Boolean expression
Answer explanation
The for loop might be used if a decision causes a loop to be entered or exited, making it the correct choice in this scenario.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is it important to identify the points in a solution where a decision needs to be taken?
To simplify the code
To correctly branch or loop the code
To ensure the program is error-free
To make the program run faster
Answer explanation
Identifying points where decisions need to be taken is crucial to correctly branch or loop the code, ensuring the program functions as intended.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Sentinel Controlled Repetition (Java)

Quiz
•
12th Grade
10 questions
Untitled Quiz

Quiz
•
6th Grade - University
14 questions
C++ - Loops and Random Numbers

Quiz
•
9th - 12th Grade
10 questions
Module 2 - Lesson 5

Quiz
•
6th - 12th Grade
11 questions
49. Programming 1 : Basic Programming Constructs

Quiz
•
9th - 12th Grade
15 questions
Lesson 5 Looping Quiz

Quiz
•
10th - 12th Grade
15 questions
G10 CS Bubble Search

Quiz
•
12th Grade
14 questions
Interactive Animations and Games from code.org

Quiz
•
7th - 12th Grade
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