b4 1-3 Pseudocode - GCSE Quiz

b4 1-3 Pseudocode - GCSE Quiz

6 Qs

quiz-placeholder

Similar activities

EQPE 2: Comma Splices

EQPE 2: Comma Splices

KG - University

10 Qs

OPEN LOOP & CLOSE LOOP

OPEN LOOP & CLOSE LOOP

12th Grade

10 Qs

Simple present E4: Forms

Simple present E4: Forms

Professional Development

10 Qs

Soft Rain, Ch. 1: A Sad Letter

Soft Rain, Ch. 1: A Sad Letter

4th Grade

10 Qs

Quiz Our daily dose beachwalk

Quiz Our daily dose beachwalk

Professional Development

10 Qs

HOMEWORK 3 Computational thinking

HOMEWORK 3 Computational thinking

KG - University

10 Qs

IV Semester-2

IV Semester-2

KG - University

9 Qs

ASSESSMENT ENERGY EFFICIENCY (THERMAL)

ASSESSMENT ENERGY EFFICIENCY (THERMAL)

KG - University

10 Qs

b4 1-3 Pseudocode - GCSE Quiz

b4 1-3 Pseudocode - GCSE Quiz

Assessment

Quiz

others

Hard

Created by

Clare Ross

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode?
It is a programming language for the web.
It is a way of describing a program, independent of language.
It is code that runs on a text editor.
It is code written in the Pseudo language.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code is the AQA pseudocode for printing out “hello world” to the user?
PRINT ‘hello world’
OUTPUT ‘hello world’
print(‘hello world’)
output(‘hello world’)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of code is used for writing comments in AQA pseudocode?
#
/
?
//

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of AQA pseudocode will store user input into a variable called “temp”?
temp = input()
temp ← USERINPUT
temp ← input()
temp = USERINPUT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lines of AQA pseudocode will create a variable called “myInput” and set the value to be “hello”?
myInput ← 'hello'
string myInput ← 'hello'
myInput = input('hello')
myInput = hello

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What would be the output from the following AQA pseudocode program?
Daniel Harper Veronica
Daniel Harper
Daniel Veronica
Harper Veronica
Daniel