Descriere YEO:
Pe YEO găsești Advanced Binary for Programming & de la Sunil Tanna, în categoria Computers.
Indiferent de nevoile tale, Advanced Binary for Programming & Computer Science: Logical, Bitwise and Arithmetic Operations, and Data Encoding and Representation - Sunil Tanna din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 372.26 Lei
Caracteristicile produsului Advanced Binary for Programming &
- Brand: Sunil Tanna
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 18-09-2025 01:36:55
Comandă Advanced Binary for Programming & Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Advanced Binary for Programming & de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
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 Text 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