Skip to content

Commit

Permalink
add more notes in computer architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeandzeyu committed Oct 19, 2024
1 parent 2a67b62 commit a4eba1b
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 371 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ If someone's original work is used but not mentioned, or being misused, either w

7. <https://en.wikipedia.org/wiki/Bus_error>.

8. <https://en.wikipedia.org/wiki/Floating-point_arithmetic>.

### Topic 5: Operating System

1. CS162: Operating System (UC Berkeley) by Professor John Kubiatowicz and the rest of CS162 staff.
Expand Down
8 changes: 8 additions & 0 deletions Writerside/topics/Computer-Architecture.topic
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,14 @@ Conversion"/>
</list>
</chapter>
</chapter>
<chapter title="5 Floating Point" id="5-floating-point">
<p><format color="DarkOrange">Floating point:</format> floating-point arithmetic (FP) is arithmetic that
represents subsets of real numbers using an integer with a fixed precision, called the significand,
scaled by an integer exponent of a fixed base.</p>
<p>This allows us to represent more numbers without losing accuracy, from very small fractions to very large
numbers.</p>
<chapter title="IEEE 754 Floating Point Standard" id=""></chapter>
</chapter>
</chapter>
<chapter id="assembly-language">
<title>
Expand Down
Loading

0 comments on commit a4eba1b

Please sign in to comment.