Errata

Computer Architecture

Errata for Computer Architecture

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page page 159
source code baby program

01:LDN20 02:STO23 03:SKN 04:JMP21 05:LDN22 06:SUB23 07:STO23 08:HLT 20:NUM-10 21:NUM6 22:NUM0 23:NUM0

peter negenborn  Jun 06, 2024 
PDF Page page 159
source code baby program


hello,
i think the value in line 21 num 6 should be 8 to run properly ;)

kind regards, peter

01:LDN20
02:STO23
03:SKN
04:JMP21
05:LDN22
06:SUB23
07:STO23
08:HLT
20:NUM-10
21:NUM6
22:NUM0
23:NUM0

peter negenborn  Jun 06, 2024 
O'Reilly learning platform Page Chapter 2->Data Representation->Modern Number Systems->Base 60: Sexagesimal
In the equation

In the document, the formula is written as:

11 × 60^2 + 23 × 60^1 + 13 × 10^0 = 39,889_10

1- Since it is in Base 60, why is there a "10^0" in the last position?
2- If my calculations are correct, the total should be 40,993

Unless I misunderstood the whole thing, of course.

Thanks


Richard

Richard Hille  Nov 26, 2024 
O'Reilly learning platform Page Chapter 2->Data Representation->A brief History of Data Representation->Arabic and Other Numerals
In Figure 2-7

Hello

On the last line of Figure 2-7, the symbols in the Chinese column translates to "4 + 5 + 1,000,000" which makes the total 45,000,000 not 4,500,000. Again, unless I am mistaken.

Thanks


Richard

Richard Hille  Nov 26, 2024 
O'Reilly learning platform Page Chapter 2->Data Representation->Representing Data->Integers
First line of first paragraph

Hello

In the list of integers, there is a minus sign missing before the first number "2".

Thank you

Richard

Richard Hille  Nov 26, 2024 
O'Reilly learning platform Page Chapter 2->Data Representation->Measuring Data
Second paragraph below Table 2-3

Hello

In the first sentence. it is mentioned that "5 megabits means 5,000 bits". I think it should be 5,000,000 bits since mega = 1,000,000.

Thank you

Richard

Richard Hille  Nov 27, 2024 
O'Reilly learning platform Page Chapter 6->Random Access Memory->Hardware Description Language
On the 8th line of the second section of code

Hello

I think that there is an unnecessary closing parentheses after the curly bracket.

Thanks


Richard

Richard Hille  Nov 28, 2024