Dreamweaver 8 Test
a.
Extensions
b.
Positioning
c.
Background
d. Box
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
d. Maxsize
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
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
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
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
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
e. Both a
and c
f. a, b and c
Jump
menus are drop-down lists that contain entries for every page on your site
a. True
b. False
c. Partially True
What will
you use to create a Hyperlink Rollover?
a. CSS
Selector styles
b. CSS class styles
c. HTML
Markup
d. The Layer style in CSS
Stylesheets
cannot be used for specifying border styles:
a. True
b. False
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
This
question is based upon the figure shown below
Which
menu option brings up this popup box?
a. File > Export > table
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
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
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
c. It is
an action that lets you replace the text in a frameset
d. None of the above
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
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
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
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
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
In which
of the following modes is the "visual aid" button on the document
toolbar disabled?
a. Show Design view
b. Show Split view
c. Show code view ct. None of the above
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
c. It separates
different code commands into parenthesis in order to distinguish them easily
d. None of the above
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"
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"
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
d. Nothing happens
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
d. The document toolbar
What is
the File Extension for template files?
a. .tmp
b. .dwr
c. .htm or .html
d. None of the above
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
c. An onClick event consists of the onMouseClick and onMouseUp
events
d. None of the above
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
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
d. That this is a template
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
c. Remote
ftp
d. None of the above
A Sitemap
can be used to add and delete pages, change page titles and check internal
links:
a. True
b. False
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.
d. It can"t be done through Dreamweaver
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
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 two separate files
d. None of the above
The
applyBehavior() function:
a. Inserts an event handier into the
user"s document to call the action function
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
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
b. Cellspacing
c. Exclamator
d. Seperator
e. None of the above
What tag
is used to embed the animated GIF file in a document?
a. embed
b. applet
c. anim
d. img
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
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
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
c. Click
the Show Design View button on the toolbar
d. Click view> Switch view
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
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
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
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
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
d. None of the above
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
d. None of the above
0 comments:
Post a Comment