Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
q illustrate hexadecimal number systema big difficulty with the binary system is verbosity to symbolize the value 202 requires eight binary digitsthe
q can you show the decimal to octal conversionto convert decimal to octal is somewhat more difficult the usual method to convert from decimal to
q show the procedure of octal to decimal conversionto convert from octal to decimal multiply the value in every position by its octal weight and add
q can you explain octal to binary conversionit is also simple to convert from an integer octal number to binary this is completed byconvert the
q show binary to octal conversionit is simple to convert from an integer binary number to octal this is accomplished bybreak the binary number
q show the octal number systemthough this was once a popular number base especially in the digital equipment corporation pdp8 and other old computer
q what do you mean by mantissathe mantissa as well known as the significand represents the precision bits of the number it is composed of an implied
q what do you mean by exponentthe exponent field needs to represent both negative and positive exponents to perform this a bias is added to the
q what do you mean by sign bitthe sign bit is like simple as it gets 0 denotes a positive number and 1 denote a negative number and flipping the
q show the storage layout of digital systemthe ieee floating point numbers have three basic components the sign the exponent and the mantissa a
q explain about floating point numbersthe ieee standard 754 floating point is the most common representation today for real numbers on computersthere
q show the overflow of arithmetic operationsa circumstance takes place because the magnitude of the results of arithmetic operations has become too
q can you explain twos complement division2s complement division is repeated 2s complement subtraction the 2s complement of the divisor is calculated
2s complement multiplicationtwos complement multiplication follows the similar rules as binary multiplicationfor illustration-4 times 4
q show the procedure twos complement subtractiontwos complement subtraction is the binary addition of the minuend to the 2s complement of the
q can you explain twos complement addition2s complement additiontwos complement addition follows the same rules as binary additionfor example5
q show the rrsquos complementstep1- get the r-1s complementstep 2- add 1 to the result ex
q show the r-1s complement subtract every digit of the number from r-1 the radix of the system - 1ex
q show the complement representation there are two types of complements for each number system rs and r-1s complement
q what is the procedure of binary divisionthe binary division is the repeated process of subtraction just as in decimal divisionsigned numbers
q what do you mean by binary multiplicationthe rules of binary multiplication0 x 0 0 0 x 1 0 1 x 0 0 1 x 1 1 and no carry or borrow bits for
q what is the procedure of binary subtractionthe rules of binary subtraction0 - 0 0 0 - 1 1 and borrow 1 from the next more significant bit 1
q show the procedure of binary additionrules of binary addition0 0 0 0 1 1 1 0 1 1 1 0 and carry 1 to the next more important bit the
q what do you mean by double worda double word is precisely what its name implies two words thus a double word quantity is 32 bits logically this
q show the boundary of a wordthe boundary of a word is defined as either 16-bits or the size of the data bus for the processor and a double word is