0% found this document useful (0 votes)
29 views1 page

Day 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Day 1

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DAY-1 EXAM QUESTION SET FOR HIT

TIME:20 MNT

 What are the built-in data types in Python?


 What is the difference between mutable and immutable data types in Python?
 How can you check the type of a variable in Python?
 What is the result of the expression 5 / 2 in Python 3?
 Explain the difference between is and == in Python.
 What are the main differences between lists and tuples in Python?
 What is a dictionary in Python, and how is it different from a list?
 How do you create a set in Python and what are its properties?
 What is the purpose of the None type in Python?
 How does Python handle type conversion between different data types?
 What is an operator in Python? Provide examples of different types of operators.
 What is the result of 3 + 2 * 5 in Python, and why?
 What does the modulus operator % do in Python?
 Explain the difference between the += and = operators in Python.
 What is a logical operator in Python? Give an example.
 What is the purpose of the del keyword in Python?
 How do you concatenate strings in Python?
 What is the result of len("Hello") in Python?
 What are comparison operators in Python, and how do they work?
 What is the difference between the and and or logical operators in Python?

You might also like