Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Raj Kumar Goel Institute of Technology Ghaziabad

ISO 9001:2015 Certified


5th KM. STONE, DELHI-MEERUT ROAD, GHAZIABAD (U.P)-201003
Tel: (0120) 2788409, Fax: (0120) 2788447
Department of Computer Science & Engineering(IOT)
KNC-402 Python Programming(2022-23)
Assignment 1

Maximum Marks: 20 Submission Date: 12 May‘23


Blooms
Course Outcomes
Knowledge
By the end of the course, students will be able to:
Level
CO1 To read and write simple Python programs K1, K2,K3
CO2 To develop Python programs with conditionals and loops. K6
CO3 To define Python functions and to use Python data structures –- lists, K5,K6
tuples, dictionaries
CO4 To do input/output with files in Python. K5,K6
CO5 To do searching ,sorting and merging in Python K5, K6

ATTEMPT ALL QUESTIONS

1. Python Program to exchange the values of two numbers


2. Python Program to take the temperature in Celsius and convert it to Fahrenheit.
3. Python Program to read two numbers and print their quotient and remainder.
4. Python Program to find the area of a triangle given all three sides.
5. Python Program to read height in centimeters and then convert the height to feet and
inches
6. Python Program to compute simple interest given all the required values.
7. Python program to calculate the distance between two points.
8. Python program to calculator the total amount of money in the piggy bank, given the
coins of Rs. 10,5, 2 and 1.
9. Python program calculates the bill amount for an item given its quantity sold, value,
discount and tax.
10. Python program that calculates the seconds in a given hrs.

You might also like