GCSE Unit 2 Prep - pseudocode

Quiz
•
Computers
•
10th Grade
•
Hard

Andrew Dawson
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to declare subroutines?
DECLARE
FUNCTION
SUB
PROCEDURE
Answer explanation
The correct answer is declare. In pseudocode, the "declare" statement is used to declare a subroutine, which is a named block of code that performs a specific task. Subroutines are used to break down complex problems into smaller, more manageable parts.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to call a subroutine?
RUN
GOTO
CALL
EXECUTE
Answer explanation
The correct answer is CALL. In pseudocode, the "CALL" statement is used to call or invoke a subroutine. This allows the program to execute the code within the subroutine and perform the specific task it was designed for. e.g.
CALL AddTwoNumbers
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to declare and use an array?
myarray[99]
set myarray[99]
declare myarray[99]
myarray{99}
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to produce literal outputs?
OUTPUT
DISPLAY
SHOW
Answer explanation
The correct answer is OUTPUT. In pseudocode, the "OUTPUT" statement is commonly used to produce literal outputs. It allows the program to display text or values on the output device, such as the console or screen. e.g.
OUTPUT "Hello"
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to define a variable name?
myVariable
DEFINE myVariable
DECLARE myVariable
NAME myVariable
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used to define the data type of a variable?
myvariable IS integer
myvariable = integer
myvariable == integer
integer IS myvariable
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode statement is used for assignment?
SET counter = 0
ASSIGN counter = 0
counter = 0
STORE counter = 0
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
daily test 10

Quiz
•
10th Grade
10 questions
Refleksi Algoritma

Quiz
•
10th Grade
15 questions
Berpikir Komputasional - Algoritma Dasar

Quiz
•
10th Grade
14 questions
1.1.5 CSE Iteration and Loops

Quiz
•
9th - 12th Grade
15 questions
Javascript

Quiz
•
10th - 12th Grade
14 questions
Video Game Design Ch. 1 Review

Quiz
•
9th - 12th Grade
14 questions
Pseudocode Quiz

Quiz
•
10th Grade
10 questions
Soal Pemrograman Dasar Kelas X

Quiz
•
10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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