b8 2.1 The Use of Outputs- GCSE Quiz

b8 2.1 The Use of Outputs- GCSE Quiz

6 Qs

quiz-placeholder

Similar activities

b4 1-3 Pseudocode - GCSE Quiz

b4 1-3 Pseudocode - GCSE Quiz

KG - University

6 Qs

Al Hamra G3D Week 2 Introduction to python-Lesson 2 Student Activity

Al Hamra G3D Week 2 Introduction to python-Lesson 2 Student Activity

KG - University

10 Qs

soal awal

soal awal

KG - University

11 Qs

Feathers: Not Just for Flying

Feathers: Not Just for Flying

KG - University

10 Qs

Циклдық алгоритм

Циклдық алгоритм

KG - University

10 Qs

Grade 10 Computer Application String Handling

Grade 10 Computer Application String Handling

KG - University

10 Qs

L1 Python Recall - Do Now

L1 Python Recall - Do Now

KG - University

8 Qs

Java Refresher

Java Refresher

KG - University

11 Qs

b8 2.1 The Use of Outputs- GCSE Quiz

b8 2.1 The Use of Outputs- 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 Output?
The process for getting data into a computer program.
The process of getting data out of a computer program.
All of the above.
None of the above.

2.

MULTIPLE SELECT QUESTION

30 sec • 3 pts

Which of the following is an example of output? Choose three options that apply.
Displaying text on a screen.
Your phone vibrating when a test message is received.
Printing a word document.
Pressing a button on a keyboard.
Typing a text message.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct AQA psuedocode for printing the words “Hello World” to the console window?
output("Hello World")
OUTPUT 'Hello World'
print("Hello World")
PRINT 'Hello World'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct Python code for printing the words “The sky is blue.” to the console window?
print "The sky is blue."
print(The sky is blue.)
print("The sky is blue.")
print("The" "sky" "is" "blue.")

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image
In Python what code would you write to produce the following output?
Media Image
Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following sets of Python code WILL produce an error? Select two options that apply.
Media Image
Media Image
Media Image
Media Image
Media Image