Python IT T

Python IT T

Professional Development

25 Qs

quiz-placeholder

Similar activities

Session 1LNMIIT

Session 1LNMIIT

Professional Development

30 Qs

day5

day5

Professional Development

21 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

HACKATHON HUSTLE(ROUND 2)

HACKATHON HUSTLE(ROUND 2)

Professional Development

20 Qs

Friends

Friends

5th Grade - Professional Development

20 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

HTML, CSS, JS Quiz

HTML, CSS, JS Quiz

Professional Development

20 Qs

HACKATHON HUSTLE(ROUND 1)

HACKATHON HUSTLE(ROUND 1)

Professional Development

20 Qs

Python IT T

Python IT T

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

PRAVEEN SHARMA

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: 7 | 3?

4
7
3
10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators has the highest precedence in Python?

**

and

%

+

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following expression: 15 // 4 + 2?

3

5.75

5
6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, what does the expression

not (True and False)

evaluate to?

False
None

ERROR

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements is true about the expression 5 & 3?

The result of the expression 5 & 3 is 8.
The result of the expression 5 & 3 is 1.
The result of the expression 5 & 3 is 2.
The result of the expression 5 & 3 is 0.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following expression evaluate to:

'Hello' * 2 == 'HelloHello'

?

Type Error

Hello * 2 == 'Hello'
HelloHelloHello
True

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given x = 5, which of the following is correct for x += 10?

x is now 10.
x is now 5.
x is now 20.
x is now 15.

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?