Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JSP & Xml Assignment (Java Server Pages & Extensible Markup Language) Online Examination System In this assignment, you will design an online examination system (using

JSP & Xml Assignment (Java Server Pages & Extensible Markup Language)

Online Examination System

In this assignment, you will design an online examination system (using JSP) that allows users to take the test and display the score once the user submits answers. You are asked to fetch the questions and answers from the XML file (assignment.xml). The online examination system should meet the following requirements.

  1. Questions and correct answers (True or False) are given in the XML file.
  2. Fetch questions (using jsp Servlet) from the assignment.xml file.

There are ten questions in the file.

Questions are stored in the element.

Answers are stored in the element.

  1. Create a web page (index.jsp) that displays ALL QUESTIONS, each with two options.
  2. Users can take the test multiple times.

Display the score after each attempt.

You dont need to keep track of the users score.

File: assignment.xml

When you send a request for a Web page to a remote computer, the remote computer is called a Web server.

true

In the client/server model, presentation logic governs how data are manipulated.

false

In the client/server model, business logic governs how data are manipulated.

true

Business logic controls how the data returned from the database is manipulated before it is displayed on the client machine.

true

Each scripting language requires its own interpreter.

true

Client-side scripts are executed on the Web server.

false

A function can be called only once during the running of a script.

false

A function can not return a value.

false

When you create a separate file for your JavaScript program, you name it with a .js file extension.

true

The JSP code is executed on the client browser.

false

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

6th International Edition

061921323X, 978-0619213237

More Books

Students also viewed these Databases questions

Question

3. Training.

Answered: 1 week ago

Question

What is IUPAC system? Name organic compounds using IUPAC system.

Answered: 1 week ago

Question

What happens when carbonate and hydrogen react with carbonate?

Answered: 1 week ago

Question

13-6 How will MIS help my career?

Answered: 1 week ago