Вы находитесь на странице: 1из 4

KV NO.

2 UPPAL

LIST OF PRACTICALS FOR CLASS XI 2017-18


Informatics Practices

1 Identify the functional components of a


Micro Computer. Check the configuration of a system
2 Write any write up in a word processor with suitable
formatting and save it.
3 Create a presentation on Seminar Topic given to you
with suitable custom animation and slide transitions.
4 Tariq Fashions maintains their employees' salary
details in a spreadsheet as shown
below. A sample data of 7 employees is shown below.
Create the given spreadsheetand write formulas for
the operations (i) to (iv).

(i) To calculate the DA as 25 % of BASIC+HRA for


each employee and display in
column D.
(ii) To calculate the NETSALARY as BASIC+HRA+DA-PF
for each employee and
display in column F.
(iii) To find the maximum NETSALARY and display in
cell F9.
(iv) To count the number of employees and display
in cell B10.

5 Design a GUI desktop application in java to


accept the name and favourite sport in two text
fields and display an appropriate message
including the name and favourite sport in a
dialog box using the concat() method. The
application must have an exit button to end the
application and appropriate labels.
6 Design a GUI desktop application in java to accept
age category using radio buttons and display an
appropriate age based message in a text area on
selection of a radio button. The application must
have an exit button to end the application and
appropriate labels
7 Design a GUI desktop application in java to
accept weight in Kilograms in a text field and
convert it into grams and milligrams on the click
of two separate buttons. Display the result in a
second text field. The application must have an
exit button to end the application and
appropriate labels.
8 Design a GUI desktop application in java to accept
temperature in Celsius in a text field and display
temperature in Fahrenheit in another text field on
the click of a button. The application must have an
exit button to end the application and appropriate
labels.
9 Design a GUI desktop application in java to accept
the side of a square in a text field and calculate the
area and perimeter of the square. Display the results
in two separate text fields. Add appropriate labels
and an exit button to end the application.

10 Design a GUI desktop application in java to accept


marks in 5 subjects in five text fields and calculate
the total and average marks. Display the results in
separate text fields, which are disabled. Add
appropriate labels and an exit button to end the
application

11 Design a GUI desktop application in java to accept


sales of a company for four quarters in text fields.
Calculate the total yearly sale and display the same
in a dialog box. Add appropriate labels and an exit
button to end the application.

12 Design a GUI desktop application in java to accept


length in kilometers in a text field and display the
converted length in meters in a second text field
which is disabled. Add appropriate labels and an exit
button to end the application.

13 Design a GUI desktop application in java to accept


two numbers in a in a text field and interchange the
values of first number and second number using a
temporary variable. Add appropriate labels and an
exit button to end the application.

14 Write the code for the following application

[Hint :Tc = (5/9)*(Tf-32) and Tf = (9/5)*Tc+32 where


Tc = temperature in degrees
Celsius, Tf = temperature in degrees Fahrenheit]
15 Write the code for the following application :

[Hint : Area of Rectangle=Length*Breadth and


Perimeter of Rectangle=2*(Length+Breadth)]
16 Write the code for the following application:

[Hint : SI [Interest] = (PRT)/100 and Amount =


Principle + SI]
17 Develop an application to take input from user in a
radio button out of the two referring to Area or
Perimeter of a circle. Print the Area or Perimeter in a
TextField for the value of Radius entered in another
TextField.
18 Develop an application to take an input in TextField
for a number. If the number is even then Display its
square otherwise its cube in a message box.

19 Develop an application to calculate area of a circle,


a rectangle or a triangle depending upon the user's
choice (from a set of Radio Buttons). Accept the
desired input Radius OR Length-Bredth OR Side as
per the option selected by the user.
20 An electronic shop has announced the following
seasonal discounts on the purchase of certain
items.

21 Develop an application based on the above criteria,


to input amount of purchase and the type of
purchase ( TV or Music System using JRadioButton)
by a customer.
22 Compute and print the net amount to be paid by a
customer along with his name accepted in a text
field.
[Hint: Discount = ( Discount rate / 100) *
Amount of purchase
Net amount = amount of purchase -
discount).]
23 Define a GUI application to create a list box
ClassName with the following values.

24 Write a program to print the names of the class


teacher according to the class selected based on the
following information

Вам также может понравиться