Intro to Python Unit 1 Quiz Review

Intro to Python Unit 1 Quiz Review

9th - 10th Grade

26 Qs

quiz-placeholder

Similar activities

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Python Quiz 1

Python Quiz 1

9th - 12th Grade

22 Qs

Quiz 1

Quiz 1

9th - 12th Grade

21 Qs

CodeHS Fundamentals of CS Unit 8

CodeHS Fundamentals of CS Unit 8

8th - 10th Grade

22 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python

Python

10th Grade

23 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Intro to Python Unit 1 Quiz Review

Intro to Python Unit 1 Quiz Review

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

BRYANN SCIOLI

Used 4+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 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

2 mins • 5 pts

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

3.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

4.

MULTIPLE CHOICE QUESTION

2 mins • 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

2 mins • 5 pts

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

6.

MULTIPLE CHOICE QUESTION

2 mins • 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

2 mins • 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?