Search Header Logo

GCSE Pseudocode

Authored by I Chukwuma

Computers

11th Grade

Used 2+ times

GCSE Pseudocode
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?