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

C The police will be informed 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 Error

C H

D Hello

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

A The middle digit of a stream of numbers

B The digit with the most weight

C The digit to the right of the decimal point

D The last digit on the right

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

A Information storage is easy.

B The circuits are less affected by noise.

C The operation can be programmed.

D The values may vary over a continuous range.

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

A reprogrammable

B one-time programmable

C reprogrammable and a CMOS device

D a CMOS device

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

A unacceptable

B unknown

C between 2 V and 5 V

D unnecessary

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

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

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

C It converts direct current to alternating current.

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 0,1,2

D 1,2

Q9: A full subtracter circuit requires ________.

A two inputs and two outputs

B three inputs and two outputs

C two inputs and three outputs

D three inputs and one output

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

A all the time

B when any input is HIGH

C when all inputs are HIGH

D when any input is LOW