Programming in C++

Table of Contents

Basic architecture & making a program

Von Neumann Architecture

Early computer design.

CPU: ALU, CU with instruction register and program counter

The CN sees memory contents in bits, 1 or 0. That’s called a binary program.

How to make binary program?