Python Year 8

Python Year 8

8th Grade

40 Qs

quiz-placeholder

Similar activities

KS3 Python basic_selection_mmd

KS3 Python basic_selection_mmd

8th Grade

40 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Python Chapter 7

Python Chapter 7

8th Grade

42 Qs

Wrap Up in CS

Wrap Up in CS

7th - 8th Grade

35 Qs

Python Review

Python Review

8th - 12th Grade

35 Qs

Python

Python

8th - 12th Grade

40 Qs

Python Basics

Python Basics

6th - 8th Grade

35 Qs

python assessment

python assessment

8th - 9th Grade

35 Qs

Python Year 8

Python Year 8

Assessment

Quiz

Computers

8th Grade

Hard

CCSS
6.EE.B.6, L.2.2C

Standards-aligned

Created by

Mr Abbas

Used 9+ times

FREE Resource

40 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

Tags

CCSS.6.EE.B.6

3.

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

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

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 moning '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?