Chapter 4 Flashcards
Brief history of computers.
Early computer(Vacuum tubes)1939-52, Mainframes(Transistors)1952-present, Microcomputer(Integrated circuit)1972-present, Networking Personal computers 1985-present Local area networks and Wide area networks, mobile and tablet computing late 1990s-present, Cloud computing 2010-present.
What is hardware?
Hardware consists of electronic components and related gadgetry that input, process, output, and store data according to instructions encoded in computer programs of software.
What are basic hardware categories?
Input, processing, output and storage.
What is input hardware?
Input hardware accept or capture data to be entered into computing system.
What are the examples of human direct input devices?
Keyboard, mouse, trackball, touch pad, touch screen etc.
What are the examples of human indirect input devices?
Scanners, digital cameras, audio digitizers.
What output hardware consists of?
Video output(Monitors), Printed output(Printers), Sound output(Speaker).
How binary digits(bits) represent data?
Bits represent data as ether zero or one.
What are bytes?
Bits grouped in 8-bit chunks (represent one character)
What is a motherboard?
Electronic circuit which provides the means to connect various computers hardware together.
What is a CPU and what it does?
Central processing unit- transfers program or data from disk to main memory, moves instruction from main memory via data channel or bus, speed is expressed in Hertz, has small amount of very fast memory called cache.
What is RAM?
Main memory(Random Access Memory) contains program instructions, contains Operating system instructions, too little means constant memory swapping. Is volatile (turn off the computer RAM goes away) Working memory, can be added to the motherboard.
Explain memory swapping.
Main memory is too small to hold all data, CPU loads program into memory in chunks, places new programs into unused memory, if none available, OS would remove chunk being used and replace with requested data
What is ROM?
Read only memory, non volatile and used to “boot-up” machine.
What are characteristics of a magnetic disks?
Fixed Disk Drives(Hard Drive), non-volatile, capacity is measured in Bytes, Uses a multi-platter designs, Records in tracks & sectors.