Big Idea II đź’»

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

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Bit

The smallest unit of data in a computer, representing a binary value of 0 or 1.

2
New cards

Binary System

A system that uses two digits, 0 and 1, to represent all numbers and data.

3
New cards

Bytes

A group of 8 bits; can represent 256 different values.

4
New cards

ASCII

A character encoding standard that uses 7 bits to represent characters and symbols.

5
New cards

Unicode

A universal character encoding standard using 16 bits to accommodate over a million codes.

6
New cards

Overflow Error

An error occurring when a computer tries to represent a number larger than its maximum allowed bits.

7
New cards

Rounding Error

An error that occurs when decimal numbers cannot be precisely represented due to insufficient bits.

8
New cards

Lossy Compression

A type of data compression that removes some detail from the original data, resulting in permanent loss.

9
New cards

Lossless Compression

A type of data compression that allows the original data to be perfectly reconstructed.

10
New cards

Metadata

Data that provides context about other data, such as time, location, and conditions of data collection.

11
New cards

Floating Point Numbers

Numbers that can represent decimal values using a specific encoding standard, such as IEEE 754.

12
New cards

Binary Counting

A counting system using only the numbers 0 and 1, where each position represents a power of 2.

13
New cards

Data Representation

The method of representing various types of information—such as text, images, and sounds—using binary numbers.

14
New cards

Compression Techniques

Methods used to reduce the file size of data while managing efficiency in storage and transfer.

15
New cards

Digital Abstraction

The simplification of complex ideas by focusing on higher-level representations, omitting lower-level details.

16
New cards

Image Encoding

The process of converting an image into binary format, indicating pixel dimensions and their respective colors.

17
New cards

Binary Arithmetic

Mathematical operations that are performed in the binary number system, following specific binary rules.

18
New cards

Data Analysis

The process of inspecting, cleaning, and modeling data with the goal of discovering useful information.

19
New cards

Sign Bit

The first bit in a binary number that indicates whether the value is positive or negative.

20
New cards