Nothing Special   »   [go: up one dir, main page]

0% found this document useful (0 votes)
134 views2 pages

Mid Examination

Download as docx, pdf, or txt
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 2

Interactive Web Programming

Midterm Examination

Name: _____________________________________
Year and Section: ____________________________

I. TRUE OR FALSE. Write TRUE if the statement is correct otherwise write FALSE. (2pts.
each)

1. The Internet is a global information network that connects millions of computers


2. A Web server is software or hardware that uses HTTP (Hypertext Transfer Protocol) and other
protocols to respond to client requests made over the World Wide Web (WWW).
3. Web Browser (commonly referred to as a browser) is a software application for accessing
information on the World Wide Web
4. Electronic Email messages distributed by electronic means from one computer user to one or
more recipients via a network.
5. The HyperText Transfer Protocol (HTTP) was designed to be quick, simple, and nonintrusive.
The connection between a server and a client program (or agent) is temporary and must be
reestablished for every data transfer.
6. File Transfer Protocol (FTP) is a standard network protocol used for the transfer of computer files
between a client and server on a computer network
7. Web programming refers to the writing, markup and coding involved in Web development, which
includes Web content, Web client and server scripting and network security. The most common
languages used for Web programming are XML, HTML, JavaScript, Perl 5 and PHP
8. Web design is the process of creating websites. It encompasses several different aspects,
including webpage layout, content production, and graphic design.
9. HyperText Transfter Protocol (HTTP) is the standard protocol used for transferring hypertext
pages. Browsers and servers use the HTTP to communicate
10. Tim Berners-Lee is the inventor of www
11. HTML is to tell your computer that this is, in fact, an HTML document, and not simply an ordinary
text file
12. HTML tags are the hidden keywords within a web browser that define how your web browser
must format and display the content
13. The <htm> element is the root element of an HTML page
14. The <head> element specifies a title for the HTML.
15. HTML headings are titles or subtitles that you want to display on a web server.
16. <br> means line break which will display the data in the new document without starting a new
paragraph
17. <sub> tag for superscript
18. <dd> is a definition list that arranges your items in the same way as they are arranged in a
dictionary.
19. Ordered list is a collection of related items that have no special order or sequence. This list is
created by using HTML <ul> tag.
20. HTML unordered lists is a tag if you are required to put your items in a numbered list instead of
bulleted
21. HTML Description Lists - is a list of terms, with a description of each term.
22. T<dl> tag defines the description list
23. Tables allow web authors to arrange data like text, images, links, other tables, etc. into rows and
columns of cells.
24. Table Heading can be defined using <th> tag
25. cellspacing attribute defines space between table cells
26. Hyperlinks allow visitors to navigate between Web sites by clicking on words, phrases, and
images.
27. A link is specified using HTML what tag <a>
28. _blank is a target attribute to open the linked document in a new window or tab.
29. _parent is a target attribute to open the linked document in the parent frame.
30.  <a> HTML tag provides you option to specify an email address to send an email.

II. Essay (10 pts each)

1. Explain how client and server interacts on each other. Give 3 examples to justify your answer
2. Give at least two pros and cons in using internet. Give 3 example each to justify your answer

III. Application (20 pts)

Create a web design about online ordering either food, clothes or anything that you can think
of that the user can browse and check what products you are selling.

You might also like