b4 1-3 Pseudocode - GCSE Quiz

b4 1-3 Pseudocode - GCSE Quiz

6 Qs

quiz-placeholder

Similar activities

Subyek Dan Sasaran Evaluasi

Subyek Dan Sasaran Evaluasi

KG

5 Qs

Evaluare - Algoritmi

Evaluare - Algoritmi

KG - University

10 Qs

امتحان قياس القدرات- الطالب المبرمج - ++C

امتحان قياس القدرات- الطالب المبرمج - ++C

KG - University

10 Qs

IOTA QUIZ

IOTA QUIZ

KG - University

11 Qs

Quiz Bi Weekly 2 Oktober - EGS TR5

Quiz Bi Weekly 2 Oktober - EGS TR5

KG - University

10 Qs

Pretest 1 Self Introduction

Pretest 1 Self Introduction

KG - University

10 Qs

b8 2.1 The Use of Outputs- GCSE Quiz

b8 2.1 The Use of Outputs- GCSE Quiz

KG - University

6 Qs

Computer Hardware Multiple Choice Test

Computer Hardware Multiple Choice Test

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