APRIL-2011 SAZ6A / SAE6B
PART-A
1.
How constants are defined in VB
Script?
2. What are the data types
supported in VB Script?
3.
Define Loop.
4.
How to create variables in Java
Script?
5.
List the arithmetic operators
used in Java Script.
6. Define Array.
7.
Give the usage of the Button
Element.
8.
What is meant by COOKIES?
9.
Define Form.
10.
What is meant by Anchor?
11.
Give the expansion for OLEDB.
12.
What is meant by
authentication?
PART-B
13.
Explain the execution for
FOR….NEXT loop in VB Script.
14.
Give the purpose of dictionary
object in VB Script.
15.
How Java Script takes care
of an array and its length property?
16.
Discuss the usage of the
conditional expression ternary operator in Java Script.
17.
How a Web page element is
manipulated?
18.
Describe the page structure of
ASP.NET.
19.
What is meant by Error
handling?
PART-C
20.
Explain the following string
handling functions in VB Script.
a)
Left
b)
Instr
c)
Split
d)
Instr Rev
e)
Join
21.
How If….. then…… else statement
is executed in Java Script?
22.
Discuss the following in the
form object.
a)
Radio Element
b)
Text Element
c)
Button Element
d)
Math Object
e)
Data Object.
23.
Discuss on HTML server
controls.
24.
How IIS provides integrated
security and access to content?
NOVE-2011 SAE6B/SAZ6A
PART-A
1. Name any four VB script
keywords?
2 2.. How variables are defined in VB Script?
3. Give the meanings of the following built-in-functions of VB script.
a) Now()
b) Date()
4. How comment statements are given in JavaScript?
5. List the two types of expressions supported in Java Script.
6. Define ‘function’.
7. Name any four attributes specific to the OBJECT element.
8. List any four event names to the handled in Java Script.
9. How to create a cookie?
10. How to use Anchor tags?
11. What is a Form?
12. How to send the text with the response object?
3. Give the meanings of the following built-in-functions of VB script.
a) Now()
b) Date()
4. How comment statements are given in JavaScript?
5. List the two types of expressions supported in Java Script.
6. Define ‘function’.
7. Name any four attributes specific to the OBJECT element.
8. List any four event names to the handled in Java Script.
9. How to create a cookie?
10. How to use Anchor tags?
11. What is a Form?
12. How to send the text with the response object?
- PART-B
13. How to create arrays in VB
Script?
1 14. With examples, discuss the string handling functions in VB script.
1 15. How if …else statement is executed in Java Script?
1 16. How to use functions in Java Script?
1 17. What is a window object? Discuss its attributes.
1 18. Discuss the built in object supported in ASP.NET.
19. Discuss the input element types in the Request. Form collection.
1 15. How if …else statement is executed in Java Script?
1 16. How to use functions in Java Script?
1 17. What is a window object? Discuss its attributes.
1 18. Discuss the built in object supported in ASP.NET.
19. Discuss the input element types in the Request. Form collection.
2 20.
How dictionary object is
handled in VB script?
2 21. Give the purpose of Dialog box.
2 22. Discuss on
a)
Document object
b)
Browser object
2 23. Discuss the following:
a)
HTML server controls.
b)
Web server controls.
2 24. Explain the concept of providing security and Authentication.
APRIL-2012 SAE6B/SAZ6A
PART-A
1. What are the data types
available in VB script?
2 2. State any four VB Script operators.
3 3. How is a date functions declared?
4 4. How will you call function in Java Script?
5 5. What do you mean by “This Keyword”?
6 6. What are event handlers in Java Script?
7 7. How browsers recognize Java script code?
8. How data set can be used in .NET?
9. How are application is deployed in .NET?
10. What are the properties of color class?
8. How data set can be used in .NET?
9. How are application is deployed in .NET?
10. What are the properties of color class?
11. How will you create tables in HTML?
12.
What do you mean by data set?
PART-B
13.
Explain the execution of for….
Next loop in VB script.
14. What do you mean by VB script procedures? Explain.
15. How do you differentiate between local and global variables in Java
Script?
16. Write short note on: event handling.
17. Discuss the usage of the conditional expression ternary operator in
java script.
18. Describe the page structure of ASP.NET.
19.
Explain various security
attacks in network.
PART-C
20.
Explain the benefit of using VB
script code in a HTML document.
21. Explain the structure of java script. What are its advantages?
22. Discuss the following in the form object?
a)
Radio element
b)
Text element
c)
Meth object
d)
Button element
e)
Data object
23. Explain how anchor tags are used in HTML.
24. Explain the two commonly used request methods.
24. Explain the two commonly used request methods.
NOVEMBER 2012
SAE6B/SAZ6A
SAE6B/SAZ6A
PART-A
1.
DO VB script is an Active Scripting language (or)
Passive Scripting Language.
2.
What are the variants in VB script?
3.
In java syatemout is an object of
types__________.
4.
All exception in java are subclasses of built in
class called__________.
5.
Which tag is must in the external javascript
files?
6.
How does a while loop starts? State with exmple.
7.
Define interface class.
8.
What is the top .Net class that everything is
derived from?
9.
How to specify the accessibility modifier for
methods inside the interface?
10.
What is SSL?
11.
What is record set?
12.
What is data reader?
PART-B
13.
Explain few data functions in VB script.
14.
What is event handling?
15.
Show how to create functions in java script.
16.
Where are cookies actually stored on the hard
disk? Explain.
17.
What is the difference between logic controls and
forms Authentication?
18.
What is data grid? state its purpose.
19.
Discuss the page structure of ASP.Net.
PART-C
20.
Briefly about the dictionary object and error
object in VB script.
21.
Explain in detail the concept of array with
example.
22.
Discuss the form objects in detail.
23.
Write a note on web server controls.
24.
Discuss the application issues, while working
with IIS and page Directives.
APRIL-2013 SAE6B/SAZ6A
PART-A
1. How variables are defined in VB script?
2. What is meant by Err object?
3. How an arithmetic expression is evaluated in Java Script?
4. Define constructor.
5. How to define a window object?
6. Give the purpose of navigator object.
7. Mention the need of radio button.
8. What is a repeater?
9. Give the expansion for SSL.
10. Define authentication.
11. List the arithmetic operators used in Java Script.
12. Name any two control structure used in VB script.
PART-B
13. What is a procedure? How to use it in VB script?
14. Discuss the usage of math functions in VB script.
15. List the data types supported in Java Script. Explain with examples.
16. How arrays are declared and used in Java Script?
17. Explain the function of browser object.
18. How to provide hyperlinks in ASP. NET?
19. Explain the concept of error handling.
PART-C
20. Mention the salient features of VB script.
21. Discuss on any two control structures in Java Script with its execution style.
22. Describe the document object model in Java Script.
23. How web server controls are to be used in ASP.NET?
24. Explain the technique of working with IIS and page directives.
NOVE-2013 SAE6B/SAZ6A
PART-A
1. Give the expansion for HTML.
2. Define variable.
3. How to define array in Java Script?
4. Mention the purpose of dialog box.
5. Define object.
6. What is meant by cookies?
7. How a page is defined in ASP.NET?
8. Define data grid.
9. Give the expansion of OLEDB.
10. What is meant by authentication?
11. Define loop?
12. Name any two - user defined functions in JavaScript?
PART - B
13. How to add VB script code to an HTML page?
14. Discuss the usage of data functions in VB Script?
15. Mention the advantages of Java Script?
16. What are the operators used in Java Script? Give its hierarchy.
17. What is meant by Event Handling? Explain.
18. Discuss the language structure of ASP.NET.
19. What is E-Mail ? Discuss briefly.
PART-C
20. How to use dictionary object in VB script? Explain
21. Discuss the data types supported in Java Script.
22. Explain the usage of A) Window Object B) Document object.
23. How tables and forms are declared and used in ASP.NET?
24. Explain the importance of client certificates in Providing security.
APRIL-2015 SAE6B/ SAZ6A
PART-A
1. What is the difference between node and host?
2. What is the purpose of routers?
3. Define protocol.
4. Define java server pages.
5. What do you mean by web application?
6. What is meant by deploying the application to the server?
7. What is a IL?
8. What is a CLR?
9. What is the role of server?
10. Define MIME.
11. What are servlets?
12. What do you mean by server-side?
PART-B
13. Write a note on VB Script constants and variables.
14. Write short notes on math functions and data functions.
15. Write about Java Script syntax and looping.
16. Write short notes on user defined function dialog box.
17. Write a note on cookies and screen object.
18. Explain the following: Anchor, Table, Forms and Files.
19. Write about IP address and authentication
PART-C
20. Describe on VB Script coding conventions and Err object.
21. Explain about Java Script constructor function and operator.
22. Discuss about build in object and user defined object.
23. Describe the following : Label, Text box, Image links and Radio button.
24. Explain about OLEDB connection class and page directives.
APRIL-2016 SAE6B/SAZ6A
Part -A
1. What are VB Script Data Types?
2. Write the syntax of Do-While loop in VB Script.
3. Define : Array
4. What is meant by Constructor?
5. What is meant by Event Handling?
6. Define : Cookies.
7. List the Properties of Page Event.
8. What is the role of a Server?
9. List any four HTML Server controls.
10. What is meant by Repeater Control?
11. Define : Data set Class
12. Write a note on Client Certificate.
Part-B
13. Describe about VB Script Operators.
14. How to define a VB Script Procedure? Explain with an example.
15. What are the advantages of JavaScript?
16. List the properties of browser Object. Explain.
17. How to create a simple ASP.NET application?
18. Describes about working with IIS.
19. Write short notes on:ASP.NET Page Directives.
Part - C
20. Discuss about (Dictionary Object in VBScript) with examples.
21. Elaborate the Control Structures in JavaScript with an example.
22. Explain the JavaScript Document Object Model.
23. Discuss about Web Controls ASP.NET.
24. Explain about OLEDB Connection Class
No comments:
Post a Comment