Things to revise for paper 2 Flashcards
analouge to digital converter process
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
nyquists theorem
the sampling rate must be atleast double that of the highest frequency in the original signal
MIDI
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
sample size for sound
number of samples per second * the number of bits per sample * the length of the sample in seconds
unit nomenclature
kibi 2^10
mebi 2^20
gibi 2^30
tebi 2^40
pebi 2^50
exbi 2^60
zebi 2^70
yobi 2^80
control bus
bi - directional bus , transmits commands , timing and specific status information netween system components
data bus
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.
address bus
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
von neumann architecture
specifies the basic compoments of the computer and processor in which a shared memory and bus is used for both data and instructiosn
stored program concept
machine code instructions are fetched and executed serially by a processor that performs arithmetic and logical operations
Harvard architecure
physically seperate memories for instructions and data , it is used extensively with embeded Digital Signal Processing
describe the fect execute cycle
- copy contents of the program counter into the memory address register, increment value in the program counter
- fetch the instructions from main memory and store in the memory buffer register
- copy contents of the memory buffer regsiter into the current instrcution register
role of interrupts
causes the processor to suspend what it is executing so that it can run the ISR