PDF Google Drive Downloader v1.1


Report a problem

Content text P1 Notes.pdf


AS COMPUTER SCIENCE P1 2 | PAGE ABDUL REHMAN YASER Chapter 1 Information representation 1.1 Data Representation Binary | Hexa | Denary The basis of any number system consists of: • A base: the number of digits that a number system can use to represent numbers • Place value for each digit: digits in certain positions have a specific value • Denary - Base 10 integer digits • Binary Systems - Base 2 • Possible bits (binary digits): 0 and 1 • All data and characters are represented in binary 128 64 32 16 8 4 2 1 0 0 0 0 0 0 0 0 E.g. 65 in binary is 0100001

AS COMPUTER SCIENCE P1 4 | PAGE ABDUL REHMAN YASER Binary Addition | Subtraction Binary addition and binary subtraction are two fundamental operations in binary arithmetic, which is the mathematical system used in computers and other digital devices. Binary Addition: In binary addition, two binary numbers are added together to produce a third binary number. The process of binary addition is similar to decimal addition, but with only two digits, 0 and 1. Here's an example of how binary addition works: In this example, we are adding two 8-bit binary numbers: 10110110 and 01011101. We start by adding the least significant bits (LSBs), which are the rightmost digits, and then carry over any remainders to the next column if needed. In this case, 0 + 1 = 1, 1 + 0 = 1, 1 + 1 = 0 with a carry of 1, and so on. Once we have added all the bits, we get the final result of 11000100 in binary, which is equivalent to the decimal value of 196. 1 0 1 1 0 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 Binary Subtraction: Binary subtraction using the two's complement method is a common technique used in computers to perform subtraction of binary numbers. It works by representing negative numbers using the two's complement representation. Carry out the subtraction 95 – 68 in binary

Related document

x
Report download errors
Report content



Download file quality is faulty:
Full name:
Email:
Comment
If you encounter an error, problem, .. or have any questions during the download process, please leave a comment below. Thank you.