Python Beginners

Python Beginners

8th Grade

16 Qs

quiz-placeholder

Similar activities

Python basic commands

Python basic commands

8th Grade

20 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Python

Python

8th Grade

13 Qs

Evidence of Learning Python

Evidence of Learning Python

6th - 8th Grade

19 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python L24 Debugging Skill

Python L24 Debugging Skill

6th - 8th Grade

11 Qs

Python Review

Python Review

6th - 8th Grade

20 Qs

Python Beginners

Python Beginners

Assessment

Quiz

Computers

8th Grade

Hard

CCSS
6.EE.B.6

Standards-aligned

Created by

Chris Coleman

Used 74+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Count controlled loop - code executed a given number of times
While loop
For loop
Repeat loop
If...else

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Data type for a whole number
String
Integer
Boolean
Float

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A location in memory used to store data that can be changed.
Constant
Value
Variable
Iteration

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To solve a problem that requires the user to enter 10 numbers would use what type of iteration?
While loop
For loop
Variable
Selection

6.

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

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output?
name = 'Dave'
print (name)
Dave
'Dave'
name
(name)

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?