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: She makes cakes every Sunday.

A Cakes make her every Sunday.

B Cakes were made by her every Sunday.

C Every Sunday cakes made by her.

D Cakes are made by her every Sunday.

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

int main()
{
    int y=128;
    const int x=y;
    printf('%d\n', x);
    return 0;
}

A Error

B 128

C 0

D Garbage value

Q3: A multiplexer is a device that outputs a fixed sequence of binary states on each clock pulse.

A False

B True

Q4: The general function of a decoder is to activate one or more circuit outputs upon detection of a particular digital state.

A True

B False

Q5: An encoder circuit is designed to generate specific codes.

A False

B True

Q6: A decoder with two inputs will have two outputs for the decoded value.

A True

B False

Q7: A magnitude comparator outputs the highest or lowest value of its inputs depending on control signals.

A True

B False

Q8: An AND gate and two INVERTERs can be connected to act as a basic decoder.

A True

B False

Q9: Parity checking can only detect an odd number of errors.

A True

B False

Q10: A sixteen-input multiplexer will need three data select input control lines.

A False

B True