0% found this document useful (0 votes)
69 views8 pages

SECTION A: ANSWER ALL THE QUESTIONS (Each Question Carry 5 Marks)

The document is an exam for a senior 5 web design class consisting of 3 sections: Section A with 11 multiple choice questions worth 5 marks each, Section B with 5 questions worth 10 marks each where students must answer 3, and Section C with 2 questions worth 15 marks each where students must answer 1. The summary provides sample answers for 2 questions from Section A and 1 question from Section C to illustrate the format and content of the exam.

Uploaded by

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

SECTION A: ANSWER ALL THE QUESTIONS (Each Question Carry 5 Marks)

The document is an exam for a senior 5 web design class consisting of 3 sections: Section A with 11 multiple choice questions worth 5 marks each, Section B with 5 questions worth 10 marks each where students must answer 3, and Section C with 2 questions worth 15 marks each where students must answer 1. The summary provides sample answers for 2 questions from Section A and 1 question from Section C to illustrate the format and content of the exam.

Uploaded by

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

INTERSCHOOL EXAM OF ----WEB DESIGN --------------

LEVEL: SENIOR 5

TERM: 1st

ACADEMIC YEAR: 2014

TIME: 3HOURS

_____________________________________________________________________________

INSTRUCTION:

- This exam has three sections: A, B and C


- Section A: answer all the questions (55 marks)
- Section B: choose three section to answer (30 marks)
- Section C: choose one question (15points)

______________________________________________________________________________

SECTION A: ANSWER ALL THE QUESTIONS ( each question carry 5 marks)

1. On the web, what is meant by 'client' and 'server'?


2. State four browsers you know.
3. Give tags to draw a horizontal rule.
4. Which of these tags and attributes are correct for making a link over an image?

a) <LINK src="MyImage.jpg" align="center">Image1.jpg</LINK>


b) <A href="MyImage.jpg"><IMG src="Image1.jpg" width="100px" height="75px"></A>
c) <LINK href="MyImage" target="MyImage.jpg"><IMAGE Image1.jpg></IMAGE></LINK>

5. Is HTML a Programming Language?


Page 1
6. GIVE importante Difference Between HTML and XHTML and give an example /8point

7. explain HTML Tags and give an example

8. THERE ARE 2 IMPORTANTE TAGS IN HTML WHICH those tags ?

9. Why DOCTYPE ? Is it really necessary?

10.explain 2 type of tags and give example for each type

11. what is intranet


______________________________________________________________________________

SECTION B: ANSWER ONLY THREE QUESTION (Each question carry 10 marks)

1. Give and explain 4 different values for taget attributes

2. explain 4 files format in html

3. give 3 advantages and disadvantages of gif

4. explain sounds files format and give type of those file

5. What is the role of POST and GET methods?


______________________________________________________________________________

SECTION C: ANSWER ONLY ONE QUESTION (15 marks)

1. Create html identification form that form contain name, surname age, status
,comment. you will check if is a student. that form, will built with tables.
2. Write the HTML codes to give the following output:

Page 2
ANSWER SHEET OF WEB DESIGN S5

SECTION A:ANSWER ALL THE QUESTIONS ( each question carry 5 marks)

1. The web is not synonymous with the Internet,, the web is a application of the Internet.
2. An Intranet is a mini web that is limited to the users, machines, and software programs
of a specific organization.
3. The instructions should follow a stringent set of guidelines.
The instructions should be included in the textual document.
The instructions should be invisible to the end user.

4. Hypertext Markup Language (HTML) is responsible for telling a Web browser how text
and other objects in a Web document should appear.
5. HTML is simply a 'markup language' used to define a logical structure rather than
compute anything.
6. The most important difference between the two markup languages is that HyperText
Markup Language, or HTML, is an application of SGML (Standard Generalized Markup
Language),1 and allows an author to omit certain tags and use attribute minimization.2
The Extensible HyperText Markup Language, or XHTML, is an application of XML
(Extensible Markup Language).3 It doesn’t permit the omission of any tags or the use of
attribute minimization. However, it provides a shorthand notation for empty elements—
for example, we could use <br/> instead of <br></br>—which HTML does not.
7. HTML TAGS are instructions used to format a web page content.
These instructions are delimited. This means that they are enclosed in angle
brackets — more commonly known as ‘‘less than’’ and ‘‘greater than’’ signs ( < and > ).

The beginning marks contains a keyword corresponding to what the markup should
accomplish. The ending mark includes a slash(/).

8.<html>and <body>

9. This tag declared the language and programmer to apply to our page. This
declaration submits our page to W3C(World Wide Web Consortium) validator, which

Page 3
verifies whether our HTML codes do not present any error (like unclosed tags, inexisting
attributes etc..), depending upon the chosen DTD(Document Type Definition).

10. paired tags: The paired Tags are colled Open/Close tags meaning that they are
always in a pair of tags one opening and the other one closing. They can contain other
tags inside or a text.

• Ex: <p>Ici du texte ou tout autre balise.</p>

The opening tag is similar to the closing tag except the “/” indicating the closing area.

• Unpaired tags: They are called again Empty Tags, meaning that they do not contain any
other HTML tag. They don’t need to be closed.

• Ex: <img src="adresse/de/l/image">

11.what is intranet
An Intranet is a mini web that is limited to the users, machines, and software programs of a
specific organization.

SECTION B:ANSWER ONLY THREE QUESTIONS ( each question carry 10 marks)

• 1. There are 4 different values for the target attribute :

  

Value Description

_self Displays in the current frame (default).

_blank opens the link in another window.

_top Displays in the totality of the current frame.

_parent Displays in the frames that envelops the

current structure

Page 4
2. BMP
The BMP file format (Windows bitmap) handles graphics files within the Microsoft Windows OS.

JPEG
JPEG is used by DOS. Other operating systems may use JPEG. JPEG (Joint
Photographic Experts Group) is a compression method. The images using that format are
usually stored in the JFIF (JPEG File Interchange Format) file format.

GIF
GIF (Graphics Interchange Format) is limited to an 8-bit palette, or 256 colors. This makes the GIF
format suitable for storing graphics with relatively few colors such as simple diagrams, shapes,
logos and cartoon style images.

PNG
The PNG, (Portable Network Graphics) file format was created as the free, open-source
successor to the GIF.

3.adventages

1.one adventage is that it quickly gives the viewer some idea of


the graphic to come.

2.This peek may be enough to make some important deci-


sions. For instance, if the graphic is a familiar imagemap, the user can use the link
to go to another page before the entire image has downloaded.

3.In some cases, the


partially downloaded image might be enough for the viewer to decide that she
doesn’t want to wait for the rest.
Disadvantages

1 it will slightly increase the file size of the resulting graphic.

2. There are also aesthetic considerations involved that come down to a matter of personal taste.

3. Some viewers would rather see nothing at all than look at the temporary visual chaos an
interlaced GIF creates. For these reasons, you may choose to limit interlacing to instances when
it makes sense, such as for large imagemaps, instead of using it for every small graphic on a
page.

4. An audio file format is a file format for storing audio data on a computer system.


Page 5
1. WAVE (.wav)

2. AIFF (.aif, .aiff)

3. LAW (.au)

4. MPEG (.mpa, .mp2, .mp3)

5. MIDI (.mid)

5. What is the role of POST and GET methods?

The built-in GET function is used to collect values from a form sent with method="get".
Information sent from a form with the GET method is visible to everyone (it will be displayed in
the browser's address bar) and has limits on the amount of information to send (max. 100
characters).
The built-in POST function is used to collect values from a form sent with method="post".
Information sent from a form with the POST method is invisible to others and has no limits on
the amount of information to send.

SECTION C:ANSWER ONLY ONE QUESTION ( each question carry 15 marks)

1. <td><label>

<input type="radio" name="t4" value="m" />

</label></td>

</tr>

Page 6
<tr>

<td>female</td>

<td><label>

<input type="radio" name="t4" value="f" />

</label></td>

</tr>

<tr>

<td>comment</td>

<td><label>

<textarea name="textarea"></textarea>

</label></td>

</tr>

<tr>

<td>still student?</td>

<td><label>

<input type="checkbox" name="t5" value="yes" />

</label></td>

</tr>

</table>

<p>

Page 7
<label>

<input type="submit" name="Submit" value="Submit" />

</label>

</form>

</body>

</html>
2.Write the HTML codes to give the following output:

<html>
<body>
<table border=2>
<tr>
<td><label>Name</label></td>
<td><input type="text"></td>
</tr>
<tr>
<td><label>Age</label></td>
<td><input type="text"></td>
</tr>
<tr>
<td><input type="submit" value="Send"></td>
</tr>
</table>
</body>
</html>

Page 8

You might also like