io interrupt Flashcards
RS232
serial communication transmission of data
exchange data
character based user interface
no application logic
Ascii terminals and input modes
Terminal Driver Preprocessing . determines how user inputs are handled wheter character by character or line by line
Raw Mode (Non-Canonical Mode)
Each character entered on the keyboard is transmitted immediately and exactly as typed
cooked mode ( canonical Mode)
canonical mode-line oriented mode
line by line
input is buffered until a newline character(Return Key
graphic hardware
component of modern computing,enabling rendering of images,videos, and animation on display
-store frame buffer,textures,vertex data
fast dedicated memory access for the GPU
++ reduce latency direct access
hybrid Model
combination of VRAM and System Memory
utilizes dedicated graphics memory for critical high speed tasks
++ balances the high speed access of vram with the larger storage capacity of system RAM