Assignment Class Xi Ip
Assignment Class Xi Ip
CLASS XI
SUBJECT- INFORMATICS PRACTICES
CHAPTER 2 - Getting Started with Python
Very Short answer Type Questions:
Q.1 When was Python released?
Q.2 Who developed Python?
Q.3 Which two languages contributed to Python as a Programming
Language?
Q.4 Is Python an Object Oriented Language?
Q.5 Python got its name from which show?
Q.2 What are literals in Python? How many types of Literals allowed in Python?
Q.6 What are tokens in Python? How many types of tokens allowed in Python?
Q.7 What are operators? What is their function? Give examples of some unary and
binary operators.
(a) „\a‟ (b) “\a” (c) “Kumar\‟s” (d) „\”‟ (e) “it‟s”
Q.3 Which of the following are syntactically correct strings? State reason.
(e) “Namaste
Q.4 What is the error in following Python program with one statement?
Q.7 Write a Program to obtain temperature in Celsius and convert it into Fahrenheit
using formula –
C X 9/5 + 32 = F
Q.9 WAP to read todays date (only date Part) from user. Then display how many days
are left in the current month
Q.10 WAP to print the area of circle when radius of the circle is given by user.
ASSIGNMENT -3
CLASS XI
SUBJECT- - INFORMATICS PRACTICES
Chapter 4 - DATA HANDLING
Very Short answer Type Questions:
Q.1 Identify the data types of the following values given below –
Q.6 What are mutable and immutable types in Python? List both of them
Q.7 What are augmented assignment operators? How are they useful?
Q.3 WAP to take two numbers and check that the first number is fully divisible by
second number or not.
Q.7 WAP to take the temperatures of all 7 days of the week and displays the average
temperature of that week.
ASSIGNMENT -4
CLASS XI
SUBJECT- - INFORMATICS PRACTICES
CHAPTER 1 – COMPUTER SYSTEM OVERVIEW
Q.1 State the basic units of computer. Name the subunits that make up the CPU, and
give the function of each of the unit.
Q.2 What is the function of memory? What are its measuring units?
Q.3 Why is primary memory termed as „destructive write‟ memory but „non-
destructive read‟ memory?
Q.4 What is the role of CPU of a mobile system?
Q.5 What is SoC? how it is different from CPU? Why is it considered a better
development?
Q.6 What are various categories of software?
Q.7 What is the difference between an interpreter and a compiler?
Q.8 What is application software? Why it is required?
Q.9 Briefly explain the basic architecture of a computer.
Q.10 What do you understand by input unit? What is its significance? What does
computer system consist of?
Q.11 What is the function of CPU in a computer system? What are its sub units?
Q.12 What functions are performed by the control unit?
Q.13 Distinguish between CPU and ALU?
Q.14 What is the function of output unit in a computer system?
Q.15 Distinguish between internal and external memory.
Q.16 What are RAM and ROM? How are they alike? How are they different? What
are PROM, EPROM, EEPROM?
Q.17 What is system software?
Q.18 What is the importance of an OS?
Q.19. What is the utility of these software? (a) disk fragmentor (b) backup software
Q.20. How are software libraries useful? Name some software libraries of Python.