Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.59 KB

File metadata and controls

37 lines (21 loc) · 1.59 KB

How computer Works

The 4 things common to all computers

  1. input : its the command i put as user from the keyboard ....etc.
  2. storage : where teh commands that i input is stored
  3. processing : takes informastion from the storage and processing it and send it back to storage
  4. output : its the result of processing like dispaly on the screen or sending signals .... etc .

input to output

every wire reprsent 1 bit and its the smallest informastion in he system

binary numbers

binary numbers

text in binary

text in binary

images in binary

** images uses pixels and pixels uses numbers so for the image we need milions of pixelsso takes alot of numbers **

Logical Circits in the computer

Logical

CPU, Memory, Input & Output

C M I O

Hardware and Software

Computer hardware is any physical device used in or with your machine, whereas software is a collection of codes installed onto your computer's hard drive. ... Word processing software uses the computer processor, memory, and hard drive to generate and save documents. In a computer, hardware is what makes a computer work.

Hardware and Software