Dive Into Systems: A Gentle Introduction to Computer Systems
Author: Suzanne J. Matthews,Tia Newhall,Kevin C. Webb(Author)
Publisher finelybook 出版社: No Starch Press (September 20, 2022)
Language 语言: English
Print Length 页数: 816 pages
ISBN-10: 1718501366
ISBN-13: 9781718501362
Book Description
By finelybook
This textbook is a crash course in the major hardware and software components of a modern computer system. Designed for use in a wide range of introductory-level computer science classes, it guides readers through the vertical slice of a computer so they can develop an understanding of the machine at various layers of abstraction.
Early chapters begin with the basics of the C programming language often used in systems programming. Other topics explore the architecture of modern computers, the inner workings of operating systems, and the assembly languages that translate human-readable instructions into a binary representation that the computer understands. Later chapters explain how to optimize code for various architectures, how to implement parallel computing with shared memory, and how memory management works in multi-core CPUs. Accessible and easy to follow, the book uses images and hands-on exercise to break down complicated topics, including code examples that can be modified and executed.