python

python

University

30 Qs

quiz-placeholder

Similar activities

Assignment 2(CIVIL)

Assignment 2(CIVIL)

University

25 Qs

Arrays and Strings in C

Arrays and Strings in C

12th Grade - University

32 Qs

Python Strings

Python Strings

University

25 Qs

PYTHON CONTEST 2

PYTHON CONTEST 2

University

25 Qs

PYTHON PROGRAMMING STRING Q6

PYTHON PROGRAMMING STRING Q6

University

25 Qs

String and Functions in C

String and Functions in C

University

25 Qs

AP CSA Unit 1&2 Test

AP CSA Unit 1&2 Test

8th Grade - Professional Development

25 Qs

Data Analysis with Python 1

Data Analysis with Python 1

University

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