image not found

Oops! That page can't be found.


Directions to Solve

In the questions below the sentences have been given in Active/Passive voice. From the given alternatives, choose the one which best expresses the given sentence in Passive/Active voice.

Q1: They will inform the police.

A The police will be informed by them.

B The police will inform them.

C The police are informed by them.

D Informed will be the police by them.

Q2:
What will be the output of the program?
#include<stdio.h>

int main()
{
    const char *s = '';
    char str[] = 'Hello';
    s = str;
    while(*s)
        printf('%c', *s++);

    return 0;
}

A Error

B H

C Hello

D Hel

Q3: In the decimal numbering system, what is the MSD?

A The middle digit of a stream of numbers

B The digit to the right of the decimal point

C The last digit on the right

D The digit with the most weight

Q4: Which of the following statements does NOT describe an advantage of digital technology?

A The values may vary over a continuous range.

B The circuits are less affected by noise.

C The operation can be programmed.

D Information storage is easy.

Q5: The generic array logic (GAL) device is ________.

A one-time programmable

B reprogrammable

C a CMOS device

D reprogrammable and a CMOS device

Q6: The range of voltages between VL(max) and VH(min) are ________.

A unknown

B unnecessary

C unacceptable

D between 2 V and 5 V

Q7: What is a digital-to-analog converter?

A It takes the digital information from an audio CD and converts it to a usable form.

B It allows the use of cheaper analog techniques, which are always simpler.

C It stores digital data on a hard drive.

D It converts direct current to alternating current.

Q8: What are the symbols used to represent digits in the binary number system?

A 0,1

B 0,1,2

C 0 through 8

D 1,2

Q9: A full subtracter circuit requires ________.

A two inputs and two outputs

B two inputs and three outputs

C three inputs and one output

D three inputs and two outputs

Q10: The output of an AND gate is LOW ________.

A all the time

B when any input is LOW

C when any input is HIGH

D when all inputs are HIGH