Module 4&5 QB Web Technologies

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

MODULE – 4 Assignment Questions

1) Define arrays in PHP and describe about the predefined array functions in PHP with
example.
2) Brief about Superglobals. Elaborate on $_POST and $_SERVER with code snippets.
3) Pen down the different mechanisms for maintaining uploaded file size restrictions and
also explain on limiting the type of file being uploaded.
4) Short notes on the following concepts in PHP with suitable programs.
1) Abstract Classes 2) Encapsulation 3) Inheritance
5) Short notes on the following concepts in PHP with suitable code snippets.
1) Classes 2) Objects 3) Constructors 4) Static members.
6) Describe all the key points on PHP Error handling, validation, error reporting in brief.

MODULE – 5 Assignment Questions


1) Why is state a problem for web applications? Describe exactly how cookies work.
2) What is session state? Describe how session state works.
3) How does object serialization relates to stored session requests?
4) What is web storage in HTML5? With code snippet explain reading and writing of
web storage.
5) What is caching in the context of web applications? What is the difference between
page output caching and application caching data.

You might also like