CSS12L - L1-L4

CSS12L - L1-L4

University

20 Qs

quiz-placeholder

Similar activities

Harry Potter 2

Harry Potter 2

KG - Professional Development

17 Qs

Python Programming Quiz

Python Programming Quiz

University

25 Qs

MEET AND GREET!

MEET AND GREET!

University

15 Qs

ROFL Quiz

ROFL Quiz

KG - Professional Development

15 Qs

Python QCM

Python QCM

University

21 Qs

Round 3

Round 3

University

20 Qs

EMPAT RUANG With Algomarine

EMPAT RUANG With Algomarine

University

20 Qs

Electroblitz---Software

Electroblitz---Software

University

25 Qs

CSS12L - L1-L4

CSS12L - L1-L4

Assessment

Quiz

Other

University

Hard

Created by

Dindo Cerado

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a Boolean value in Python?

"True" as a string value

True without quotation marks

"False" inside double quotes

false written in lowercase

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of print(type(5)) in Python?

<class 'float'>

<class 'str'>

<class 'int'>

<class 'bool'>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function allows the user to enter a value from the keyboard?

output() function in Python

insert() function in Python

input() function in Python

print() function in Python

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the print() function do in Python?

Stores values inside a dictionary

Displays output on the screen

Converts strings into a tuple

Creates a new list with numbers

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of "Python"[0]?

"n" which is the last letter

"P" which is the first letter

"y" which is the second letter

"o" which is the fifth letter

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator is used to find the remainder in Python?

/ for normal division

// for floor division

% for modulus

** for power calculation

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the result of 5 > 3 and 2 < 1?

True because both are true

False because second is false

True because at least one is true

False because both are false

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?