Sei sulla pagina 1di 5

Practical Syllabus

Foundation of Information Technology

Database
• The following table contains the records to display the details of different coaches of different
sports.

Coach_ID COACHNAME AGE SPORTS DATOFAPP PAY Gender


1 KUKREJA 35 KARATE 1996-03- 1000 M
27
2 RAVINA 34 KARATE 1998-01- 1200 F
20
3 KARAN 34 SQUASH 1998-02- 2000 M
19
4 TARUN 33 BASKETBALL 1998-01- 1500 M
01
5 ZUBIN 36 SWIMMING 1998-01- 750 M
12
Coach

• Create the table in Open Office Base.

• Set COACH_ID as primary key.

• Write a query to display female coaches with their sports.

• Write a query to display the details of coaches who are male and also play karate.
• The following table displays the details of students related to the stream opted by them along
with their average marks and stipend.

Student

NO. NAME STIPEND STREAM AVGMARK GRADE CLASS


1 KARAN 400 MEDICAL 78.5 B 12B
2 DIVAKAR 450 COMMERCE 89.2 A 11C
• DIVYA 300 COMMERCE 68.6 C 12C
• ARUN 350 HUMANITIES 73.1 B 12C
• SABINA 500 NONMEDICAL 90.6 A 11A
• JOHN 400 MEDICAL 75.4 B 12B
• ROBERT 250 HUMANITIES 64.4 C 11A
• RUBINA 450 NONMEDICAL 88.5 A 12A
• VIKAS 500 NONMEDICAL 92.0 A 12A
• MOHAN 300 COMMERCE 67.5 C 12C

• Create the table in Open Office Base.

• Set ROLL_NO as primary key.

• Write a query to display ALL THE Non-Medical stream students.

• List the names of those students who are in class 12 sorted by their stipend.

• The following table is maintaining the stock of different products along with its price.

Category

CAT CODE NAME PRICE QTY


( CATEGORY) (PRODUCT_CODE) (PRODUCTNAME) (PRICE OF (NUMBER OF
PRODUCT) ITEMS IN
STOCK)
BEVERAGE B163 BEST juice 10 10
SNACK S968 YUMMY 12.2 40
NOODLE N042 WOW 20.2 20
BEVERAGE B482 FRESH tea 25.9 80
NOODLE NO91 QQ noodle 8.4 50

• Create the table in Open Office Base.


• Set Product_code as primary key.

• Write a query to display Product code whose category is “Beverage”.

• Write a query to display all the products whose quantity is between 35 to 85.

• The Following table contains the part of information on parents who donated blood in blood
donation camp organized in school.

S.No. Name Child studies Age Gender Blood Mobile NO.


in Pragyan group
(Y/N)
1 Tanisha Y 50 F B+ 805678945
Sharma
2 Palavi Gupta N 22 F O+ 99911223456
3 Palash Y 37 M O+ 9810066787
Rajput
4 Himanshu N 25 M AB+ 805551232
Verma
5 Shikha N 44 F B- 876775098
Swaroop
6 Jai Singh Y 40 F B+ 9922676767

• Create the table in OO base

• Set mobile no.as primary key.

• Write query to display all the donors of b+ blood group

• Write a query to display all the female donors

• Write a query to display all the donors whose children do not study in Pragyan.

• The following table is showing the database maintained by a driving school for their clients.

Clients id Name Sector (in Age Date of No. of Instructor Payment


gr. Noida) joining days name done
6925 Rashmi PI 19 12/11/2017 15 Mayank Y
singh
6922 Girja yadav Alpha 1 55 28/04/2016 30 Shiv N
kumar
6924 Saloni Beta 1 23 18/03/2016 15 Mayank Y
Pathak
6923 Suman Beta 2 34 04/05/2016 15 Shiv N
Verma kumar
6928 Hemat Alpha 1 28 22/01/2016 21 Shiv Y
choudhary kumar
6921 Shivalik Pi 44 11/05/2016 21 Jayveer Y
Gupta
6873 Shreedhar Alpha 2 25 26/03/2016 15 Jayveer N
Gopal
6947 Manish Gamma 2 56 23/01/2016 30 Mayank N
Gupta
6978 S.K. Alpha 1 65 14/04/2016 30 Mayank Y
Srivastava
6943 Manisha Alpha 1 29 10/09/2017 21 Jayveer Y
rajoriya
6908 Meenu Beta 2 47 05/01/2016 15 Jayveer N
Mathur
6900 Bulbul Pi 20 11/05/2016 15 Jayveer Y
Singh

• Create the table in OO base.

• Set client ID as primary key.

• Write a query to display all the learners of sector alpha 1.

• Write a query to display all the leaners who have not done the payment.

• Write a query to display all the leaners trained by jayveer and joined in year 2017.

HTML
Topic- Travel and Tourism

• Create a webpage in Html by using the following attributes of body tag- background/bgcolor,
left margin, top margin, text, and link.
• Create a webpage in Html by using the following tags -heading <h1>….<h6>, <p>,<br>,
<hr>,<center>,<font>,<base font>.

• Create a webpage to show the use of nested list (ordered and unordered).

• Create a webpage to show the use of definition list.

• Write HTML code to insert a table in a webpage. Use various attributes of table tag.

• Write HTML code to insert an image in a webpage, set alternate text as “image not available”,
and align the image vertically to middle and horizontally to center, set width and height to 300
pixels.

• Write HTML code to demonstrate external linking.

• Write HTML code to demonstrate links between sections of a document by internal linking.

XML
• Write the code to create an XML document to present the following data:

Name Class English marks Math marks


Rakesh 10 78 82
Priya 10 92 76

• Create an XML document to represent various computer parts.

Potrebbero piacerti anche