python

python

University

30 Qs

quiz-placeholder

Similar activities

string in python

string in python

University

35 Qs

CodeChef (Secret Snippet)

CodeChef (Secret Snippet)

University

35 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

University - Professional Development

26 Qs

ITSA Selection Round 1

ITSA Selection Round 1

University

27 Qs

CODEZILLA 2022

CODEZILLA 2022

University

30 Qs

Technical Quiz WCC

Technical Quiz WCC

University

30 Qs

Python Quizz-13

Python Quizz-13

University

25 Qs

GE8151 IAT2 Python Part A

GE8151 IAT2 Python Part A

University

30 Qs

python

python

Assessment

Quiz

Computers

University

Hard

Created by

BHAVANI G

Used 35+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used in Python to import modules from packages?

.

"->"

&

*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which translates source code into object code?

compiler

assembler

interpreter

all

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(9//3,9/3)

3 3.3

3.3 3

3.0 3.3

3.3 3.3

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Valid operation?

'2'-'1'

'third'*'2'

'sum'**3

"2"+"1"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this expression, 3*1**3?

3

21

9

33

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

print(1.1+2.2==3.3)

True

False

Error

3.3

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Suppose the following statements are executed:

a = 100 b = 200

What is the value of the expression a and b?

200

100

0

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?