TOPIC 1 - Hardware, Processor, Memory Flashcards
Why is understanding IT important?
You will make better decisions if you understand the options and their tradeoffs
social engineering
when hackers use their knowledge of psychology to trick people in divulging confidential information
what are hardware components
basic components of a computer
name the 6 types of hardware components
processor, main memory, secondary storage, input devices, output devices, communication devices
processor definition
central processing unit where symbols, characters, and numbers are manipulated
main memory defintion
where data and program instructions are stored temporarily during the process
secondary storage
stores data and programs even when the computer is turned off
input devices definition
convert data and instructions from the outside world into the electronic form suitable for the computer
examples of input devices
keyboard, mouse, touchpad, touchscreen, mic, camera
output device definition
converts electronic data produced by the computer into a form understood by humans or the outside world
examples of output devices
monitor, speaker, printer
communication devices definition
provide connections between the computer and communication networks
examples of communication devices
network interface card, ethernet, wifi, bluetooth
Small b vs big B
How many different values?
small b is for bit -> 2 possible values
big B is for byte (8 bits)-> 256 possible values
data storage and data transfers refer to which multiples?
1024 (K,M,G,T)
metric system or frequencies refer to which multiples?
multiples of 1000
How many bytes are in a KB?
1024
What is bandwidth and how is it measured?
bandwidth refers to speed and is measured in bits per second.
What is word size?
a measure of how many bits a processor can transfer/manipulate at the same time
what are the 2 different word size architectures and where are they used?
32 bit: older and inexpensive smartphones
64 bit: premium smartphones, recent laptops and servers
what is backwards compatibility?
the new version of one component is designed to work with remaining older components
Processors are built for 2 reasons. Name the reasons.
Built for efficiency and built for speed
Name the characteristics of a processor built for efficiency.
- run for a long time with a small battery
- no fan
- minimize transistors
- smartphones and tablets
Name the characteristics of a processor build for speed
- large battery or plug in
- need a fan
- complex with many transistors
- used in laptops, desktops, and servers