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 Fortuitous

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

B Infinite loop

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

D 0 1 2 ... 65535

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 paging

B data encoding

C memory refresh

D address decoding

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 can be used to smooth out bursts of data into a continuous stream

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

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 charging

B blowing

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

D format

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

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

B None of the above

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

D the address lines are multiplexed to reduce pin count