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

A Fortuitous

B Indifferent

C Accidental

D Deliberate

Q2: What will be the output of the program?
#include<stdio.h>
int main()
{
    unsigned int i = 65536; /* Assume 2 byte integer*/
    while(i != 0)
        printf('%d',++i);
    printf('\n');
    return 0;
}

A 0 1 2 ... 65535

B Infinite loop

C 0 1 2 ... 32767 - 32766 -32765 -1 0

D No output

Q3: Dynamic RAMs store information by using ________.

A latches

B flip-flops

C magnetism

D capacitors

Q4: When more than one IC is used to provide all the addressable locations in a memory, a technique called ________ is used to identify which IC is being accessed.

A memory paging

B address decoding

C memory refresh

D data encoding

Q5: The periodic recharging of dynamic RAM memory cells is called ________.

A revitalizing

B refreshing

C reinstalling

D reinstating

Q6: A(n) ________ is user programmable and can also be erased electronically and reprogrammed as often as desired.

A EPROM

B PROM

C ROM

D EEPROM

Q7: A FIFO ________.

A allows data to be clocked in and out at different clock rates

B All of the above

C can be used to smooth out bursts of data into a continuous stream

D outputs the data in the same order that it was input

Q8: PROMs are programmed by ________ fuses.

A blowing

B charging

C zapping

D inputting

Q9: When a computer is executing a program of instructions, the CPU will ________ memory locations as dictated by the program instructions.

A format

B scan

C verify

D store data into

Q10: A DRAM has a RAS and a CAS because ________.

A None of the above

B the RAS latches in the address and the CAS latches in data

C the address lines are multiplexed to reduce pin count

D the RAS determines the operation mode and the CAS enables the tristate outputs