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

A Refuse

B Contend

C Contest

D Deny

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    char str[]='C-program';
    int a = 5;
    printf(a >10?'Ps\n':'%s\n', str);
    return 0;
}

A C-program

B None of above

C Ps

D Error

Q3: EEPROM and Flash memory are electrically erasable.

A True

B False

Q4: RAMs must have a  input, in addition to data in.

A True

B False

Q5: The EPROM is strictly a MOS device.

A False

B True

Q6: A term often used commercially to refer to read/write memory is sequential-access memory.

A False

B True

Q7: DRAM chips can be combined for larger capacity and word sizes using the same methods as for other memory types.

A False

B True

Q8: More than one bit of data can occupy each memory cell.

A False

B True

Q9: Flash memories are frequently used in place of floppy or small-capacity hard disk drives in portable computers.

A False

B True

Q10: A nibble is a group of eight bits.

A False

B True