Skip to Content
A Concise Introduction to Programming in Python
book

A Concise Introduction to Programming in Python

by Mark J. Johnson
December 2011
Beginner
217 pages
8h
English
Chapman and Hall/CRC
Content preview from A Concise Introduction to Programming in Python
Chapter 5
Computer Memory: Integers
It is time to go back to the machine level and look a little more deeply at
memory. At a high level, computer memory may be categorized according to
concepts such as access speed and size. Definite patterns emerge:
Access Proximity
Type Speed to CPU Size Volatile
Register Fastest Inside 10’s Y
Caches Very fast Adjacent 100’s to MB Y
RAM Fast Near GB Y
Hard disks Slow Far TB N
At a lower level, the question is, how is data actually stored in computer
memory? In this chapter, we begin to develop an answer by looking at how
integers are stored.
Bits and Bytes
Computer memory of all types may be thought of at different levels ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Standard Library

Python Standard Library

Fredrik Lundh
Numerical Computing with Python

Numerical Computing with Python

Pratap Dangeti, Allen Yu, Claire Chung, Aldrin Yim

Publisher Resources

ISBN: 9781439896952