Systems Architecture
Systems Architecture
7th Edition
ISBN: 9781305080195
Author: Stephen D. Burd
Publisher: Cengage Learning
Question
Book Icon
Chapter 3, Problem 1RQ
Program Plan Intro

Number Representation:

  • The base of the number in mathematical expressions is specified by a subscript.
  • Example:
    • In “10112”, the subscript “2” denotes that the number “1011” is interpreted as a binary number.
    • In “52678”, the subscript “8” denotes that the number “5267” is interpreted as an octal number.
    • In “532416”, the subscript “16” denotes that the number “5324” is interpreted as a hexadecimal number.
  • The base of the number can also be explicitly represented by placing a letter at the end.
  • Example:
    • The letter “H” at the end of the number “5324H”, is denotes that the number “5324” is a hexadecimal number.
    • The letter “B” at the end of the number “1011B”, is denotes that the number “1011” is a binary number.

Blurred answer
Students have asked these similar questions
What is the decimal representation of 27?
Integer Representations What decimal value does the 8-bit binary number 11001110 have if: it is interpreted as an unsigned number? it is on a computer using Two's Complement representation?
What is the largest decimal number that can be represented in binary with eight bits?

Chapter 3 Solutions

Systems Architecture

Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning