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

A Allow

B Permit

C Praise

D Encourage

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    int x = 3;
    float y = 3.0;
    if(x == y)
        printf('x and y are equal');
    else
        printf('x and y are not equal');
    return 0;
}

A x and y are equal

B Unpredictable

C No output

D x and y are not equal

Q3: Once a PROM is programmed it can be changed by applying a small electrical charge.

A True

B False

Q4: In a register stack, data moves up but not down.

A False

B True

Q5: Most flash chips use a bulk erase operation in which all cells on the chip are erased simultaneously.

A False

B True

Q6: Assume a ROM to be tested is compared with a known good ROM. If the checksums differ, the ROM is ________.

A very likely to be bad

B very likely to be good

C definitely bad

D definitely good

Q7: The checkerboard pattern test is used to test ________.

A EEPROM

B ROM

C RAM

D FPLA

Q8: Information that is stored in an EEPROM ________.

A can be erased by applying high voltage to each storage location

B is lost if power is interrupted

C can be modified by performing a memory write operation

D is stored by the manufacturer and cannot be changed

Q9: The difference between RAM and ROM is that ________.

A RAM has a read/write signal and ROM doesn't; RAM will lose data when the power is removed and ROM won't.

B RAM has a read/write signal and ROM doesn't

C RAM has random address access and ROM uses sequential address access

D All of the above

E RAM will lose data when the power is removed and ROM won't

Q10: The TMS44100 has ________ address inputs.

A 10

B 12

C 11

D 13