Coding Math Python 222

Coding Math Python 222

9th Grade

20 Qs

quiz-placeholder

Similar activities

Module 23 - The Internet 2

Module 23 - The Internet 2

9th - 12th Grade

19 Qs

Getting Started with MS Office

Getting Started with MS Office

7th - 12th Grade

19 Qs

ALGORITMA

ALGORITMA

8th Grade - University

17 Qs

Photoshop_1

Photoshop_1

3rd Grade - University

17 Qs

Kiểm tra Chương I + II + III

Kiểm tra Chương I + II + III

6th Grade - University

20 Qs

Python 3

Python 3

9th Grade

17 Qs

Mobile CSP Unit 4 Test Prep

Mobile CSP Unit 4 Test Prep

KG - Professional Development

17 Qs

Module 27 - Printers & Multifunction Devices 2

Module 27 - Printers & Multifunction Devices 2

9th - 12th Grade

19 Qs

Coding Math Python 222

Coding Math Python 222

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mr Minyard

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Based on the following code, what gets printed to the screen?

greeting = 7

name = "Bob"

greeting = "Hello"

print(greeting)

7
<class 'int'>
"Hello"
<class 'str'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you have variable x = 4 and y = 2. What will get printed to the screen when this is executed?

print(x / y)

error

0.5

x / y

2.0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which choice below correctly prints out the value of the variable?

city = "Searcy"

print(type(city))

print("city")

print("Searcy")

print(city)

4.

MULTIPLE CHOICE QUESTION

1 min • 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

Media Image
What is python?
A programming language 
DTP software 
Spreadsheet software
Computer 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A step-by-step process, or a defined list of steps required to accomplish a goal
algorithm
variable
string
module

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: 
There are only 3 different programming languages
True
False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?