Python Quiz 2

Python Quiz 2

University

10 Qs

quiz-placeholder

Similar activities

C PROGRAMMING

C PROGRAMMING

University

15 Qs

Cuestionario Arboles Binarios

Cuestionario Arboles Binarios

University

12 Qs

HTML PHP C++

HTML PHP C++

University

10 Qs

Python Review Module 14 - Recursion

Python Review Module 14 - Recursion

University

10 Qs

Susun Huruf Komputer XII DG

Susun Huruf Komputer XII DG

University

15 Qs

Quiz-3-VSS-BSIT-7thSection Grey

Quiz-3-VSS-BSIT-7thSection Grey

University

10 Qs

importance of power management

importance of power management

University

10 Qs

QUIZADER

QUIZADER

University

10 Qs

Python Quiz 2

Python Quiz 2

Assessment

Quiz

Other

University

Hard

Created by

Aditi Pokale

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the answer to this expression, 22 % 3 is?

7

1

0

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mathematical operations can be performed on a string.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The expression Int(x) implies that the variable x is converted to integer.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these in not a core data type?

a) Lists

b) Dictionary

c) Tuples

d) Class

Lists

Dictionary

Tuples

Class

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to store values in terms of key and value we use what core data type.

list

tuple

class

dictionary

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword would you use to add an alternative condition to an if statement?

else if

elseif

elif

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement will check if a is equal to b?

A. if a = b:

B. if a == b:

C. if a === c:

D. if a == b

if a = b:

if a == b:

if a === c:

if a == b

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?