3c (i) OCR Exam Reference Language

Quiz
•
Computers
•
12th Grade
•
Medium
RHSC Computing
Used 40+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'found' variable in this code snippet?
Stores a boolean value indicating whether an element is found in the code snippet?
Stores an integer value indicating the number of times a condition is met in the code snippet?
Stores a string value indicating the name of a variable in the code snippet?
Stores the result of a mathematical calculation in the code snippet?
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the 'while' loop do in your code?
It skips a block of code.
It executes a block of code only once.
It terminates the program immediately.
It repeatedly executes a block of code as long as a certain condition is true.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the 'if' statement in the code snippet looking for?
An integer
A boolean expression
A float
A string
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when the condition in an 'if' statement is successful?
An error occurs.
The code block inside the 'if' statement is executed.
The code block inside the 'if' statement is ignored.
The code block inside the 'if' statement refuses to cooperate.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would be the value of a variable 'found' if the condition in the 'if' statement is true?
false
null
undefined
true
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'endif' statement in a code snippet?
Does it start an 'if' statement or a conditional block of code?
Does it specify the condition for the 'if' statement or the conditional block of code?
Does it define the actions to be taken if the condition in the 'if' statement or the conditional block of code is true?
Does it indicate the end of an 'if' statement or a conditional block of code?
7.
LABELLING QUESTION
1 min • 1 pt
Drag and drop the labels onto the code
Iteration
Boolean Variable Declaration
Selection
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Mod 4 quiz

Quiz
•
9th - 12th Grade
11 questions
python basics

Quiz
•
9th - 12th Grade
12 questions
Topic 1 C++ Programming

Quiz
•
12th Grade
10 questions
Python Exception Handling

Quiz
•
10th - 12th Grade
10 questions
Code.org Unit 5 - Loops

Quiz
•
9th - 12th Grade
10 questions
AP Computer Science-Quiz 2(G10)

Quiz
•
9th - 12th Grade
9 questions
Scratch Vocabulary

Quiz
•
3rd Grade - University
10 questions
String Methods

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade