Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

Python Pulse Check

Python Pulse Check

9th Grade

25 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

Year 8 Python

Year 8 Python

8th Grade

29 Qs

Scratch and Python

Scratch and Python

7th Grade

30 Qs

Python_1

Python_1

6th - 8th Grade

25 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Python - Introduction

Python - Introduction

11th - 12th Grade

26 Qs

Python Beginner

Python Beginner

Assessment

Quiz

Computers

6th - 12th Grade

Medium

CCSS
L.2.2C

Standards-aligned

Created by

Janet Ryalls

Used 1K+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?
print
input
output
command

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good morning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?
Error checking
Debugging
Syntax finder
Error finder

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?