Python If statement

Python If statement

University

11 Qs

quiz-placeholder

Similar activities

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

University

10 Qs

Python quiz - 3 Control Statements and Functions

Python quiz - 3 Control Statements and Functions

University

10 Qs

UNIT-1 PYTHON BASICS

UNIT-1 PYTHON BASICS

University

10 Qs

PythonProgramming

PythonProgramming

University

15 Qs

Python introduction

Python introduction

University

15 Qs

Variable Name

Variable Name

University

13 Qs

Python If statement

Python If statement

Assessment

Quiz

Computers

University

Medium

Created by

Geeta Gupta

Used 5+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is Python case sensitive?

Yes

No

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the correct extension of the Python file?

.python

.pl

.py

.p

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of the following Python expression?

4 + 3 % 5

7

2

4

1

4.

MULTIPLE CHOICE QUESTION

20 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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for variable names in Python?

underscore and ampersand are the only two special characters allowed

unlimited length

all private members must have leading and trailing underscores

none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What will be the output of the following statement?

print(2**3 + (5 + 6)**(1 + 1))

128

121

129

28

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code ?

print(type(5 / 2))

print(type(5 // 2))

int

int

int

float

float

int

float

float

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?