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 Dutiful

B Harmful

C Watchful

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 255 times

C 256 times

D 254 times

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

A mounds

B holes

C pits

D lands

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

A RAM

B address

C data

D storage

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

A holes

B pits

C lands

D mounds

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

A to set the flip-flops

B The refresh cycle discharges the capacitor cells.

C to clear the flip-flops

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

Q7: Which is not a magnetic storage device?

A Optical disk

B Magneto-optical disk

C Magnetic tape

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 read cycle time

B write enable time

C data hold

D access 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 ________.

A 64 s

B 2 ms

Cs

D 64 ms