Web Design Quiz #2

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Dana Tull
D
Dana Tull
Community Contributor
Quizzes Created: 21 | Total Attempts: 103,181
Questions: 25 | Attempts: 288

SettingsSettingsSettings
Web Design Quiz #2 - Quiz

.


Questions and Answers
  • 1. 

    Which tag elements content below is not visible in a browser view?

    • A.

      Body

    • B.

      Title

    • C.

      !--

    • D.

      Style

    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.

    Rate this question:

  • 2. 

    Which one of these General Web Layout Sections is the location where prominent links appear?

    • A.

      Content

    • B.

      Header

    • C.

      Footer

    • D.

      Navigation

    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.

    Rate this question:

  • 3. 

    The __________ keys are used to increase/decrease any tools that use a brush.

    • A.

      Bracket

    • B.

      Arrow

    • C.

      Number

    • D.

      Page up/page down

    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.

    Rate this question:

  • 4. 

    All of the following are Basic Design Elements except....

    • A.

      Scale

    • B.

      Type

    • C.

      Line

    • D.

      Texture

    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.

    Rate this question:

  • 5. 

    Which Color Scheme uses a combination of a secondary, primary and tertiary color?

    • A.

      Complimentary

    • B.

      Intermediate

    • C.

      Analogous

    • D.

      Monochromatic

    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.

    Rate this question:

  • 6. 

    In Photoshop ____________ can be added to a layer to hide or show only a portion of the layer's content.

    • A.

      Filters

    • B.

      Blending modes

    • C.

      Image adjustments

    • D.

      Masks

    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.

    Rate this question:

  • 7. 

    In Dreamweaver a ____________ is a predetermined size for a web page layout.

    • A.

      Storyboard

    • B.

      Template

    • C.

      Shell

    • D.

      Index

    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.

    Rate this question:

  • 8. 

    Which Adobe application is a bitmap and vector graphic editor?

    • A.

      Photoshop

    • B.

      Fireworks

    • C.

      Flash

    • D.

      Dreamweaver

    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.

    Rate this question:

  • 9. 

    In Flash ___________ contain media elements and symbols that are stored for a project.

    • A.

      Panels

    • B.

      Databases

    • C.

      Folders

    • D.

      Libraries

    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.

    Rate this question:

  • 10. 

    This is the tag element for creating a hyperlink?

    • A.

      A

    • B.

      Href

    • C.

      Link

    • D.

      Style

    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.

    Rate this question:

  • 11. 

    The _________ tag element is used to group block-elements to format them with CSS.

    • A.

      Division

    • B.

      Block

    • C.

      Div

    • D.

      Table

    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.

    Rate this question:

  • 12. 

    __________ is an umbrella term for encompassing HTML, CSS and Javascript language.

    • A.

      HTML

    • B.

      XHTML

    • C.

      DHTML

    • D.

      HTML 5

    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.

    Rate this question:

  • 13. 

    Which one is not a key to making a web site effective?

    • A.

      Appearance

    • B.

      Functionality

    • C.

      Color

    • D.

      User friendliness

    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.

    Rate this question:

  • 14. 

    In Photoshop when you Control+Click a layer's _________ you would load a selection (running ants) of whatever is on that layer.

    • A.

      Eyeball

    • B.

      FX

    • C.

      Thumbnail

    • D.

      Name

    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.

    Rate this question:

  • 15. 

    All are characteristics of color except...

    • A.

      Hexidecimal

    • B.

      Rgb

    • C.

      Hue and saturation

    • D.

      Title

    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.

    Rate this question:

  • 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.

    • A.

      Filters

    • B.

      Blending modes

    • C.

      Image adjustments

    • D.

      Channels

    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.

    Rate this question:

  • 17. 

    Which Adobe application can use Multiscreen to display multiple dimensions for various devices you are designing for?

    • A.

      Dreamweaver

    • B.

      Photoshop

    • C.

      Fireworks

    • D.

      Flash

    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.

    Rate this question:

  • 18. 

    In the Flash interface the  ___________ organizes and controls a document's content over time in layers and frames.

    • A.

      Frame

    • B.

      Layer

    • C.

      Timeline

    • D.

      Stage

    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.

    Rate this question:

  • 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.

    • A.

      Link

    • B.

      Name

    • C.

      Id

    • D.

      Script

    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.

    Rate this question:

  • 20. 

    This is the term used in a browser to save a web page link.

    • A.

      Bookmark

    • B.

      Favorite

    • C.

      Like

    • D.

      Stamp

    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.

    Rate this question:

  • 21. 

    Javascript is a language used for describing the look and formatting of a document written in a markup language.

    • A.

      True

    • B.

      False

    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).

    Rate this question:

  • 22. 

    There is not a way to zoom in/out in Photoshop with the keyboard.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 23. 

    Layers Styles add effects to the content of a layer such as strokes, drop shadows and gradient overlays.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 24. 

    The main folder where you house all files of a web site is called the root folder.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

  • 25. 

    There are 6 characters in a hexidecimal color combination.

    • A.

      True

    • B.

      False

    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.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 04, 2015
    Quiz Created by
    Dana Tull

Related Topics

Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.