CBSE Class 12 Computer Science 2023 Quiz

CBSE Class 12 Computer Science 2023 Quiz

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python File handling - 2

Python File handling - 2

12th Grade

20 Qs

Python Files

Python Files

12th Grade

20 Qs

Pandas- CSV file

Pandas- CSV file

12th Grade

12 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Python Strings & Lists

Python Strings & Lists

11th - 12th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

CBSE Class 12 Computer Science 2023 Quiz

CBSE Class 12 Computer Science 2023 Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

eTechno Gyani

Used 12+ times

FREE Resource

15 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

ValueError

NameError

TypeError

SyntaxError

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

global

7Salute

total

Que$tion

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Explicit type casting

Implicit type casting

Mutable type casting

Immutable type casting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6

8

3

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which point can be considered as difference between string and list?

Indexing and Slicing

Mutability

Accessing individual elements

Length

6.

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 ______________________________

executer, execute

main, keyword

caller, called

called, caller

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

pow( ) function belongs to which library?

math

string

random

maths

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?