Journal Ques
Journal Ques
Q1) Write a program in Python to create a file "data.txt" and write 5 lines to it.
Q2) Write a program in Python to read the contents of "data.txt" and display them.
Q3) Write a program in Python to copy the contents of "data1.txt" to another file "data2.txt"
Q6) Write a program in Python to create a figure which consist of rectangle, a circle, an arc and
line it..
i) House
ii) Sun
iii) Smiley
v) Fish
Q9) Write a program in Python to create project to calculate the Area of Rectangle, Perimeter and
Clear button.
Q10) Write a program in Python to create project to calculate the Simple Interest.
Q12) Write a program in Python to create project which includes label of name, mobile no, Email
Id, a radio for gender and spinbox for age.
Q13) Create a project calorie counter. Your project intakes the amount of proteins, carbohydrates
and fats in a given food item and calculate the amount of calories present in it.
a) 1 gm carbohydrate is 4 cal
b) 1 gm fat is 9 cal
c) 1 gm protein
Your project should have a button next item which would clear the contents of text boxes.
Q14) Create a project for Reshma Beauty Parlor. Include checkboxes for the following services.
a) Hair Styling
b) Manicure & Pedicure
c) Complete Makeover
The charges are fixed for the above services as Rs.200, Rs.300, Rs.400 respectively. Declare
them as constants. She has distributed discount coupons per 5% and 10% to boost her
business. Your Project should display total charges, discount if any, and final amount to be
paid. Include a command button to clear the fields.
Candidate has to fill his name, age , mobile number=> Text Fields
In order to be eligible, candidate has to have more that 60% marks in SSC & HSC and average
55% marks and above in FY/SY
Q17) Write a program to create a table student(rollno*, sname , sclass) in the fycs database of
MySQL.