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 Infinite loop

B 0 1 2 ... 65535

C No output

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

Q3: Dynamic RAMs store information by using ________.

A capacitors

B flip-flops

C magnetism

D latches

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 refresh

B data encoding

C address decoding

D memory paging

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

A reinstalling

B reinstating

C revitalizing

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 outputs the data in the same order that it was input

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

C All of the above

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

Q8: PROMs are programmed by ________ fuses.

A blowing

B charging

C inputting

D zapping

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

A verify

B scan

C format

D store data into

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

A the address lines are multiplexed to reduce pin count

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

C None of the above

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