python

python

University

30 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

University

25 Qs

programming quiz

programming quiz

University

25 Qs

Python Operators

Python Operators

University

35 Qs

Assignment 2(CIVIL)

Assignment 2(CIVIL)

University

25 Qs

Arrays and Strings in C

Arrays and Strings in C

12th Grade - University

32 Qs

Coding Competation(Round 1)

Coding Competation(Round 1)

University

30 Qs

python

python

University

30 Qs

Python Strings

Python Strings

University

25 Qs

python

python

Assessment

Quiz

Computers

University

Hard

Created by

BHAVANI G

Used 32+ 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?