
OCR KS5 Programming Concepts Quiz

Quiz
•
Computers
•
12th Grade
•
Hard
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Branching in programming?
A subroutine that is called to perform a task or calculation and always return a value.
A programming control structure where the code selects one or more alternative paths depending on the evaluation of a boolean expression.
A variable declared within a subroutine of a program, which only exists and can be used within that subroutine.
A programming paradigm where the system is viewed as a set of objects, each with their own data and procedures.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of Functions in programming?
To declare a variable in the main program which exists outside any of the subroutines.
To break down a complex problem into simpler, self-contained components called modules.
To create a temporary local copy of the actual value of a variable and passing it into the procedure.
To perform a task or calculation and always return a value.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are Global Variables?
Variables that can only be used within the subroutine they are declared in.
Variables declared in the main program which exist outside any of the subroutines, but can be used anywhere in the program.
The data structures required to be passed into a subroutine.
The address or pointer of the required value passed into a procedure.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Integrated Development Environment (IDE)?
A set of objects, each with their own data and procedures, that interact with each other.
A subroutine that can be called by simply writing its name in the code.
A software package that allows a user to develop and implement code more easily, with features for editing, debugging, version control, testing and compilation.
The technique of breaking down a complex problem into simpler, self-contained components called modules.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is Modularity in programming?
A programming control structure where a set of statements is repeated either a fixed number of times or until a condition is met.
The technique of breaking down a complex problem into simpler, self-contained components called modules.
Passing the address or pointer of the required value into a procedure.
A programming paradigm where the system is viewed as a set of objects.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is Object Oriented Programming?
A programming control structure where the code selects one or more alternative paths depending on the evaluation of a boolean expression.
A subroutine that can be called to perform a task or calculation and always return a value.
A programming paradigm where the system is viewed as a set of objects, each with their own data (attributes) and procedures (methods), that can interact with each other.
A software package that allows a user to develop and implement code more easily.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does Parameter passing by reference mean?
Creating a temporary local copy of the actual value of a variable and passing it into the procedure.
The data structures required to be passed into a subroutine.
Passing the address or pointer of the required value into a procedure.
A subroutine that is called by simply writing its name in the code.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Understanding Subprograms and Subroutines

Quiz
•
10th - 12th Grade
10 questions
Edexcel GCSE Computer Science Topic 3: Computers

Quiz
•
12th Grade
20 questions
CS Unit 20 Programming paradigms Key Terms Test

Quiz
•
12th Grade
15 questions
Gateway Level 3 Python Quiz 3

Quiz
•
9th - 12th Grade
18 questions
CS Unit 1, Programming part 1: Sequences

Quiz
•
9th - 12th Grade
20 questions
iGCSE Computer Science: Programming Languages

Quiz
•
9th - 12th Grade
20 questions
Quiz 3

Quiz
•
12th Grade - University
18 questions
SST Yr8 - NCCE - Algorithms 2

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