Class 11th IP MCQ Unit 1: Introduction to Computer System MCQs (Class XI – CBSE IP/CS) Q1. Which of the following computing devices was primarily used for performing arithmetic...
TUPLE IN PYTHON NOTES Introduction to Tuple in Python In Python, a tuple is a built-in data structure that allows storing multiple values in a single variable, similar to...
Dictionary Handling in Python MCQ 1. A dictionary in Python is enclosed within: a) b) ()c) {}d) ""✅ Answer: c) {}Explanation: Dictionaries use curly braces {}. 2. A dictionary...
Tuple Handling in Python MCQ 1. Which of the following is a tuple in Python? a) [1, 2, 3]b) {1, 2, 3}c) (1, 2, 3)d) {1:2, 3:4}✅ Answer: c)...
LIST HANDLING IN PYTHON MCQ 1. What is the correct way to create a list in Python? a) list = (1, 2, 3)b) list = [1, 2, 3]c) list...
DYNAMICS OF A SYSTEM OF PARTICULAR HIRANI CLASSES IMPORTANT FORMULA
Ch-1 Computer System Overview Ch-1 Computer System Overview 1.1 Introduction 1.2 Computer Components and Basic Computer Organization 1.2.1 Computer Organisation 1.2.2 Input Unit 1.2.3 Output Unit 1.2.4 The CPU...