reading-notes

Reading Notes for Codefellows!


Project maintained by AlanYHung Hosted on GitHub Pages — Theme by mattgraham

Code 102

Reading 06-B

4 Things Common to all Computers

  1. Input
  2. Storage
  3. Processing
  4. Output

Computers Processes Information internally via Binary Number System which Represents:

  1. True / False
  2. ON / OFF
  3. 1 / 0
  4. Yes / No

There are 6 Logic Gates

  1. And
  2. Not
  3. Or
  4. Nand
  5. Nor
  6. Xor

Hardware

  1. Circuits
  2. Chips
  3. Wires
  4. Speakers
  5. Plugs

Software

  1. Apps
  2. Games
  3. Websites
  4. Maps

Resource

Video Playlist

<– Back