Parallel Loops
Functional Parallelism
In this module, we will learn about approaches to parallelism that have been inspired by functional programming.
Tutorial of Java's concurrent packages
Tutorial of Java's concurrent packages
Task Parallelism
Some concepts in Task-level Parallelism
Java Review
review some concepts in Java
Assembler Project
A project which develop an assembler that translates programs written in Hack assembly language into the binary code understood by the Hack hardware platform.
Assembler
How to develop a Hack assembler—a program that generates binary code that can run as is on the hardware platform built in last chapter.
Low Level Programming Taste Project
Low Level Programming Taste Project
The functions of Pooling
The Functions of Pooling
Computer Architecture
This chapter is the pinnacle of the hardware part of our journey. We are now ready to take all the chips that we’ve built in chapters 1–3 and integrate them into a general-purpose computer system capable of running programs written in the machine language presented in chapter 4.