Python Quiz 1 - Data Types

Python Quiz 1 - Data Types

KG - University

10 Qs

quiz-placeholder

Similar activities

Quarter 3 Progress Check Intro to Programming

Quarter 3 Progress Check Intro to Programming

6th - 8th Grade

12 Qs

Data Handling in Python

Data Handling in Python

11th Grade

10 Qs

Year 9 Programming Constructs

Year 9 Programming Constructs

1st - 12th Grade

10 Qs

Quiz Pemrograman Dasar

Quiz Pemrograman Dasar

10th Grade

10 Qs

Records and Files

Records and Files

8th - 11th Grade

15 Qs

Computer Science - Python

Computer Science - Python

9th - 12th Grade

15 Qs

Edublocks yr 8

Edublocks yr 8

7th Grade

15 Qs

الفاقد التعليمي

الفاقد التعليمي

10th - 11th Grade

10 Qs

Python Quiz 1 - Data Types

Python Quiz 1 - Data Types

Assessment

Quiz

Computers

KG - University

Medium

Used 394+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Data Type represents a whole number?
String
Integer
Float
Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This particular Data Type has 2 potential values (typically True or False).
String
Integer
Boolean
Float

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A price such as £3.65 should be saved as what kind of variable?
String
Integer
Boolean
Float

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which Data Type would the following be stored as:--- "  Biscuit  "
String
Integer
Boolean
Float

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is an integer?
2
0.2
.2
pi

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to represent 'nothing'?
None
Nil
Nada
No

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a list of numbers?
y = [1,2,3,4,5]
y = (1,2,3,4,5)
y == "1,2,3,4,5"
12345 = y

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?