CBSE Class 12 Computer Science Quiz

CBSE Class 12 Computer Science Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Error Finding

Error Finding

12th Grade

10 Qs

CBSE Class 12 Computer Science 2023 Quiz

CBSE Class 12 Computer Science 2023 Quiz

12th Grade

15 Qs

Python File Handling Quiz

Python File Handling Quiz

12th Grade

13 Qs

File handling

File handling

12th Grade

10 Qs

File Handling in Python

File Handling in Python

12th Grade

15 Qs

Python basics29

Python basics29

9th - 12th Grade

10 Qs

Python Built-in Functions

Python Built-in Functions

11th - 12th Grade

15 Qs

Chapter 8 String Manipulations

Chapter 8 String Manipulations

12th Grade

15 Qs

CBSE Class 12 Computer Science Quiz

CBSE Class 12 Computer Science Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

eTechno Gyani

Used 23+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

NameError

TypeError

SyntaxError

ValueError

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be used as valid variable identifier(s) in Python?

Que$tion

Salute

global

total

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following forces an expression to be converted into a specific type?

Immutable type casting

Implicit type casting

Mutable type casting

Explicit type casting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4

3

6

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

caller, called

main, keyword

executer, execute

called, caller

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pow( ) function belongs to which library?

maths

random

string

math

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the module to which the following function load() belongs to?

math

random

pickle

sys

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?