Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Categories: Mid Papers. No Comments on AJWT mid 1 descriptive exam paper

AJWT descriptive paper for academic year 2013-14

1.

a) What is HTML? What are differences between HTML and HTTP? What are the essential or fundamental HTML tags in a web page? [5]

b) Create a web page using frames which contains two columns. The left frame contains five hyperlinks namely: books, pens, watches, bags and shoes. When the user clicks on a link (for example books) in the left frame, a webpage should load in the right frame which contains details about the items like book cover image, book publisher name, book price and add to cart button for books category. Initially, display a welcome page in the right frame. [5]

 

2.

a) What is CSS? What are the differences between HTML and CSS? What are the different ways for specifying CSS in developing web pages? [5]

b) Create a webpage which contains a table for displaying your personal details like name, age, father name, mobile no, address, branch, email and gender. Follow the below requirements:

i. Display your picture in the top right corner of the web page as a background image.

ii. Display the table header background in red color and the text in white color.

iii. Display email row in bold font.

iv. Table should have a dashed, 1px width, grey color border.

Use only external CSS to specify the styling information in the above webpage. [5]

 

3.

a) What is javascript? What is the use of javascript in webpages? How to specify javascript in the webpage? [5]

b) Create a webpage containing a registration form which contains fields like name, email, gender and address. Use javascript to validate the following:

i. Name field must contain atleast 10 characters.

ii. Email must be given in a correct format.

iii. Address field must not be empty. [5]

 

4.

a) What is PHP? How is it different from javascript? Write a short note on different operators in PHP. [5]

b) Write PHP code to validate username and password provided by a user along with the HTML code for displaying the login form. [5]

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Suryateja Pericherla

Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.

He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.

He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *