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 Hot-blooded

B Warm-hearted

C Stout-hearted

D Full-blooded

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 11 times

B 0 times

C Infinite times

D 10 times

Q3: What are the typical values of tOE?

A All of the above

B 12 to 50 ns for CMOS

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 EEPROM

B EPROM

C mask ROM

D ROM

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

A RAM

B ROM

C FPROM

D EEPROM

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

A 4

B 8

C 9

D 2

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 EPROM can be erased with ultraviolet light in much less time than an EEPROM

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 EEPROM has the ability to erase and reprogram individual words

Q9: The mask ROM is ________.

A permanently programmed during the manufacturing process

B extremely expensive

C volatile

D easy to reprogram

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

A 16

B 4

C 8

D 2