Python Quiz-1

Python Quiz-1

University

16 Qs

quiz-placeholder

Similar activities

Bridge course with C

Bridge course with C

University

20 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

BASIC C QUIZ

BASIC C QUIZ

University

15 Qs

BS TEST2

BS TEST2

University

20 Qs

Quiz Alpro

Quiz Alpro

11th Grade - University

20 Qs

No Strings Attached

No Strings Attached

University

20 Qs

C fundmentals

C fundmentals

University

18 Qs

Data Types & Variables

Data Types & Variables

University

15 Qs

Python Quiz-1

Python Quiz-1

Assessment

Quiz

Computers

University

Hard

Created by

K Hemant Reddy

Used 4+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the value of the following Python expression?

print(4 + 3 % 5)

7

5

2

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a block of code in Python language?

Indentation

Key

Brackets

All of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python code?

a) 1 2 3

b) SyntaxError

c) 1 2

d) none of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code snippet if x=1?

x<<2

a) 4

b) 2

c) 1

d) 8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

char = ‘E’

ascii_value = ord(char)

next_char = chr(ord(char) + 1)

print(chr(ascii_value+(ord(next_char)-ord(char))))

D

H

E

F

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the truncation division operator in Python?

a) |

b) //

c) /

d) %

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Find the correct output of the following code

0

1

2

3

4

5

1

2

3

4

5

0

1

4

5

0

1

2

3

4

5

6

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?