Skip to main content
Chapter 10 of 11
Important Questions

Tuples and Dictionaries

Meghalaya Board · Class 11 · Computer Science

Most important questions from Tuples and Dictionaries for Meghalaya Board Class 11 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.

42 questions22 flashcards5 concepts

Interactive on Super Tutor

Studying Tuples and Dictionaries? 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 correct

Sample Questions

1multiple correct

Which of the following are characteristics of tuples? (Select all correct answers)

Show answer

Tuples are immutable, Tuples are ordered, Tuples can store different data types, Tuples allow duplicate elements

Tuples are immutable (cannot be changed), ordered (maintain sequence), can store mixed data types, and allow duplicates. They use parentheses, not square brackets.

2multiple correct

In a dictionary, which of the following can be used as keys? (Select all correct answers)

Show answer

Strings, Numbers, Tuples

Dictionary keys must be immutable. Strings, numbers, and tuples are immutable and can be keys. Lists are mutable, so they cannot be used as keys.

3multiple choice

What will happen if you try to access a key that doesn't exist in a dictionary?

Show answer

Raises KeyError

Accessing a non-existent key directly raises a KeyError. To avoid this, use the get() method which returns None for missing keys.

4multiple choice

What does the len() function return for a dictionary?

Show answer

Number of key-value pairs

len() returns the number of key-value pairs (items) in a dictionary. Each key-value pair counts as one item.

+38 more questions available

Practice All

Frequently Asked Questions

What are the important topics in Tuples and Dictionaries for Meghalaya Board Class 11 Computer Science?
Tuples and Dictionaries covers several key topics that are frequently asked in Meghalaya 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 Tuples and Dictionaries — Meghalaya 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 Tuples and Dictionaries?
There are 42 practice questions available for Tuples and Dictionaries. 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 Tuples and Dictionaries chapter — for free.

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