- Computer Programming for Absolute Beginners
- Joakim Wassberg
- 178字
- 2021-06-11 18:38:33
Chapter 1: Introduction to Computer Programs
Programming is the art and science of writing instructions that a computer can follow to accomplish a task. This task can be playing a game, performing a calculation, or browsing the web, for example. However, before we can learn how to write programs, we should understand what a program is and how a computer can understand and execute the instructions we give it. In this chapter, we will study this in more detail, along with the basics of what a computer is, how it works, and its history.
Even a basic level of understanding of these topics will help us later on when we discuss the different aspects of writing programs, as we can then relate to how the computer will treat the code we write.
In this chapter, we will cover the following topics:
- A perspective on the history and origins of the computer
- Background knowledge of the original ideas behind programming
- Understanding what a computer program is
- Learning how a computer program works
- An understanding of what machine code is
- Access 2016數據庫教程(微課版·第2版)
- ETL數據整合與處理(Kettle)
- 數據要素五論:信息、權屬、價值、安全、交易
- 深度剖析Hadoop HDFS
- 智能數據分析:入門、實戰與平臺構建
- 企業級數據與AI項目成功之道
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- 智慧的云計算
- 計算機組裝與維護(微課版)
- Access數據庫開發從入門到精通
- AndEngine for Android Game Development Cookbook
- Swift Functional Programming(Second Edition)
- 大數據技術體系詳解:原理、架構與實踐
- Machine Learning for Mobile
- Scratch Cookbook