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 Encourage

B Permit

C Praise

D Allow

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

B x and y are equal

C x and y are not equal

D Unpredictable

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 True

B False

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

C definitely good

D very likely to be good

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

A FPLA

B ROM

C RAM

D EEPROM

Q8: Information that is stored in an EEPROM ________.

A is lost if power is interrupted

B is stored by the manufacturer and cannot be changed

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

D can be modified by performing a memory write operation

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

A All of the above

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

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 will lose data when the power is removed and ROM won't

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

Q10: The TMS44100 has ________ address inputs.

A 12

B 11

C 10

D 13