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 inform them.

B The police will be informed by them.

C Informed will be the police by them.

D The police are informed 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 Hel

B Hello

C H

D Error

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 circuits are less affected by noise.

B The operation can be programmed.

C The values may vary over a continuous range.

D Information storage is easy.

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

A a CMOS device

B one-time programmable

C reprogrammable

D reprogrammable and a CMOS device

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

A unacceptable

B between 2 V and 5 V

C unnecessary

D unknown

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

A It converts direct current to alternating current.

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

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

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 through 8

B 0,1

C 1,2

D 0,1,2

Q9: A full subtracter circuit requires ________.

A three inputs and two outputs

B two inputs and three outputs

C three inputs and one output

D two inputs and two outputs

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

A when any input is LOW

B when all inputs are HIGH

C all the time

D when any input is HIGH