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 Criticize

B Flatter

C Exaggerate

D Adore

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 Error: RValue required

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

C Error: Lvalue required

D No error

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

A digital

B analog

C decimal

D unconstitutional

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

A arithmetic/logic unit

B microcomputer

C central processing unit

D inputs and outputs

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

A automobile ignition system

B grandfather clock

C antilock brakes

D VCR

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

A 125

B 126

C 127

D 128

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

A serial data

B serial-parallel data

C parallel data

D both parallel and serial data

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

A program

B control unit

C input

D output

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

A horizontal section

B trigger section

C vertical section

D display section

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

A 1001101

B 5

C 1011001

D between 0 and 1