GCSE Pseudocode

GCSE Pseudocode

11th Grade

100 Qs

quiz-placeholder

Similar activities

History of the Internet

History of the Internet

11th - 12th Grade

100 Qs

Soal SIMDIG PAS Genap

Soal SIMDIG PAS Genap

9th - 12th Grade

103 Qs

Computer Architecture Year 7 EOU Test

Computer Architecture Year 7 EOU Test

6th Grade - University

100 Qs

IGCSE - Unit 2 - Communications and Internet

IGCSE - Unit 2 - Communications and Internet

8th - 12th Grade

96 Qs

computer  hardware part1

computer hardware part1

10th Grade - University

100 Qs

Computer Science General Knowledge Quiz

Computer Science General Knowledge Quiz

11th - 12th Grade

101 Qs

Digital Literacy Midterm SY24-25

Digital Literacy Midterm SY24-25

9th Grade - University

100 Qs

Arduino & TinkerCad Test

Arduino & TinkerCad Test

9th - 12th Grade

100 Qs

GCSE Pseudocode

GCSE Pseudocode

Assessment

Quiz

Computers

11th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers