Term 01 Practical Exam

Term 01 Practical Exam

10 Qs

quiz-placeholder

Similar activities

Діагностична робота 8 клас

Діагностична робота 8 клас

KG - University

13 Qs

Group-B Python Quiz

Group-B Python Quiz

University

7 Qs

Would you eat gas station sushi???

Would you eat gas station sushi???

KG - University

15 Qs

Python - це сучасно

Python - це сучасно

KG - University

12 Qs

Basic Python

Basic Python

KG - University

7 Qs

Итоговые тесты: Разработка приложений на Python (middle)

Итоговые тесты: Разработка приложений на Python (middle)

KG - University

14 Qs

Bài tập kiểu danh sách

Bài tập kiểu danh sách

10th Grade

10 Qs

Quiz sobre Tipos de Dados em Python

Quiz sobre Tipos de Dados em Python

10th Grade

10 Qs

Term 01 Practical Exam

Term 01 Practical Exam

Assessment

Quiz

others

Medium

Created by

Sahiba Bathla

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?