XamBaaz
💻

Class 12 Computer Science — Chapter 1: Python Revision and Functions

6 practice questions · 2 Easy · 2 Medium · 2 Hard

Free NCERT-aligned multiple-choice practice for Class 12 Computer Science, Chapter 1 (Python Revision and Functions). Practise timed Easy, Medium and Hard quizzes with instant explanations — built for CBSE Board exams, JEE Main and NEET UG. Here are a few sample questions; sign in free to practise all 6.

Sample questions

Q1Easy

print(2**3) outputs:

A.8✓ correct
B.6
C.23
D.Error
Why

** = exponent.

Q2Medium

Variables defined inside a function are by default:

A.Local✓ correct
B.Global
C.Built-in
D.Class
Why

LEGB rule (Local first).

Q3Hard

Recursive function:

A.Calls itself with smaller input✓ correct
B.Loops only
C.Never returns
D.No arguments
Why

Needs base case.

Practise all 6 questions free

Timed quizzes, instant scoring, streaks and XP. Sign in with Google — no card needed.

Start this chapter free →
← All Class 12 Computer Science chapters