Download WEB-TECH (9A) - BackBenchersCafe.com

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
WEB-TECH (9A)
YEAR-2014
1. a) What is DHTML ? What are the features of DHTML.
b) Distinguish between static and HTML.
2. a) How do create a DHTML drop down menu ?
b) Describe how DHTML works in Java script.
3. a) What looping structure are their in Java Script?
b) Write a program in Java Script to find the smallest among three numbers.
4. a) How to create arrays in Java Script?
b) What is ASP? What are the advantanges of using ASP?
5. a) What is virtual directory? How it is created in ASP ?
b) What is server object in ASP ? Explain with example.
6. a) How do you add Java Script in a Web Page.
b) Write a program in Java script to generate the fibbonacci series.
7. Write down the ASP code to design your persnol web page.Include maximum features of ASPthat can be
included.
8. Write short notes on any Two :
a) IIS
b) ADO
c) 'this' keyword.
d) DOM
YEAR-2013
1. a) What is Java Script ? What are the various features of Java Script
b) Write a program in Java Script to find the largest among three numbers.
2. a) Discuss conditional statements of Java Script with example.
b) What is anonymous function? How its is created in Java Script.
3. a) Explain function overloading with Example.
b) Discuss various types of loop in Java Script.
4. a) Give a brief overview of ASP.
b) Write down the method to open Record set object.
5. Write down the procedure for insertion, deletion and modification of data in a Database.
6. a) How document is created at runtime in Java Script?
b) Write a program in Java Script to print the sum of digits of an integer.
7. a) How Virtual Directory created in ASP?
b) Write a program in Java Script to print the sum of digits of an integer.
8. Write short notes on any two of the following :
a) ADO
b) Execute Method of Command
c) Operators of Java Script
d) DHTML
YEAR-2012
1. a) What is DHTML ? state and explain the features of DHTML.
b) What are the difference between HTML and DHTML ?
2. a) How can you dynamically change text attributes in DHTML?
b) Write down the decision making and loop forming statements in Java Script.
3. a) What is Java Script? What are the features of it ?
b) Write a program in Java script to find factorial of a number.
4. a) What is ASP? What are the advantages ASP?
b) How virtual directory created in ASP? Explain with proper example.
5. a) What is active data object? How ADO connection is created with MS-Access?
b) What are the inner textproperty in DHTML?
6. Discuss various events, methods and objects of Java Script with proper example.
7. Write down ASP code to design your persnol web page, include maximum features of ASP that can be
included.
8. Write short notes on :
a) Document object model
b) CSS
c) Active Data Object
d) Object hierarchy in Java Script.
YEAR-2011
1. a) Explain the features of DHTML.
b) Explain the DOM in HTML
2. Discuss the methods of attaching ASS to HTML documents.
3. Develop a webpage using the HTML as well as DHTML for train time table.
4. a) Discuss the some important features of Java Script and differenciate it with HTML.
b) Evaluate the following :
i) "10"+"90"
ii) (10 less than 8)?10.8
iii) J= (i++)+(--i)+(++i)+(i++) , where i=2.
5. Write short notes on :
a) Window objects
b) Creation of document at runtime.
6. a) Write a Java Script to wish a appopriately at different house of day ("Good Morning").
b) Use the date functions SetDate and GetDay to promt the user for an integer between 1-31 (Symbohism a
date in a month)
and return the day of week if represents.
7. a) Discuss the concepts of ASP.
b) Differenciate between the following :
i) Static and Dynamic page
ii) Session object and Application object.
8. a) Describe the structure of ADO.
b) Describe the the role of ADO in data connectivity.
9. a) Which methods of the record set object are used to navigate a database? Explain them in brief.
b) Write down steps for creation of virtual directory.
YEAR-2010
1. a) Create a specimen of corporate web page. Divide the browser screen into two frames. The frame on the left
will be a menu
consisting of hyperlinks. Clicking on any one of these link will lead to a new page, which must open in the
target frame, which is
on the right hand side.
b) Create a wwebpage has two link has two link, the first link that will open that displays the company profile,
its business and its products.
The second link will display the contact adress of the company.
2. a) Write a java Script Code Block, which checks the contents entered in a form's Text element. If the entered
text is in the
lower case, convert to upper case. Make use of the function to upper case.()
b) Create a indexed may array @ names be assigning individual element of the array as follows:
$name[0]="name 1";
Populate the element with 10 elements. Then print the value of each element using a for loop.
c) Can JavaScript be in a separate file? Give detail.
3. a) Write an HTML page and also provide a java script for accepting a user ID and password from the user to
ensure that the input
is not empty.
b) Differentiate between synchronous and asynchronous processing.
c) Make a HTML page now Ajax-enabled, so that the server-side code can check if the user id and password
are correct
(by comparing it with corresponding database fields).[Hints: we would need to make use of ASP or JSP
servelts for this.]
4. a) Discuss in detail different types of web technologies.
b) Discuss the advantages and dis advantages of web server controls.
c) What do you think will happen if we use the Java Script instead of ready-made controls for validation in
ASP?
5. a) write a servelet which will accept user name and password in a form, which will compare both in the
database display
success or failure.
b) Write a java program which will display a Java applet showing welcome to Applet message.
c) write a JSP scriptlet for displaying even numbers between 1 to 50 and also its JSTL version.
6. a) What are the applications of wrapper classes?
b) How does string class differ from string buffer class?
c) What is static import? How is it useful?
7. a) Discuss the various levels of access protection available for pacakages and their implications.
b) Describe the steps invoked when a Web Browser requests for and obtain a Web page from a Web server.
c) What is the purpose of a proxy server? Why is the job of Search engines not easy?
8. a) Discuss the differences between GET and POST commands.
b) Find out the major diffrerence between the two major Web Browsers Internet Explore and Netscape
Navigator.
c) Explain, you connecting to a remote server using TELNET. What are your observations in terms of lock and
feel, communication
speed and features available?
YEAR-2009
1. Fill in the blanks: (2*5=10)
a) ____ are powerful mechanicsm for adding styles (e.g. ,fonts, colours, spacing etc) to web documents.
b) The style assignment process can be accomplished with the ____ and ____ tag.
c) The <STYLE> tag should be within the ____ and ____ element.
d) Capturing user request is traditionally done via a ____.
e) ____ are used to store values that can be used in other parts of program.
2. a) How do we include JavaScript in HTML file?
b) Explain dialogue box in script. (5+5)
3. a) How many data types support JavaScript? Explain it.
b) How do we use assignment operator in JavaScript? (
4. a) What do you understand by variable scope? Explain with example.
b) What is recursive function? Explain with example.
5. a) What is user-defined function? Explain.
b) Write the advantages of JavaScript. (5+5)
6. Design a Web Page for CYBERSHOP INC, using style sheet with the following attributes:
a) {Font_size: 120%; Colour: green; Font_weight: bold; Font_family: cursive}
Use the defined style class wherever the text 'CYBERSHOP INC' appears on the web document.
b) Use unordered listing giving the list of services offered by CYBERSHOP INC. (5+5)
7. What is the primary functionality ASP brings to Web site, and why is it so important? Explain with suitable
example.
8. What is Bandwidth and why is it an important consideration in the design of modern Web site? Explain in
detail.