standard questions Flashcards

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

why do computers use binary

A
  • it is the simplest method for counting available.
  • It is how computer code everything.
  • binary allows for computer to proceed millions of inputs very quickly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

reasons for using hexadecimal?

A

-provides a shorter way to represent a byte of data.
-it uses memory, more efficiently

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

what is the ASCII code?

A

it is the international agreed standard for coding a computer.
it is out link between our computer screen and computer hardware.
used to translate computer text to human text.

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

examples of ASCII codes?

A

-web address
-URL

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

what is sampling resolution

A

-The number of bits assigned to each sample. -Also known as bit depth.

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

what is sampling rate?

A

The number of samples taken in a second.

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

why does Sound need to be converted into binary?

A

For computers to be able to process it.

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

sound needs to be converted into binary for computers to be able to process it. How is this done?

A

sound is captured (by a microphone), and then converted into a digital signal. And analogue to digital converter will sample a sound wave at regular time intervals.

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

how do you calculate file size?

A

Pixel high x pixel wide x color depth
Divided by 8 × 1024

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

how do you calculate the size of a sound file?

A

mono = sample rate x sample size x time
stereo = sample rate x sample size x time (x2)

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

what is data compression?

A
  • Is the reduction in the number of bits needed to represent data.
  • Is a method in which the logical size of a file is compressed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are advantages of compressing data?

A
  • Save storage
  • speed up file transfer
  • reduce redundancy in stored data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is Lossy file compression?

A

bigger compression
smaller quality
When a file is compressed, data is permanently removed

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

what is lossless data compression?

A

smaller compression
higher quality
When a file is compressed and restored no data is lost or removed

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

what is data transmission?

A

Is the transfer of data of a point to point (or multipoint) communication channel

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

What is serial data transmission?

A
  • is a form of data transmission were bits of characters are sent one at a time along a communication path
  • serial data transmissions travel over a single wire in one direction
17
Q

what are advantages and disadvantages of serial data transmission?

A

advantage - travels over a single wire at much less cost

disadvantage - Slower than parallel data transmission

18
Q

what is parallel data transmission?

A

Is a transmission of data where several bits are transmitted simultaneously, each along its own separate channel or multiple channels

19
Q

what are advantages and disadvantages of parallel data transmission?

A

Advantage - faster then serial

disadvantage - not appropriate for long distance. Data transmission
- can be expensive.

20
Q

what does CPU stand for? and what does it do?

A
  • CPU is a central processing unit
  • A CPU is the portion of a computer that retrieves and executes instructions
21
Q

what is an output device?

A

A device that receives or displays output from a computer system

22
Q

What are examples of output devices?

A
  • monitors
  • Printers
  • speakers
  • projectors
23
Q

what are examples of input devices?

A
  • microphone
  • Keyboard
  • Mouse
24
Q

what is application software?

A

Computer programs written for specific purpose

25
Q

what is system software?

A

Programs that manage the operation of the computer
e.g. windows