Lesson 1&2- Python Input/Output/Variables

Lesson 1&2- Python Input/Output/Variables

8th Grade

26 Qs

quiz-placeholder

Similar activities

CS Python Fundamentals

CS Python Fundamentals

7th - 11th Grade

30 Qs

Python

Python

7th - 8th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Mixed programming questions

Mixed programming questions

8th Grade

22 Qs

8th Grade (Programming B)

8th Grade (Programming B)

8th - 12th Grade

25 Qs

Python Quiz 2.1

Python Quiz 2.1

6th - 8th Grade

22 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Lesson 1&2- Python Input/Output/Variables

Lesson 1&2- Python Input/Output/Variables

Assessment

Quiz

Computers

8th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Mr Carter

Used 16+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 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

30 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

30 sec • 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

30 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

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

'Dave'

name

(name)

6.

MULTIPLE CHOICE QUESTION

30 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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?