Advanced Binary for Programming & Computer Science: Logical, Bitwise and: New

US $53.90
大約HK$ 419.53
狀況:
全新
無後顧之憂! 賣家接受退貨。
運送:
免費 Standard Shipping.
所在地:Sparks, Nevada, 美國
送達日期:
估計於 10月3日 (星期五)10月9日 (星期四)之間送達 運送地點 94104
估計送達日期 — 會在新視窗或分頁中開啟考慮到賣家的處理時間、寄出地郵遞區碼、目的地郵遞區碼、接收包裹時間,並取決於所選的運送方式以及收到全部款項全部款項 — 會在新視窗或分頁中開啟的時間。送達時間會因時而異,尤其是節日。
退貨:
30 日退貨. 由買家支付退貨運費,如果你使用 eBay 郵寄標籤,相關費用將從你的退款金額中扣除.
保障:
請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
(不符合「eBay 買家保障方案」資格)
賣家必須承擔此刊登物品的所有責任。
eBay 物品編號:364116427416
上次更新時間: 2025-08-16 15:49:31查看所有版本查看所有版本

物品細節

物品狀況
全新: 全新,未閱讀過和使用過的書籍,狀況完好,不存在缺頁或內頁受損。 查看所有物品狀況定義會在新視窗或分頁中開啟
Book Title
Advanced Binary for Programming & Computer Science: Logical, Bitw
Publication Date
2018-08-29
Pages
190
ISBN
9781726352642
類別

關於產品

Product Identifiers

Publisher
CreateSpace
ISBN-10
1726352641
ISBN-13
9781726352642
eBay Product ID (ePID)
5038479416

Product Key Features

Number of Pages
190 Pages
Publication Name
Advanced Binary for Programming and Computer Science: Logical, Bitwise and Arithmetic Operations, and Data Encoding and Representation
Language
English
Subject
Computer Science
Publication Year
2018
Type
Textbook
Subject Area
Computers
Author
Sunil Tanna
Format
Trade Paperback

Dimensions

Item Height
0.5 in
Item Weight
19.9 Oz
Item Length
11 in
Item Width
8.5 in

Additional Product Features

Intended Audience
Trade
Synopsis
This 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

賣家提供的物品說明

賣家簡介

AlibrisBooks

98.8% 正面信用評價已賣出 197.11 萬 件物品

加入日期:5月 2008
通常在 24 小時內回覆
Alibris is the premier online marketplace for independent sellers of new & used books, as well as rare & collectible titles. We connect people who love books to thousands of independent sellers around ...
查看更多內容
瀏覽商店聯絡

詳盡賣家評級

過去 12 個月的平均評級
說明準確
4.9
運費合理
5.0
運送速度
5.0
溝通
5.0

賣家信用評價 (529,005)

全部評級
正面
中立
負面