Python

Python

7th - 8th Grade

13 Qs

quiz-placeholder

Similar activities

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

Python 3

Python 3

7th - 10th Grade

16 Qs

Python KS3

Python KS3

8th Grade

17 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Program Development - Python: Errors

Program Development - Python: Errors

8th - 10th Grade

13 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

A Batt

Used 3K+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly
True
False

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which statement correctly assigns the string "Tanner" to the variable name?
name  = print( "Tanner")
input("Tanner")
name = "Tanner"
name = input("Tanner")

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

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?