August 2020
Intermediate to advanced
582 pages
17h 59m
English
When you write a computer program to implement an algorithm on a conventional computer, you’d use a high-level language such as C#, Java, Python, or a myriad others in vogue today. Your program would include statements such as:
The computer’s compiler then encodes your program’s statements as low-level instructions that get executed on your computer’s operating system. These low-level instructions replace what you wrote with operations on binary (1 and 0) bits that are held in registers or storage locations accessible by a computer’s central processing unit (CPU):
Read now
Unlock full access