image not found

Oops! That page can't be found.


Directions to Solve

In the following questions choose the word which is the exact OPPOSITE of the given words.

Q1: REMISS

A Harmful

B Watchful

C Dutiful

D Forgetful

Q2:
How many times the while loop will get executed if a short int is 2 byte wide?
#include<stdio.h>
int main()
{
    int j=1;
    while(j <= 255)
    {
        printf('%c %d\n', j, j);
        j++;
    }
    return 0;
}

A Infinite times

B 254 times

C 256 times

D 255 times

Q3: On a CD-ROM, ________ are raised areas representing a 1.

A holes

B mounds

C lands

D pits

Q4: The location of a unit of data in a memory array is called its ________.

A address

B storage

C data

D RAM

Q5: On a CD-ROM, ________ are recessed areas representing a 0.

A mounds

B holes

C lands

D pits

Q6: Why is a refresh cycle necessary for a dynamic RAM?

A to set the flip-flops

B The refresh cycle keeps the charge on the capacitor cells.

C The refresh cycle discharges the capacitor cells.

D to clear the flip-flops

Q7: Which is not a magnetic storage device?

A Magneto-optical disk

B Magnetic tape

C Optical disk

D Magnetic disk

Q8: The time from the beginning of a read cycle to the end of tACS or tAA is referred to as:

A write enable time

B data hold

C access time

D read cycle time

Q9: Which of the following memories is volatile?

A EROM

B ROM

C Flash

D RAM

Q10: The refresh period for capacitors used in DRAMs is ________.

As

B 2 ms

C 64 ms

D 64 s