0% found this document useful (0 votes)
2 views10 pages

Practice questions (1)

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 10

What Are Local And Global Variables?

What is Html, CSS ? Discuss the history of Web?.

Describe the Function object in JavaScript with an Example?.

What is a markup Language and what is the relationship between XML and HTML?

Create HTML Page for Following Features:

Create an unordered list.

Create an ordered styles.

Use various bullet Styles .

Created nested Lists.

Use graphics as Bullets

Briefly explain the architecture of web browser.

Explain brefly about client-side scripting and server-side scripting.

Explain how HTML differs from scripting language.

Enumerate the differences between static and dynamic web pages.

Discuss various aspects of WWW.

Discuss briefly about CSS and its types.

Write short notes on scripting languages.

What is html? explain the various html tags to develop the web pages

What is the use of HTML Forms? Create a HTML Form page for Railway Registration Form

"Develop a html web page for the following design using frame and frameset.

<frame 1> DEMONSTRATION OF FRAMES

<frame2>

<linRemember>

<linUnderstand>

<linApply> <frame3>
<content to be displayed in this frame>

"

What are HTML tags? List the commonly used HTML commands

Briefly explain the use of tables using suitable example.

Briefly explain the use of frames using suitable example.

Using suitable HTML tags, create user login page.

Using suitable HTML tags, create Online student course registration form.

Create a HTML page for a suitable application with labels, text box, text area and buttons embedded.

Differentiate Get and Post methods.

Briefly discuss how password can be hidden in a HTML page with suitable example.

With suitable example, discuss the creation of different types of lists in HTML.

What are the necessities of using HTML forms? What is the use of HTML Forms? Create a HTML Form
page for Railway Registration Form.

How to create user interactive web pages using form objects and form elements?

Design a web page that allows the user to choose from a series of images and to view the image in color
and grayscale.

Discuss in detail about WWW. Also explain in detail about the step functions of HTTP protocol with
suitable figure.

Discuss in detail about the architecture of web browser. Also llustrate the working of web-server and
client.

Explain in detail about the structure of HTML document using suitable example.

Explain in detail about the history and structure of HTML document.

With suitable example, explain the use of <Form> tag in HTML.

Create a HTML file for online voting system using elements like labels, textbox, buttons, listdown, radio
button and check box.

Discuss how CSS can be linked to a HTML document. Also illustrate the usage of different HTML tags.
Demonstrate how table tag can be used in HTML by providing suitable complex enough example for a
sample scenario.

Using suitable HTML tags, create a homepage for your university with appropriate design output.

"What is HTML? Explain in detail about the following tags:

<html>

<head>

<title>

<body>

<h1> to <h6>

<p>

<br>

<hr>

<b>

<strong>

<table>

<tr>

<td>"

Explain in detail about the different attributes of table tag with suitable example.

Discuss the use of forms in HTML with suitable example. Also discuss the working of get and post
methods.

Using suitable HTML tags, create a static web page for university advertisement.

Create a web page using suitable HTML tags for Online bus reservation system.

Using suitable HTML tags, create a web page for vehicle management system for a Vehicular service
firm.

Define Java Script.

Explain how to declaring the variable in Java Script

Describe the syntax for Java Script


Differentiate between Java and JavaScript

Explain the origin of Java Script

Discuss about Event-Driven Computation?

Write the difference between Primitive and Object Data Type.

Discuss about Implicit Type Conversion

State the types of Popup Boxes

List out the Standard Objects in Java Script

Define DOM

List out the levels of DOM

Discuss how to access the element in Java Script?

Write the difference between Event and Event Handling.

Describe how to create text box and button in DOM?

Write the few of events and tags in DOM

List out the phases of DOM2

Write a Java Script program to find largest among 5 numbers

Write a Java Script program to create Popup box, alert and confirm box

Discuss in detail about Java Script.

Demonstrate the concept of Operators in Java Script

Write a Java Script program to print the numbers from 0 to 50

Write a Java Script program to create user registration form

With an example describe java scripts Control structure

Write a JavaScript program to demonstrate the JavaScript events

State the difference between JavaScript and Java

Describe the difference between Client Side scripting and Server Side Scripting.
Write a simple java script embedded with html to declare an array of size ‘5’ and the values are assigned
to each index which is the combination of integer and string values. Next, using ‘For loop’, the value
present at each index is to be displayed with the help of a message box.

LIST THE VARIOUS DIALOG BOXES IN JAVA SCRIPT

Give short notes on scripting languages.

Write short notes on the following

a. Operators in Java Script b. Variable and Data type

Explain in detail about DOM

Write short notes on the following a. Events, Attributes and Tags b. DOM2 event model.

Discuss the methods associated with array object in JavaScript? Explain each one with an example

Write a JavaScript program to demonstrate the JavaScript events

Explain JavaScript Object: Window, Document

Describe in detail about XML DOM with an example of Students details.

Define Document object model? Discuss the various DOM methods used with javascript

Write a JavaScript to display a welcome button of an html form is pressed

Using a JavaScript create a web page using two image files , which switch between one another as the
mouse pointer moves over the images

Develop a simple online shopping application using JavaScript(Assume your own data)

Explain the various event handlers in java script. Give an example of each.

Develop the web page for employee management system and validate all the fields using java script

Develop a JavaScript program to display a message “HI ! GOOD MORNING TO YOU”

With an example describe java scripts Control structure

Write a JavaScript program to demonstrate the JavaScript events

Write short notes on Java Script/Advantages of Scripting • Java Script control statements • Java Script
functions

Explain in detail about event handling

List the advantages of CSS.


Explain importance of Frame tag in HTML.

Define CSS. Explain inline, internal, external and embedded style sheets with examples.

Write HTML code to display your class time table.

In how many ways can a CSS be integrated as a web page?

What does CSS selector mean?

Mention the uses of embedded style sheet.

Cite different types of CSS.

How will you add border images to an HTML element?

Differentiate between the ID and class selector.

State the use of XML.

Write the role of XML in web application.

Give the differences between HTML and XML.

Explain the use of DTD for structuring the XML document.

State the difference between XML Schema and DTD.

Mention the use of XSLT.

List the benefits of using XML Schema.

Clearly explain the XML Schema and XML parsing in detail.

Explain the various types of XML schema data types and their applications.

Write CSS code that defines five classes of paragraph with different background, color, margins, padding
and border style.

Explain the four possible keywords in a DTD declaration with suitable examples.

Mention the limitations in CSS.

List the various data types in DTD.

Give the main reasons to use DTD

Write a DTD for the following XML document <parent name="Imed">

<son id="1">Hou</son>
<daughter id="3">Asma</daughter>

</parent>

Give a detailed example for the use of Entities within DTD and XML

How to use an external DTD file with an XML document

Mention the benefits of using external CSS

Define XML

Create a XML document to store voter ID, voter name, address and date of birth details. Create a DTD to
validate the document.

Explain Form object in JavaScript with its properties and methods

Explain Document object in JavaScript with its properties and methods

Write a java Script for counting Odd, even and prime numbers from 1 to 100

Write a Java Script using for loop for displaying sum of first 150 numbers, If a=10 and b=20 write a java
script to swapping of these two numbers.

Write a java script program for simple form processing

With an example describe java scripts Control structure

Discuss about javascript statements with suitable example.

Define event in java script

Name any four event method in java script.

What are disadvantages of using JavaScript?

How can you create an Array in JavaScript?

Mention the advantages of java script

Give the syntax of java script

List the various dialog boxes in java script

Mention the various java script object models

Mention how scripting language differs from HTML.

Define function in java script.


Explain the various event handlers in java script. Give an example.

Write a java script program to develop the arithmetic calculator

Write a java script program to perform the validation process in an application programs

Write short notes on scripting languages.

What are the various java script objects? Explain each with an example

Write a JavaScript program to demonstrate the JavaScript events.

Design a webpage with a textbox where the user can enter a four digit number and a button “validate” .
Validate the entered number for the following using java script. No zero as the first digit Entered
number must be in ascending order of digits (Ex:1234,5678…)

Write the complete JavaScript to prompt the user for the radius of the sphere and call function sphere
Volume to calculate and display the volume of the sphere. Use the statement.
Volume=(4.0/3.0)*Math.PI*Math.pow(radius,3)

Develop a simple online shopping application using JavaScript(Assume your own data) Explain the
various event handlers in java script. Give an example of each. Write a java script program to develop
the arithmetic calculator .

Develop a JavaScript program to display a message “HI ! GOOD MORNING TO YOU” when a page is
loaded and display a message “THANKS TO VISIT OUR WEB PAGE” when a page is unloaded.

Write any three primitive data types in Java script

Explain variables, operators and control structures Java script

Define variable and how variable can be declared in the java script language.

Compare VB script and java script.

Give the difference between Client Side scripting and Server Side Scripting.

Recall prompt box.

Write a JavaScript program to display the current day and time

Write a JavaScript program check if a given positive number or not

Explain working principles of AJAX program.

create a script that asks the user for a name, and then greets the user with "Hello" and the user name
on the page.
Create a script that prompts the user for a number and then counts from 1 to that number displaying
only the odd numbers.

Explain the different Built-in objects with an example programs

Discuss about function syntax with an example.

Explain about java debugger.

Explain the way in which java script handles arrays with example

Explain how local and global functions can be written using java script.

Write a java script that calculates the square and cube of 15 and display it in alert box

Define AJAX

List the different XMLHttpRequest object.

Name the method used to send request to server inAJAX

Write a javascript program to find odd or even for given number.

Write a javascript program to generate fibonacci series.

List the advantages of JSP

Draw the JSP lifecycle phases and explain.

Discuss different implicit objects in JSP with and example program.

Is it possible for one JSP to extend another java class if yes how?

Create a JSP program to calculate factorial of a number.

Explain how debugging jsp program.

Discuss about sharing data between JSP pages.

Write a jsp program to calculate area of triangle and circle.

In JSP page how can we handle runtime exception.

Compare include Directive and include Action of JSP

Describe automatic creation of session in JSP.

Define session.

Write code in JSP for printing squares of numbers from 1 to 5.


Define JSP Actions.

Name the JSP literals.

Describe various attributes in page directive.

Discuss the way to Set A Cookie And Delete A Cookie From Within A Jsp Page.

Define JSP Object.

Mention the necessity of JSP.

Write a program in JSP showing declaration of two integer variables and showing their sum.

Give syntax for JSP comments

List the use of 'out' implicit object.

Give the syntax of JSP declaration tag.

Discuss the various directives available in JSP.

State difference between HTML and JSP comments statement.

Describe Scriptlet, Expression and Declaration in JSP with an example.

Is it possible to use java comment in JSP?

Mention the use of application implicit object.

Recall the use of static functions.

Write the step by step to make environment setup in JSP

You might also like