Homework 3- Python

Homework 3- Python

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

KG - 9th Grade

8 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python Revision

Python Revision

8th Grade

15 Qs

Python

Python

7th - 9th Grade

12 Qs

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

Introducing Python MCQs

Introducing Python MCQs

6th - 8th Grade

10 Qs

Python2

Python2

8th Grade - University

15 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?