Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is overflow and how can it be detected how does overflow in unsigned numbers differ from overflow in signed
you have stumbled on an unknown civilization while sailing around the world the people who call themselves zebronians
if the floating-point number storage on a certain system has a sign bit a 3-bit exponent and a 4-bit significanda what
assume we are using the simple model for floating-point representation as given in this book the representation uses a
why do we usually store floating-point numbers in normalized form what is the advantage of using a bias as opposed to
assume a 24-bit word on a computer in these 24 bits we wish to represent the value 295a if our computer uses even
why would a system designer wish to make unicode the default character set for their new system what reasons could you
suppose we want an error-correcting code that will allow all single-bit errors to be corrected for memory words of
pick an architecture such as 80486 pentium pentium iv sparc alpha or mips do research to find out how your architecture
name and explain the seven commonly accepted layers of the computer level hierarchy how does this arrangement help us
pretend you are ready to buy a new computer for personal use first take a look at ads from various magazines and
pick your favorite computer language and write a small program after compiling the program see if you can determine the
suppose a transistor on an integrated circuit chip were 2 microns in size according to moores law how large would that
list five applications of personal computers is there a limit to the applications of computers do you envision any
under the von neumann architecture a program and its data are both stored in memory it is therefore possible for a
read a popular local newspaper and search through the job openings you can also check some of the more popular online
how does a machine language differ from an assembly language is the conversion one-to-one one assembly instruction
explain what the cpu should do when an interrupt occurs include in your answer the method the cpu uses to detect an
how many bits are required to address a 1m 8 main memory ifa main memory is byte-addressableb main memory is
suppose that a 2m 16 main memory is built using 256kb 8 ram chips and memory is word-addressablea how many ram chips
a digital computer has a memory unit with 24 bits per word the instruction set consists of 150 different operations all
assume a 220 byte memorya what are the lowest and highest addresses if memory is byte-addressable b what are the lowest
write a marie program using a loop that multiplies two positive numbers by using repeated addition for example to
more registers appear to be a good thing in terms of reducing the total number of memory accesses a program might
marie saves the return address for a subroutine in memory at a location designated by the jump-and-store instruction in