|
Home > Archive > Certified Internet Webmaster - CIW > August 2000 > SITE DESIGNER QUESTIONS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SITE DESIGNER QUESTIONS
|
|
|
| Hi Readers! I have some confusion in the following questions. Please help me finding out the correct answer as soon as possible. I have to appear in the exam after 11 - 12 hours.
The questions are as follows:
* = shows the answer which I think. Please verify
1. A transparent image can be inserted into the page as a blank space holder.
<img src="transparent.gif" height=2 width=15> indents a paragraph by
a. 2 pixels
b. 30 pixels *
c. 15 pixels
d. not at all
2. By default everything in HTML aligns to the left. Designers use on of the following to destribute content over the entire browser display.
a. frames
b. tables *
c. body tag
d. meta tags
3. Who controls the evolution of HTML?
a. IETF *
b. IAB
c. W3C
d. Tom Berners-Lee
4. A web page is designed with frames. The navigation, header and contents are each in their own frame. How many html pages are necessary to generate the page.
a. three
b. four *
c. more
d. one
5. Common Gateway Interface CGI is best describes as:
a. a server-side scripting language *
b. a simple protocol to communicate between HTML forms and an application
6. Storyboard in Frontpage takes place in which view
a. folder
b. tasks
c. navigation *
d. hyperlinks
7. If you are going to use multimedia, it is a good ideas to
a. use Flash
b. provide appropriate plugins *
c. only use one kind
8. Javascript is embedded in HTML with which tag
a. <EMBED>
b. <APPLET>
c. <SCRIPT> *
d. <OBJECT>
9. What attribute of the table tag renders the table invisible?
a. cellpadding
b. cellspacing
c. cell width
d. border *
Anxiously waiting for your reply.
Thanks and Bye!
Bilal Iqbal.
MCSE+I, MCT, A+, Network+, i-Net+, CCNA, CIW Professional | |
|
| 1. A transparent image can be inserted into the page as a blank space holder.
<img src="transparent.gif" height=2 width=15> indents a paragraph by
a. 2 pixels
b. 30 pixels *
c. 15 pixels
d. not at all
When you use a transparent image as a blank space holder, the image itself is a transparent .gif that is 1 pixel x 1 pixel. So the answer would be C. 15 Pixels.
2. By default everything in HTML aligns to the left. Designers use on of the following to destribute content over the entire browser display.
a. frames
b. tables *
c. body tag
d. meta tags
I agree with that.
3. Who controls the evolution of HTML?
a. IETF *
b. IAB
c. W3C
d. Tom Berners-Lee
Actually, I think the answer should be the IRTF (Internet Research Task Force). The IRTF is concerned with the evolution of the Internet and long-term issues surrounding it, like researching and developing new technology.
4. A web page is designed with frames. The navigation, header and contents are each in their own frame. How many html pages are necessary to generate the page.
a. three
b. four *
c. more
d. one
Yup, four, because in addition to the 3 frame pages, you need a one as a frameset.
5. Common Gateway Interface CGI is best describes as:
a. a server-side scripting language *
b. a simple protocol to communicate between HTML forms and an application
That's a bit confusing, but I'd had to say B. Because not all CGI apps are made by scripting languages. PERL is a scripting language but C, C++ aren't. Plus the description of answer B kinda tends to mean the same thing as Common Gateway Interface.
6. Storyboard in Frontpage takes place in which view
a. folder
b. tasks
c. navigation *
d. hyperlinks
I guess, I don't use FrontPage, so your guess is as good as mine.
7. If you are going to use multimedia, it is a good ideas to
a. use Flash
b. provide appropriate plugins *
c. only use one kind
I'd pick that answer too.
8. Javascript is embedded in HTML with which tag
a. <EMBED>
b. <APPLET>
c. <SCRIPT> *
d. <OBJECT>
I agree.
9. What attribute of the table tag renders the table invisible?
a. cellpadding
b. cellspacing
c. cell width
d. border *
Yup. border=0.
------------------
Adam Romig, A+, i-Net+ | |
|
| Hi! Thanks for your answers. I am NOW a little bit confused.
1. The answer of question no 1 should be 30 pixels according to my logic because:
the height is 2 pixels
width is 15 pixels
So it means that in 1 pixel height, we have 15 pixels of width.
And in other other 1 pixel height, we will have another 15 pixels of width.
So it makes up a total of 30 pixels. 2*15
3. Well, the answer of question no. 3 should be IETF or W3C according to my knowledge because:
IRTF - Deals with long term issues that includes the research and development of latest technology + future of the internet.
IETF - Give recommendations for the research and development of internet languages + routing of data over internet.
W3C - Totally deals with Web related stuff.
5. Well, the answer for question no. 5 is little bit confusing because both statements are valid for CGI. I am saying that because the CGI must be placed on the server and must be compiled from that place before the data produce by it is presented to the client. The second statement is also valid because CGIs are also used for the communication of HTML Forms & Applications. SO PLEASE CAN ANYONE TELL THAT WHAT SHOULD BE THE ANSWER?;-)
Thanks and Bye!
Bilal Iqbal
MCSE+I, MCT, A+, Network+, i-Net+, CCNA, CIW Professional
[This message has been edited by storm (edited 08-22-2000).] | |
|
| On #1, the questions is asking how many pixels the image is indenting a paragraph as in how many pixels it's moving the line to the right.
###############This line is indented 15 #'s.
Kinda like that.. I don't think it matters how many pixels high it is since height doesn't pertain to indentation. Just a thought.
------------------
Adam Romig, A+, i-Net+ |
|
|
|
|