coding final

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

1/20

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.

21 Terms

1
New cards

Binary

a way of representing information using only two options

2
New cards

Bit

a contraction of "Binary Digit"; the single unit of information in a computer, typically
represented as a 0 or 1. Any pair of opposites (on/off), (yes/no), (A/B), etc. On a computer, bits
are just a bunch of electrical impulses; either the electric impulse is on or off.

3
New cards

Byte

8 bits is equal to one byte. One byte is equal to a character on your keyboard. Type the
first letter of your name to convert the text to binary. You'll see that one character consists of 8
bits

4
New cards

Image

A type of data used for graphics or pictures

5
New cards

Metadata

is data that describes other data. For example, a digital image may include metadata
that describes the size of the image, number of colors, or resolution, provides information about the data set

6
New cards

Pixel

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

7
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

8
New cards

RGB

the RGB color model uses varying intensities of (R)ed, (G)reen, and (B)lue light are added
together in to reproduce a broad array of colors

9
New cards

Big Data

a broad term for datasets so large or complex that traditional data processing
applications are inadequate

10
New cards

Moore’s Law

a predication made by Gordon Moore in 1965 that computing power will double
every 1.5-2 years, it has remained more or less true ever since. This law is about computing
power, not data, but data growth seems to follow the same trend

11
New cards

Excel query

A way to extract a dataset stored on the Internet

12
New cards

Excel Flash fill

works by examining the pattern of data in the cell next to where you are typing

13
New cards

CSV

abbreviation of “comma-separated values,” this is a widely used format for storing data

14
New cards

Concatenate

an Excel text function used to join multiple strings of data to form a single
string

15
New cards

Quantitative

data type can be counted or measured, and all values are numerical

16
New cards

Discrete

data type is numerical and has a finite number

17
New cards

Continuous

data type is measured and has a value within a range

18
New cards

Categorical

data type can be sorted according to a group

19
New cards

Non-contiguous

a way to select cells in Excel that are not next to each other (such as selecting
data in column A and column D). Use the Ctrl key on a Windows computer to make non-
contiguous selections

20
New cards

Aggregation

a computation in which rows from a data set are grouped together and used to
compute a single value of more significant meaning or measurement. Common aggregations
include Average, Count, Sum, Max, Median, etc

21
New cards

Pivot (Summary) Table

a table that shows the results of aggregations performed on data from
a larger data set, hence a "summary" of larger data. Spreadsheet software typically calls them
"pivot tables"