Skip to main content
Chapter 5 of 11
Practice Quiz

Getting Started with Python

Odisha Board · Class 11 · Computer Science

Practice quiz for Getting Started with Python — Odisha Board Class 11 Computer Science. MCQs and questions with answers to test your preparation.

42 questions24 flashcards5 concepts

Interactive on Super Tutor

Studying Getting Started with Python? Get the full interactive chapter.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for practice quiz and more.

1,000+ Class 11 students started this chapter today

Quick Quiz: Getting Started with Python

0/4

Tap an answer to check it instantly. No sign-up needed for these 4.

1

Which of the following is the correct way to start a comment in Python?

2

What type of data does the input() function always return?

3

What will be the output of: print(10 // 3)?

4

What is the correct syntax to create a list in Python?

42 Questions·
multiple choicemultiple correcttrue false

Sample Questions

1multiple correct

Which of the following are valid Python identifiers? (Select all correct answers)

Show answer

student_name, _marks, myVariable

Valid identifiers can start with letters or underscore, followed by letters, digits, or underscores. '2student' starts with a digit (invalid), and 'class' is a Python keyword (reserved).

2true false

Python is case-sensitive.

Show answer

True

Python is case-sensitive, which means 'Variable' and 'variable' are treated as two different identifiers.

3multiple correct

Which of the following are mutable data types in Python?

Show answer

List, Dictionary, Set

Lists, dictionaries, and sets are mutable (can be changed). Strings and tuples are immutable (cannot be changed after creation).

4true false

The ** operator is used for exponentiation in Python.

Show answer

True

The ** operator is indeed used for exponentiation in Python. For example, 2**3 equals 8 (2 raised to the power of 3).

+38 more questions available

Practice All

Frequently Asked Questions

What are the important topics in Getting Started with Python for Odisha Board Class 11 Computer Science?
Getting Started with Python covers several key topics that are frequently asked in Odisha Board Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Getting Started with Python — Odisha Board Class 11 Computer Science?
Understand the core concepts first, then work through the 42 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

For serious students

Get the full Getting Started with Python chapter — for free.

Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Odisha Board Class 11 Computer Science.