Things to revise for paper 2 Flashcards

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

analouge to digital converter process

A

microphone converts the sound energyinto electrical signals. the ADC samples the analouge data at a given frequency , measuring the amplitude of the wave at each point
converts it into a binary value according to the resolution or audio bit depth

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

nyquists theorem

A

the sampling rate must be atleast double that of the highest frequency in the original signal

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

MIDI

A

musical instrument digital interface
a midi controller carries event messages that specify pitch and duration of a note timbre vibrato and volume changes and synchronize tempo between multiple devices

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

sample size for sound

A

number of samples per second * the number of bits per sample * the length of the sample in seconds

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

unit nomenclature

A

kibi 2^10
mebi 2^20
gibi 2^30
tebi 2^40
pebi 2^50
exbi 2^60
zebi 2^70
yobi 2^80

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

control bus

A

bi - directional bus , transmits commands , timing and specific status information netween system components

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

data bus

A

typically consists of 8 16 32 or 64 seperate lines provides a bi directional path for moving data and instructions between system compoments
carry data to main memory from the processor and vice versa.

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

address bus

A

the width of the address bus determines the maximum possible memory capacity of the system
used to address I/O ports during input output operations

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

von neumann architecture

A

specifies the basic compoments of the computer and processor in which a shared memory and bus is used for both data and instructiosn

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

stored program concept

A

machine code instructions are fetched and executed serially by a processor that performs arithmetic and logical operations

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

Harvard architecure

A

physically seperate memories for instructions and data , it is used extensively with embeded Digital Signal Processing

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

describe the fect execute cycle

A
  1. copy contents of the program counter into the memory address register, increment value in the program counter
  2. fetch the instructions from main memory and store in the memory buffer register
  3. copy contents of the memory buffer regsiter into the current instrcution register
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

role of interrupts

A

causes the processor to suspend what it is executing so that it can run the ISR

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