
GCSE Pseudocode

Quiz
•
Computers
•
11th Grade
•
Medium
I Chukwuma
Used 2+ times
FREE Resource
100 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode example represents an input operation?
output (name)
name = input (“What is your name”)
if entry == "a" then
for i = 1 to 100:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct pseudocode for printing a variable called 'name'?
name = input (“What is your name”)
output (name)
if entry == "a" then
count = 0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode example demonstrates the use of an IF..ELSE statement?
name = input (“What is your name”)
output (name)
if entry == "a" then
for i = 1 to 100:
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the following pseudocode: for i = 1 to 100: output (i)?
To take input from the user
To print the value of 'i' from 1 to 100
To check if 'i' is equal to 100
To convert 'i' to a string
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which pseudocode example represents a while loop?
for i = 1 to 100: output (i)
count = 0 while count < 100: output(count) count = count + 1
if entry == "a" then
name = input (“What is your name”)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the pseudocode 'str(3)' return?
3
"3"
"three"
3.0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the pseudocode 'int("3")' return?
"3"
3.0
3
"three"
Create a free account and access millions of resources
Similar Resources on Wayground
100 questions
Computational Thinking, Rekursi, Algorithem Greedy & PD

Quiz
•
11th Grade
100 questions
Enterprise Computing - Intro to Human-Centric Computing

Quiz
•
11th Grade
100 questions
SCRATCH 3.0 Semester Exam 2 Review

Quiz
•
9th - 12th Grade
100 questions
SOAL TIK

Quiz
•
9th - 12th Grade
99 questions
Kiểm tra Hệ điều hành

Quiz
•
11th Grade
98 questions
OCR GCSE Computer Science Revision Paper 1- Saim C :D

Quiz
•
8th - 12th Grade
100 questions
Digital Tech - Data Representation Quiz

Quiz
•
11th Grade
100 questions
Unit 12 IGCSE Networks and the Internet

Quiz
•
11th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade