:Data types

:Data types

10th Grade

25 Qs

quiz-placeholder

Similar activities

BT ktra bo sung

BT ktra bo sung

9th - 12th Grade

20 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Ôn tập Python (for, if)

Ôn tập Python (for, if)

10th Grade

20 Qs

Python программалоо тили

Python программалоо тили

7th - 11th Grade

30 Qs

Язык программирования Python

Язык программирования Python

1st - 10th Grade

20 Qs

KTHK_2 K_10

KTHK_2 K_10

10th Grade

21 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade

22 Qs

:Data types

:Data types

Assessment

Quiz

Computers

10th Grade

Easy

Created by

admissions roboticschools

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to represent whole numbers in Python?

  • A) float

  • B) str

  • C) int

D) bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a string in Python?

  • A) "Hello"

  • B) 10

  • C) 3.14

D) True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to represent decimal numbers in Python?

  • A) bool

  • B) str

  • C) int

D) float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a boolean value in Python?

  • A) 42

  • B) "Python"

  • C) False

D) 3.14

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the correct way to write a list in Python?

  • A) [1, 2, 3]

  • B) {1, 2, 3}

  • C) (1, 2, 3)

D) <1, 2, 3>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function converts a string to an integer in Python?

  • A) str()

  • B) int()

  • C) float()

D) bool()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert the number 3.5 to a string in Python?

  • A) str(3.5)

  • B) int(3.5)

  • C) float(3.5)

D) bool(3.5)

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?