python

python

University

30 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

University

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

programming quiz

programming quiz

University

25 Qs

Fund of CS Cycle 3 Exam

Fund of CS Cycle 3 Exam

9th Grade - University

28 Qs

Coding Competation(Round 1)

Coding Competation(Round 1)

University

30 Qs

Python new

Python new

3rd Grade - University

26 Qs

Round 3

Round 3

University

25 Qs

Python check #2

Python check #2

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?