Advanced Binary for Programming and Computer Science: Logical, Bitwise and Arithmetic Operations, and Data Encoding and Representation by Sunil Tanna (2018, Trade Paperback)

AlibrisBooks (465090)
98.6% positive Feedback
Price:
US $53.90
Approximately£40.24
+ $15.12 postage
Estimated delivery Thu, 18 Sep - Fri, 26 Sep
Returns:
30 days return. Buyer pays for return postage. If you use an eBay delivery label, it will be deducted from your refund amount.
Condition:
New
New Trade paperback

About this product

Product Identifiers

PublisherCreateSpace
ISBN-101726352641
ISBN-139781726352642
eBay Product ID (ePID)5038479416

Product Key Features

Number of Pages190 Pages
Publication NameAdvanced Binary for Programming and Computer Science: Logical, Bitwise and Arithmetic Operations, and Data Encoding and Representation
LanguageEnglish
SubjectComputer Science
Publication Year2018
TypeTextbook
Subject AreaComputers
AuthorSunil Tanna
FormatTrade Paperback

Dimensions

Item Height0.5 in
Item Weight19.9 Oz
Item Length11 in
Item Width8.5 in

Additional Product Features

Intended AudienceTrade
SynopsisThis book explains how the binary works & how it is used by computers to represent information including positive & negative integers, characters & real numbers. It explains the logical & bitwise operations used to manipulate information & perform arithmetic. We also briefly look at how computers store this information in memory & secondary storage, & how it can be transmitted between computers. Topics covered include: INTRODUCING NUMBER BASES & BINARY CONVERTING FROM BINARY TO DENARY & VICE-VERSA How to Convert a Binary Number to Denary How to Convert a Denary Number to Binary HOW COMPUTERS GROUP BINARY DIGITS A Closer Look at Bytes A Closer Look at Words -Word alignment, word alignment & packing, byte ordering & endianness Addresses BOOLEAN OPERATIONS & LOGIC GATES Fundamentals of Boolean Algebra -NOT, AND, OR, XOR, NAND, NOR, NXOR Combining Logic Gates -NOT, AND, OR, XOR, NOR using NAND logic Logical Versus Bitwise Operations Using Bitwise Operations to Set, Clear, Flip or Test Bits -Setting bits, inverting bits, clearing bits, testing bits ADDING & SUBTRACTING IN BINARY Adding Binary Integers -The column addition method of adding denary numbers & adding binary numbers, implementing binary addition using logic gates Subtracting Binary Integers -The column subtraction methods of subtracting denary numbers & subtracting binary numbers, implementing binary subtraction using logic gates SHIFT OPERATIONS Left Shift Right Shift Circular Shifts MULTIPLICATION & DIVISION IN BINARY Multiplication -Multiplying by a power of 2, column multiplication, Russian peasant multiplication algorithm, multiplication in hardware Division -Dividing by a power of 2, denary long division, binary long division, algorithm for binary long division, division in hardware REPRESENTING CHARACTERS & STRINGS OF CHARACTERS Representing Individual Characters -ASCII, extended ASCIIs, BCDIC & other early character encodings, EBCDIC, Unicode Representing Strings of Characters -Terminated strings, length-prefixed strings, other string representations REPRESENTING TEXT & GRAPHICS ON SCREEN d104 Mode Displays Bitmap Displays PARITY CHECKING What is a Parity Bit Even & Odd Parity Advantages, Disadvantages & Limitations of Using Parity Checking Parity's Use in RAID Storage Devices Unused Parity Bits SIGNED INTEGERS Offset Binary Signed Magnitude Representation One's Complement Two's Complement Other Representations of Signed Numbers -Base -2, signed-digit representation REAL NUMBERS Fixed Point Representation Floating Point Representation Rational Data Type Logarithmic Number Systems DENARY ENCODINGS & DECIMAL DATA TYPES Why Use Denary Representations of Real Numbers? Binary Encodings of Denary -Serial decimal, two-out-of-five, bi-quinary, character-based encodings of denary, binary-Coded Decimal (BCD), Chen-Ho Encoding, Densely Packed Decimal (DPD) & excess-3 Decimal Data Types -Which numbers can be exactly represented in fixed & floating point? -How inexact? -Issues with inexact representation -Decimal representation DATA STRUCTURES Structs Arrays Linked Lists & More Complex Structures -Limitations of arrays, introducing linked lists, singly & doubly linked lists, more complex data structures TYPES OF COMPUTER MEMORY Magnetic-Core Memory & Core Rope Memory RAM -DRAM & SRAM ROM -Mask-programmed ROM, PROM, EPROM, EEPROM, Flash memory SECONDARY STORAGE Sequential Storage -Punched tape, magnetic tape Random Access Storage -Magnetic disk, optical disk, solid state drives, flash memory & cloud storage MEASURING MEMORY & STORAGE DIGITAL COMMUNICATIONS Serial Communication Parallel Communication MEASURING TRANSFER RATES Baud, This book explains how the binary works and how it is used by computers to represent information including positive and negative integers, characters and real numbers. It explains the logical and bitwise operations used to manipulate information and perform arithmetic. We also briefly look at how computers store this information in memory and secondary storage, and how it can be transmitted between computers.Topics covered include:INTRODUCING NUMBER BASES AND BINARYCONVERTING FROM BINARY TO DENARY AND VICE-VERSAHow to Convert a Binary Number to DenaryHow to Convert a Denary Number to BinaryHOW COMPUTERS GROUP BINARY DIGITSA Closer Look at BytesA Closer Look at Words * Word alignment, word alignment and packing, byte ordering and endianness AddressesBOOLEAN OPERATIONS AND LOGIC GATESFundamentals of Boolean Algebra* NOT, AND, OR, XOR, NAND, NOR, NXORCombining Logic Gates* NOT, AND, OR, XOR, NOR using NAND logicLogical Versus Bitwise OperationsUsing Bitwise Operations to Set, Clear, Flip or Test Bits* Setting bits, inverting bits, clearing bits, testing bitsADDING AND SUBTRACTING IN BINARYAdding Binary Integers* The column addition method of adding denary numbers and adding binary numbers, implementing binary addition using logic gatesSubtracting Binary Integers* The column subtraction methods of subtracting denary numbers and subtracting binary numbers, implementing binary subtraction using logic gatesSHIFT OPERATIONSLeft ShiftRight ShiftCircular ShiftsMULTIPLICATION AND DIVISION IN BINARYMultiplication* Multiplying by a power of 2, column multiplication, Russian peasant multiplication algorithm, multiplication in hardwareDivision* Dividing by a power of 2, denary long division, binary long division, algorithm for binary long division, division in hardwareREPRESENTING CHARACTERS AND STRINGS OF CHARACTERSRepresenting Individual Characters* ASCII, extended ASCIIs, BCDIC and other early character encodings, EBCDIC, UnicodeRepresenting Strings of Characters* Terminated strings, length-prefixed strings, other string representationsREPRESENTING TEXT AND GRAPHICS ON SCREENText Mode DisplaysBitmap DisplaysPARITY CHECKINGWhat is a Parity BitEven and Odd ParityAdvantages, Disadvantages and Limitations of Using Parity CheckingParity's Use in RAID Storage DevicesUnused Parity BitsSIGNED INTEGERSOffset BinarySigned Magnitude RepresentationOne's ComplementTwo's ComplementOther Representations of Signed Numbers* Base -2, signed-digit representationREAL NUMBERSFixed Point RepresentationFloating Point RepresentationRational Data TypeLogarithmic Number SystemsDENARY ENCODINGS AND DECIMAL DATA TYPESWhy Use Denary Representations of Real Numbers?Binary Encodings of Denary * Serial decimal, two-out-of-five, bi-quinary, character-based encodings of denary, binary-Coded Decimal (BCD), Chen-Ho Encoding, Densely Packed Decimal (DPD) and excess-3Decimal Data Types* Which numbers can be exactly represented in fixed and floating point?* How inexact?* Issues with inexact representation* Decimal representationDATA STRUCTURESStructsArraysLinked Lists and More Complex Structures* Limitations of arrays, introducing linked lists, singly and doubly linked lists, more complex data structuresTYPES OF COMPUTER MEMORYMagnetic-Core Memory and Core Rope MemoryRAM* DRAM and SRAMROM* Mask-programmed ROM, PROM, EPROM, EEPROM, Flash memorySECONDARY STORAGESequential Storage* Punched tape, magnetic tapeRandom Access Storage* Magnetic disk, optical disk, solid state drives, flash memory and cloud StorageMEASURING MEMORY AND STORAGEDIGITAL COMMUNICATIONSSerial CommunicationParallel CommunicationMEASURING TRANSFER RATESBaud

All listings for this product

Buy it now
Any condition
New
Pre-owned
No ratings or reviews yet
Be the first to write a review