Python Quiz 2

Python Quiz 2

10th Grade

30 Qs

quiz-placeholder

Similar activities

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

python

python

KG - Professional Development

30 Qs

CB30: Unit 2 Test Review

CB30: Unit 2 Test Review

9th - 12th Grade

34 Qs

Quiz Analisis Data

Quiz Analisis Data

10th Grade

25 Qs

Subroutines

Subroutines

9th - 11th Grade

25 Qs

Excel Chapter 1 Basic Terminology

Excel Chapter 1 Basic Terminology

9th - 12th Grade

27 Qs

Unit 1 Module 1 Review

Unit 1 Module 1 Review

9th - 12th Grade

32 Qs

Python Class 9

Python Class 9

9th - 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?