0% found this document useful (0 votes)
33 views4 pages

PGDCA Web Technology Exam Guide

This document is an examination paper for the P.G. Diploma in Computer Application, specifically for the Web Technology course. It consists of five units with various questions covering topics such as ISP, HTML structure, CSS, events in web development, and PHP. Students are required to attempt two parts from each unit, with all questions carrying equal marks.

Uploaded by

sandeep rangari
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)
33 views4 pages

PGDCA Web Technology Exam Guide

This document is an examination paper for the P.G. Diploma in Computer Application, specifically for the Web Technology course. It consists of five units with various questions covering topics such as ISP, HTML structure, CSS, events in web development, and PHP. Students are required to attempt two parts from each unit, with all questions carrying equal marks.

Uploaded by

sandeep rangari
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

Printed Pages - 4 Roll No.

24UoIy

I-1850
P.G. Diploma in Computer Application
(ITnd Senmester)
Examination, May-June, 2025
(New Course)
WEBTECHNOLOGY
(PGDCA-106)
Time Allowed: Three Hours
Maximum Marks : 80

Note : Attempt any two parts from each unit. AlI

questions carry equal marks.

UNIT-I

Q. 1. (a) Write about ISP. Discuss the types of

connectivity in detail.

(b) Explain the Concepts of Emailing, Pop


and
Web based E-mail, Basics of Sending and

Receiving Email.
I1850
PT.O.
(2)
(c) Discuss methods of sharing of internet

connection, use of proxy server and concept

of search engine.

UNIT-II

Q. 2. (a) Explain basic structure of an HTML

documents and elements of HTML.

(b) Write short notes on:

(0) HTML Paragraph Tag &HTML Style

(ii) HTML Heading and HTML Text


Formating
(iüi) HTML Table and HTML Frames

(c) Explain forms and


controls of HTML With
example.

UNIT-III
Q. 3. (a) Discuss Outline, Text Formatting
and Align of
CSS.

I-1850
(3)
(b) Describe CSS Syntax, Selectors, Comments

and inks list table in CSS.

(c) Write short notes on :

() Zindex

(ii) Pseudo class

(iti) Table änd Forms in CSS

UNIT-IV

Va. 4. (a) Discuss Core Events, Block Level Events

and Text Level Events.

(b) Explain Linking Basics, Linking in HTML

Images and Anchors.

(c) Discuss Semantic linking meta information,

Image preliminaries and Introduction to

layout.

I1850 PT.0.
(4)
UNIT-V

a. 5. (a) Explain Datatypes, Constraints & Operators

in PHP.

(b) Define Arrays and Function. Write about

form handling and validation.

(c) How will you create table in MySQL ? Explain

the connectvity with PHP.

Common questions

Powered by AI

Server-side scripting, such as PHP, runs on the server and generates dynamic content tailored for the user prior to sending the response. It is employed for tasks like database queries or user authentication, impacting server load directly. Client-side scripting, like HTML, operates within the user’s web browser, managing the presentation and user interaction elements, which reduces bandwidth usage and server load but relies on the user’s device capabilities for execution .

HTML Paragraph Tags are used to delineate sections of text into paragraphs, enhancing readability and structure of the content. Heading Tags (h1 to h6) define the hierarchy of information, allowing screen readers to navigate through content efficiently and improving search engine optimization by signifying the importance of certain text blocks within the document. This structural function enhances both user accessibility and search engine parsing .

Methods of internet sharing include techniques like LAN (Local Area Network) sharing, where multiple devices are connected to a single internet connection, or using wireless technologies such as Wi-Fi hotspots. Proxy servers play a crucial role in managing connectivity by acting as intermediaries between users and the internet. They provide anonymity, improve security, and can manage bandwidth usage efficiently. Search engines help in navigating the vast information available on the internet by indexing web pages and enabling users to search for and retrieve relevant data quickly .

Core events form the basis of web interactivity by representing fundamental interactions like clicks. Block-level events control user interactions with block elements, such as divs, affecting layout changes. Text-level events involve adjustments to inline content like spans, affecting only text presentation. Together, these events enhance UI by enabling dynamic changes responsive to user input, providing feedback, navigation, and interactive experiences .

HTML links and image anchors contribute significantly to web navigation by providing pathways and visual context. Proper link labeling and use of descriptive alt attributes for image anchors enhance accessibility, supporting users with disabilities by ensuring content is comprehensible and navigable via screen readers. This relationship is crucial in achieving an inclusive web design that caters to diverse user needs without compromising on usability .

HTML Forms comprise interactive elements like input boxes, buttons, and checkboxes, allowing user data submission. CSS is employed to style these forms, improving visual appeal and usability through changes in layout and styling of elements to guide user interactions seamlessly. Integration includes responsive designs, input focus styles, and dynamic element adjustments contributing to user experience enhancement .

Semantic linking involves connecting web resources through relevant and meaningful associations rather than just hyperlinks, enabling more intuitive navigation for users and better crawlability by search engines. Meta-information, including keywords and descriptions, gives search engines context about page content, helping improve search rankings and ensuring visibility for relevant searches, thereby optimizing SEO strategies .

CSS Z-index is used to control the stack order of elements, essential for overlapping content, allowing developers to set which elements appear above others. Pseudo-classes like :hover or :focus provide dynamic styling changes based on user interaction or element states without the need for JavaScript. Using CSS with tables, you can style borders, spacing, and alignment, creating a visually coherent data layout that enhances user-friendliness and visibility .

MySQL, used in conjunction with PHP, facilitates efficient database management by allowing dynamic data retrieval and manipulation directly from web applications. PHP's seamless integration with MySQL enables CRUD operations with minimal latency. Creating tables in MySQL involves defining data schemas through SQL commands, which PHP can execute to dynamically build, modify, or delete tables based on application needs, supporting complex data-driven functionalities .

Data types determine the nature of information that can be stored in a database, ensuring only valid data entries are permitted, which is foundational for maintaining integrity. Constraints enforce rules on data input, like primary keys, ensuring uniqueness and consistent referential logic. Operators are employed in queries for data manipulation and retrieval, allowing complex operations that facilitate dynamic content generation in applications, thus maintaining operational accuracy and efficiency .

You might also like