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: LOQUACIOUS

A Garrulous

B Verbose

C Talkative

D Reticent

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    int i=0;
    for(; i<=5; i++);
        printf('%d', i);
    return 0;
}

A 0, 1, 2, 3, 4, 5

B 6

C 1, 2, 3, 4

D 5

Q3: The time from the beginning of a read cycle to the point when the data output is valid is called propagation delay.

A False

B True

Q4: Due to their ability to be easily erased and reused, magnetic memory devices are widely used for RAM.

A False

B True

Q5: The TMS44100 4M × 1 DRAM does not have a chip select (SC) input.

A False

B True

Q6: The highest-speed magnetic storage is achieved by using a floppy disk.

A False

B True

Q7: The floating-gate MOSFET is the actual storage element for EEPROMs. An electron charge will remain on the floating gate for more than 10 years unless drained off electrically.

A False

B True

Q8: ROMs are used to store data on a permanent basis.

A False

B True

Q9: The time delay called access time, tac, is a measure of the ROM's operating speed.

A False

B True

Q10: A typical RAM will read (place stored data on its outputs) whenever the Chip Select line is active and the Write Enable line is inactive.

A True

B False