7.4.4 Program Sequence & Selection - Starter

7.4.4 Program Sequence & Selection - Starter

7th Grade

8 Qs

quiz-placeholder

Similar activities

Intro to Python Test

Intro to Python Test

3rd - 12th Grade

11 Qs

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

Grade 6 : Test your QB quotient

Grade 6 : Test your QB quotient

6th - 7th Grade

10 Qs

Python Codehs

Python Codehs

7th - 12th Grade

10 Qs

Computer Hardware - RAM & ROM Differences

Computer Hardware - RAM & ROM Differences

4th - 12th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Python

Python

KG - 9th Grade

8 Qs

Python programming -recap

Python programming -recap

7th - 10th Grade

12 Qs

7.4.4 Program Sequence & Selection - Starter

7.4.4 Program Sequence & Selection - Starter

Assessment

Quiz

Computers

7th Grade

Easy

Created by

James Hubbard

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In programs, we can store data in a...

Input

Variable

Print

Bracket

Answer explanation

Variables are used to store data, such as your name.

For example...

name = "Sasha"

2.

MATCH QUESTION

1 min • 1 pt

Match the following key terms and definitions.

This is used to store data in a program.

Variable

This is used to output data in a program.

print

This allows a user to enter information into a program.

Input

Answer explanation

Media Image

We use print in Python to display an output.

Variables are used in programs to store data.

We use input to allow someone to enter something while the program is running.

3.

DRAG AND DROP QUESTION

1 min • 1 pt

Fill in the blanks for this program:

name = ​ ​ (a)  

age = ​ (b)   ("How old are you? ")

​ (c)   ("Nice to meet you " + ​ (d)  

print​ (e)   + "is a good age!")

"Robert"
input
print
name)
(age

4.

LABELLING QUESTION

1 min • 1 pt

Using the key terms provided, drag them onto the program to show where data is being stored, input, or output.

b
c
a
Inputs
Variables
Outputs

5.

DROPDOWN QUESTION

1 min • 1 pt

In this unit, we are using ​ (a)   to create programs. We have used the ​ (b)   command to ​ (c)   data, and the ​ (d)   command to allow a user to enter data. We have also used ​ (e)   to store data in a program.

Python
print
output
input
variables

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What will this program output?

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

How have you found the programming topic so far?

Easy! I am confident I can write programs independently.

50/50. I understand some things, but struggle to write programs independently.

OK. I think my programming is good, but I sometimes get stuck and can't fix my code.

I am struggling with programming independently!

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would be the most suitable variable to store your favourite song?

singer =

myFavouriteSong =

a =

food =