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

INFORMATICS

PRACTICES

P…R…O…J…E…C…T
BY ;-

NAME ;- HARDIK VIJ


CLASS ;- XII – A
ROLL NO. ;- 9
INDEX
JAVA ;-
1.
Design a GUI application to accept the cost price
and selling price form the user in two text fields
then calculate the profit or loss incurred.

2.
Create a GUI application for repeatedly doing a
task based on the user input. (Example: To
display the multiplication table of a number
input by the user)

3.
Design a GUI application that round off’s a given
number up to selected digits.

4.
Design a GUI application to accept two numbers in a
text field and interchange the values of first number
and second number using a temporary variable.

5. TEXT MANAGER
6.

6.Design a GUI application in JAVA to accept two


numbers in a text filed and interchange the values if
first number and second number using temporary
variable.

7.

ROOT CACULATOR

8.

DIGIT CALCULATOR

9.
ELECTRONIC SHOP
10.
ICE CREAM SHOP
11.
HOTEL
12.
BILLING
JAVA ;-
1.
Design a GUI application to accept the cost price
and selling price form the user in two text fields
then calculate the profit or loss incurred.

DESGIN MODE

SOURCE CODE:
RUN MODE:

2.
Create a GUI application for repeatedly doing a
task based on the user input. (Example: To
display the multiplication table of a number
input by the user)
DESGIN MODE

SOURCE CODE:

RUN MODE:
3.
Design a GUI application that round off’s a given
number up to selected digits.

DESGIN MODE

SOURCE CODE:
RUN MODE:

4.
Design a GUI application to accept two numbers in a
text field and interchange the values of first number
and second number using a temporary variable.
DESGIN MODE

SOURCE CODE:

RUN MODE:
5. TEXT MANAGER
DESGIN MODE:
SOURCE CODE:

RUN MODE:

6.
Design a GUI application in JAVA to accept two numbers
in a text filed and interchange the values if first
number and second number using temporary variable.

DESGIN MODE
SOURCE CODE:

RUN MODE:
7. ROOT CACULATOR

DESIGN MODE:

SOURCE CODE:

RUN MODE:
8. DIGIT CALCULATOR

DESGIN MODE

SOURCE CODE:

RUN MODE:
9. ELECTRONIC SHOP
10. ICE CREAM SHOP

DESIGN MODE

RUN MODE

SOURCE CODE
11. HOTEL
DESIGN MODE

SOURCE CODE
RUN MODE
12. BILLING
DESIGN MODE

SOURCE CODE
RUN MODE
MY SQL

TABLE 1 – CHARITY

Q-display the first name in lower case

Q-display all last name of people of Mumbai


city in uppercase

Q-display person id along with first 3


characters of his/her name
Q-display first name concatenated with last
name for all the employees

Q-display length address along with person


id
Q-display last 2 characters of city and
person id

Q-display last name and first name of


people who have “at” in second or third
position in their first name

Q-display the position of “a” in last name in


every row
Q-display last name and first name of
people who have “a” as the last character in
their first name

Q-display the first and the last name


concatenated after removing the leading
and trailing blank
Q- display person id, last names and
contribution with decimal digits truncated of
all persons

2.
TABLE STUDENTS

TABLE SPORTS
Q-Display the lowest and highest
classes from table students.

Q-Display the no. of students in each


class in table students.

Q-Display the no. of students in calss


10.

Q-Display details of cricket team.


Q-Display the name and phone no. of
the students of class 12 who are play
some game.
Q-Display no of students with each
coach.

Q-Display names and phno of students


whose grade is ‘A’ and coach narendra.

2. Table items
CREATING TABLE

INSERTING VALUES
Q-Display the avg rate of a south Indian
item.

Q-display no of items in each category.

Q-display total quantity sold for each item

Q-Display total quantity of each item sold


but don’t display this data for those items
whose total quantity sold is less than 3.
Q-Display the details of the bill records
along with name of
each corresponding item

.
Q-Display the records for item dosa.

Q-display record for Italian items sold.

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