Question
Easy
Tuples in Python are:
1
mutable
2
immutable
3
modifiable
4
convertible
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Python Programming Fundamentals
Topic: Tuples
Correct Answer
Option B
Explanation
The correct option is (2): The correct option is (2) because tuples in Python are fundamentally immutable data structures. Immutability means that once a tuple is created in memory, its contents—the sequence of elements it holds—cannot be changed, added to, or removed from. This property is a core design choice in Python, distinguishing tuples from mutable data types like lists. Being immutable provides several advantages, such as allowing tuples to…Read More
Similar Questions from REET Exam - Paper 1 - Year 2018
Question 1
Easy
Source :
HTET 2022
VGA stands for:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Architecture
Question 2
Easy
Source :
HTET 2022
SQL command used to add a new column in an existing table is :
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL
Question 3
Easy
Source :
HTET 2023
A set of style rules that describes a document's display characteristics is :
Chapter :
Web Designing using HTML
Topic :
HTML Basics
Question 4
Easy
Source :
HTET 2023
Find the decimal equivalent of octal number $127.54_8$:
Chapter :
Computer System & Hardware Fundamentals
Topic :
Encoding Schemes and Number System