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 Combination

B Continuation

C Breakthrough

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 matters

B It matters

C It doesn't matters

D No output

Q3: ROM access time is defined as ________.

A being the difference between the READ and WRITE times

B how long it takes to program the ROM chip

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

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

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 HIGH, read

D Hi-Z, write

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

A speed

B cost

C cost and storage density

D 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 chip enable

B The most significant address inputs

C The read/write line

D The most significant data inputs

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

A a refresh cycle

B a read cycle

C a chip select

D a write cycle

Q8: Dynamic memory is memory ________.

A that must be refreshed periodically or it will lose storage

B whose data can never be altered

C that maintains storage as long as power is applied

D that will maintain storage even if power is removed

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

A EPROMs

B ROMs

C flash memory modules

D CD-ROMs

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

A a refresh cycle

B a read cycle

C a write cycle

D chip select