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 Innocent

B Vapid

C Frivolous

D Ignorant

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 None of above

B Error: unknown pointer conversion

C Error: cannot convert ptr const value

D No error

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

A inputs

B logic

C wiring

D outputs

Q4:
The given figure is most likely a ________.

A register

B counter

C multiplexer

D decoder

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

A modem

B input unit

C control unit

D memory unit

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

A 25%

B 50%

C 100%

D 10%

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 negative logic

B invalid logic

C positive logic

D assertion-level logic

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

A VL(min)

B VH(max)

C VL(max)

D VH(min)

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

A encoder

B magnitude comparator

C multiplexer

D decoder

Q10: The CPU contains all the circuitry for ________.

A keeping track of time

B storing data

C fetching and interpreting instructions

D Internet operations