Tag Archives: mcs-012

Represent the following numbers in IEEE-754 floating point single precision number format: 4m Dec2005

Represent the following numbers in IEEE-754 floating point single precision number format:           4m Dec2005 (i)                 1011.1001 (ii)                -0.0011001   Single Precision   S stands for Sign (white color) E stands for Exponent (yellow color) N stands for Number (also called Mantissa or Significand) (green color)   0this Sign bit (1 bit) 1st to 8this Exponent… Read More »

Explain the micro-instruction encoding methods with the help of suitable diagrams 10m Dec2005

Explain the micro-instruction encoding methods with the help of suitable diagrams. If a machine has a very large number of instructions and registers, which of the two encoding methods is preferred? 10m Dec2005  The characteristics of highly encoded and unencoded micro-instructions:- Unencoded micro-instructions  One bit is needed for each control signal; therefore, the number of… Read More »

Find out the errors, if any, in the following 5m Dec2005

Find out the errors, if any, in the following, and               5m Dec2005 (i)                 CMP AX, BX No error since two register operand are allowed for comparison in the permutations shown below. (ii)               IDlV AX, CH IDIV works or allows one parameter only and it can either be register or memory only as shown below. corrected… Read More »

Design a decade counter using D-flipflop. Show all the steps involved 10m Dec2005

Design a decade counter using D-flipflop. Show all the steps involved 10m Dec2005  Decade counter A BCD counter follows a sequence of ten states and returns to 0 after the count of 9. These counters are also called decade counters. This type of counter is useful in display applications in which BCD is required for… Read More »

What is an interrupt? Explain each of the conditions under which an interrupt occurs 5m Dec2005

 What is an interrupt? Explain each of the conditions under which an interrupt occurs 5m Dec2005 Interrupt An interrupt is an external signal that occurs due to an exceptional event. It causes interruption in the execution of current program of CPU. An interrupt may be generated by a number of sources, which may beeither internal… Read More »

Explain the working of the instruction pipelining, with the help of a diagram 5m Dec2005

Explain the working of the instruction pipelining, with the help of a diagram 5m Dec2005  INSTRUCTION PIPELINING To extract better performance instruction execution can be done through instruction pipeline. The instruction pipelining involves decomposing of an instruction execution to a number of pipeline stages. Some of the common pipeline stages can be instruction fetch (IF),… Read More »

In RAID levels, explain the features of those levels which have poor I/O request rate (read/write) 5m Dec2005

In RAID levels, explain the features of those levels which have poor I/O request rate (read/write) 5m Dec2005  Redundancy of data industrial standard, which exists for multiple-disk database schemes, is termed as RAID, i.e., Redundant Array of Independent Disks. The basic characteristics of RAID disks are:  Operating system considers the physical disks as a single… Read More »

Represent the number (-26.5)10 as a floating point binary number with 24 bits. The normalized fraction mantissa has 16 bits and the exponent has 8 bits 5m Dec2005

Represent the number (-26.5)10 as a floating point binary number with 24 bits. The normalized fraction mantissa has 16 bits and the exponent has 8 bits. Make and state suitable assumptions, if any 5m Dec2005 First of all draw the 24 bits precision representations  S stands for Sign (white color) E stands for Exponent (yellow color) N stands for Number… Read More »

RegisterA holds the 8-bits 11011001. Determine the B operand and the logic micro-operation to be performed in order to change the value in A to: 5m Dec2005

RegisterA holds the 8-bits 11011001. Determine the B operand and the logic micro-operation to be performed in order to change the value in A to:  5m Dec2005  01101101 11111101 First refer the table for Logic micro-operations  which can be applied. R1:- 1 0 1 0        (initial value)          R2:- 1 1… Read More »

Construct 16-to-1 line multiplexer with two 8-to-1 line multiplexers and one 2-to-1 line multiplexer. Makes suitable assumptions, if any 5m Dec2005

Construct 16-to-1 line multiplexer with two 8-to-1 line multiplexers and one 2-to-1 line multiplexer. Makes suitable assumptions, if any 5m Dec2005  Multiplexer Multiplexer is one of the basic building units of a computer system which in principle allows sharing of a common line by more than one input lines. It connects multiple input lines to… Read More »