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: FAINT-HEARTED

A Warm-hearted

B Hot-blooded

C Full-blooded

D Stout-hearted

Q2:
How many times 'AptitudeCrack' is get printed?
#include<stdio.h>
int main()
{
    int x;
    for(x=-1; x<=10; x++)
    {
        if(x < 5)
            continue;
        else
            break;
        printf('AptitudeCrack');
    }
    return 0;
}

A Infinite times

B 10 times

C 0 times

D 11 times

Q3: What are the typical values of tOE?

A 12 to 50 ns for CMOS

B All of the above

C 25 to 100 ns for NMOS

D 10 to 20 ns for bipolar

Q4: Which type of ROM can be erased by UV light?

A ROM

B EPROM

C EEPROM

D mask ROM

Q5: Which of the following is NOT a type of memory?

A RAM

B EEPROM

C ROM

D FPROM

Q6: How many address bits are required for a 4096-bit memory organized as a 512 × 8 memory?

A 9

B 4

C 2

D 8

Q7: In general, the ________ have the smallest bit size and the ________ have the largest.

A SRAM, mask ROM

B mask ROM, SRAM

C DRAM, PROM

D EEPROMs, Flash

Q8: Advantage(s) of an EEPROM over an EPROM is/are:

A the EEPROM has the ability to erase and reprogram individual words

B the EEPROM can be erased and reprogrammed without removal from the circuit, and can erase and reprogram individual words

C the EEPROM can be erased and reprogrammed without removal from the circuit

D the EPROM can be erased with ultraviolet light in much less time than an EEPROM

Q9: The mask ROM is ________.

A extremely expensive

B easy to reprogram

C volatile

D permanently programmed during the manufacturing process

Q10: How many 1K × 4 RAM chips would be required to build a 1K × 8 memory system?

A 2

B 16

C 8

D 4