Python Semester 1 Exam Review

Python Semester 1 Exam Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Julian HS]

Used 81+ times

FREE Resource

Student preview

quiz-placeholder

50 questions

Show all answers

1.

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Ryan'

print (name)

Ryan

'Ryan'

name

(name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = 'Asani'

greeting = "Good morning" + name

print (greeting)

Good moning 'Asani'

Good morning Asani

Good morning name

Good morning + Asani

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

Tags

CCSS.6.EE.B.6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A memory location where you store values

a type of graphics

Data type

a type of memory

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The number or word we give to a variable
Value
Bug
Information
Text

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?