GRC 203 Midterm

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

1/120

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:31 PM on 6/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

121 Terms

1
New cards

raster

set of horizontal lines composed of pixels that form an image on screen or in printing, resolution dependent

2
New cards

pixel

smallest element of an image

3
New cards

bit

computer’s way of storing information in 1s or 0s

4
New cards

1 bit

2 values [0.1], black and white, different size ink dots, common for line art

5
New cards

2 bit

4 values [00,01,10,11]

6
New cards

8 bit

256 values, most typical

7
New cards

how to convert CMYK colors for 8-bit image

take percentage of CMYK value, multiply by number of shades, get specific shade in range (ex: 22% cyan —> .22 × 256 = 56.32 —> 56th shade in range)

8
New cards

PPI

pixels per inch, for screen display

9
New cards

actual vs. effective resolution

actual = what the image comes into the program as, effective = what it is resized to

10
New cards

how to calculate effective resolution

image resolution/scaling amount, (ex: 300 ppi scaled 50% = 300/.5 = 600 ppi)

11
New cards

what ppi is best for line art

1200 ppi

12
New cards

lossless

image does not lose data during compression

13
New cards

lossy

image does lose data during compression

14
New cards

what compression formats are used most commonly in GRC

CCITT and ZIP

15
New cards

clipping paths

made via Pen tool and may be used in legacy files, use to create layer mask, aka blockout

16
New cards

how to account for spot colors in photoshop and illustrator

convert image to grayscale —> create new spot channel —> copy grayscale selection and paste into spot channel —> grayscale values will be copied to spot channel

17
New cards

spot varnish in photoshop

treat like spot color and alter like mask (black= varnish, white = not varnish), create additional channel (will designate that another plate is needed), typically represented as 100% magenta

18
New cards

how to color correct by number

color picker dialog box (first values = what mouse is hovering on, second set of values = pixel that’s actually selected), create adjustment layer (able to view before and after values) so edits are non-destructive and file size is reduced

19
New cards

additive color

RGB (each one on scale of 0-225, 0 = black, 225 = white), maximum values = white, used anytime there’s a light source (ex: phones, TVs, projectors)

20
New cards

subtractive color

CMYK (each one on scale of 0-100, 0 = white/substrate, 100 = solid color), maximum values = “black” (really a muddy brown and why K has to be added), for inks and pigments

21
New cards

vector

image stored in lines rather than pixels, resolution independent

22
New cards

supported color modes for vectors

CMYK, RGB, grayscale, spot, varnish

23
New cards

how to add vector symbols to artwork

window > symbols > hamburger > editing symbols, once imported object > expand

24
New cards

global colors

adjusts color everywhere it’s used, a process color, triangle by the swatch

25
New cards

why not use color picker

creates undefined swatches

26
New cards

how to access spot color swatches in Illustrator

swatch library > color books > select

27
New cards

pantone formula guides

ink colors and formulas for packaging, print, and graphics, see how they look on different substrates

28
New cards

color bridge

CMYK process equivalents to Pantone spot colors, also include sRGB, HTML, and HEX values

29
New cards

out of gamut

color can’t be reproduced in CMYK (can in RGB), click triangle caution symbol to get closest color

30
New cards

out of web color

can’t be reproduced using web-safe colors, cube symbol

31
New cards

web safe colors

combination of RGB hex values (hex not used for print), hex code = #RRGGBB (black = #000000, white = #FFFFFF)

32
New cards

separations preview

shows what will print and colors used within file, important to check “used spot color only”

33
New cards

transparency

opacity, see through, why substrate matters

34
New cards

tint

opaque, lighter shade, simply reducing CMYK values (ex: 100Y 50M —> 50Y 25M), new swatch > spot > adjust tint %

35
New cards

point type

click, generate text box, type

36
New cards

area type

click and drag, fit inside certain shape rather than just a line/box

37
New cards

type on a path

literally type on a path duh

38
New cards

vertical type

for eastern languages

39
New cards

touch type

adjust characters individually (rotate, stretch)

40
New cards

image trace

creates shapes rather than lines, avoid using b/c too many points and pads

41
New cards

link vs. embed

embed = physically stored inside file, increased file size, link = stored externally, have to package before sharing and repackage if completely new font or image used, can’t convert objects to CMYK (have to go into original source file)

42
New cards

document raster effects

control how live effects (ex: drop shadows) look when converted to pixels or used for print, should change from default 72 ppi to 300 ppi

43
New cards

artboard sizing

should snap to edges of die line, always have .125 bleed

44
New cards

layer ordering

die line always at top, minimum is having an artwork layer underneath

45
New cards

print settings for layers

artwork = print, die line = uncheck print

46
New cards

italicized layer name

wont print

47
New cards

packaged files include

non-Adobe fonts and placed images

48
New cards

ai

native adobe file

49
New cards

adobe pdf

opens in preview or acrobat

50
New cards

illustrator EPS

older format, don’t know if raster or vector until opened, asks to rasterize —> vector, cmd + y and nothing shows up (supposed to show outlines of objects) —> raster

51
New cards

black (k)

100K, for paragraphs of text

52
New cards

rich offset black

40C 100K, cooler black for wide coverage (ex: black background for poster —> rich black will prevent streaking)

53
New cards

rich digital black

30C, 20M, 20Y, 100K, but depends on printer

54
New cards

registration black

100 of all CMYK values, only for registration marks if in file, is not actually black even though it looks it

55
New cards

“appearance of black” setting

adjust how black on screen and when printing looks, change to “display accurately”

56
New cards

total area coverage (TAC)

amount of ink on substrate, maximum is 300% for offset

57
New cards

what to include in packaged indesign file

copy fonts, linked graphics, include IDML (allows person w/ older version to open newer version),

58
New cards

indesign document size

should be what physical paper will be cut down to be, include .125 bleeds, margins, etc.

59
New cards

bleed (indesign)

red line, always add, standard .125 inches

60
New cards

trim (indesign)

where white meets gray, never put text all the way to trim

61
New cards

margin (indesign)

space between content and edge, smallest margin should be 3/16 inches (.1875) b/c 1/8 too small, default is ½ in

62
New cards

jump line

lets reader know to continue reading, is a separate text box overlapping w/ main body

63
New cards

folio

page number

64
New cards

page vs. spread

page = no facing pages, still have front and back, spread = folds, has spine, can include crossovers, right side is odd, left is even

65
New cards

automatic page numbers

cmd + opt + shift + n

66
New cards

text wrap options

bounding box, jump object, object shape, jump to next column

67
New cards

box vs. frame

box = rectangle with unassigned content, frame = rectangle with assigned content as graphic, difference doesn’t really matter tho

68
New cards

basic preflight cycle

generate preflight report in application —> look for problems —> sent PDF to prepress —> preflight PDF —> submit to workflow —> next person does preflight

69
New cards

costs of reworking

rework loop #1 (in-app preflight) —> shorter time and less $, rework loop #2 (PDF preflight) —> more time and $, rework loop #3 (workflow prelight) —> even more time and $

70
New cards

manual preflight

less cost, more interactive, less efficient, good for complex jobs like trifolds

71
New cards

automated preflight

server based and depends on workflow, higher software/overall workflow cost, less interactive, more efficient, good for repeatable jobs

72
New cards

ghen workshop specifications

standardized profile for PRINT (not web) preflight specifications, common types include GWG 1v4and GWG 2015

73
New cards

what GWG looks for in color when being run

PSD files are RGB or CMYK, AI and IND are CMYK, any problems w/ RGB (have to convert to CMYK which can cause color differences)

74
New cards

hot folders

automatically processes files placed into it, fiery (specific type of server) —> automated to check for certain things

75
New cards

GWG 2015

based on PDF/X-4, live transparency, color managed RGB (make sure colors are consistent across screens)

76
New cards

what to look for in bleed w/ prepress preflight

white leaks

77
New cards

what to look for in color w/ prepress preflight

defined swatches (spot colors will have dot), registration black only being used for registration, multiple Pantone colors (got to separations preview), unnecessary swatches (select all unused —> delete), add unnamed colors to swatches panel (hamburger > unnamed) and see if there’s different values of the same color)

78
New cards

what to look for in varnish w/ prepress preflight

ensure it’s a spot color, enable overprint to ensure varnish is printing over original design (window > output > attributes > overprint), correctly ordered layers

79
New cards

what to look for in TAC w/ prepress preflight

ensure colors are not over ink limit of 300% (separations preview > ink limit > 300%)

80
New cards

what to look for in fonts w/ prepress preflight

missing fonts that have the triangle caution symbol (type > find font), properly enabled font styling like bolds and italics (find actual edited version of that font if not working), reverse text

81
New cards

reverse text issues during preflight

serif hard to read on dark background, kerning can impede on readability

82
New cards

what to look for in images w/ prepress preflight

missing links (will print low res), modified links (see what happens to file when updated), see what pages images are used on, resolution

83
New cards

open prepress interface (OPI) used for images

creates low res version of image to use in layout (aka a low res proxy) to help file run smoother, actual higher res image swapped on plate

84
New cards

what to look for in lines w/ prepress preflight

should not be thinner than 0.5 pt, no fine lines or hairlines

85
New cards

shortfold in a trifold

prevents buckling, a .125 inch difference between where the flap ends and the fold is

86
New cards

sheetwise imposition with high folio lap

higher page number will have larger gutter

87
New cards

creep

when innermost pages get pushed away from binding edge, causes issues when trimming (cut gets too close to content), have to compensate for during imposition

88
New cards

shingling

how to compensate for creep, content of innermost pages moved incrementally toward binding edge, can be done automatically in Prep

89
New cards

skive

part of perfect bound book being cut off, has to be accounted for in imposition by increasing gutter size by the spine and in between page pairs (page pair gutter usually = 0 for saddle stitch)

90
New cards

nesting

nesting dielines (especially for packaging) on press sheet to save as much space as possible

91
New cards

off balanced forms

book (usually magazine) back has more pages than front

92
New cards

other important considerations for prepress

number “out,” pre-printed inserts, bind-in cards, crossovers, web growth, in-line color conflicts

93
New cards

lossy file compression format

JPEG

94
New cards

lossless file compression formats

LZW, CCITT, RLE, ZIP

95
New cards

LZW

supports tiff, pdf, gif, and postscript,

96
New cards

CCITT

supports pdf and postscript

97
New cards

RLE

supports windows file formats (windows bitmap) and legacy graphics

98
New cards

ZIP

supports PDF and TIFF

99
New cards

PSD

raster, 8-16 bitfor CMYK, 32 bit for RGB, lossy and lossless, supports transparency, clipping paths, layers, limited spot color

100
New cards

JPEG

raster (web), 8-16 bit for CMYK, 32 bit for RGB, lossy compression