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 Informed will be the police by them.

B The police are informed by them.

C The police will be informed by them.

D The police will inform 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 Hello

B H

C Error

D Hel

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

A The last digit on the right

B The digit with the most weight

C The digit to the right of the decimal point

D The middle digit of a stream of numbers

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

A The circuits are less affected by noise.

B Information storage is easy.

C The operation can be programmed.

D The values may vary over a continuous range.

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

A one-time programmable

B reprogrammable and a CMOS device

C reprogrammable

D a CMOS device

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

A unknown

B unnecessary

C between 2 V and 5 V

D unacceptable

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

A It converts direct current to alternating current.

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

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

D It stores digital data on a hard drive.

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

A 0,1

B 1,2

C 0,1,2

D 0 through 8

Q9: A full subtracter circuit requires ________.

A three inputs and one output

B two inputs and three outputs

C three inputs and two outputs

D two inputs and two outputs

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

A all the time

B when all inputs are HIGH

C when any input is HIGH

D when any input is LOW