• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back

What does data need to be represented in?

Binary

What is binary?

Uses two symbols (0 and 1) to represent data in the computer.

What is denary?

A number system based on 10, using digits 0 to 9

When adding two binary numbers there are only 4 possibilities. What are they?

> 0+0 = 0


> 0+1 = 1


> 1+0 = 1


> 1+1 = 0 (carry the 1)

In binary addition, what would the result of 1+1+carried 1 be?

1 (carry 1)

Overflow

The result of the calculation is too big to fit into 8 bits.

Moving binary digits left or right is know as what?

Binary shifts

Shifting binary digits to the left does what to the value?

Multiplies by 2 for each place shifted

Shifting binary digits to the right does what to the value?

Divides by 2 for each place shifted

Hexadecimal numbers are base what?

Base 16

How many symbols do you need for hexadecimal to represent the digits?

16

In Hexadecimal what symbols are used to represent digits 10-15?

A-F

To minimise errors associated with data corruption, what is used?

Check digit

What is a character set?

The complete set of characters available to a computer.

What is a character set?

The complete set of characters available to a computer.

What is a character?

A symbol on a keyboard to generate code for the computer to convert into a symbol to display.

What is ASCII?

A 7 bit code to represent a set of characters available to a computer.

In the original 7 bit ASCII code, how many characters did it represent?

128

In the extended 8 bit ASCII code, how many characters did it represent?

256

What is UNI code?

A character set using code pages for a larger range of language symbols.

What are images stored in?

Pixels

What is a pixel?

Dots that make up an image on the screen.

How many bits per pixel do you need to store just two colours?

1 bit per pixel

The number of bits used is known as ______ _____?

Colour (bit) depth

In order to represent more colours you need a greater what?

Colour depth

What is the resolution?

The number of pixels per unit

Since data is stored as a set of binary numbers, what other information needs to be included in the image?

Colour depth and size

The data about the data is called what?

Metadata

What is analogue sound?

Continuously varying data

In order to store as binary value, what happens to sound?

The sound is sampled at intervals and the binary values recorded.

What is the frequency of the sampled intervals called?

Sample rate

What is sample rate expressed in?

kHz

True or False: If sound is sampled more frequently, it will be closer to the original.

True

What is another factor that effects the quality of sound and how do you improve it?

The accuracy of the data stored ~ More bits for each sample

What is bit depth in sound?

The number of bits used to store each sound sample.

What is bit rate in sound?

The number of samples, stored per second.

What is the equation for bit rate?

Sample rate * bit depth

What is compression?

Reducing the size of a file.

What are the two types of compression?

Lossy and Lossless

What is lossy compression? Give two examples:

Some of the data is removed.


JPEG and mp3

True or False: In lossy compression the original file be restored from the data.

False

What Lossless compression? Give two examples:

Data is reorganised and none is removed.


TIFF and FLACK

True or False: In lossless compression the original file be restored from the data.

True

Which form of compression has the highest compressor?

Lossy