1.2 Units and Data Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are two ways of storing images in binary?

A

Bitmap and a vector

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

What is made from a bitmap?

A

An image made up of different coloured squares, (pixels) each having a binary value

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

What is made from a vector?

A

The mathematics to store the square are stored e.g. a circle can be drawn just by storing the details of X and Y coordinates from the middle, the radius, the width and colour

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

What is stored as a bitmap?

A

Photographs not made up of simple shapes

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

What is stored as a vector?

A

Technical drawings, logos and clipart

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

What is metadata?

A

Additional data is stored along with the image to define the width, height, colour depth, and palette. (It allows the computer to take the binary raw data and make the correct resolution image)

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

The greater the colour depth and resolution…

A

the larger the file size of the image

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

What is each pixel of a bitmap stored in?

A

Binary

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

The number of bits required for each pixel depends on …

A

Number of colours required
e.g. 1 bit has 2 values: black and white
2 bits have 4 possible values : 00,01,10,11. Therefore 2 bits can store 4 colours

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

How is number of colours calculated?

A

2^n where n is the number of bits for each pixel

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

What are photographs stored in?

A

24-bit colour depth, Each pixel is 2 bits. This is 2^24 = over 16 million colours. The number of different colours the human eye can see

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

What is sound?

A

A vibration that propagates as an audible wave of pressure through the air.

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

What is analogue to digital conversion?

A

Convert what is an analogue signal into a digital binary one.

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

What affects quality of a digitally converted sound wave?

A

Sample rate (speed)
Bit depth (detail)

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

What is sample rate?

A

How often per second we are sampling the original analogue sound (record the amplitude of a sound wave). - number of samples stored per second)

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

What is the bit depth?

A

The amount of detail we are capturing with each sample (number of bits stored per sample)

17
Q

What happens when you record a sample more often?

A

The more often you record a sample the smoother the playback will sound.

18
Q

The higher the number of samples per second,

A

The higher the quality the sound will be but also the larger the file size, as we are storing more data per second.

19
Q

What is the sound file size?

A

The total number of bits in a sound. Calculated as (number of samples per second) x (number of bits per sample) x (length of sample in seconds)

20
Q

The higher the number of bits,

A

the greater the quality of the sound and the larger the file size

21
Q

Duration

A

how many seconds of audio the sound file contains

22
Q

What does compression do?

A

Reduces number of bits in a file making storage capacity of the file lower and making data transfer useful.

23
Q

Why is compression useful?

A

More data can be stored on a storage device and transferred in a smaller amount of time.

24
Q

What happens in lossy compression?

A
  • Some of the data is lost and cannot be recovered.
    This greatly reduces file size and the quality of the image/sound.
  • It is suitable for images, sound, video
  • Cannot be used on text and executable files.
25
Q

What happens in lossless compression?

A
  • None of the data is lost, it is encoded differently.
  • Can be turned back into digital format and can be used on all types of data.
  • Usually less effective than lossy compression at reducing the file size
  • Most suitable for documents and executable files.
26
Q

What is standalone computers?

A

Computers that are not connected to any network

27
Q

Advantages:

A

Users can share files, peripherals - printers and connections to other networks e.g. Internet
- Users can access files from any computer on the network
- Servers can control security, software updates and backup of data.
- Communication with other people e.g. email and social networking

28
Q

What is LAN?

A

LAN, also known as Local Area Network, covers a small geographical area located on a single site. All hardware for a LAN is owend by organisation using it.

29
Q

What are LANS wired?

A

They are wired with UTP cable, fibre optic, or wireless using WIFI

30
Q

What is WAN?

A

WAN, also known as Wide Area Network, covers a large geographical area, connecting LANS together.
- The infrastructure between LANS is leased from telecommunication companies who own and manage it.
- WANS are connected with telephone liner, fibre optic cables or satellite links

31
Q

What are these networks connected with?

A

Computers in a local area network are connected with a switch
- Computers in a wide area network are connected with a router

32
Q

Disadvantages of networking

A
  • Increased security risks to data
  • Malware and viruses spread very easily between computers
  • If a server fails, the computers connected to it may not work
  • The computer may run more slowly if there is a lot of data travelling on the network