image not found

Oops! That page can't be found.


Directions to Solve

In the following questions choose the word which is the exact OPPOSITE of the given words.

Q1: FLAGITIOUS

A Ignorant

B Frivolous

C Innocent

D Vapid

Q2:
Point out the error in the program.
#include<stdio.h>
#define MAX 128

int main()
{
    char mybuf[] = 'India';
    char yourbuf[] = 'Aptitude';
    char const *ptr = mybuf;
    *ptr = 'a';
    ptr = yourbuf;
    return 0;
}

A Error: unknown pointer conversion

B No error

C Error: cannot convert ptr const value

D None of above

Q3: The manner in which a digital circuit responds to an input is the circuit's ________.

A wiring

B outputs

C inputs

D logic

Q4:
The given figure is most likely a ________.

A decoder

B register

C counter

D multiplexer

Q5: A(n)________ is not a functional unit of a computer.

A control unit

B input unit

C memory unit

D modem

Q6: The duty cycle of a square wave is ________.

A 25%

B 10%

C 100%

D 50%

Q7: If a HIGH logic level is assigned a binary zero (0), and a low level is assigned a binary one (1), the logic is called ________.

A assertion-level logic

B invalid logic

C negative logic

D positive logic

Q8:
The quantity represented by #1 in the given figure is ________.

A VL(max)

B VH(min)

C VH(max)

D VL(min)

Q9: A binary number can be converted to be viewed on a 7-segment display by a(n) ________.

A multiplexer

B decoder

C encoder

D magnitude comparator

Q10: The CPU contains all the circuitry for ________.

A storing data

B keeping track of time

C Internet operations

D fetching and interpreting instructions