Designer
This test is about 40
multiple choice questions and should take less than 40 minutes to complete
Dreamweaver 8 Test Contents
Tables in Dreamweaver
Using Cascading Stylesheets
Workspace & Interface
Files & Site Management
Templates & Layout
Code & Page Contents
Dynamic Pages & Sites
Scripting and Behaviors
Scripting & Behaviors
Dreamweaver 8 Test
Question: 1
Under which style category
does the Z-index option appear?
a. Extensions
b. Positioning
c. Background
d. Box
(Answer)
Question: 2
Which one of the following
attributes limits the number of characters a user can enter in the form text
field?
a. Length
b. Size
c. MaxChars
(Answer)
d. Maxsize
Question: 3
Pick the statements which are
true:
a. If an event is in
parentheses, it can only be attached to a link.
b. Dreamweaver automatically
wraps an tag around an image to create a null link
c. You cannot delete a link
without removing the Behavior
d. All a, b and c are true
e. Only a and b are true
f. None is true
Question: 4
Which among the following is
not a menu item on the selection sub menu?
a. Comment out lines
b. Convert Tabs to line
breaks
c. indent
d. Remove
all tags (Answer)
Question: 5
Which of the following
activities, Dreamweaver cannot perform, while the transfer of files to the
remote server is taking place?
a. Typing
b. Editing external Style
sheets
c. Generating side-wide
reports
d. Refreshing remote view
Question: 6
In which ways can you sort a
table automatically in Dreamweaver?
a. Sorting alphabetically
or numerically
b. Sorting in ascending
or descending order
c. Sorting from internal to
external cells
d. Both a
and b (Answer)
e. Both a and c
f. a, b and c
Question: 7
What will you use to create a
Hyperlink Rollover?
a. CSS Selector styles
b. CSS class
styles (Answer)
c. HTML Markup
d. The Layer style in CSS
Question: 8
Which among the following is
not considered as the document's dependent file?
a. Design Notes
b. External Style Sheets
c. Images
d. None of
the above (Answer)
Question: 9
This question is based upon
the figure shown below
Which menu option brings up
this popup box?
a. File >
Export > table (Answer)
b. Modify > Export >
Export table
c. Export > Export table
d. This popup box is not a
part of Dreamweaver, because Dreamweaver does not allow exporting of tables
Question: 10
Which among the given
features lets you immediately update the design in all documents based on it?
a. XHTML
b. Bindings
c. Build in Page Designs
d. Templates
Question: 11
What is "Set text of frame"?
a. It is an automatic
frameset
b. It is a powerful
action that lets you completely replace the content of a frame with new text you supply (Answer)
c. It is an action that lets
you replace the text in a frameset
d. None of the above
Question: 12
When working in a
collaborative environment using FTP, it doesn't matter if everyone is using
Dreamweavers Check In/Out functionality. True or False?
a. False,
one member of your group could overwrite the work of another
member if everyone is not using Check In/Out functionality (Answer)
b. True, you need
not use this functionality in a group when you are using a
third-party program to manage version control
c. Both a and b are true
d. Both a and b are false
Question: 13
When some of your code
snippets appear highlighted with yellow in the design view, what does it mean?
a. That the document has not
been saved after making the changes
b. The most recent changes
are highlighted in yellow
c. The code is invalid
d. None of the above
Question: 14
What is a RecordSet?
a. A collection of records
from a database
b. A
collection of tables from a database
c. A folder set of
recorded actions that can be replayed as a macro
d. None of the above
Question: 15
In which of the following
modes is the "visual aid" button on the document toolbar disabled?
a. Show
Design view (Answer)
b. Show Split view
c. Show code view ct. None of
the above
Question: 16
This question is based upon
the figure shown below
In the image, what does word
wrap do when clicked upon?
a. It inserts Line breaks
into the code automatically so that the code does not go beyond the given width
of the view
b. It makes
the code lines appear on the new line whenever the maximum length limit of the
view is encountered but does not actually insert line breaks into the code
(Answer)
c. It separates different
code commands into parenthesis in order to distinguish them easily
d. None of the above
Question: 17
This question is based upon
the figure shown below
In the above Dialog box,
where will you specify the name of the Rollover image?
a. You have
to add it in the textbox called "Image Name" (Answer)
b. You have to browse for it
through a separate dialog box
c. The textbox for specifying
the Rollover image is missing in the figure
d. You have to browse for it
in the box labeled "when clicked, go to URL"
Question: 18
This question is based upon
the figure shown below
The bottom left of the design
view shows the tags as given in the image. What happens when we click on the td
tag?
a. Opens suggestion box for
the td tag
b. The td tag code is auto
corrected
c. The td
cell is selected (Answer)
d. Nothing happens
Question: 19
This question is based upon
the figure shown below
In the given figure, what has
been shown?
a. The document window
b. The document Panel
c. The start
page (Answer)
d. The document toolbar
Question: 20
What is the File Extension
for template files?
a. .tmp
b. .dwr
c. .htm or .html
d. None of
the above (Answer)
Question: 21
Which two events add up to an
'onClick' event?
a. An onClick event consists
of the onMouseDown and onMouseUp events
b. An
onClick event consists of the onMouseDown and onMouseClick events (Answer)
c. An onClick event consists
of the onMouseClick and onMouseUp events
d. None of the above
Question: 22
This question is based upon the
figure shown below
What is indicated by the
region marked Green?
a. That the region marked
green is locked
b. That the region marked
green is editable
c. That the
region marked green is a comment (Answer)
d. That this is a template
Question: 23
This question is based upon
the figure shown below
In the given figure, what
does the highlighted item in blue show?
a. A Local folder
b. A
Dreamweaver site (Answer)
c. Remote
ftp
d. None of the above
Question: 24
You have created a page with
a background image. You want the page to be displayed in such a manner that the
image remains fixed in its position when the page is scrolled. How will you do
this using Dreamweaver?
a. You will simply specify
the image name in the background attribute of
b. You will make a class and
add it to. In that class you will turn on the option Repeat="fixed"
in background styles while making the CSS Style
c. You will
make a class and put it in . In that class you will turn on the option
Scrolling="fixed" in background styles while making the CSS Style.
(Answer)
d. It can"t be done
through Dreamweaver
Question: 25
This question is based upon
the figure shown below
In the given figure, what is
the Split Button used for?
a. It allows
you to see both the code and layout of one area in a file on which you are
working (Answer)
b. It splits the code view
into two parts, so that the code from two different files can be edited
at once
c. It splits the code into
two halves at the line of demarcation and save the code as twoseparate
files
d. None of the above
Question: 26
The applyBehavior() function:
a. Inserts
an event handier into the user"s document to call the action function
(Answer)
b. Returns one or more
functions to be inserted into the of the user"s document
c. Is the set of functions d.
None of the above
Question: 27
What is the name of the
property that lets you specify the number of pixels between the cell content
and the cell edge?
a.
Cellpadding (Answer)
b. Cellspacing
c. Exclamator
d. Seperator
e. None of the above
Question: 28
What tag is used to embed the
animated GIF file in a document?
a. embed
(Answer)
b. applet
c. anim
d. img
Question: 29
This question is based upon
the figure shown below
In the figure, what is the
function of the options marked in green?
a. They are
used for clearing columns widths and row heights (Answer)
b. They are used for
inserting text in a particular column or row
c. They are used for
indentation of table
d. None of the above
Question: 30
While working in split view
how do you switch the view in order to take the design view on the top half and
the code view to the bottom half?
a. Toggle the split view
button
b. Click on
the view options button on the document toolbar and select design view on
top (Answer)
c. Click the Show
Design View button on the toolbar
d. Click view> Switch view
Question: 31
Where do you specify which
particular file types should be opened in the code view by default?
a. Select
Edit>Preferences and access Types/Editors preferences (Answer)
b. Select Edit>Preferences
and access Defaults preferences
c. Edit the choices in the
"code view" menu item on the document toolbar
d. You cannot specify any
such preference
Question: 32
Can Editable regions be
exported from one template to another?
a. Yes from the menu, choose
File > Export > Export Template Data as XML
b. No,
Dreamweaver does not have any such feature (Answer)
c. Yes from the menu, choose
Modify > Export > Export Editable regions as XML
d. Yes but the only for
templates which have less than 10 editable regions
Question: 33
Which among these features is
used as a guide to re-create a page design that was created in a graphics
application such as Macromedia Freehand or Fireworks.
a. Backdrop Image
b. Background Image
c. Tracing
Image (Answer)
d. None of the above
Question: 34
This question is based upon
the figure shown below
The buttons shown in the
given image appear in the property panel when an image is selected. What
functions are these buttons used for?
a. Drawing custom shapes on
the image
b. Drawing Image map clickable
regions on the image
c. Custom
selection of the image (Answer)
d. None of the above
Question: 35
State which is true:
a. Z-lndex sets the stacking
order of the layers
b. Layers can inherit the
visibility of their parent tags or can be set independently of the parent to be
either visible or hidden
c. Both a and b
Question: 36
Coder Workspace is an
integrated workspace using MDI (Multiple Document Interface) in which all
Document windows and panels are integrated into one larger application window,
with the panel groups docked on the right?
a. True
b. False
Question: 37
Jump menus are drop-down
lists that contain entries for every page on your site
a. True
b. False
(Answer)
c. Partially True
Question: 38
Stylesheets cannot be used
for specifying border styles:
a. True
b. False
(Answer)
Question: 39
The Constrained Movement
coordinates in the Drag Layer dialog box are relative to the Web page. State
whether true of false.
a. True
b. False
Question: 40
A Sitemap can be used to add
and delete pages, change page titles and check internal links:
a. True
(Answer)
b. False
No comments:
Post a Comment