python

python

University

30 Qs

quiz-placeholder

Similar activities

Arrays in Java

Arrays in Java

University

25 Qs

Computer Pretest1(Python Grade7_t1)

Computer Pretest1(Python Grade7_t1)

3rd Grade - University

30 Qs

Python Quiz#1_24March2020

Python Quiz#1_24March2020

University

30 Qs

Python quiz

Python quiz

2nd Grade - University

29 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

BCA_Departmental_Competition_2022

BCA_Departmental_Competition_2022

12th Grade - University

30 Qs

InfyTq - String 1

InfyTq - String 1

University

25 Qs

Workshop Quiz

Workshop Quiz

University

25 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?