Computer science unit 1 vocab

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

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.

25 Terms

1
New cards

Abstraction

a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.

2
New cards

Analog data

data with values that change continuously, or smoothly, over time.

3
New cards

ASCII

American Standard Code for Information Interchange; the universally recognized raw text format that
            any computer can understand.

4
New cards

Binary

a way of representing information using only two options.

5
New cards

Bit

a contraction of "Binary Digit"; the single unit of information in a computer, typically represented as a 0 or 1.

6
New cards

Byte

the standard fundamental unit (or “chunk size”) underlying most computing systems today.

7
New cards

Copyright

a form of intellectual property law, protects original works of authorship including literary, dramatic, musical, and artistic works, such as poetry, novels, movies, songs, computer software, and architecture.

8
New cards

Creative Commons

a collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created.

9
New cards

Digital Data

data that changes discreetly through a finite set of possible values.

10
New cards

Hexadecimal

a base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.

11
New cards

Image

 a type of data used for graphics or pictures

12
New cards

Information

what is conveyed or represented by a particular arrangement or sequence of things.

13
New cards

Intellectual Property

  a work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

14
New cards

Lossless Compression

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

15
New cards

Lossy/irreversible Compression

 a data compression method that uses inexact approximations, discarding some data to represent the content.

16
New cards

Metadata

 data that describes other data. For example, a digital image may include metadata that describe the
                  size of the image, number of colors, or resolution.

17
New cards

Overflow Error

 error from attempting to represent a number that is too large.

18
New cards

Pixel

short for "picture element", the fundamental unit of a digital image, typically a tiny square or dot that
            contains a single point of color of a larger image.

19
New cards

RGB

the color model that uses varying intensities of red, green, and blue light added together to reproduce a
          broad array of colors.

20
New cards

Round-off Error

 error from attempting to represent a number that is too precise.

21
New cards

Sampling

the process of taking samples from the analog image at regular intervals.

22
New cards

Syntax

 the grammar that differentiates different types of code

23
New cards

Variables

store a value

24
New cards

Conditional

 an if statement

25
New cards

Decimal

a way of representing information using ten options