1/43
A comprehensive set of practice questions covering digital graphics, typography, responsive web design, animation, and visual communication history based on the technical exam manual.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is not considered an element of a storyboard according to the lecture?
Texture
What is the standard screen width for a tablet in responsive design?
768px
How many colors can the PNG format support?
16,000,000
What is the standard screen width for a mobile device in responsive design?
320px
What is the name of the principle where the human mind tends to perceive shapes in a general way first?
Identification (Principle of Gestalt)
In responsive design, in what unit are the values for images and grids determined?
Percentages (%)
What is the target maximum amount of characters with spaces in one line if 33 characters are already present?
An additional 52 places (totaling 85 for the maximum limit)
What is the primary focus of interactive design?
User behavior
What is the primary focus of writing content for a website?
The user
Which panel in After Effects is used to add functions such as Overlay, Hard Light, or Soft Light?
Layer Modes Panel
Regarding speed, which types of applications are considered the fastest?
Mobile applications
According to creation approach, what is a software program developed for use on a specific platform or device called?
Native application
When considering assertive negotiation techniques, how should one NOT act?
Aggressive (Naphthous) or Humble (Submissive)
Where should CSS be placed to ensure a website runs faster and more correctly?
In the head of the document
What is the design called when an internet page looks the same on all devices?
Responsive design
What is the job title of the person responsible for creating the front-end?
Front-end designer
What is the written draft of the action for an animation called?
Script
What is the term for animation performed drawing-by-drawing?
Frame-by-frame animation
In animation, what does the term "model sheet" refer to?
A document used to standardize the appearance, poses, and gestures of an animated character
Which After Effects tool or display is used to show the time duration of layers?
Timeline Panel
What are the primary technologies used for front-end development?
HTML, CSS, and JavaScript
What are the two types of compression for digital graphics?
Lossy and Lossless
What are the three levels of prototypes based on detail?
Low-fidelity, Medium-fidelity, and High-fidelity
If an animation has 9 images describing a movement, how many more are needed in one second for a realistic experience?
15 more images (to reach 24fps)
If text is 25pt, what would be the line spacing using the maximum allowed web value?
1.5×25pt=37.5pt
What are the three tiers of website architecture created on the pyramid principle?
Homepage, Categories, and Subcategories/Products
Vector graphics are primarily based on what?
Geometry and mathematical functions
Which software is used for processing bitmaps (raster graphics)?
Adobe Photoshop
What are serifs in typography?
Horizontal elements at the ends of the basic strokes of letters
What is the definition of typography contrast?
The ratio of the thickness of the main lines to the connecting lines
What is the correct way to use quotation marks in Serbian typography?
,,tekst”(\u201etekst\u201d)
What is the instrument used to translate light information from a photograph into a binary system?
Scanner
What is the name of the compression method for bitmaps that results in quality loss?
JPEG
What is the complementary color of blue?
Orange
Which composition type describes growth?
Vertical composition
What is the science that studies signs, symbols, and their influence on communication?
Semiotics
Who was the designer of the Art Nouveau movement and famous for posters?
Alphonse Mucha
Which art movement originated in 1919 and combined art, handcrafting, and industry?
Bauhaus
What is the name for a minimalistic design without depth or shadows?
Flat design
What is the correct HTML element to link an external CSS document?
<link rel="stylesheet" href="stilovi.css">
What font size is achieved by defining the style "font-size: 2em;"?
Double the size of the current font-size
Which HTML attribute is used to make an input field mandatory?
required
What is the result of the JavaScript addition: let y = "10" + 5;?
y = "105"
What CSS property is used for the layout of elements as shown in modern grid structures?
display: grid;