TEST 1

TEST 1

University

10 Qs

quiz-placeholder

Similar activities

ATP-lab viva

ATP-lab viva

University

10 Qs

Python Basics

Python Basics

University

11 Qs

Intro to Python Programming Quiz 9B

Intro to Python Programming Quiz 9B

10th Grade - University

14 Qs

SKEE1103 CT#11c: Pointers and Functions

SKEE1103 CT#11c: Pointers and Functions

University

11 Qs

Functions

Functions

University

15 Qs

Python foundation

Python foundation

5th Grade - University

10 Qs

Python Strings and Variables

Python Strings and Variables

5th Grade - University

8 Qs

Intro to DDP2

Intro to DDP2

University

10 Qs

TEST 1

TEST 1

Assessment

Quiz

Other

University

Medium

Created by

Manikandan M

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Extension to Save a Python File.

.python

.Py

.py

.pyt

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define Dictonary.

A list of functions

A key-value pair

A collection of values

A sequence of numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False : List are Mutable.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

A = True

B = False

print(A and B)

True

False

Compile time error

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Fill in the Blanks.

Variables are used to store the ______?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

X = 5

X+=5

print(X)

5

10

0

15

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

X = 10

Y = 2

print(X//Y)

5

5.0

0

2.5

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?