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: BELITTLE

A Adore

B Flatter

C Exaggerate

D Criticize

Q2:
Point out the error in the program.
#include<stdio.h>
const char *fun();

int main()
{
    *fun() = 'A';
    return 0;
}
const char *fun()
{
    return 'Hello';
}

A No error

B Error: Lvalue required

C Error: RValue required

D Error: fun() returns a pointer const character which cannot be modified

Q3: A continually variable, proportional indicator is a(n) ________ representation.

A decimal

B digital

C analog

D unconstitutional

Q4: The control and arithmetic/logic units are often considered as one unit called the ________.

A inputs and outputs

B arithmetic/logic unit

C microcomputer

D central processing unit

Q5: A microcontroller would not be used in a(n) ________.

A automobile ignition system

B antilock brakes

C grandfather clock

D VCR

Q6: ________ is the highest-value seven-bit binary number.

A 126

B 125

C 127

D 128

Q7:
The systems shown in the given figure communicate using ________.

A parallel data

B serial data

C both parallel and serial data

D serial-parallel data

Q8: The set of instructions for a computer is called a(n) ________.

A input

B output

C program

D control unit

Q9: The controls on an oscilloscope that will help obtain a stable display are in the ________.

A horizontal section

B trigger section

C display section

D vertical section

Q10:
The value of the data shown in the given figure is ________.

A 1001101

B 1011001

C 5

D between 0 and 1