0% found this document useful (0 votes)
66 views3 pages

WT Important Questions

The document outlines important questions for the DCME -II IV SEM (CM-402) course, divided into five units covering topics such as HTML structure, CSS, XML, JavaScript, jQuery, and PHP. Each unit includes specific questions that require explanations, definitions, and examples related to web development concepts. The content is designed to prepare students for examinations by addressing key areas of knowledge in web technologies.

Uploaded by

Lavanya. Valluri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views3 pages

WT Important Questions

The document outlines important questions for the DCME -II IV SEM (CM-402) course, divided into five units covering topics such as HTML structure, CSS, XML, JavaScript, jQuery, and PHP. Each unit includes specific questions that require explanations, definitions, and examples related to web development concepts. The content is designed to prepare students for examinations by addressing key areas of knowledge in web technologies.

Uploaded by

Lavanya. Valluri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

WT Important Questions

DCME -II IV SEM (CM-402)


Unit-1
1. Explain Anatomy of Webpage.
2. Explain the Structure of an HTML Document.
3. Define HTML Element and Attribute.
4. Explain the basic tags in HTML <html>, <head>, <title>, <body>.
5. Explain the Physical formatting tags <b>, <i>, <u>, <strike>, <sub>,
<sup>, big>, <small>, <tt> .
6. Discuss the Logical formatting tags <q>, <strong>, <cite>, <ins>,
<del>,<em>.
7. Explain <marquee> with attributes.
8. List character entities.
9. Explain List tags with examples.
10.Explain Table tags with examples.

Unit-2
1. Define <a> tag with attributes and example.
2. Define <img> tag along with attributes.
3. Difference between radio and checkbox buttons.
4. Difference between submit and reset buttons.
5. Explain form tag and create a login form.
6. Explain frame tags with examples.
7. Define CSS. Explain Levels of CSS.
8. Explain selectors in CSS.
9. List background and border properties of CSS.
10.Explain CSS Box Model (Any 3 properties).

Unit-3
1. Define XML and its applications.
2. How are comments written in XML?
3. Purpose of XML Namespace.
4. What is an XML Parser.
5. Role of DTD.
6. What is a Well-Formed XML Document.
7. Define Java script. How do you declare a variable in java script?
8. Difference between var, let, const.
9. How to create a function in java script? What is the purpose of return
statement?
10. What does the document.getElementById() method do?
11.Define an event and how to add an event listener to an element?
12.Define JSON.
13.How to parse a JSON string into a Java script object?
14.How to create a class in JS and what is the purpose of this keyword?
15.Difference between == and === in JS.
16.Define callback function.
17.What does console.log() do?
18.Explain how XML Namespaces help in managing and organizing XML
documents that use elements from different vocabularies.
19.Explain the concept of XML Parsing.
20.Write a program to place JS code in HTML.

Unit-4
1. Define J Query. Features of J Query.
2. Use of html() and css() in J Query.
3. Explain J Query Syntax with example program.
4. Explain J Query Selectors.
5. Explain the steps for to include J Query in Web Pages.
6. How to Access HTML elements by using Element Selectors, ID, Class
Selectors.
7. Explain effects of J Query like hide, show, fade In, fadeout, fade Toggle,
fade To, slide Down, Slide Up, Slide Toggle.
8. Explain Functions in J Query like text(),html(), val(), attr(),css().
9. Difference between fadeout() and hide() in J Query.
10.Purpose of ready() in J Query.
Unit-5
1. Define web server and role of web server, give two examples.
2. Difference between HTTP and HTTPS.
3. Define the term Apache.
4. Define PHP.
5. Use of $_POST and $_GET variable in PHP.
6. Create a simple form in HTML to interact with PHP.
7. Purpose of using MySQL with PHP.
8. Define cookie and how to create it in PHP.
9. Define session and how to start and destroy a session in PHP.
10.How to prevent SQL injection in PHP?
11.What are HTTP requests and responses? Explain with examples.
12.Different data types in PHP.
13.GET and POST methods in PHP.

You might also like