Xi It Practical List 2024-25 Term II
Xi It Practical List 2024-25 Term II
General Instructions:-
1. Font Size for Practical File is 16 in Times New Roman.
2. Format of file is as follows:
a. First Page is front page like this
c
b. Second Page is Index:
c. Start Questions from third page. Each Question Should start from fresh page.
3. Take the print out of the practical file on A4 sheet on one side only and maintain it in a file.
Q.1. MR. Ram kishore, the owner of the kiddi land enterprises has asked his programmer Samya to
develop the following GUI in netbeans: Mr.Ram accepts payment through three types of credit
cards. The offer is given according to the following scheme:
If the bill amount is more than rs25,000/- then the customer gets an additional offer of 5%.
2. Semma is a junior programmer at ‘AVON SHOE FACTORY’ . she has created a GUI in
netbeans.
a. Write a code for CALCULATE button:
3 items namely shoes, sandals and slippers are • manufactured by the factory.
A buyer can buy more than one item at a time
.• Each pair of shoes cost rs. 1500/- each pair of • sandals costs rs. 500/-
The item bought will be selected by the user and the quantity bought will be entered by the user.
Amount to be for that item will be displayed in front of the item.
b. Write a code for CLEAR button to clear the contents in all text boxes.
c. Write a code for STOP button to exit the application.
Ques:3 Ms Sharma works as a programmer in ‘ABC CAR RENTAL COMPANY’ where she has
designed a software to compute charges to be paid by the client . a screenshot of the same is shown
here.
A client can take any car out of deluxe/semi deluxe/ordinary for rent.
A client can also opt for services of a guide. Charges vary depending on the type of
car opted.
Charges of services of guide are extra.
Help Ms . Sharma in writing the code to do the following:
a. Write a code for CALCULATE button to display amount and Guide Charge and calculate Total
Amount.
b. Write a code for CLEAR button to clear the contents of all the text boxes.
c. Write a code for CLOSE button to Exit the application window.
Ques :4 : The students of “SHIKSHA VIDALYA” work for different extra circular activities like
‘community outreach programme’ ,‘swachh bharat abhiyan’ and ‘traffic safety club’ . the
programme at the school has developed a GUI application as shown below:
Q5. Design a GUI application to accept a number from the user in a text field and print using option
pane whether it is a positive even number or not.
Q6. Design a GUI application to accept a character in a text field and print in a label if that
character is a vowel: a, e, i, o, or u. The application should be case sensitive.
Q7. A networking company decided to computerize its employee salary . Develop an application to
store employee's personal data which will be saved in the back end. The front end should accept
Name, Father's Name, Mother's Name, Address, Gender, Basic Salary, Medical and Conveyance.
Calculate gross and net salary
Q8. A book publishing house decided to go in for computerization. The database will be
maintained at the back end but you have to design the front end for the company. You have to
accept book code, Title, Author and Quantity sold from the user. The Price will be generated
depending upon the book code. Net price should be calculated on the basis of the discount given.
Book seller - 25%
School - 20%
Customer - 5%
Q9. Design a GUI application in java to convert temperature from Celsius to Fahrenheit or vice
versa using radio buttons and two text fields
Q10. Design a GUI application in java to convert kilograms into grams, litres into milliliters,
rupees into paisa using combobox and text fields.
Q 11.
Q12. Create following table staff in MySQL and perform below given queries:
Queries:
1. Display NAME of all the staff having more than 10 year experience.
2. Display Dept from table without repetition.
3. Display the information of staff whose name starts with ‘N’.
4. Display Name, Department and Experience of staff from Finance and Research
department.
5. Add a new column named MOBILE NO to the table staff.
a) Create above table ‘Manager’ in MYSQL with choosing appropriate data type for each
field given above.
b) Write a query to display all the records of the table.
c) Add a new record with the following details: (‘S106’, ‘Sales’, “KritikaTuteja”, “Delhi”).
d) Display the name of Manager who belongs to Chennai city.
e) Modify Deptno HR404 to HR500.
Q 14 a. Create a student table with the student_id, name, and marks as attributes where the
student_id is the primary key.
b. Insert the details of a new student in the above table.
c. Delete the details of a particular student in the above table.
d. Use the select command to get the details of the students with marks more than 80.