TEST 1

TEST 1

University

10 Qs

quiz-placeholder

Similar activities

Aaruth Quiz

Aaruth Quiz

University

10 Qs

C PROGRAMMING

C PROGRAMMING

University

15 Qs

QUIZADER

QUIZADER

University

10 Qs

POST TEST MODULE 4

POST TEST MODULE 4

University

10 Qs

Python set 2

Python set 2

University

10 Qs

WEB DEVELOPMENT QUIZ

WEB DEVELOPMENT QUIZ

University

10 Qs

C Arrays

C Arrays

University

10 Qs

QUIZ LAB 3

QUIZ LAB 3

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?