Computer Graphics Flashcards

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards for reviewing computer graphics concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Computer Graphics

A field of computer science that deals with the creation, processing, and presentation of visual information using computers.

2
New cards

Vector Graphics

Images composed of lines, curves, and geometric shapes that maintain quality when resized.

3
New cards

Raster Graphics

Images composed of pixels, like photographs, which may lose quality when enlarged.

4
New cards

3D Graphics

Three-dimensional graphics used in games, movies, engineering, etc., involving modeling, lighting, texturing, and animation.

5
New cards

Animation

The creation of moving images by changing graphics frame by frame.

6
New cards

Interactive Graphics

Graphics that allow user control in real-time, such as in video games and virtual reality.

7
New cards

Resolution (Raster Graphics)

Measured in DPI (dots per inch) or PPI (pixels per inch). Determines the detail of a raster image.

8
New cards

Alpha Channel

An additional channel that indicates the level of transparency for each pixel in an image.

9
New cards

GIF (Graphic Interchange Format)

A file format for color images, suitable for exchanging graphic information over the Internet, using lossless compression.

10
New cards

PNG (Portable Network Graphics)

A bitmapped image format that uses lossless compression and supports variable image transparency.

11
New cards

JPEG (Joint Photographic Experts Group)

A standardized compression mechanism for static images, ideal for photographs but less suitable for text or simple graphics.

12
New cards

TIFF (Tag Image File Format)

A raster graphics format that stores all image information and supports lossless compression, suitable for archiving.

13
New cards

SVG (Scalable Vector Graphics)

A vector file format popular for two-dimensional graphics, diagrams, and illustrations on websites, scalable without loss of resolution.

14
New cards

EPS (Encapsulated PostScript)

Used in high-quality publishing and printing, requiring more memory than other formats.

15
New cards

AI (Adobe Illustrator)

The native vector file type for Adobe Illustrator, ideal for detailed drawings, logos, and illustrations.

16
New cards

CDR (CorelDraw)

A file format used by CorelDRAW for storing vector graphics data.It can store vector and bitmap images, as well as text within a single file.

17
New cards

RGB Model

A color model using red, green, and blue to display colors on electronic devices. Adding the primary colors produces white.

18
New cards

CMY(K) Model

A color model using cyan, magenta, yellow, and key (black), opposite of RGB where 0 values are black and where mixing them gives black/dark brown. Predominantly used in printing.