Microeconomics (Sandeep Garg)
Microeconomics (Sandeep Garg)
INTERNATIONAL SCHOOL
Assignment
Name- Subject- Computer
Class : XI Date:
3. What is the name of the component that used to both read and writes data?
a. ROM b. RAM c. Hard Drive d. Cache Memory
C. True or False.
3. What will be the output of following code :- Instead of program focus on output ( sample run )
a) length = float(input("Enter length of the rectangle: "))
breadth = float(input("Enter breadth of the rectangle: "))
area = length * breadth
print ("Rectangle specifications")
print ("Length = ", length, end = '')
print ("breadth = ", breadth)
print ("Area = ", area)
Solutions:-
b) A triangle has three sides a, b, c as 17, 23, 30. Calculate and display its area using Heron’s formula as
S = (a + b + c)/2 , Area = sqrt(s(s – a)(s – b)(s – c))
Solutions :-
e)
f)
g)
h)
i)
j)
k)
l)
m)
n)