Data Transmission and Data representation Flashcards

1
Q

Serial Transmission

A

Uses a single wire to tranfer the data bits

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

Parallel data transmission

A

Uses severaral wires to transfer data bits simultaneosly

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

Which transmission is more expensive? Why?

A

Parallel data transmission. Uses multiple wires

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

Which transmission is used over long distances?

A

Serial transmission

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

Which transmission is quicker?

A

Parallel transmission

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

Which transmission has more errors? Why?

A

Parallel as bits are sent simultaneosly ans errors can occur

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

Simplex transmission

A

Sending data in one direction only

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

Duplex transmission

A

Sending data in both directions at the same time

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

Half-Duplex transmission

A

sending data in both directions, but only one at a time

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

Checksum

A

Certain calculation happen to the bits and then the check digit is send. The reciever does the same operations and compares them to the check digit

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

Parity check

A

The last bit is used for the check. The sum of all bits should be even

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

Check digits

A

A calculation is performed and the check digit is added to the end of the code. The computer will perform the same calculations and compare to the check digits

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

Automatic repeat request

A

If the reciever detects the data it asks to resend the package. Untill the package is error free, or a limit has been reached.

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

Register

A

A small piece of memory where values can be held

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

Character

A

text, numbers and symbols, for example each key on a keyboard

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

Algorithm

A

a step-by-step set of instructions

17
Q

How does compression work?

A

Making a file smaller using compression algorithms

18
Q

List 2 types of compression

A

1) Lossy compression

2) Lossless compression

19
Q

Lossy compression

A

Data, which is unnecessary is completely and permanently removed

20
Q

Lossless compression

A

No loss, compression can be reversed and reconstructed, the file will be exactly as it was

21
Q

Where can lossy compression be used? (3)

A

1) Images
2) Audio
3) Video

22
Q

Where can lossless compression be used (3)

A

1) Music
2) ZIP
3) Text

23
Q

What does lossy compression remove?

A

Background noises - not useful, but takes space

24
Q

What does lossless compression remove?

A

Repeated patterns from a file. It would store the pattern once and where and how many times it is repeated

25
Q

List two ways of storing text

A

1) .doc

2) .pdf

26
Q

List two ways of storing data

A

1) .csv

2) .xls

27
Q

List two ways of storing audio

A

1) .mp3

2) .mid

28
Q

List two ways of storing video

A

1) .mp4

2) .flv

29
Q

List two ways of storing images

A

1) .jpg

2) .gif

30
Q

Binary

A

A system of numbers with a base of 2. Each unit used increases by the power of 2

31
Q

Debug

A

Finding and fixing problems and errors in a program

32
Q

Bit

A

Short for binary digit, it is the smallest unit of data in a computer

33
Q

Interference

A

Disturbances that can occur in the signals when sending data that may corrupt it

34
Q

Where is checksum used?

A

To detect human errors in ISBN’s, barcodes