wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Diploma in Graphics Design Exam 3

Total questions: 71

Worksheet time: 40mins

Name
Class
Date
1.

It tells people where to look and what things on the screen or printed page are most important. It gives readers a sense of how to actually read material from start to finish

with visual cues and flow.

a)

White space

b)

Hierarchy

c)

Emphasis

d)

Contrast

2.

Select the correct order of visual hierarchy:

a)

Level 1: body text Level/ 2: subheadings /Level 3: headings

b)

Level 1: headings / 2: subheadings /Level 3: body text Level.

c)

Level 1: subheadings / 2: headings /Level 3: body text Level.

3.

Makes you go through the text quickly:

a)

Scannable text

b)

Emphasized text

c)

Contrasting colors in text

d)

Small text

4.

using too many fonts can lead to a confusing and messy look, so always use the same font styling for the same information.

a)

White space

b)

Hierarchy

c)

Emphasis

d)

Consistency

5.

adds visual variety to draw the reader into your material.

a)

White space

b)

Hierarchy

c)

Emphasis

d)

Density

6.

to add attention to a word or a phrase and to direct the reader's or viewer's attention to a specific area of an image or article to facilitate clear communication. The come often in the form of an arrow, box, or circle.

a)

Callouts

b)

Graphics

c)

Shapes

d)

Hyphenations

7.

font family used for web pages or a titles

a)

Serif

b)

Sans serif

c)

Script

d)

Display

8.

Which of these design styles was a movement of the 1950's and 1960's?

a)

Cubism.

b)

Pop Art.

c)

Art Deco.

d)

Impressionism.

9.

Which of these considers 'visual weight'?

a)

Color theory.

b)

Principles of typography

c)

Principles of design

d)

Compositional

techniques.

10.

They are a specific attribute or quality of solutions that we document in a specifications and plan to realize in development.

a)

Design Characteristics

b)

Design Brief

c)

Design Research

d)

Design Development

11.

The graphic design professionals analyze the new trends that are starting impact the graphic industry by:

a)

Use fonts as illustrations

b)

Make a presentation for the final design

c)

Reviewing the aesthetic styles and content formats

d)

Check various San Serif fonts

12.

To predict the right trend designer need to:

a)

Use the latest version of digital applications

b)

Systematically analyze all the collected information

c)

Be limited by client restrictions

d)

Use appropriate printing process

13.

What is a feature of Cubist art?

a)

Multi-disciplined.

b)

Multi-faceted.

c)

Single viewpoint.

d)

Single minded.

14.

To generate new design concepts by building on or combining ideas from other designers in an appropriate manner you need to:

a)

Use fonts as illustrations

b)

Check various designers' portfolios on websites like Behance to know what the experts are up to.

c)

Make a presentation for the final design

d)

Look to data on sales

15.

A good graphic designer acts as team player in the teamwork as:

a)

Effectively works with collaborators like copywriters, developers, and project managers

b)

Use the appropriate graphic application

c)

Be limited by client restrictions

d)

Use fonts as illustrations

16.

Which art movement's main focus was optical color mixing?

a)

Surrealism.

b)

Abstraction.

c)

Modernism.

d)

Pointillism

17.

"In color theory, 'color discord' is when colors are used that are

a)

Disturbing.

b)

Monochromatic.

c)

Neutral

d)

Tertiary

18.
What art movement represents this work? 
a)
Pop Art 
b)
Impressionism 
c)
Cubism 
d)
Surrealism 
19.

Renoir, Cassatt, Monet are all associated with this movement...

a)

Impressionism

b)

Minimalism

c)

Cubism

d)

Op Art

20.

Which movement is Pablo Picasso associated with?

a)

Cubism

b)

Op Art

c)

Baroque

d)

Minimalism

21.

What are physical resources in terms of design businesses?

a)

Any tangible item used for operation

b)

Raw material for production

c)

Personnel and employees

d)

Exercise gyms and other physical opportunities

22.

A written plan that identifies a problem to be solved, its criteria, and its constraints is a _.

a)

Decision Matrix

b)

Descriptive Abstract

c)

Design Brief

d)

Technical Report

23.

What are technological resources in terms of design businesses?

a)

Personnel and employees

b)

Any tangible item used for operation

c)

Raw material for production

d)

Computer hardware and software, monitors, modems, routers, music and text.

24.

What is aesthetic appeal in design?

a)

Any tangible item used for operation

b)

Define the target audience

c)

Philosophical study of beauty and taste.

d)

Business or product strategy

25.

Factors which impact on the choice of a design solution

a)

Aesthetic appeal

b)

Consistency with original brief

c)

Originality and innovation

d)

All the above

26.

The context for the design brief includes:

a)

Business or product strategy

b)

Artistic intent

c)

Marketing objective

d)

All of the above

27.

sets the color of words in a paragraph

a)

h1 {

color: pink;

}

b)

img {

color: pink;

}

c)

body {

color: pink;

}

d)

p {

color: pink;

}

28.

Which HTML tag is used to define an internal style sheet?

a)

<style>

b)

<css>

c)

<script>

d)

<body>

29.

What symbol should you use to target an id in css?

a)

.

b)

+

c)

id

d)

#

30.
What is the difference between HTML and CSS?
a)
CSS is one type of HTML
b)
HTML gives a web page structure. CSS provides styling.
c)
CSS structures a webpage. HTML provides styling.
d)
There is no difference.
31.
What is the difference between margins and padding?
a)
margins add whitespace inside the border and padding adds whitespace outside
b)
padding adds whitespace and margins increase the border size
c)
margins add whitespace and padding increases the border size
d)
padding adds whitespace inside the border and margins add whitespace outside
32.
Which of the following is a valid unit for the font-size property in CSS?
a)
px
b)
kg
c)
lb
33.

Which property is used to change the background color?

a)

bgcolor

b)

background-color

c)

bcolor

d)

backcolor

34.
How do I change the size of an image?
a)
width / height
b)
scale
c)
size
d)
shrink
35.
Which tag is used to create a hyperlink?
a)
<a>
b)
<href>
c)
<b>
d)
<i>
36.
What is the correct syntax for inserting an image?
a)
<image source="untitled.jpg"/>
b)
<img src="untitled.jpg"/>
c)
<src img="untitled.jpg"/>
d)
<img scr="untitled.jpg"/>
37.
There simple, easy-to-use programs allow you to enter, edit, save, and print text.
a)
text editor
b)
web browser
c)
domain name
d)
webmaster
38.
Defines a division or a section in an HTML document. Used to group block-elements to format them with CSS
a)
<div>
b)
<span>
c)
<caption>
d)
<group>
39.
<!DOCTYPE> 
a)
Defines the document type
b)
Defines a comment
c)
Defines the document's body
d)
Defines information about the document
40.

Which tag is used to submit a form?

a)

<button>

b)

<label>

c)

<input>

d)

<textarea>

41.

The attribute where the URL for the link is defined in the anchor tag

a)

href

b)

alt

c)

width

d)

lang

42.

Which list tag would you use for an ordered list

a)

<h1></h1>

b)

<ol></ol>

c)

<ul></ul>

d)

<a></a>

43.

A _____ tag is used to insert a line break in a Hypertext Markup Language (HTML) document.​

a)

<br>

b)

<p>

c)

<div>

d)

<hr>

44.

src attribute in an image tag means what?

a)

Source of the image

b)

Name of the image

c)

Description of the image

d)

Not used with image tag

45.
Which web image format supports both transparency AND animation?
a)
PNG
b)
JPG
c)
SWF
d)
GIF
46.

What is user interface design?

 

a)

Making an application look pretty.

b)

Designing software around the needs of a user.

c)

Making an app run fast

d)

Creating an app.

47.

  What is the process of organizing information in an app?

a)

User analysis.

b)

Usability Testing

c)

Prototyping

d)

Information architecture.

48.

When creating a Web page, how can you increase the chances that visitors will see your page as it is intended, regardless of their screen size? 

   

a)

Use page layout 

b)

  Use liquid layout

c)

Use absolute layout

d)

Use fixed-width layout

49.

Which term is used to describe the fact that software should be able to be used by ALL types of users?

a)

Accessibility

b)

Usability

c)

   Optimization

d)

   Sustainability

50.

What are technological Consideration in Interface Design and Screen Design in term of Graphical system?

.     

a)

Screen resolution

b)

Memory

c)

Window

d)

Image

51.

GUI stands for…………………

 

a)

Good Understanding Intelligence

b)

  Graphical User Interface

c)

  Graphical Processing Unit

d)

Grand Unit Interaction

52.

This principle emphasizes specific elements of art in order to connect the whole art work.

a)

Variety

b)

Harmony & Unity

c)

Balance

d)

Rhythm & Movement

53.

When creating an animation, what is the first stage?

a)

Create a storyboard

b)

Create the background

c)

Create a character

d)

Start creating the animation

54.

The graphics created in Adobe Illustrator are……………….

a)

Vector graphics

b)

Bitmap images

c)

Lines

d)

Paths

55.

They are pixel-based, made up of a grid of individual pixels (rasters or bits) in rows and columns

a)

Vector graphics

b)

Bitmap images

c)

Raster images

d)

Paths

56.

What does live paint allow you to do?

a)

Remove color from an image

b)

Change the color of the whole image at once

c)

Draw things freely by hand

d)

Fill specific areas different colors

57.

A rectangle that marks the outermost edges of an object, regardless of the actual object shape

a)

Bounding Box

b)

Direct Selection

c)

Compound Path

d)

The Group Selection

58.

It's used to select entire objects or groups

a)

Bounding Box

b)

Direct Selection

c)

Selection tool

d)

The Group Selection

59.

It selects points or path segments within objects.

a)

The magic wand tool

b)

The Lasso tool

c)

The Artboard tool

d)

The Group Selection

60.

It's used to select individual paths and points of a shape, or to select component pieces within a group

a)

The magic wand tool

b)

The Lasso tool

c)

Direct selection tool

d)

The Group Selection

61.

It selects objects with similar attributes:

a)

The magic wand tool

b)

The Lasso tool

c)

Direct selection tool

d)

The Group Selection

62.

The process of creating the appearance of a publication, presentation, or Web site in an attractive, logical manner is called _______________ .

a)

Graphic Design

b)

Database Management

c)

Problem Solving

d)

Copyright

63.

These are found in layers panel, brush settings and layers styles.

a)

Filters

b)

Blending Modes

c)

Layer Styles

d)

Image Adjustments

64.

This two keystroke shortcut will select everything that is on a layer's thumbnail.

a)

Control+D

b)

Control+Click

c)

Control+T

d)

Control+S

65.

The keystroke to hold down when click on area with the clone stamp tool.

a)

Alt

b)

Control

c)

Shift

d)

Tab

66.

Which of the following is NOT Blur filter?

a)

Motion

b)

Gaussian

c)

Clouds

d)

Radial

67.

Tool to move/blur pixels

a)

Dodge

b)

Sponge

c)

Burn

d)

Smudge

68.

Selection tools which allow you to select rectangles, ellipses and 1-pixel rows and columns.

a)

Lassos

b)

Marquees

c)

Wands

d)

Brushes

69.

A filter that produces special effects by creating a look, object, or lighting effect that's melded with your original image


a)

Video

b)

Blend

c)

Render

d)

Distort

70.

A filter that produces special effects by creating a look, object, or lighting effect that's melded with your original image


a)

Video

b)

Blend

c)

Render

d)

Distort

71.

The tool that lightens pixels.

.

a)

Smudge

b)

Sharpen

c)

Burn

d)

Dodge