Python Quiz 2

Python Quiz 2

10th Grade

30 Qs

quiz-placeholder

Similar activities

JavaScript Function

JavaScript Function

9th - 12th Grade

33 Qs

CS Edexcel Unit 6 Parts 1-3

CS Edexcel Unit 6 Parts 1-3

9th - 10th Grade

25 Qs

[Senior] Python Exam

[Senior] Python Exam

8th Grade - University

25 Qs

CS1_Unit 1 Review

CS1_Unit 1 Review

9th - 10th Grade

25 Qs

Unit 1 Module 1 Review

Unit 1 Module 1 Review

9th - 12th Grade

32 Qs

CodeHS 5.1 Python

CodeHS 5.1 Python

9th - 12th Grade

26 Qs

Python Lists

Python Lists

9th - 12th Grade

27 Qs

Excel Skills - 2

Excel Skills - 2

10th Grade

25 Qs

Python Quiz 2

Python Quiz 2

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Richard Zilm

Used 3+ times

FREE Resource

30 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

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 *

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Python command lets the user enter an answer to a question?
answer()
open()
print()
input()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement correctly assigns the string "Tanner" to the variable name?
name  = print( "Tanner")
input("Tanner")
name = "Tanner"
name = input("Tanner")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

a type of graphics

A box(memory location) where you store values

Data type

a type of memory

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?

equals =

plus +

minus -

asterisk *

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?