Python Quiz-1

Python Quiz-1

University

16 Qs

quiz-placeholder

Similar activities

Numerical Computation & Expression

Numerical Computation & Expression

University

18 Qs

Pointers

Pointers

University

20 Qs

Tech Quiz Round-2

Tech Quiz Round-2

University

15 Qs

Cpp programming quiz 1 : get started with basics

Cpp programming quiz 1 : get started with basics

University

11 Qs

Day 1 Quiz

Day 1 Quiz

11th Grade - University

12 Qs

Unit-2 Test-2

Unit-2 Test-2

University

15 Qs

Quiz on C Fundamentals for CSE & CST

Quiz on C Fundamentals for CSE & CST

University

20 Qs

C Programming

C Programming

University

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