Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

What would you do if...

What would you do if...

1st - 12th Grade

10 Qs

THE PHOTOSHOP WINDOW

THE PHOTOSHOP WINDOW

7th - 8th Grade

10 Qs

แบบทดสอบสุดท้ายจากเกาะมรณะ

แบบทดสอบสุดท้ายจากเกาะมรณะ

8th Grade

10 Qs

For loop

For loop

8th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Grade-8 Ch-2 Advanced Features of Excel Quiz

Grade-8 Ch-2 Advanced Features of Excel Quiz

8th Grade

12 Qs

Hour of Code

Hour of Code

2nd - 12th Grade

10 Qs

Abhyudaya coding class -  Grade 7

Abhyudaya coding class - Grade 7

6th Grade - University

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Kevin Smith

Used 195+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type in Python?

Real

String

Integer

Number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python code needed to display a word on the screen?

print"hello"

"hello"

print("hello")

print="hello"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Python code needed to ask a user for input?

input("what is your name?")

input="what is your name?"

(input)=what is your name?

input=what is your name?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to store an input as a variable in Python?

answer("what is your name?")

input = "answer"(what is your name?)

answer = input("what is your name?")

input=(what is your name?)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character represents a comment in Python code?

*

#

&

$

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose the TWO correct data types from the list below

Integer

Real

Fake

Short

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we need to convert data types in Python?

Because Python doesn't know about data types

Because Python stores data types as String by default

Discover more resources for Computers