Data Types

Data Types

12th Grade

10 Qs

quiz-placeholder

Similar activities

Type data python

Type data python

9th Grade - University

15 Qs

Java Quiz 3: Object-Oriented Programming Concepts

Java Quiz 3: Object-Oriented Programming Concepts

6th - 12th Grade

8 Qs

algoritma

algoritma

12th Grade

11 Qs

Computer BTEC U1 quiz terms

Computer BTEC U1 quiz terms

12th Grade

14 Qs

Python-Quiz-Basic-Datatypes

Python-Quiz-Basic-Datatypes

12th Grade - Professional Development

10 Qs

Kuizi 1 - Python

Kuizi 1 - Python

10th Grade - University

11 Qs

Quiz1_HPB2021_2010t1

Quiz1_HPB2021_2010t1

1st - 12th Grade

10 Qs

Python and PseudoCode Quiz

Python and PseudoCode Quiz

10th Grade - University

15 Qs

Data Types

Data Types

Assessment

Quiz

Computers

12th Grade

Medium

Created by

John Arquiza

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

What is the output of the following code?

NameError

25

25

25

50

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

What is the output of the following code?

50

NameError

None

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What is the result of print(type({}) is set)

True

False

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

What is the output of the following variable assignment?

Error

76

1

None

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What is the data type of print(type(10))

float

integer

int

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Media Image

Please select the correct expression to reassign a global variable “x” to 20 inside a function fun1()

global x =20

global var x

x = 20

global.x = 20

global x

x = 20

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

What is the result of print(type([]) is list)

False

True

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?