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

A Breakthrough

B Continuation

C Combination

D Resurgence

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    char ch;
    if(ch = printf(''))
        printf('It matters\n');
    else
        printf('It doesn't matters\n');
    return 0;
}

A It matters

B It doesn't matters

C No output

D matters

Q3: ROM access time is defined as ________.

A the time required to activate the address lines after the ENABLE line is at a valid level

B how long it takes to program the ROM chip

C the time it takes to get valid output data after a valid address is applied

D being the difference between the READ and WRITE times

Q4: In DRAM operations, it is assumed that R/W is in its ________ state during a ________ operation.

A HIGH, write

B Hi-Z, read

C Hi-Z, write

D HIGH, read

Q5: The major advantage of dynamic RAM over static RAM is ________.

A speed

B storage density

C cost

D cost and storage density

Q6: The address space of a RAM memory can be expanded using a decoder and additional memory ICs. The output of the decoder should be connected to which input line of the memory?

A The most significant data inputs

B The read/write line

C The most significant address inputs

D The chip enable

Q7: The memory operation that presents data on the memory outputs after entering a new address is called ________.

A a refresh cycle

B a chip select

C a read cycle

D a write cycle

Q8: Dynamic memory is memory ________.

A whose data can never be altered

B that maintains storage as long as power is applied

C that will maintain storage even if power is removed

D that must be refreshed periodically or it will lose storage

Q9: Because of their nonvolatility, high speed, low power requirements, and lack of moving parts, ________ have become feasible alternatives to magnetic disk storage.

A flash memory modules

B CD-ROMs

C ROMs

D EPROMs

Q10: The memory operation that stores data into a memory location after entering a new address is called ________.

A a refresh cycle

B a write cycle

C a read cycle

D chip select