Programming
Ding Jiaqi/0379388 Programming / Bachelor of interactive spatial design Week1 This class focused on the basic concepts of computers and programming. It covered computer hardware and software, data storage methods, program operation principles, and the Python programming language. The aim was to help students build a basic understanding of computer programming. 1.Basic Concepts of Computers Computers work according to program instructions. A program is a set of instructions for a computer to perform tasks, also known as software. People who write programs are called programmers or software developers. 2.Hardware and Software Hardware refers to the physical devices that make up a computer. It includes the CPU, main memory, auxiliary storage devices, and input/output devices. The CPU runs programs. The main memory (RAM) stores programs and data temporarily when the program is running. Auxiliary storage devices can store data for a long time. Input/output devices are used for data input an...