0% found this document useful (0 votes)
66 views

WIT Lab Questions

1. Create a schema for a bank with customers having a customer ID, name, and address, accounts having an account ID, branch ID, customer ID, account type, and balance, and employees having an employee ID, name, designation, date of joining, salary, and address. Also provide a sample XML instance document. 2. Create a schema for a computer with attributes for type and serial numbers, and elements for monitor, keyboard, and mouse specifications like make, model, year, size, number of keys/buttons, and type. 3. Create an HTML5 form for a student biodata with text boxes for name and address, radio buttons for gender, checkboxes for skills, text boxes

Uploaded by

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

WIT Lab Questions

1. Create a schema for a bank with customers having a customer ID, name, and address, accounts having an account ID, branch ID, customer ID, account type, and balance, and employees having an employee ID, name, designation, date of joining, salary, and address. Also provide a sample XML instance document. 2. Create a schema for a computer with attributes for type and serial numbers, and elements for monitor, keyboard, and mouse specifications like make, model, year, size, number of keys/buttons, and type. 3. Create an HTML5 form for a student biodata with text boxes for name and address, radio buttons for gender, checkboxes for skills, text boxes

Uploaded by

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

1. Create Schema describe a bank that has one or more customers, accounts or depositors.

• Each Customer has a Customer ID, Name and address.


• Each account has an account ID, BranchID, CustomerID, AccountType and Balance.
• Each Employee has a EmpID, Name, Designation, DOJ, Salary and Address.
Also show a sample instance XML document
2. Create a Schema to describe a computer.
• Type of computer (this is an attribute), Which can be Desktop PC, Laptop, Palm Top,
Server, Minicomputer or mainframe)
• A Monitor with Serial Number (Attribute), Make, Model, Year of manufacture, Size, Type
(which is either colour or monochrome)
• A keyboard with Serial Number (Attribute), Make, Model, Year of manufacture, No of
keys, Type (which is either Standard or Enhanced or Multimedia)
• A mouse with Serial Number (Attribute), Make, Model, Year of manufacture, No of
buttons, Scroll wheel (which is yes or no), Type (Which is Ball or Optical)
3. To create a simple student bio-data form using html5 .it should contain the following
 name (text box),
 address (multiline text box),
 gender (radio button male,female),
 skill sets known (check boxes – c,c++,java,C#etc),
 extra curricular activities (text box),
 nationality (combobox) ,
 submit and reset button.
4. To create an html page with different types of frames such as floating frame, navigation frame
& mixed frame.
5. Design the webpage by applying the different styles using inline, external & internal style
sheets.
6. To write a Javascript program to define a user defined function for sorting the values in an
array. Use HTML5 for user interface.
7. Write a java script program to read .XML file and display data in a neat format
8. Write a jsp servlet program to implement the single text field calculator

9. Create a DTD to describe a bank that has one or more customers, accounts or Employee.
• Each Customer has a Customer ID, Name and address.
• Each account has an account ID, BranchID, CustomerID, AccountType and Balance.
• Each Employee has aEmpID, Name, Designation, DOJ, Salary and Address.
Use this DTD in a XML file.
10. Create a DTD to describe a library. Library has one or more books, members and staffs.
• Each book has BookID(Attribute), Title, one or more Authors, Publisher Year of
Publication, ISBN and Price.
• Each Member has MemeberID(Attribute), Name, Address, Phone number.
• Each Staff has StaffID(Attribute), Name, Address, Phone number.
• Each Author has AuthorID(Attribute), Name, Address, Phone number.
• Each Publisher has PublisherID(Attribute), Name, Address, Phone number.
Use it in a XML document.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy