Three floating point numbers $X, Y,$ and $Z$ are stored in three registers $RX, RY,$ and $RZ,$ respectively, in IEEE 754 single-precision format as given below in hexadecimal: \[ RX = 0xC1100000, \quad RY = 0x40C00000, \quad RZ = 0x41400000 \] Which of the following option(s) is/are CORRECT?
By applying the IEEE 754 standard to the given hexadecimal values, we perform the necessary steps to convert them to their respective decimal forms. Once converted, we can evaluate the expressions based on these decimal values.
After computing each expression, we find that options (A), (B), and (C) hold true, as their results match the expected outcomes based on the decoded values.
According to the map shown in the figure, which one of the following statements is correct?
Note: The figure shown is representative.
In the diagram, the lines QR and ST are parallel to each other. The shortest distance between these two lines is half the shortest distance between the point P and the line QR. What is the ratio of the area of the triangle PST to the area of the trapezium SQRT?
Note: The figure shown is representative
A disk of size 512M bytes is divided into blocks of 64K bytes. A file is stored in the disk using linked allocation. In linked allocation, each data block reserves 4 bytes to store the pointer to the next data block. The link part of the last data block contains a NULL pointer (also of 4 bytes). Suppose a file of 1M bytes needs to be stored in the disk. Assume, 1K = \(2^{10}\) and 1M = \(2^{20}\). The amount of space in bytes that will be wasted due to internal fragmentation is ___________. (Answer in integer)