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 are informed by them.

C Informed will be the police by them.

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

B Error

C H

D Hel

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

A The last digit on the right

B The middle digit of a stream of numbers

C The digit with the most weight

D The digit to the right of the decimal point

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

A The operation can be programmed.

B The values may vary over a continuous range.

C Information storage is easy.

D The circuits are less affected by noise.

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 unnecessary

B between 2 V and 5 V

C unknown

D unacceptable

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

A It stores digital data on a hard drive.

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 converts direct current to alternating current.

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

A 1,2

B 0 through 8

C 0,1,2

D 0,1

Q9: A full subtracter circuit requires ________.

A two inputs and three outputs

B three inputs and two 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 HIGH

B when all inputs are HIGH

C all the time

D when any input is LOW