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 Clarity

B Intelligence

C Brightness

D Rarity

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 Hi

B Hi Hello

C None of above

D Hello

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

A EPROM

B PROM

C ROM

D EEPROM

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

A ROM

B SRAM

C DRAM

D EPROM

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

A is lost if power is interrupted

B is stored by the manufacturer and cannot be changed

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

D can be modified by using special equipment

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

A erase and write

B read and write

C format and erase

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 255

B 128

C 127

D 256

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 16

B 64

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 3.125 V

C 0.78125 V

D 0.3125 V