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 Encourage

D Praise

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 not equal

B No output

C Unpredictable

D x and y are equal

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

A False

B True

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

A True

B False

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 definitely good

B very likely to be good

C very likely to be bad

D definitely bad

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

A RAM

B ROM

C EEPROM

D FPLA

Q8: Information that is stored in an EEPROM ________.

A is stored by the manufacturer and cannot be changed

B is lost if power is interrupted

C can be modified by performing a memory write operation

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

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

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

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

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

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

E All of the above

Q10: The TMS44100 has ________ address inputs.

A 12

B 11

C 10

D 13