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 Vapid

B Innocent

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 Error: cannot convert ptr const value

B None of above

C Error: unknown pointer conversion

D No error

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

A wiring

B outputs

C logic

D inputs

Q4:
The given figure is most likely a ________.

A multiplexer

B counter

C register

D decoder

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

A control unit

B modem

C memory unit

D input unit

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

B negative logic

C invalid logic

D assertion-level logic

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

A VL(max)

B VH(max)

C VH(min)

D VL(min)

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

A magnitude comparator

B encoder

C decoder

D multiplexer

Q10: The CPU contains all the circuitry for ________.

A storing data

B Internet operations

C keeping track of time

D fetching and interpreting instructions