Preview

contract of agency

Good Essays
Open Document
Open Document
337 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
contract of agency
DATA REPRESENTATION
CPU uses electronic elements such as switches, which are represented in two states i.e., on/off state (high/low state). These two states are indicated as 1 and 0. In other words, computer operates only in two digits 1 and 0.
Hence, our ordinary decimal number system consisting ten digits (0-9) do not suits the data representation of CPU. It works with simple binary system.

BINARY NUMBER SYSTEM
It uses two symbols or digits i.e. 0 and 1. And all the symbol, Arithmetic number etc. are represents in the form of 0’s and 1’s. And ordinary decimal number can be converted to its binary form in the following manner-

Ques:
Convert (45) 10 to its Binary equivalent
2
45

2
22
1
2
11
0
2
5
1
2
2
1
2
1
0

0
1

Thus (45) 10 = (0101101) 2

Converting the above number from binary form to decimal is
1x25 + 0x24+1x23 +1x22 + 0x21 1x20
= 32 + 0 + 8 + 4 + 0 + 1 = 45

The positional values on both sides of binary point are given:
Position : 4 3 2 1 0 -1 -2 -3 -4
Position value : 24 23 22 21 20 2-1 2-2 2-3 2-4
Ques: Convert (.011) 2 to its decimal equivalent
=0x2-1 + 1x2-2 + 1x2-3
=0 + 1/4 + 1/8 = 0 + .25 + .125 =(0.375) 10

Octal No. System - This number system uses 8 symbols (0,1,2,3,4,5,6,7)
Example: -
Binary: 001 100 111 011
Octal: 1 4 7 3

Ques: Convert (3721.2406) 8 to decimal equivalent = 3x83 + 7x82 + 2x81 + 1x80 + 2x8-1 + 4x8-2 + 0x8-3 + 6x8-4 Hexa-Decimal System - This system uses base 16, incorporates the symbols (0,1,2,3,4,5,6,7,8,9, A, B, C, D, E, F).

Ques: Convert (0.3125) 10 to binary equivalent
.3125
x 2 --------- 0 .6250 x 2 ---------- 1 .2500 x 2 ---------- 0 .5000 x 2 ---------- 1 .0000 Thus (0.3125) 10 = (0.0101) 2

BCD Code - Binary coded Decimal is one of the early memory codes. Every digit in BCD is represented using 4 bits. (42) 10 = 0100 0010 4 2 Or (0100

You May Also Find These Documents Helpful

  • Satisfactory Essays

    NT1210 Lab 1

    • 319 Words
    • 4 Pages

    3. First 4 digits of a Base 5 numbering system would be (left to right) 625 125 25 5…

    • 319 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    Pt1420 Unit 5 Study Guide

    • 2789 Words
    • 12 Pages

    Convert the number in hexadecimal into decimal by multiplying each digit of a number with 16 raise to the power of weight of digit.…

    • 2789 Words
    • 12 Pages
    Good Essays
  • Powerful Essays

    Nt1330 Unit 3 Assignment 1

    • 2019 Words
    • 9 Pages

    Subnetting IP Addressing • Internet Protocol (IP) • A unique indentifier for a host, or node, on an IP network • 32-bit binary number, usually expressed as 4 “dotted decimal” values. • Each decimal value represents 8 bits, in the range of 0 to 255 Example 140.179.220.200 140 Written in binary form: .179 .220 .200…

    • 2019 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    A user has opened a calculator application, typed the numbers 123456789, and then done some math problem using this number. Which of the following determines, in part, what bits the computer stores in RAM to represent the number 123456789?…

    • 957 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    1) Numbers can be represented in binary (using 2 symbols 0 and 1) and hexadecimal ( 16 symbols…

    • 480 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Nt1310 Unit 1 Assignment

    • 1994 Words
    • 8 Pages

    5. Convert 32 decimal to binary floating point. Use a 6 bit mantissa and a 4 bit exponent.…

    • 1994 Words
    • 8 Pages
    Better Essays
  • Satisfactory Essays

    Using a system of 1's and 0's ______________ is the most common way of encoding data.…

    • 932 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1110

    • 315 Words
    • 2 Pages

    The third numbering system that computers use is hexadecimal system, which is complex than the other two numbering systems. This refers to the base16 number system that consists of 16 symbols. The numbers are 0 to 9 and the letters A to F. The decimal number 15 is represented as F in the hexadecimal numbering system. The hexadecimal system is useful because it can represent every byte as two consecutive hexadecimal digits. It is easier for people to read hexadecimal numbers than binary numbers.…

    • 315 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Netw202 Week 2 Ilab

    • 579 Words
    • 3 Pages

    Copy and Paste the following screenshots from your Converting Decimal to Binary and Binary to Decimal lab below.…

    • 579 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    IS3120 Unit 3

    • 650 Words
    • 2 Pages

    computer can transmit data in 1's and 0's on and off also called digital or binary form.…

    • 650 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Compter Science

    • 819 Words
    • 4 Pages

    After we normalize a number, its first significant digit is immediately to the left of the binary point.…

    • 819 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Computers only understand one language and that is the machine language (binary code). This type of language is represented in a two digit sequence zero (0) or one (1). Computers use this machine language to represent every task that they perform by means of electrical current that go through switches (capacitors). If a switch has current it means that the switch is “ON” in machine language this will be represented as the number “one”. If there is no current going through the switch then it is considered to be “OFF” and represented in binary code as the number “zero”.…

    • 322 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    In this lab, you will demonstrate the ability to work with decimal and hexadecimal numbers.…

    • 705 Words
    • 5 Pages
    Good Essays
  • Powerful Essays

    Ipt Hsc Notes

    • 11818 Words
    • 48 Pages

    Standard ASCII represents the English language characters using decimal numbers in the range from 0 to 127 and requires 7 bits per character. Unicode systems extend ASCII characters to include characters from other languages.…

    • 11818 Words
    • 48 Pages
    Powerful Essays
  • Satisfactory Essays

    Different CPU’s have different machine codes hence they are machine dependent. Such programs are hard to understand from the programmer’s point of view.…

    • 343 Words
    • 2 Pages
    Satisfactory Essays