- Computer Programming for Absolute Beginners
- Joakim Wassberg
- 257字
- 2021-06-11 18:38:34
Summary
In this chapter, we have gone back in history and explored the development of computers. The history of computers is a vast topic, but we touched on some important events that have made computers the fantastic machines that we know today.
For a computer to be useful, it requires programs, and to be able to write programs, we need programming languages. We learned that the development of programming was closely related to the development of computers, even if Lady Ada Lovelace managed to write what was considered to be the first computer program about 100 years before the first computer was built.
With the history of computers covered, we then turned our attention to what a computer program is and how the computer can use the instructions given in the program to accomplish the intentions of the programmer. To do that, we examined the smallest parts of data a computer can handle, the bits, which are the zeros and ones of the binary representation of numbers. We learned that the ideas of George Boole and his Boolean logic are the core of how a computer can transform data. Boole's ideas will return in later chapters, as we will use them when writing programs as well.
Finally, we took a closer look at the language of computers, machine code. We saw how hard it is for us to read and understand, and because of that, we will appreciate the next chapter, where we will learn what we can do to avoid working with this difficult code directly.
- Redis使用手冊
- 劍破冰山:Oracle開發藝術
- InfluxDB原理與實戰
- Python廣告數據挖掘與分析實戰
- 工業大數據分析算法實戰
- Enterprise Integration with WSO2 ESB
- Hadoop大數據實戰權威指南(第2版)
- 數據驅動設計:A/B測試提升用戶體驗
- 智能數據分析:入門、實戰與平臺構建
- Spark大數據編程實用教程
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- INSTANT Android Fragmentation Management How-to
- 中國云存儲發展報告
- Scratch 2.0 Game Development HOTSHOT
- 數據應用工程:方法論與實踐