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 Deliberate

B Accidental

C Fortuitous

D Indifferent

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 0 1 2 ... 32767 - 32766 -32765 -1 0

C Infinite loop

D No output

Q3: Dynamic RAMs store information by using ________.

A magnetism

B latches

C flip-flops

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 reinstating

C reinstalling

D refreshing

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

A EEPROM

B EPROM

C PROM

D ROM

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 inputting

B blowing

C zapping

D charging

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

A scan

B format

C verify

D store data into

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

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

B None of the above

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

D the address lines are multiplexed to reduce pin count