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

A Rarity

B Clarity

C Intelligence

D Brightness

Q2:
What will be the output of the program?
#include<stdio.h>
int main()
{
    float a = 0.7;
    if(0.7 > a)
        printf('Hi\n');
    else
        printf('Hello\n');
    return 0;
}

A Hello

B Hi Hello

C None of above

D Hi

Q3: A ________ is user-programmable memory that cannot be erased and reprogrammed.

A ROM

B PROM

C EEPROM

D EPROM

Q4: A device that needs constant refreshing to avoid losing data is a(n) ________.

A ROM

B EPROM

C SRAM

D DRAM

Q5: Information that is stored in a mask ROM ________.

A is stored by the manufacturer and cannot be changed

B can be modified by using special equipment and is lost if power is interrupted

C can be modified by using special equipment

D is lost if power is interrupted

Q6: Flash memories are so called because of the rapid ________ times.

A format and erase

B read and write

C erase and write

D erase and read

Q7: If an analog signal is to be converted to an 8-bit resolution, how many comparators are used in a parallel-encoded ADC?

A 128

B 256

C 127

D 255

Q8: A transducer is a device that:

A stores digital data and then processes that data according to a set of specified instructions

B converts a physical variable to an electrical variable

C converts analog data to meaningful data

D controls a physical variable

Q9: How many different voltages can be output from a DAC with a 6-bit resolution?

A 64

B 16

C 6

D 32

Q10: A 4-bit R/2R D/A converter has a reference of 5 V. What is the analog output for the input code 0101?

A –3.125 V

B 0.78125 V

C 0.3125 V

D 3.125 V