Term 01 Practical Exam

Term 01 Practical Exam

10 Qs

quiz-placeholder

Similar activities

Chapter 10: Object Oriented Programming

Chapter 10: Object Oriented Programming

KG - University

15 Qs

Математика  20-21

Математика 20-21

KG - University

13 Qs

Chapter 9 Tuples, Lists, & Dictionaries

Chapter 9 Tuples, Lists, & Dictionaries

KG - University

10 Qs

Объектіге бағытталған программалау II

Объектіге бағытталған программалау II

KG - University

10 Qs

CL 7 -11. More about python

CL 7 -11. More about python

KG - University

10 Qs

PYTHON

PYTHON

KG - University

13 Qs

Operators in Python Quiz

Operators in Python Quiz

KG - University

10 Qs

Quiz on IoT Concepts

Quiz on IoT Concepts

University

10 Qs

Term 01 Practical Exam

Term 01 Practical Exam

Assessment

Quiz

others

Medium

Created by

Sahiba Bathla

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Numpy Library stands for
Numeric Python
Numerical Python
Numerical Performa
Numbering Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which among these is an immutable data type in Python?
List
Tuple
Dictionary
Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Is Python case sensitive when dealing with identifiers?
no
yes
machine dependent
none of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. What is the output of the following Python code? print(5 // 2)
2.5
2
3
2.0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Python was developed by :
Charles Babbage
Guido Van rossum
Alan Turing
Harvard

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. How is a code block indicated in Python?
Brackets.
Indentation.
Key.
None of the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What will be the output of the following code snippet? a = [1, 2, 3] a = tuple(a) a[0] = 2 print(a)
[2, 2, 3]
(2, 2, 3)
(1, 2, 3)
Error.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?