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 Accidental

B Indifferent

C Deliberate

D Fortuitous

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 No output

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

C 0 1 2 ... 65535

D Infinite loop

Q3: Dynamic RAMs store information by using ________.

A capacitors

B latches

C flip-flops

D magnetism

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 data encoding

B memory paging

C memory refresh

D address decoding

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

A refreshing

B reinstating

C reinstalling

D revitalizing

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

A EPROM

B ROM

C EEPROM

D PROM

Q7: A FIFO ________.

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

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

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

D All of the above

Q8: PROMs are programmed by ________ fuses.

A inputting

B zapping

C charging

D blowing

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 store data into

D verify

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 RAS determines the operation mode and the CAS enables the tristate outputs

D the address lines are multiplexed to reduce pin count