Idiomatic Python

Idiomatic Python

University

13 Qs

quiz-placeholder

Similar activities

While loop

While loop

3rd Grade - University

9 Qs

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

Java Arrays

Java Arrays

University

10 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

java quiz based on interface

java quiz based on interface

University

10 Qs

C-Extended

C-Extended

University

16 Qs

Arithmetic Types Declare Initialize Relation Logical Ops

Arithmetic Types Declare Initialize Relation Logical Ops

9th Grade - University

16 Qs

Array in C

Array in C

University

10 Qs

Idiomatic Python

Idiomatic Python

Assessment

Quiz

Computers

University

Medium

Created by

Aman Agarwal

Used 9+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What will happen if I run the following code:

x=1+2j

y=1+2*j

Error because of x

Error because of y

print(x) would give 1+2j

print(y) would give 1+2j

2.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

What will happen if I run the following code:

1)float(3.5)

2)float(3)

3)float("Hello")

Ans 1) 3.5

Ans 2) 3

Ans 2) 3.0

Ans 3) Error

Ans 3) 5.0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

9/2 and 9%2=

4, 1

4.5, 0

4, 0

4.5,1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

9/2 and 9./2 will give the same result

True

False

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

(9./2)%0.5=

Hint: Don't write an integer!

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

n = 17

print(n%2==0),print(n%2==1)

write the result as F,F or T,T similarly

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

9.0+2=

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?