Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## [1] Introduction
  2. - Turing model (mathematical model of computation)
  3. - Data Processor (just like a function), Programmable Data Processor (have instruction or program)
  4. - The universal turing machine (capable of computing anything that is computable.)
  5. - The Von Neumann Model
  6. - concept: program state stored in memory, program stored as binary patterns
  7. - 4 subsystems: Memory, Arithmatic logic unit, control unit, I/O
  8. - Computer History
  9. - Mechanical Machines (before 1930)
  10. - Electronic Computers (1930–1950)
  11. - Computer Generations (1950 – Present) (5 generations)
  12. - Social and Ethical Issues
  13. - What is Computer Science?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement