Download Dreamweaver Interface Questions: 1. Which extension identifies a

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

URL redirection wikipedia , lookup

Transcript
Dreamweaver Interface Questions:
1.
2.
3.
4.
5.
6.
7.
8.
9.
Which extension identifies a Dreamweaver site file?
a.
STE
b.
DW
c.
PHP
d.
HTM
Which of the following statements is true of the site root folder?
a.
It is the location of all links in the site.
b.
It is intended only to store resource files that you used to create component images.
c.
It can be safely deleted after you have uploaded your site to a Web server.
d.
It is the primary folder that contains pieces of the site you are building.
The __________ can be used to review the files that are included in a site folder.
a.
File menu
b.
Files panel
c.
Find Files dialog box
d.
Site panel
What is the correct process for opening a specific HTML file within a site?
a.
Double-click the file name in the Files panel to open the file in Dreamweaver.
b.
Choose File>Open and navigate to the local file on your desktop.
c.
Use the Welcome Screen to open any file that is saved on your computer.
d.
Double-click the file’s icon on the Assets panel.
Which of the following statements is true of the Properties panel?
a.
It can be accessed only when working in Live view.
b.
It shows different options depending on what is selected in the document.
c.
It only shows options related to text that is highlighted in the document.
d.
It cannot be closed when an HTML file is open.
__________ view allows you to manipulate a page either visually or by manually writing code without changing the view.
a.
Design
b.
Split
c.
Code
d.
Live
__________ view is appropriate for previewing interactive options such as rollovers within the Dreamweaver interface.
a.
Design
b.
Split
c.
Code
d.
Live
What do you need to do to test the links in a page?
a.
Activate Visual Aids in the Design view.
b.
Press Command/Control and click while in Dreamweaver’s Design View.
c.
Press Command/Control and click while in Dreamweaver’s Live View.
d.
Nothing; you have to upload the file to a server to test links.
Choose __________ to make the Document toolbar visible.
10.
a.
File>Open>Toolbar
b.
View>Toolbars>Document
c.
Window>Toolbar
d.
None of these; the Document toolbar is always open and cannot be turned off.
Which of the following statements is true when removing a site from Dreamweaver?
a.
The site HTML files on your computer are not affected.
b.
Files on your computer are also deleted, but files on the server are left intact.
c.
Files on the remote server are also deleted, but files on your local drive are not affected.
d.
All files on the defined testing server are also deleted.
Bistro Lesson Questions
1.
2.
3.
4.
5.
6.
7.
When managing a new site in Dreamweaver, the site name __________.
a.
must be the same as the URL
b.
must include the word “index”
c.
cannot include “illegal” characters such as a space
d.
can be anything because it is only used inside of Dreamweaver
What is the standard file-naming convention for the home page of a Web site, or for the default page of a specific folder?
a.
main.html
b.
home.html
c.
index.html
d.
Anything you want to name it
When you select an existing folder in the Files panel before creating a new folder, the new folder is created __________.
a.
below the selected folder
b.
above the selected folder
c.
inside the selected folder
d.
on your desktop
When you move files within a site, you should always move them __________.
a.
on your desktop
b.
in the Files panel
c.
in Adobe Bridge
d.
on the testing server
You can press __________ to refresh the file list in the Files panel.
a.
F2
b.
F3
c.
F4
d.
F5
What is the result of changing a file name in the Files panel?
a.
The file name is changed; nothing else happens.
b.
Dreamweaver identifies all links to the new file name and asks if you want to update those links.
c.
Hyperlinks in other pages are automatically changed in all other pages in the site.
d.
The changed file is automatically moved to the top of the list in the Files panel.
Organizing links of a Web site to support usability is a simple application of a science called __________.
8.
9.
10.
11.
12.
13.
14.
15.
a.
information architecture
b.
hyperlinks
c.
flowcharts
d.
Web science
The terms __________ and __________ are used to describe hierarchical relationships between pages in a Web site.
a.
Brother/sister
b.
Master/servant
c.
Parent/child
d.
Queen/king
Which method can be used to create a hyperlink?
a.
Use the Browse for File function in the Properties panel.
b.
Use the Hyperlink button in the Common Insert panel.
c.
Use the Point to File function.
d.
Any of these methods work.
What is the easiest way to be sure you have selected all of the content related to a specific tag?
a.
Click the Select button in the Common Insert panel.
b.
Click and drag with your cursor to highlight the content.
c.
Click the tag in the Tag Selector.
d.
Use the Select All option in the Main menu.
Which method is NOT used for creating image links?
a.
Shift-point to another file on your desktop.
b.
Type a URL in the Link field.
c.
Use the Hyperlink button in the Common Insert panel.
d.
Use the Point to File button in the Properties panel.
The ___ is used to create an email link.
a.
http:
b.
https:
c.
mailto:
d.
send:
Which link target opens a link in the same frame or browser window as the link?
a.
blank
b.
new
c.
same
d.
self
Which button is NOT found on the Common Insert panel?
a.
Table button
b.
Remove Comment button
c.
Comment button
d.
Email Link button
__________, which aids usability for disabled users who use screen-reader software, is extremely important to use when creating a
hotspot.
a.
Alt text
b.
Reader text
c.
Graphic text
d.
16.
17.
18.
19.
20.
Response text
Which of the following statements is true of page titles?
a.
They can be anything, but should accurately describe the page’s content.
b.
They must match the page’s file name.
c.
They cannot include spaces or other “illegal” characters.
d.
They are only used internally within Dreamweaver.
The notation ___ tells a browser to move up one level of folder.
a.
//
b.
/*
c.
../
d.
://
The __________ function allows you to prevent certain files from uploading to the Web server.
a.
choking
b.
holding
c.
blocking
d.
cloaking
The __________ is the address of a Web site on the Internet.
a.
URL
b.
home page
c.
alt source
d.
server page
Which of the following file names does not contain any “illegal” characters?
a.
my.site.html
b.
my site.html
c.
my-site!.html
d.
my_site.html