TEST 1

TEST 1

University

10 Qs

quiz-placeholder

Similar activities

Functions

Functions

University

15 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

c set 3

c set 3

University

10 Qs

KNOWLEDGE GAME

KNOWLEDGE GAME

University

11 Qs

Engineers Day Celebration Quiz - Code IT, STME HYD

Engineers Day Celebration Quiz - Code IT, STME HYD

University

15 Qs

Intro to Python Programming Quiz 9B

Intro to Python Programming Quiz 9B

10th Grade - University

14 Qs

Python Basics

Python Basics

University

11 Qs

Intro to Python Programming Quiz 9C

Intro to Python Programming Quiz 9C

10th Grade - University

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