Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 8th Grade

15 Qs

Homework 2- Python Data Types

Homework 2- Python Data Types

8th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Introducing Python MCQs

Introducing Python MCQs

6th - 8th Grade

10 Qs

Review Python

Review Python

8th Grade

15 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Homework 3- Python

Homework 3- Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Kristie Hallmark

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of the value `42` in Python?

String

Integer

Float

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

1st_variable

firstVariable

first-variable

first variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code snippet? ```python print(type("Hello")) ```

``

``

``

``

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a built-in function in Python?

`calculate()`

`print()`

`add()`

`total()`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would 2.7 be defined?

Integer

Float

String

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to import a module in Python?

`import math`

`include math`

`require math`

`use math`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression in Python: `5 + 3 * 2`?

16

11

13

10

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?