Section 2 - Computer Science - Data Representation

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

1/12

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

What are the smallest measure of data?

Bits

2
New cards

What is a binary number?

A number made up of 0s and 1s used by computers to represent all data.

3
New cards

How do you convert binary to decimal?

Multiply each bit by 2n starting from the right and add the results.

4
New cards

What is a hexidecimal and why is it used in computing?

It is a base-16 number, it includes numbers 0-9 and letters A-F. It is easier for humans to read than binary.

5
New cards

How many bits are in one hexidecimal?

4 bits

6
New cards

How are characters stored in binary?

Using character sets like ASCII or Unicode which assign a binary value to each number

7
New cards

What affects image file size and what do they affect?

Resolution - number of pixels

Colour depth - bits per pixel

8
New cards

How are images represented?

As a grid of pixels each with a binary colour value

9
New cards

How is sound stored digitally?

By sampling the sound wave at regular intervals

10
New cards

Whats the largest measure of data?

Petabyte (1000 terabytes)

11
New cards

What affects the sound file size?

Sample rate

bit depth

channels

12
New cards

What is data compression?

Reducing file size for storage or transmission

13
New cards

Name two types of compression

Lossy - permananetly removes data

Lossless - keeps all data