b8 2.1 The Use of Outputs- GCSE Quiz

b8 2.1 The Use of Outputs- GCSE Quiz

6 Qs

quiz-placeholder

Similar activities

Python workshop

Python workshop

University

10 Qs

CV System and Shock - A Christmas Quiz

CV System and Shock - A Christmas Quiz

University

10 Qs

Test 2 Introducing

Test 2 Introducing

KG - University

10 Qs

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

Y6 - Data - Introduction to Spreadsheets Assessment NCCE

6th Grade - University

11 Qs

for loop

for loop

8th Grade

10 Qs

DSD QUIZZ 1 2023 Batch

DSD QUIZZ 1 2023 Batch

KG - University

10 Qs

3.13 - Federalism/Gov't Obligations Quiz

3.13 - Federalism/Gov't Obligations Quiz

7th Grade

11 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

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

AI

Enhance your content

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

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