Computer Arithmetic in Practice - Exercises and Programming is a simple, brief introductory volume for undergraduate and graduate students at university courses interested in understanding the foundation of computers. It is focused on numeric data formats and capabilities of computer to perform basi
Computer Arithmetic: Pergamon Programmed Texts
โ Scribed by F. H. George
- Publisher
- Pergamon
- Year
- 1966
- Tongue
- English
- Leaves
- 218
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Computer Arithmetic provides information pertinent to the fundamental aspects of a digital computer. This book discusses how the control unit uses the arithmetic unit to produce, under commands, the answers asked by the user.
Organized into four chapters, this book begins with an overview of the binary code and provides a preview of the use of other arithmetic codes outside the computer. This text then explains in detail the codes employed in the representation of numbers inside the computer. Other chapters consider the number systems as well as other related matters to be able to understand computer arithmetic. This book discusses as well the signed numbers and their conversations, as well as the problems of scaling. The final chapter deals with the methods of fixed- and floating-point arithmetic, rounding off, and overflow.
This book is a valuable resource for sixth form as well as university students who are interested in arithmetic codes.
โฆ Table of Contents
Content:
CERTIFICATE OF VALIDATION, Page ii
Front Matter, Page iii
Copyright, Page iv
VALIDATION CERTIFICATE, Page vi
Editor's Preface, Pages vii-ix
Author's Preface, Page xi
To the Reader, Page xiii
Introduction: Digital Computers, Pages 1-24
CHAPTER ONE - Arithmetic Codes, Pages 25-72
CHAPTER TWO - The Representation of Numbers in the Computer, Pages 73-144
CHAPTER THREE - The Problems of Scaling, Pages 145-212
CHAPTER FOUR - Fixed- and Floating-point Arithmetic, Pages 213-277
INDEX, Page 278
๐ SIMILAR VOLUMES
This text explains the fundamental principles of algorithms available for performing arithmetic operations on digital computers. These include basic arithmetic operations like addition, subtraction, multiplication, and division in fixed-point and floating-point number systems as well as more complex