Python

Python

University

15 Qs

quiz-placeholder

Similar activities

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python introduction

Python introduction

University

15 Qs

PYTHON ENCAPSULATION

PYTHON ENCAPSULATION

University

20 Qs

PSP Week3

PSP Week3

University

10 Qs

Python 101

Python 101

University

20 Qs

PYTHON FUNCTION

PYTHON FUNCTION

University

20 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

Day 6 - ONLINE TEST - PL03 PYTHON PROGRAMMING

University

20 Qs

Python

Python

Assessment

Quiz

Computers

University

Medium

Created by

V PERUMAL

Used 107+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is an invalid statement?

abc = 1,000,000

a b c = 1000 2000 3000

a,b,c = 1000, 2000, 3000

a_b_c = 1,000,000

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Python code?

[‘ab’, ‘cd’]

[‘AB’, ‘CD’]

[None, None]

none of the mentioned

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the given code ?

1 2 3 4 5 6

1 2 3 4 5 6 7

error

none of the mentioned

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the values of the following Python expressions?

2**(3**2)

(2**3) **2

2**3**2

64, 512, 64

64, 64, 64

512, 512, 512

512, 64, 512

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Python code?

no output

i i i i i i …

a b c d e f

abcdef

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Python code?

0 1 2

a b c

0 a 1 b 2 c

none of the mentioned

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?