Digital Graphics and Internet Design Practice Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/43

flashcard set

Earn XP

Description and Tags

A comprehensive set of practice questions covering digital graphics, typography, responsive web design, animation, and visual communication history based on the technical exam manual.

Last updated 3:41 PM on 5/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

What is not considered an element of a storyboard according to the lecture?

Texture

2
New cards

What is the standard screen width for a tablet in responsive design?

768px768\,px

3
New cards

How many colors can the PNG format support?

16,000,00016,000,000

4
New cards

What is the standard screen width for a mobile device in responsive design?

320px320\,px

5
New cards

What is the name of the principle where the human mind tends to perceive shapes in a general way first?

Identification (Principle of Gestalt)

6
New cards

In responsive design, in what unit are the values for images and grids determined?

Percentages (%\%)

7
New cards

What is the target maximum amount of characters with spaces in one line if 3333 characters are already present?

An additional 5252 places (totaling 8585 for the maximum limit)

8
New cards

What is the primary focus of interactive design?

User behavior

9
New cards

What is the primary focus of writing content for a website?

The user

10
New cards

Which panel in After Effects is used to add functions such as Overlay, Hard Light, or Soft Light?

Layer Modes Panel

11
New cards

Regarding speed, which types of applications are considered the fastest?

Mobile applications

12
New cards

According to creation approach, what is a software program developed for use on a specific platform or device called?

Native application

13
New cards

When considering assertive negotiation techniques, how should one NOT act?

Aggressive (Naphthous) or Humble (Submissive)

14
New cards

Where should CSS be placed to ensure a website runs faster and more correctly?

In the head of the document

15
New cards

What is the design called when an internet page looks the same on all devices?

Responsive design

16
New cards

What is the job title of the person responsible for creating the front-end?

Front-end designer

17
New cards

What is the written draft of the action for an animation called?

Script

18
New cards

What is the term for animation performed drawing-by-drawing?

Frame-by-frame animation

19
New cards

In animation, what does the term "model sheet" refer to?

A document used to standardize the appearance, poses, and gestures of an animated character

20
New cards

Which After Effects tool or display is used to show the time duration of layers?

Timeline Panel

21
New cards

What are the primary technologies used for front-end development?

HTML, CSS, and JavaScript

22
New cards

What are the two types of compression for digital graphics?

Lossy and Lossless

23
New cards

What are the three levels of prototypes based on detail?

Low-fidelity, Medium-fidelity, and High-fidelity

24
New cards

If an animation has 99 images describing a movement, how many more are needed in one second for a realistic experience?

1515 more images (to reach 24fps24\,fps)

25
New cards

If text is 25pt25\,pt, what would be the line spacing using the maximum allowed web value?

1.5×25pt=37.5pt1.5 \times 25\,pt = 37.5\,pt

26
New cards

What are the three tiers of website architecture created on the pyramid principle?

Homepage, Categories, and Subcategories/Products

27
New cards

Vector graphics are primarily based on what?

Geometry and mathematical functions

28
New cards

Which software is used for processing bitmaps (raster graphics)?

Adobe Photoshop

29
New cards

What are serifs in typography?

Horizontal elements at the ends of the basic strokes of letters

30
New cards

What is the definition of typography contrast?

The ratio of the thickness of the main lines to the connecting lines

31
New cards

What is the correct way to use quotation marks in Serbian typography?

,,tekst{}_{\text{,,}} \text{tekst} {}^{\text{''}}(\u201etekst\u201d)

32
New cards

What is the instrument used to translate light information from a photograph into a binary system?

Scanner

33
New cards

What is the name of the compression method for bitmaps that results in quality loss?

JPEG

34
New cards

What is the complementary color of blue?

Orange

35
New cards

Which composition type describes growth?

Vertical composition

36
New cards

What is the science that studies signs, symbols, and their influence on communication?

Semiotics

37
New cards

Who was the designer of the Art Nouveau movement and famous for posters?

Alphonse Mucha

38
New cards

Which art movement originated in 1919 and combined art, handcrafting, and industry?

Bauhaus

39
New cards

What is the name for a minimalistic design without depth or shadows?

Flat design

40
New cards

What is the correct HTML element to link an external CSS document?

<link rel="stylesheet" href="stilovi.css"><\text{link rel}=\text{"stylesheet" href}=\text{"stilovi.css"}>

41
New cards

What font size is achieved by defining the style "font-size: 2em;"?

Double the size of the current font-size

42
New cards

Which HTML attribute is used to make an input field mandatory?

required

43
New cards

What is the result of the JavaScript addition: let y = "10" + 5;?

y = "105"

44
New cards

What CSS property is used for the layout of elements as shown in modern grid structures?

display: grid;