Deck 2: Developing a Web Site

ملء الشاشة (f)
exit full mode
سؤال
A relative path specifies a file's precise location within the entire folder structure of a computer.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
HTML allows you to divide an image into different zones,or hotspots,each linked to a different destination.
سؤال
Linear structures work for Web sites that are large and have a clearly defined order of pages.
سؤال
When you specify only the filename,the browser assumes the file is in the same folder as the document containing the hypertext link.
سؤال
The home page acts as a focal point for the Web site.
سؤال
  The structure shown in the accompanying figure is an augmented linear structure.<div style=padding-top: 35px>
The structure shown in the accompanying figure is an augmented linear structure.
سؤال
The target of the link needs to be a Web page; it cannot be another image file.
سؤال
The base element is useful when multiple documents are moved to a new folder.
سؤال
  The structure shown in the accompanying figure is a linear structure.<div style=padding-top: 35px>
The structure shown in the accompanying figure is a linear structure.
سؤال
Different Web site design principles apply to the protected section than to the regular,open section of the site.
سؤال
Hyperlinks are created by enclosing some document content with a set of opening and closing tags.
سؤال
Unstructured Web sites can be difficult and frustrating to use.
سؤال
Every Web site should include a navigation list,which is a list containing links to the main topic areas of the site.
سؤال
In the structure shown in the accompanying figure,you can jump only from one page to the next or previous page.
سؤال
Is you assign the same id name to more than one element on a Web page,browsers use the first occurrence of the id name.
سؤال
  The structure shown in the accompanying figure is a hierarchical structure.<div style=padding-top: 35px>
The structure shown in the accompanying figure is a hierarchical structure.
سؤال
To enable users to jump to a specific location within a document,you first need to mark that location.
سؤال
The URLs for all Web Pages must start with the http scheme.
سؤال
You can combine linear and hierarchical structures in a Web site.
سؤال
You should almost always use relative paths in your links.
سؤال
Once the image has been marked as hypertext,clicking anywhere within the image jumps the user to the linked file.____________________
سؤال
Spam is unsolicited junk e-mail sent to large numbers of people,promoting products,services,and in some cases,pornographic Web sites.____________________
سؤال
HTTP servers are file servers that act like virtual file cabinets in which users can store and retrieve data files.____________________
سؤال
By default,a link currently being clicked or activated is underlined and blue.____________________
سؤال
When you want the home page to link to pages dedicated to specific topics,you should use the ____.

A) augmented linear structure
B) linear structure
C) mixed structure
D) hierarchial structure
سؤال
A hyperlink containing the rel attribute is called a semantic link.____________________
سؤال
A Web site needs to include information about itself,called metadata,so search engines can read it and add the site to their search indices.____________________
سؤال
If a document to which you are linking is not on the same drive,you need to use a(n)relative link.____________________
سؤال
A(n)server-side image map is an image map that is defined within the Web page and handled by the Web browser running on a user's computer.____________________
سؤال
A(n)protocol is a set of rules defining how information is passed between two devices.____________________
سؤال
You assign each anchor its own anchor name,using the ____ attribute.

A) name
B) anchor
C) link
D) identify
سؤال
Marking a location with a(n)path does not change your document's appearance in any way; it merely creates a destination within your document.____________________
سؤال
A structure to make it easier for users to return immediately to the home page or other main pages is called a(n)____.

A) linear structure
B) mixed structure
C) augmented linear structure
D) mesh structure
سؤال
Thumbnail images are small representations of larger image files.____________________
سؤال
A(n)augmented structure is one in which each page is linked with the pages that follow and precede it.____________________
سؤال
XHTML documents are rejected if they contain elements with duplicate ids.____________________
سؤال
From the ____,you add links to other pages in the site,defining the site's overall structure.

A) web site
B) home page
C) URL
D) hyperlink
سؤال
A(n)tooltip is descriptive text that appears whenever a user positions the mouse pointer over a link.____________________
سؤال
The attribute,href = "url",indicates the resource targeted by the hyperlink.____________________
سؤال
A(n)____ links each page with the pages that follow and precede it.

A) augmented linear structure
B) linear structure
C) hierarchical structure
D) mixed structure
سؤال
Which of the following absolute pathnames is interpreted as "the parks.htm file is in the extra folder,which is a subfolder of the /tutorial02/case1 folder"?

A) tutorial02 case1 extra parks.htm
B) /tutorial02/case1/extra/parks.htm
C) /tutorial02_case1_extra_parks.htm
D) tutorial02/case1/extra/parks.htm
سؤال
Which of the following absolute pathnames is interpreted as "the chem.htm file is in the tutorial folder,which is a subfolder of the tutorial02 folder"?

A) /tutorial02_tutorial_chem.htm
B) tutorial02/tutorial/chem.htm
C) /tutorial02/tutorial/chem.htm
D) tutorial02\tutorial\chem.htm
سؤال
Web page authors can take advantage of the structural elements provided by ____.

A) HTML2
B) HTML1
C) HTML4
D) HTML5
سؤال
The links.htm file is in the same folder as the chem.html file.What is the relative pathname for the links.htm file?

A) tutorial02_tutorial_links.htm
B) links.htm
C) /tutorial02/tutorial/chem/links.htm
D) /tutorial02/tutorial/links.htm
سؤال
A page containing an outline of the entire site and its content,called a(n)____,can be supplied to users.

A) site outline
B) site index
C) index
D) content guide
سؤال
In an absolute pathname,after you type the name of the folder that contains the file,you type a final ____ and then the filename itself.

A) comma
B) slash
C) period
D) parenthesis
سؤال
To link to a document,you must specify its ____.

A) property
B) relation
C) path
D) attribute
سؤال
The general syntax to create a hypertext link is ____.
سؤال
To differentiate the absolute pathnames to files that are located on different drives,HTML requires you to include the drive letter followed by a ____.

A) comma
B) period
C) slash
D) vertical bar
سؤال
Which of the following absolute pathnames is interpreted as "the rock.htm file is in the case1 folder,which is a subfolder of the tutorial02 folder"?

A) /tutorial02/case1/rock.htm
B) tutorial02_case1_rock.htm
C) \tutorial02\case1\rock.htm
D) tutorial02/case1/rock.htm
سؤال
Every Web site includes a list containing links to main topic areas of the site called a(n)____.

A) site list
B) topic list
C) navigation list
D) map list
سؤال
<strong>  The accompanying figure shows an example of a(n)____ applied to a link</strong> A) access B) tooltip C) alternative D) base <div style=padding-top: 35px>
The accompanying figure shows an example of a(n)____ applied to a link

A) access
B) tooltip
C) alternative
D) base
سؤال
To create a link to an anchor,you use the ____ attribute.

A) name
B) href
C) link
D) anchor
سؤال
When referencing a file located in a different folder than the link tag,you must include the ____ for the file.

A) link
B) path
C) anchor
D) map
سؤال
With HTML,absolute pathnames begin with a ____.

A) slash
B) period
C) comma
D) parenthesis
سؤال
A file named "chem.htm" in the tutorial02 folder on drive C of your computer has what absolute pathname?

A) /C|/tutorial02/chem.htm
B) /C|:tutorial02/chem.htm
C) /C/tutorial02/chem.htm
D) /C|tutorial02/chem.htm
سؤال
Sections of most commercial Web sites are off-limits except to subscribers and registered customers and have a(n)____ Web page that users must go through to get to the off-limits area.

A) password-protected
B) protected
C) unprotected-entry
D) password key
سؤال
Which of the following is an HTML-supported kind of path?

A) absolute
B) relative
C) interpreted
D) Both A and B
سؤال
You link to an id or anchor using the anchor name preceded by the ____ symbol.

A) &
B) ^
C) #
D) %
سؤال
A(n)____ path provides a precise location for a file.

A) relative
B) interpreted
C) absolute
D) indexed
سؤال
To create a hypertext link to a document on the Internet,you need to know its ____.

A) communications protocol
B) URL
C) relative pathname
D) target
سؤال
If you want an external document to be displayed in its own browser window,you can assign the ____ keyword to the target attribute.

A) _same
B) _blank
C) _this
D) _over
سؤال
A(n)____ is a set of rules that governs how information is exchanged.

A) prototype
B) index
C) resource
D) protocol
سؤال
Which of the following relative pathnames is interpreted as "the parks.htm file is in the extra subfolder,which is one level down from the current folder"?

A) extra/parks.htm
B)../extra/parks.htm
C)./extra/parks.htm
D)/extra/parks.htm
سؤال
Once you know an element's id,you can create a link to it by adding the id to the ____ tag along with the href attribute in your text file.
سؤال
Following the communication protocol,there is typically a separator,such as a colon and two ____.

A) commas
B) periods
C) slashes
D) ampersands
سؤال
Most Web designers use ____ pathnames in their hypertext links.

A) absolute
B) relative
C) interpreted
D) regular
سؤال
The first portion of a URL identifies the ____.

A) prototype
B) index
C) protocol
D) resource
سؤال
Which of the following relative pathnames is interpreted as "the index.htm file is in the folder one level up in the folder tree from the current file"?

A)./index.htm
B)../index.htm
C)/index.htm
D)__/index.htm
سؤال
Which of the following relative pathnames is interpreted as "the rock.htm file is in the same folder as the current file"?

A)/rock.htm
B)./rock.htm
C)../rock.htm
D)rock.htm
سؤال
All Web page URLs begin with the letters ____.

A) html
B) http
C) url
D) www
سؤال
A(n)____ path specifies the location for a file in relation to the folder containing the current Web document.

A) absolute
B) interpreted
C) relative
D) regular
سؤال
Web browsers communicate with Web servers using the ____ communication protocol.

A) HTTP
B) HTML
C) URL
D) FTP
سؤال
As with absolute pathnames,folder names are separated by ____ in relative pathnames.

A) commas
B) periods
C) ampersands
D) slashes
سؤال
To reference a file in a folder directly above the current folder in the folder hierarchy,relative pathnames use two ____.

A) periods
B) commas
C) ampersands
D) slashes
سؤال
Which of the following relative pathnames is interpreted as "the chem.htm file is in the tutorial subfolder one level up in the folder tree from the current file"?

A) __/tutorial/chem.htm
B) /tutorial/chem.htm
C)./tutorial/chem.htm
D)./tutorial/chem.htm
سؤال
To specify a hotspot in an image map,you can use the ____ shape.

A) circle
B) poly
C) rect
D) all of the above
سؤال
In the URL http://www.mwu.edu/course/info.html#majors,the protocol is ____.

A) http
B) www.mwu.edu
C) /course/info.html
D) #majors
سؤال
A ____ specifies a precise location on the Web for a file.

A) target
B) relative pathname
C) URL
D) communications protocol
سؤال
In the URL http://www.mwu.edu/course/info.html#majors,the server is ____.

A) http://
B) www.mwu.edu
C) /course/info.html
D) #majors
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/139
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Developing a Web Site
1
A relative path specifies a file's precise location within the entire folder structure of a computer.
False
2
HTML allows you to divide an image into different zones,or hotspots,each linked to a different destination.
True
3
Linear structures work for Web sites that are large and have a clearly defined order of pages.
False
4
When you specify only the filename,the browser assumes the file is in the same folder as the document containing the hypertext link.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
5
The home page acts as a focal point for the Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
6
  The structure shown in the accompanying figure is an augmented linear structure.
The structure shown in the accompanying figure is an augmented linear structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
7
The target of the link needs to be a Web page; it cannot be another image file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
8
The base element is useful when multiple documents are moved to a new folder.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
9
  The structure shown in the accompanying figure is a linear structure.
The structure shown in the accompanying figure is a linear structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
10
Different Web site design principles apply to the protected section than to the regular,open section of the site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
11
Hyperlinks are created by enclosing some document content with a set of opening and closing tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
12
Unstructured Web sites can be difficult and frustrating to use.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
13
Every Web site should include a navigation list,which is a list containing links to the main topic areas of the site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
14
In the structure shown in the accompanying figure,you can jump only from one page to the next or previous page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
15
Is you assign the same id name to more than one element on a Web page,browsers use the first occurrence of the id name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
16
  The structure shown in the accompanying figure is a hierarchical structure.
The structure shown in the accompanying figure is a hierarchical structure.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
17
To enable users to jump to a specific location within a document,you first need to mark that location.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
18
The URLs for all Web Pages must start with the http scheme.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
19
You can combine linear and hierarchical structures in a Web site.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
20
You should almost always use relative paths in your links.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
21
Once the image has been marked as hypertext,clicking anywhere within the image jumps the user to the linked file.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
22
Spam is unsolicited junk e-mail sent to large numbers of people,promoting products,services,and in some cases,pornographic Web sites.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
23
HTTP servers are file servers that act like virtual file cabinets in which users can store and retrieve data files.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
24
By default,a link currently being clicked or activated is underlined and blue.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
25
When you want the home page to link to pages dedicated to specific topics,you should use the ____.

A) augmented linear structure
B) linear structure
C) mixed structure
D) hierarchial structure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
26
A hyperlink containing the rel attribute is called a semantic link.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
27
A Web site needs to include information about itself,called metadata,so search engines can read it and add the site to their search indices.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
28
If a document to which you are linking is not on the same drive,you need to use a(n)relative link.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
29
A(n)server-side image map is an image map that is defined within the Web page and handled by the Web browser running on a user's computer.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
30
A(n)protocol is a set of rules defining how information is passed between two devices.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
31
You assign each anchor its own anchor name,using the ____ attribute.

A) name
B) anchor
C) link
D) identify
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
32
Marking a location with a(n)path does not change your document's appearance in any way; it merely creates a destination within your document.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
33
A structure to make it easier for users to return immediately to the home page or other main pages is called a(n)____.

A) linear structure
B) mixed structure
C) augmented linear structure
D) mesh structure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
34
Thumbnail images are small representations of larger image files.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
35
A(n)augmented structure is one in which each page is linked with the pages that follow and precede it.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
36
XHTML documents are rejected if they contain elements with duplicate ids.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
37
From the ____,you add links to other pages in the site,defining the site's overall structure.

A) web site
B) home page
C) URL
D) hyperlink
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
38
A(n)tooltip is descriptive text that appears whenever a user positions the mouse pointer over a link.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
39
The attribute,href = "url",indicates the resource targeted by the hyperlink.____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
40
A(n)____ links each page with the pages that follow and precede it.

A) augmented linear structure
B) linear structure
C) hierarchical structure
D) mixed structure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
41
Which of the following absolute pathnames is interpreted as "the parks.htm file is in the extra folder,which is a subfolder of the /tutorial02/case1 folder"?

A) tutorial02 case1 extra parks.htm
B) /tutorial02/case1/extra/parks.htm
C) /tutorial02_case1_extra_parks.htm
D) tutorial02/case1/extra/parks.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following absolute pathnames is interpreted as "the chem.htm file is in the tutorial folder,which is a subfolder of the tutorial02 folder"?

A) /tutorial02_tutorial_chem.htm
B) tutorial02/tutorial/chem.htm
C) /tutorial02/tutorial/chem.htm
D) tutorial02\tutorial\chem.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
43
Web page authors can take advantage of the structural elements provided by ____.

A) HTML2
B) HTML1
C) HTML4
D) HTML5
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
44
The links.htm file is in the same folder as the chem.html file.What is the relative pathname for the links.htm file?

A) tutorial02_tutorial_links.htm
B) links.htm
C) /tutorial02/tutorial/chem/links.htm
D) /tutorial02/tutorial/links.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
45
A page containing an outline of the entire site and its content,called a(n)____,can be supplied to users.

A) site outline
B) site index
C) index
D) content guide
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
46
In an absolute pathname,after you type the name of the folder that contains the file,you type a final ____ and then the filename itself.

A) comma
B) slash
C) period
D) parenthesis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
47
To link to a document,you must specify its ____.

A) property
B) relation
C) path
D) attribute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
48
The general syntax to create a hypertext link is ____.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
49
To differentiate the absolute pathnames to files that are located on different drives,HTML requires you to include the drive letter followed by a ____.

A) comma
B) period
C) slash
D) vertical bar
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which of the following absolute pathnames is interpreted as "the rock.htm file is in the case1 folder,which is a subfolder of the tutorial02 folder"?

A) /tutorial02/case1/rock.htm
B) tutorial02_case1_rock.htm
C) \tutorial02\case1\rock.htm
D) tutorial02/case1/rock.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
51
Every Web site includes a list containing links to main topic areas of the site called a(n)____.

A) site list
B) topic list
C) navigation list
D) map list
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
52
<strong>  The accompanying figure shows an example of a(n)____ applied to a link</strong> A) access B) tooltip C) alternative D) base
The accompanying figure shows an example of a(n)____ applied to a link

A) access
B) tooltip
C) alternative
D) base
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
53
To create a link to an anchor,you use the ____ attribute.

A) name
B) href
C) link
D) anchor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
54
When referencing a file located in a different folder than the link tag,you must include the ____ for the file.

A) link
B) path
C) anchor
D) map
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
55
With HTML,absolute pathnames begin with a ____.

A) slash
B) period
C) comma
D) parenthesis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
56
A file named "chem.htm" in the tutorial02 folder on drive C of your computer has what absolute pathname?

A) /C|/tutorial02/chem.htm
B) /C|:tutorial02/chem.htm
C) /C/tutorial02/chem.htm
D) /C|tutorial02/chem.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
57
Sections of most commercial Web sites are off-limits except to subscribers and registered customers and have a(n)____ Web page that users must go through to get to the off-limits area.

A) password-protected
B) protected
C) unprotected-entry
D) password key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which of the following is an HTML-supported kind of path?

A) absolute
B) relative
C) interpreted
D) Both A and B
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
59
You link to an id or anchor using the anchor name preceded by the ____ symbol.

A) &
B) ^
C) #
D) %
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
60
A(n)____ path provides a precise location for a file.

A) relative
B) interpreted
C) absolute
D) indexed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
61
To create a hypertext link to a document on the Internet,you need to know its ____.

A) communications protocol
B) URL
C) relative pathname
D) target
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
62
If you want an external document to be displayed in its own browser window,you can assign the ____ keyword to the target attribute.

A) _same
B) _blank
C) _this
D) _over
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
63
A(n)____ is a set of rules that governs how information is exchanged.

A) prototype
B) index
C) resource
D) protocol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following relative pathnames is interpreted as "the parks.htm file is in the extra subfolder,which is one level down from the current folder"?

A) extra/parks.htm
B)../extra/parks.htm
C)./extra/parks.htm
D)/extra/parks.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
65
Once you know an element's id,you can create a link to it by adding the id to the ____ tag along with the href attribute in your text file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
66
Following the communication protocol,there is typically a separator,such as a colon and two ____.

A) commas
B) periods
C) slashes
D) ampersands
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
67
Most Web designers use ____ pathnames in their hypertext links.

A) absolute
B) relative
C) interpreted
D) regular
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
68
The first portion of a URL identifies the ____.

A) prototype
B) index
C) protocol
D) resource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which of the following relative pathnames is interpreted as "the index.htm file is in the folder one level up in the folder tree from the current file"?

A)./index.htm
B)../index.htm
C)/index.htm
D)__/index.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following relative pathnames is interpreted as "the rock.htm file is in the same folder as the current file"?

A)/rock.htm
B)./rock.htm
C)../rock.htm
D)rock.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
71
All Web page URLs begin with the letters ____.

A) html
B) http
C) url
D) www
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n)____ path specifies the location for a file in relation to the folder containing the current Web document.

A) absolute
B) interpreted
C) relative
D) regular
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
73
Web browsers communicate with Web servers using the ____ communication protocol.

A) HTTP
B) HTML
C) URL
D) FTP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
74
As with absolute pathnames,folder names are separated by ____ in relative pathnames.

A) commas
B) periods
C) ampersands
D) slashes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
75
To reference a file in a folder directly above the current folder in the folder hierarchy,relative pathnames use two ____.

A) periods
B) commas
C) ampersands
D) slashes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following relative pathnames is interpreted as "the chem.htm file is in the tutorial subfolder one level up in the folder tree from the current file"?

A) __/tutorial/chem.htm
B) /tutorial/chem.htm
C)./tutorial/chem.htm
D)./tutorial/chem.htm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
77
To specify a hotspot in an image map,you can use the ____ shape.

A) circle
B) poly
C) rect
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
78
In the URL http://www.mwu.edu/course/info.html#majors,the protocol is ____.

A) http
B) www.mwu.edu
C) /course/info.html
D) #majors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
79
A ____ specifies a precise location on the Web for a file.

A) target
B) relative pathname
C) URL
D) communications protocol
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
80
In the URL http://www.mwu.edu/course/info.html#majors,the server is ____.

A) http://
B) www.mwu.edu
C) /course/info.html
D) #majors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 139 في هذه المجموعة.