AICE Computer Science Unit 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

Binary, Hex, Decimal Conversions & Graphics and Sound

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Pixel

Smallest unit of graphics

2
New cards

Vector Graphic

Graphic where lines and points are calculated and drawn to create an image.

3
New cards

Drawing Object

An object in a graphic application that can be created and manipulated as a single entity, including shapes and text.

4
New cards

File Header

A set of bytes contained in a file that gives information about the file, such as the size, dtad type, date, etc.

5
New cards

Screen Resolution

The total number of pixels the display can show.

6
New cards

Image Quality

The combination of screen resolution, image resolution, bit and color depth.

7
New cards

Bit Depth

The number of bits used to represent Red, Blue, and Green in each pixel.

8
New cards

Image Resolution

Total number of pixels used to create the image.

9
New cards

Bitmap

Graphic where each pixel is coded for a specific color to create an image.

10
New cards

Color Depth

How many bits are used per pixel.

11
New cards

Lossy Compression

A compression type that removes parts of the data to shrink the size.

12
New cards

Lossless Compression

A compression type that reorganizes and re-encodes the data to shrink the size of the file.

13
New cards

Sampling Resolution

How many bits are used to store the sampling data.

14
New cards

Sampling

The process of taking a measurement, or recording data at regular intervals and then storing the data.

15
New cards

Digital Data

Data that has been stored as binary code.

16
New cards

Sampling Rate

The number of samples taken in a given amount of time.

17
New cards

Analogue Data

Real world data streams that are continuous and never ending.

18
New cards

Bit

Smallest unit of data that a computer can process and store; a binary digit. Can only have two values, either “0” or “1”

19
New cards

Byte

8 bits! One byte can represent 256 bits of data. Most COMMON unit of measure for data storage.

20
New cards

Nibble

4 bits! One nibble can represent 16 bits of data.

21
New cards

Encoding

Writing process of converting digital data into a format that humans can understand.

22
New cards

Decoding

Reading process of understanding the encoding written to communicate with the computer.

23
New cards

Run-Length Encoding

Process of identifying repeating trends in code and re-encoding them using less bits.

24
New cards

Data Unit Conversion

knowt flashcard image
25
New cards

1 and 2’s Compliment

Method for representing signed integers in binary by inverting bits (1’s compliment) and adding one (2’s compliment).

26
New cards

Formula for File Size (Graphics)

File size (bits) = width (pixels) x height (pixels) x color depth (bits)

27
New cards

Drawing List (Vector Graphic)

A sequence of instructions for drawing shapes or images in computer graphics, often stored within a file to determine how visuals are rendered on screen.

28
New cards

Property (Vector Graphic)

An attribute that defines characteristics of vector graphic objects, such as color, stroke width, and fill.