Term 01 Practical Exam

Term 01 Practical Exam

10 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

KG - University

7 Qs

សំណួរតេស្តICT

សំណួរតេស្តICT

KG - University

10 Qs

Quiz sobre Tipos de Dados em Python

Quiz sobre Tipos de Dados em Python

10th Grade

10 Qs

CL 7 -10. Program coding

CL 7 -10. Program coding

KG - University

10 Qs

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

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

KG - University

13 Qs

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma A

KG - University

13 Qs

Python - це сучасно

Python - це сучасно

KG - University

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