GCSE Pseudocode

GCSE Pseudocode

11th Grade

100 Qs

quiz-placeholder

Similar activities

Python Certification Preparation (April 2022)

Python Certification Preparation (April 2022)

11th - 12th Grade

100 Qs

Computer Science Revison

Computer Science Revison

11th Grade

100 Qs

Chapter Checkpoint 1 to 5 - GAMEPROGDSGN

Chapter Checkpoint 1 to 5 - GAMEPROGDSGN

9th - 12th Grade

100 Qs

COMPUTER STUDIES

COMPUTER STUDIES

9th - 12th Grade

100 Qs

Cheyenne's GIAC Guide PART ONE

Cheyenne's GIAC Guide PART ONE

9th - 12th Grade

100 Qs

Javascript

Javascript

7th Grade - Professional Development

105 Qs

Computer Science Everything

Computer Science Everything

10th - 11th Grade

97 Qs

OCR Paper 2 Revision

OCR Paper 2 Revision

9th - 11th 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?