The architecture of computer hardware and systems software : (Record no. 2018)

MARC details
000 -LEADER
fixed length control field 05997cam a2200289 a 4500
003 - CONTROL NUMBER IDENTIFIER
control field OSt
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20230719152442.0
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 991025s2000 nyua b 001 0 eng
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 0471362093
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9780471362098
040 ## - CATALOGING SOURCE
Original cataloging agency BUL
Transcribing agency BUL
Modifying agency BUL
Language of cataloging eng
Description conventions rda
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 004.22
Edition number 22
Item number ENG
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Englander, Irv.
245 14 - TITLE STATEMENT
Title The architecture of computer hardware and systems software :
Remainder of title an information technology approach /
Statement of responsibility, etc. Irv Englander.
250 ## - EDITION STATEMENT
Edition statement 2nd ed.
260 ## - PUBLICATION, DISTRIBUTION, ETC.
Place of publication, distribution, etc. New York :
Name of publisher, distributor, etc. Wiley,
Date of publication, distribution, etc. c2000.
300 ## - PHYSICAL DESCRIPTION
Extent xx, 764 p. :
Other physical details ill. ;
Dimensions 25 cm.
500 ## - GENERAL NOTE
General note CONTENTS<br/><br/> Part 1 An Overview of computer systems <br/><br/> Chapter 1 Computer systems<br/><br/> 1.0 Introduction<br/> 1.1 The user's point of view<br/> 1.2 Components of the Computer system<br/> 1.3 Overview of this Book<br/> 1.4 A brief architectural history of the computer<br/><br/> Part 2. Data in the computer<br/><br/> Chapter 2 Number Systems<br/><br/> 2.0 Introduction<br/> 2.1 Numbers as a physical representation<br/> 2.2 Counting in different bases<br/> 2.3 Performing arithmetic in different number bases<br/> 2.4 Numeric conversion between number bases<br/>etc<br/>Chapter 3 Data Formats<br/><br/> 3.0 Introduction<br/> 3.1 General consideration<br/> 3.2 Alphamerical Character Data <br/> 3.3 Image Data<br/> 3.4 Audio Data<br/>etc<br/><br/>Chapter 4 Representing Integer data<br/><br/> 4.0 Introduction<br/> 4.1 Unsigned binary-coded decimal representations<br/> 4.2 Representations for signed integers<br/> 4.3 Sign-and-Magnitude Representation<br/> 4.4 Nine's decimal 1's binary complementary representations<br/>etc<br/><br/>Chapter 5 Floating point numbers <br/> <br/> 5 .0 Introduction<br/> 5.1 A review of exponential notation<br/> 5.2 Floating point format<br/> 5.3 Normalization and formatting of floating point numbers <br/> 5.4 A programming Example<br/>etc<br/><br/>Part 3 Computer architecture and hardware operation<br/><br/> Chapter 6 The Little man computer<br/><br/> 6.0 Introduction<br/> 6.1 Layout of the Little man computer<br/> 6.2 Operation of the LMC<br/> 6.3 A simple program <br/> 6.4 An extended instruction set<br/>etc<br/><br/>Chapter 7 The CPU and memory<br/><br/> 7.0 Introduction<br/> 7.1 The components of CPU<br/> 7.2 The concept of registers<br/> 7.3 The memory unit<br/> 7.4 The fetch-execute instruction cycle<br/>etc<br/><br/>Chapter 8 Input/output<br/><br/> 8.0 Introduction<br/> 8.1 Characteristics of typical I/O devices<br/> 8.2 Programed I/O<br/> 8.3 Interrupts<br/> 8.4 Direct memory access<br/>etc<br/><br/>Chapter 9 Computer peripherals<br/><br/> 9.0 Introduction<br/> 9.1 The hierarchy of storage<br/> 9.2 Magnetic disk<br/> 9.3 Magnetic tape<br/> 9.4 Optical and magneto-optical disk storage<br/>etc<br/><br/>Chapter 10 CPU design and organization<br/> <br/> 10.0 Introduction<br/> 10.1 CISC and RISC architectures<br/> 10.2 Addressing modes<br/> 10.3 Modern CPU processing methods<br/> 10.4 Implementation issues<br/><br/> Chapter 11 Modern computer systems<br/><br/> 11.0 Introduction<br/> 11.1 Putting the pieces together<br/> 11.2 System performance enhancement and optimization<br/> 11.3 Multiprocessing<br/> 11.4 Memory enhancements<br/>etc<br/><br/>Chapter 12 Three system example<br/><br/> 12.0 Introduction<br/> 12.1 The X86 family<br/> 12.2 The PowerPC<br/> 12.3 tHE IBM 360/390 Family<br/><br/>Part 4 Computer interconnection and data commmunications<br/><br/> Chapter 4 Cluster, Networks, and data communications<br/><br/> 13.0 Introduction<br/> 13.1 Computer interconnection : an overview<br/> 13.2 Transmission protocols and data transmission formats <br/> 13.3 Local area networks<br/> 13.4 Wide area Networks<br/>etc<br/><br/>Part 5 The software components<br/><br/> Chapter 14 Operating systems- an overview<br/> <br/> 14.0 Introduction<br/> 14.1 The barebones computer system<br/> 14.2 The operating system concepts<br/> 14.3 Basic single- job operations<br/> 14.4 Concurrent operations<br/>etc<br/><br/>Chapter 15 The user view of operating systems <br/><br/> 15.0 Introduction<br/> 15.1 Purpose of user interface<br/> 15.2 The operating systems concepts<br/> 15.3 Types of user interface<br/> 15.4 X window and other graphics display methodologies<br/>etc<br/><br/>Chapter 16 The internal operating system<br/><br/> 16.0 Introduction<br/> 16.1 A brief review of the target model<br/> 16.2 The single-user system<br/> 16.3 Multitasking fundamentals<br/> 16.4 Processes and threads<br/>etc<br/><br/>Chapter 17 File management<br/><br/> 17.0 Introduction<br/> 17.1 The logical and physical view of files<br/> 17.2 The role of the file management system<br/> 17.3 Logical file access methods<br/> 17.4 Physical file storage<br/>etc<br/><br/>Chapter 18 programming tools <br/><br/> 18.0 Introduction <br/> 18.1 Program editors <br/> 18.2 Concept of program translation<br/> 18.3 Assembly language and the assembler<br/> 18.4 Compiler and interpreter<br/>etc<br/><br/>Chapter 19 Three operating systems<br/><br/> 19.0 Introduction<br/> 19 .1 Microsoft window 2000<br/> 19.2 UNIX and Linux<br/> 19.3 The IBM system 390 OS/390 Operating system<br/><br/>Supplementary Chapter1 An introduction to digital computer Logic<br/><br/><br/>Supplementary Chapter 2 Communication channel technology<br/><br/> <br/> <br/><br/>
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Includes bibliographical references p. 739-750, index p751-764.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computers.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Systems software.
856 4# - ELECTRONIC LOCATION AND ACCESS
Materials specified Table of Contents only
Uniform Resource Identifier <a href="http://www.loc.gov/catdir/toc/onix05/99055734.html">http://www.loc.gov/catdir/toc/onix05/99055734.html</a>
856 42 - ELECTRONIC LOCATION AND ACCESS
Materials specified Contributor biographical information
Uniform Resource Identifier <a href="http://www.loc.gov/catdir/enhancements/fy0607/99055734-b.html">http://www.loc.gov/catdir/enhancements/fy0607/99055734-b.html</a>
856 42 - ELECTRONIC LOCATION AND ACCESS
Materials specified Publisher description
Uniform Resource Identifier <a href="http://www.loc.gov/catdir/enhancements/fy0607/99055734-d.html">http://www.loc.gov/catdir/enhancements/fy0607/99055734-d.html</a>
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Source of classification or shelving scheme Dewey Decimal Classification
Koha item type Book Open Access
Edition 2nd edition
Classification part 004.2'2
Item part 1
Call number prefix ENG
Call number suffix 004.2'2 ENG
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Home library Current library Date acquired Source of acquisition Inventory number Total Checkouts Full call number Barcode Date last seen Copy number Price effective from Koha item type
    Dewey Decimal Classification     Science and Education Library Science and Education Library 03/23/2021 Donation 0009369   004.22 ENG 1 NAGL22021100 03/23/2021 1 03/23/2021 Book Open Access