1.
Which tag elements content below is not visible in a browser view?
Correct Answer
C. !--
Explanation
The correct answer is `!--`. This is because the `!--` tag is used to add comments in HTML code. Comments are not visible in the browser view as they are meant for developers to include notes or explanations within the code.
2.
Which one of these General Web Layout Sections is the location where prominent links appear?
Correct Answer
D. Navigation
Explanation
The location where prominent links appear on a website is typically in the navigation section. This section is specifically designed to provide easy access to important pages or sections of the website. It usually contains menus, dropdowns, or links that allow users to navigate through the different pages or categories of the website. By placing prominent links in the navigation section, it ensures that users can quickly find and access the desired information or features of the website.
3.
The __________ keys are used to increase/decrease any tools that use a brush.
Correct Answer
A. Bracket
Explanation
The bracket keys are used to increase/decrease any tools that use a brush. This is because the bracket keys, specifically the "[" and "]" keys, are commonly used as shortcuts in many software programs to adjust the size or hardness of a brush. By pressing the "[" key, the brush size or hardness can be decreased, while pressing the "]" key can increase it. This functionality allows for quick and easy adjustments when working with brush tools.
4.
All of the following are Basic Design Elements except....
Correct Answer
D. Texture
Explanation
Basic design elements refer to fundamental components used in visual design. Scale, type, line, and texture are all considered basic design elements. However, the question asks for an element that is not considered basic, and the correct answer is "texture." Texture is a more advanced design element that adds depth and tactile qualities to a design.
5.
Which Color Scheme uses a combination of a secondary, primary and tertiary color?
Correct Answer
C. Analogous
Explanation
Analogous color scheme uses a combination of a secondary, primary, and tertiary color. In this scheme, colors that are adjacent to each other on the color wheel are chosen. This creates a harmonious and cohesive look as the colors are closely related. The combination of these colors adds depth and interest to the design while maintaining a sense of unity.
6.
In Photoshop ____________ can be added to a layer to hide or show only a portion of the layer's content.
Correct Answer
D. Masks
Explanation
In Photoshop, masks can be added to a layer to hide or show only a portion of the layer's content. Masks act as a non-destructive way to selectively reveal or conceal parts of an image or layer. By painting on the mask with black, areas can be hidden, while painting with white reveals them. This allows for precise control over which parts of the layer are visible, making masks a powerful tool for editing and manipulating images in Photoshop.
7.
In Dreamweaver a ____________ is a predetermined size for a web page layout.
Correct Answer
B. Template
Explanation
In Dreamweaver, a template is a predetermined size for a web page layout. Templates provide a consistent structure and design for web pages, making it easier to create and maintain a website. By using templates, users can quickly apply a predefined layout to their web pages, saving time and ensuring a cohesive design throughout the site.
8.
Which Adobe application is a bitmap and vector graphic editor?
Correct Answer
B. Fireworks
Explanation
Fireworks is the correct answer because it is an Adobe application that serves as both a bitmap and vector graphic editor. It allows users to create and edit both types of graphics, making it a versatile tool for designers and artists. Photoshop is primarily a bitmap editor, while Flash and Dreamweaver are not specifically designed for graphic editing.
9.
In Flash ___________ contain media elements and symbols that are stored for a project.
Correct Answer
D. Libraries
Explanation
In Flash, libraries contain media elements and symbols that are stored for a project. These libraries act as a repository where designers can store and organize reusable assets such as images, audio files, and pre-built symbols. By using libraries, designers can easily access and reuse these assets throughout their projects, saving time and effort.
10.
This is the tag element for creating a hyperlink?
Correct Answer
A. A
Explanation
The correct answer is "a" because the "a" element is used to create a hyperlink in HTML. The "href" attribute within the "a" element specifies the URL of the webpage or resource that the hyperlink should point to. The other options ("link" and "style") are not valid HTML tags for creating hyperlinks.
11.
The _________ tag element is used to group block-elements to format them with CSS.
Correct Answer
C. Div
Explanation
The "div" tag element is used to group block-elements to format them with CSS. It is a container that allows you to group and style multiple elements together. By using the "div" tag, you can apply CSS styles to a group of elements at once, making it easier to control the layout and formatting of those elements.
12.
__________ is an umbrella term for encompassing HTML, CSS and Javascript language.
Correct Answer
C. DHTML
Explanation
DHTML, which stands for Dynamic HTML, is an umbrella term that encompasses HTML, CSS, and JavaScript. It refers to the combination of these three technologies to create interactive and dynamic web pages. HTML is the markup language used to structure the content, CSS is used for styling and layout, and JavaScript is used for adding interactivity and dynamic behavior to the web page. DHTML allows developers to create more engaging and interactive web experiences by combining these three languages.
13.
Which one is not a key to making a web site effective?
Correct Answer
C. Color
Explanation
Color is not a key to making a website effective because while color can enhance the visual appeal of a website, it does not determine its overall effectiveness. The effectiveness of a website relies more on factors such as appearance, functionality, and user friendliness. These elements contribute to creating a positive user experience, ensuring that the website is easy to navigate, visually appealing, and meets the needs of its intended audience. Color, on the other hand, is just one aspect of the overall design and can vary depending on the branding and purpose of the website.
14.
In Photoshop when you Control+Click a layer's _________ you would load a selection (running ants) of whatever is on that layer.
Correct Answer
C. Thumbnail
Explanation
In Photoshop, when you Control+Click a layer's thumbnail, you would load a selection (running ants) of whatever is on that layer. The thumbnail represents a small preview of the content on the layer, so selecting it allows you to load a selection of the actual image or design elements within that layer.
15.
All are characteristics of color except...
Correct Answer
D. Title
Explanation
The given options are all related to color in some way. Hexadecimal and RGB are both color models used to represent colors digitally. Hue and saturation are properties of colors that describe their perceived appearance. However, "title" is not a characteristic of color. It is not directly related to the properties or representation of color. Therefore, "title" is the correct answer.
16.
In Photoshop ____________________ controls how pixels in the image are affected by a painting or editing tool. Examples are Multiply, Screen, Overlay and Soft Light.
Correct Answer
B. Blending modes
Explanation
Blending modes in Photoshop determine how pixels in an image are affected by painting or editing tools. They allow for different ways of combining colors and tones, resulting in various effects. Examples of blending modes include Multiply, Screen, Overlay, and Soft Light.
17.
Which Adobe application can use Multiscreen to display multiple dimensions for various devices you are designing for?
Correct Answer
A. Dreamweaver
Explanation
Dreamweaver is the correct answer because it is an Adobe application that allows designers to create websites or applications that can be displayed on multiple devices with different screen dimensions. It provides a Multiscreen Preview feature which allows designers to see how their designs will look on different devices such as desktops, tablets, and smartphones. This feature helps designers ensure that their designs are responsive and optimized for various screen sizes.
18.
In the Flash interface the ___________ organizes and controls a document's content over time in layers and frames.
Correct Answer
C. Timeline
Explanation
In the Flash interface, the timeline organizes and controls a document's content over time in layers and frames. It allows users to create and manage animations by organizing different elements on different layers and specifying their positions and properties over a series of frames. The timeline provides a visual representation of the animation's progression and allows users to easily navigate and edit the content.
19.
_______ is a tag element attribute that supplies a unique name for the element, thus calling a class in CSS code. It was commonly used in Project #2 with the div tag.
Correct Answer
C. Id
Explanation
The correct answer is "id". In HTML, the "id" attribute is used to provide a unique name for an element. This allows the element to be targeted and styled using CSS code. In the given context, it suggests that the "id" attribute was commonly used in Project #2 with the "div" tag to give unique names to elements.
20.
This is the term used in a browser to save a web page link.
Correct Answer
A. Bookmark
Explanation
A bookmark is a term used in a browser to save a web page link. It allows users to easily access and revisit their favorite websites without having to remember or search for the URL each time. By bookmarking a webpage, users can quickly navigate to it by clicking on the saved link in their browser's bookmark menu or toolbar. This feature is commonly used to keep track of frequently visited websites or to save interesting articles or resources for later reference.
21.
Javascript is a language used for describing the look and formatting of a document written in a markup language.
Correct Answer
B. False
Explanation
The given statement is false. Javascript is not a language used for describing the look and formatting of a document written in a markup language. It is a programming language that is primarily used for adding interactivity and dynamic behavior to web pages. The look and formatting of a document written in a markup language, such as HTML or XML, is typically controlled by CSS (Cascading Style Sheets).
22.
There is not a way to zoom in/out in Photoshop with the keyboard.
Correct Answer
B. False
Explanation
False. There is a way to zoom in/out in Photoshop with the keyboard. By using the keyboard shortcuts "Ctrl" and "+" or "Ctrl" and "-", users can easily zoom in or out on their images in Photoshop.
23.
Layers Styles add effects to the content of a layer such as strokes, drop shadows and gradient overlays.
Correct Answer
A. True
Explanation
Layer Styles are a feature in graphic design software that allow users to apply various effects to the content of a layer. These effects can include strokes, drop shadows, gradient overlays, and more. Therefore, the statement that Layer Styles add effects to the content of a layer is true.
24.
The main folder where you house all files of a web site is called the root folder.
Correct Answer
A. True
Explanation
The root folder is the main directory where all files and folders of a website are stored. It is the starting point for accessing and organizing the website's content. This folder contains all the necessary files, such as HTML, CSS, JavaScript, images, and other media files. By placing files in the root folder, they can be easily accessed by the web server and displayed on the website. Therefore, the given answer, "True," is correct.
25.
There are 6 characters in a hexidecimal color combination.
Correct Answer
A. True
Explanation
A hexadecimal color combination is written using six characters, where each character represents a value from 0 to 9 or a letter from A to F. This combination is used to specify colors in web design and computer graphics. Therefore, the statement "There are 6 characters in a hexadecimal color combination" is true.