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

A Praise

B Reward

C Rejoice

D Please

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    int a = 500, b = 100, c;
    if(!a >= 400)
        b = 300;
    c = 200;
    printf('b = %d c = %d\n', b, c);
    return 0;
}

A b = 100 c = 200

B b = 300 c = garbage

C b = 300 c = 200

D b = 100 c = garbage

Q3: A ROM that allows the user to program data into the chip by permanently opening fusible links is the EPROM.

A False

B True

Q4: A write operation may also be referred to as a "fetch" operation.

A True

B False

Q5: Address multiplexing is used to reduce the number of address lines.

A False

B True

Q6: PROMs are basically the same as mask ROMs, once they have been programmed.

A False

B True

Q7: RAM is nonvolatile.

A True

B False

Q8: Cache memory is used in high-speed systems.

A False

B True

Q9: Dynamic memories, such as the 2118 16K × 1 RAM, have to multiplex the address bus.

A False

B True

Q10: ROM is a type of memory in which data are stored permanently or semipermanently.

A True

B False