Programming in Python: Sequences

Programming in Python: Sequences

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python Recap

Python Recap

8th Grade

16 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python Revision

Python Revision

8th Grade

15 Qs

2) Python Variables

2) Python Variables

8th - 11th Grade

16 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Programming in Python: Sequences

Programming in Python: Sequences

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Serdar Sakman

Used 5+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following variable names can be used in a Python program?

first_name

Name_1

First Name

Name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is the most appropriate name for a variable that stores data about how tall someone is?

Num1

Value

x

height

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly describes the programming concept sequencing?

When a set of instructions is repeated

When a set of instructions is carried out in order

Involves asking a question to which the answer is either true or false

Programs that use blocks of instructions that work with each other

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the program output?

animal = 'zebra'

print(animal)

'Zebra'

zebra

Animal

Zebra

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is wrong with this line of code:

input('What is your name?')

Input should be changed with Print

There is no variable assigned to the input

The question mark should not be included

The brackets are positioned in a wrong way

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable name must start with a letter and it cannot start with a number

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variable names are case sensitive. Which means name, Name, NAME are all different variables.

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?