CBSE Class 12 Computer Science Flashcard

CBSE Class 12 Computer Science Flashcard

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What error occurs when you execute the following Python code snippet? apple = mango

Back

NameError

2.

FLASHCARD QUESTION

Front

Which of the following can be used as valid variable identifier(s) in Python? Que$tion, Salute, global, total

Back

total

3.

FLASHCARD QUESTION

Front

Which of the following forces an expression to be converted into a specific type?
Options:
Immutable type casting,
Implicit type casting,
Mutable type casting,
Explicit type casting

Back

Explicit type casting

4.

FLASHCARD QUESTION

Front

If l=[11,22,33,44], then the output of print(len(l)) will be

Back

4

5.

FLASHCARD QUESTION

Front

In Python function, the function calling another function is known as ___________ and the function being called is known as ____________

Back

caller, called

6.

FLASHCARD QUESTION

Front

pow( ) function belongs to which library?

Back

math

7.

FLASHCARD QUESTION

Front

Identify the module to which the following function load() belongs to? Options: math, random, pickle, sys

Back

pickle

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?