GCSE Pseudocode

GCSE Pseudocode

11th Grade

100 Qs

quiz-placeholder

Similar activities

JOB PROFILE

JOB PROFILE

10th Grade - University

100 Qs

Digital Media Tech 1 - Photoshop Practice Quiz - 2022

Digital Media Tech 1 - Photoshop Practice Quiz - 2022

10th - 12th Grade

101 Qs

Animation Certification Exam Prep

Animation Certification Exam Prep

9th - 12th Grade

97 Qs

RECF Programming Practice

RECF Programming Practice

8th - 12th Grade

100 Qs

SISTEM KOMPUTER FASE E

SISTEM KOMPUTER FASE E

9th - 12th Grade

100 Qs

Quiz Berpikir Komputasional

Quiz Berpikir Komputasional

10th Grade - University

100 Qs

PTS - Perawatan & Perbaikan TJKT

PTS - Perawatan & Perbaikan TJKT

11th Grade

100 Qs

GCSE Pseudocode

GCSE Pseudocode

Assessment

Quiz

Computers

11th Grade

Medium

Created by

I Chukwuma

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?