Representing Images, Sound and other data Flashcards

1
Q

What are analogue sounds?

A

Analogue data and signals vary in a continuous way.
For example, the output from a microphone into a tape recorder is an analogue signal that varies as a function of the pressure of the sound.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What is a bit pattern?

A

A bit pattern is an arrangement of binary digits arranged in a sequence; they can be used to represent text (ASCII and Unicode) as well as images (bitmaps and vector graphics), video and sound.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Digital sounds?

A

Digital data and signals consist of discrete discontinuous binary digits or a sequence of 0s and 1s.
For example, a sound wave is sampled at certain times and stored as a series of numbers in a digital device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is it important to convert ADC to digital?

A

It is necessary to convert analogue signals using an analogue-to-digital converter (ADC) into a digital format so that they can be input and processed in a computer. The output from a computer may need to be converted into an analogue signal using a
digital-to-analogue converter (DAC) to interface with an analogue device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you convert analogue to digital? - (ADC)

A

Analogue to digital converters (ADCs) receive signals input via an analogue sensor in the form of voltage waveforms which are converted into a digital format so they can be read into a computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How do you convert digital to analogue? - (DAC)

A

Digital to analogue converters convert a discrete digital signal into a continuously varying analogue signal; most commonly, this is to an analogue sound signal that is used to drive audio speakers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are Digital images composed of?

A

Digital images are composed of a series of pixels or dots, so a pixel is the smallest element in a digital image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is colour depth?

A

Colour depth is the number of bits used for each pixel, where 1 bit is black and white and 8 bits will give 256 colours.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is Image Resolution calculated?

A

Image resolution is calculated using the pixel dimensions (height x width).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is display resolution?

A

Display Resolution is the number of dots per inch (DPI).
More dots per inch give a better image resolution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Metadata?

A

Metadata is ‘data about data’; metadata in an image file provides details of properties such as the image dimensions and colour depth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why is metadata used by a computer?

A

Metadata is used by the computer to help it interpret an image file, since all data is basically stored in binary format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you calculate image storage?

A

Storage = width (pixels) x height (pixels) x colour depth (bits per pixel)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are vector graphics?

A

Vector graphics are produced in graphics packages and are created using a series of objects and their coordinates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are Objects?

A

Objects are made up of a series of geometric shapes and a set of coordinates (reference position) for the object. Complex geometric shapes can be constructed using mathematical formulae to create objects based on lines and curves.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you edit objects with the images?

A
  • Shape of the object
  • Colour of lines or fill in an object
  • Size of object and thickness of lines
  • Reference position, by dragging the object to a new position in the editor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are bitmapped graphics?

A

-Bitmap is created from rows of different colored pixels that together form an image.
- Bitmap images store individual pixels.
- Where bitmapped images are resized, the image quality is degraded and can appear fuzzy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are some features of vector graphics?

A
  • Vector graphics are used in engineering to create accurate and precise technical drawings. They are also used to create clip art and logos.
  • Vector graphics are made up of objects and their coordinates, taking up less storage space and memory than bitmapped images.
  • Vector graphics can be rescaled or resized with no loss of quality.
  • Vector graphics use more processing power when editing.
18
Q

What is sampling rate?

A

Sampling rate (measured in Hz) is the number of samples taken per second from the analogue input to create a digital signal

19
Q

What is Nyquist theorem?

A

Nyquist’s theorem indicates that the sound must be sampled at twice the highest analogue input frequency to create an accurate representation of the original input waveform.

20
Q

What is sampling resolution?

A

Sampling resolution (or audio bit depth) is the number of bits used to store each sample.

21
Q

What is MIDI?

A

MIDI (Musical Instrument Digital Interface) is a protocol that is used to synthesise musical instruments; it is used for editing, recording and playing back music input from keyboard, voice and other musical instruments, such as guitars or drums.

22
Q

What are the advantages of MIDI?

A
  • Music data that has been loaded onto the computer can be arranged and manipulated in many different ways.
  • A musician or music producer can make use of overlays to create a whole band sound.
  • It is straightforward to create a musical score from the edited music
23
Q

What is data compression?

A

Data compression reduces file sizes to allow download times and file storage requirements to also be reduced.

24
Q

What is loseless compression?

A

Lossless compression techniques allow the original data to be perfectly reconstructed, resulting in no loss of data.

25
Q

What are the advantages and uses of loseless compression?

A
  • An image can be compressed to low resolution for display on a website, but may also be needed in a higher resolution in a publication.
  • A program may be compressed to be downloaded over the Internet, but it will need to be expanded to an exact copy of the original file before it runs.
  • A text document might be compressed into a zip file for attachment and transmission using email. Again the document will need to be expanded to an exact copy of the original to ensure that it can be understood.
26
Q

What is lossy compression?

A

Lossy compression techniques result in a loss of data, so the original data cannot be perfectly reconstructed.

27
Q

What are the advantages and uses of lossy compression?

A
  • A copy of an image might be compressed to a small file size for display on a website, but there is no need to expand back to an exact copy of the original file.
  • In sound files unnecessary data can be reduced to compress the files, but overall output quality is acceptable for the user.
28
Q

What is run length encoding?

A

Run-length encoding (RLE) is a form of lossless compression where a sequence that contains a repeated value of data is replaced by a single value of that data with a count of the number of times it occurs

29
Q

What is dictionary compression?

A

The dictionary-based compression method (sometimes known as a substitution technique). The dictionary or look-up table contains encoded bit strings that contain fewer bits than the original code

30
Q

Why does the encoded bits of Dictionary compression contain a fewer bits than the original code?

A
  • Variable-length strings of symbols are encoded as single symbols or tokens.
  • The token is used as the index for the look-up table or dictionary.
  • Compression takes place where the tokens are smaller than the original variable-length strings
31
Q

What type of method is dictionary compression?

A
  • loseless compression
32
Q

What is Encryption?

A

Encryption is used to make stored data more secure from hackers, by making it unreadable to people who do not have the key to decrypt or decode it. This method is commonly used to protect data transmitted over the Internet.

33
Q

How does encryption operate?

A

Encryption operates by modifying plain text using an encryption algorithm; this takes place by using an encryption key which stipulates how the message will be encoded. An authorised user is able to decode this message by using a secret decryption key based on a decryption algorithm

34
Q

What is caesar cipher?

A

The Caesar cipher is a commonly used and simple substitution cipher; using this technique each of the plaintext letters in a message is replaced by a different letter of the alphabet a fixed position from the original letter.

35
Q

What is a ciper algorithm?

A

A cipher algorithm or cryptography is the process of creating ciphertext by scrambling plaintext (encryption) and turning it back to the original plaintext (decryption).

36
Q

What is a vernam cipher?

A

The Vernam cipher or ’one-time pad cipher’, is a digital data stream cipher that is combined with a same length random stream of date to create the ciphertext, based on the Boolean exclusive OR function

37
Q

Why is a vernam cipher known as a one time pad?

A
  • It must only be used once.
38
Q

What happens if the key is chosen and used only once?

A

If the key is randomly chosen and used only once, unlike other ciphers, the resultant ciphertext will be impossible to break no matter how much time is spent trying to crack the code, so the Vernam cipher is a perfect form of security.

39
Q

What is computational security?

A

Computational security is a term used to indicate the effectiveness of a cipher.

40
Q

What is vernam cipher considered as?

A

As stated, the Vernam cipher is considered to be 100% mathematically secure

41
Q

Where are bitmap images used?

A

Bitmapped images are used in digital photography and website applications, where they provide realistic images.

42
Q

What is the advantage of bitmap images over vector graphics?

A

Bitmap images use less processing power than vector graphics.

43
Q

What is the disadvantage of bitmap images over vector graphics?

A
  • Bitmap images store individual pixels and, therefore, take more storage space and memory than vector images.