0% found this document useful (0 votes)
53 views3 pages

It File (802) - 1-1-3

The document is a practical file for the Information Technology subject, detailing various programming tasks and database queries. It includes a list of Java GUI applications to perform tasks such as string concatenation, arithmetic operations, and database queries in MySQL for creating, inserting, and displaying data. The file is submitted by a student to Mr. Raj Kumar Verma at Gobindgarh Public School.

Uploaded by

Aksa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views3 pages

It File (802) - 1-1-3

The document is a practical file for the Information Technology subject, detailing various programming tasks and database queries. It includes a list of Java GUI applications to perform tasks such as string concatenation, arithmetic operations, and database queries in MySQL for creating, inserting, and displaying data. The file is submitted by a student to Mr. Raj Kumar Verma at Gobindgarh Public School.

Uploaded by

Aksa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Practical File

On
Information Technology
Subject Code: 802

Submitted By:
Name:________________
Class:________________
RNO:________________

Submitted To:
Name: Mr. Raj Kumar Verma
Designation: PGT (Computer Science)
(Department of Computer Science)

GOBINDGARH PUBLIC SCHOOL, MANDI GOBINDGARH


INDEX
SNO DESCRIPTION PAGE NO
JAVA PROGRAMMS IN NETBEANS IDE
1 Design a GUI application to concatenate (combine) two strings
2 Design a GUI application to calculate simple arithmetic operations.
3 Design a GUI application to calculate Simple Interest
4 Design a GUI application to calculate the sum of digits of three digit
number
5 Design a GUI application to check whether the entered number is even or
odd
6 Design a GUI application to check whether the entered number is positive
or negative
7 Design a GUI application in java to convert temperature from Celsius to
Fahrenheit or vice versa
8 Design a GUI application to perform an operation based on the criteria
input by the user in a radio button
9 Design a GUI application to accept marks of 5 subjects and find out the
total, percentage and also display grade depending on the percentage
10 Design a GUI application to check whether the entered character is Vowel
or Consonant
11 Design a GUI application to find out greatest among three numbers by
using Logical and relational Operators
12 Design a GUI application to check whether the year is leap year or not
13 Design a GUI application to display the day of the week via switch
statement.
14 Design a GUI application to demonstrate the working of Combo Box
DATABASE QUERIES IN MYSQL
1 Write a SQL query to create database
2 Write a SQL query to create a table
3 Write a SQL query to insert values into a table
4 Write a SQL query to display the contents of table
5 Write a SQL query to display specific columns
6 Write a SQL query to display particular record/row
7 Write a SQL query to display records of teachers having salary greater
than 50000
8 Write a SQL query to sort the records “Salary”-wise
9 Write a SQL query to sort the records by “Salary” in descending order
10 Write a SQL query to display the Salary of “Alok”
11 Write a SQL query to display the records of "Female Teachers"
12 Write a SQL query to display the records of the teachers whose gender is
female and salary is greater than 60000
13 Write a SQL query to display the records of teachers whose name starts
with alphabet "A"
14 Write a SQL query to update salary of IP teacher by 10%.
15 Write a SQL query to add primary key in the table
16 Write a SQL query to Add a column in the table
17 Write a SQL query to delete the particular record.
18 Write a SQL queries to count number of tuples and maximum salary of
the teacher
19 Write a SQL query to show salary between 45000 and 65000
20 Write a SQL query to display table where names are Ravi and Alok
21 Write a SQL queries to display average and total salary by grouping
gender-wise.
22 Write a SQL queries to append text before their names.

You might also like