Skip to main content
Chapter 5 of 11
Important Questions

Getting Started with Python

Odisha Board · Class 11 · Computer Science

Most important questions from Getting Started with Python for Odisha Board Class 11 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.

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 important questions and more.

1,000+ Class 11 students started this chapter today

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.
How many important questions are there in Getting Started with Python?
There are 42 practice questions available for Getting Started with Python. These cover multiple question types including MCQs, short answer, and long answer questions.

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.