Jump to ratings and reviews
Rate this book

Dive Into Systems: A Gentle Introduction to Computer Systems

Rate this book
Dive into Systems is a vivid introduction to computer organization, architecture, and operating systems that is already being used as a classroom textbook at more than 25 universities.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.

811 pages, Kindle Edition

Published September 20, 2022

Loading...
Loading...

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
13 (68%)
4 stars
4 (21%)
3 stars
2 (10%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 5 of 5 reviews
Profile Image for Navid.
7 reviews
August 2, 2025
Having completed Nand2Tetris before, I found this book to be a great refresher on some of the overlapping topics, such as sequential logic and computer architecture (Von Neumann architecture).

It was also a joy to follow the sections, given how Linux-friendly the entire book is. Additionally, there’s a very handy, finely-crafted online version with some helpful tools, such as my favourite one: the ASM Visualizer.

Overall, I recommend it as a remarkable introduction to computer systems.
Profile Image for Ben.
2,740 reviews231 followers
March 16, 2023
Dive In

This book is a great introduction to computer systems, and it was very effective in helping understand how computers work.

Matthews is a knowledgeable and skilled author, and it's clear that she put a lot of effort into making the book accessible and enjoyable for readers. Her explanations are clear and concise, and she does an excellent job of breaking down complex concepts into more manageable pieces.

I found the book helpful and would recommend it to others.
If you're interested in learning more about computer systems, there are plenty of other resources available that build on the foundation provided by this book.

Overall, this is an excellent starting point for anyone looking to gain a better understanding of computer systems, and it's definitely worth checking out!

4.0/5
1 review
March 26, 2025
Good things:
- One of the most concise systems intro book out there.
- Written in a very prosaic verbose style. Almost impossible to get lost for any reader.

Bad things:
- It can get a little too verbose at times. Some(many) sections felt like it could be written a lot shorter. But then again doing this would eat into this book's great accessibility.

Appreciated the online version available to read for free!
Profile Image for Jackson Eshbaugh.
3 reviews
June 30, 2025
An excellent introduction to systems—with a perfect format. Matthews clearly conveys systems topics in a way that makes sense for students with a computer science background. As a course textbook or a reference, this book serves well and you will learn a great deal from it.
Profile Image for Zvart.
30 reviews4 followers
Currently Reading
October 29, 2022
Chapter 1. By the C, by the C, by the beautiful C
Chapter 2. Deeper dive into C Programming
Chapter 4. Binary and data representation
Chapter 5. What von Neumann knew: Computer Architecture
Displaying 1 - 5 of 5 reviews