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

A Ordering

B Refusing

C Following

D Contradicting

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

int main()
{
    const int x;
    x=128;
    printf('%d\n', x);
    return 0;
}

A Error: stack overflow in x

B Error: const variable have been initialised when declared.

C Error: unknown data type const int

D No error

Q3: The arithmetic/logic unit will send the results of its decisions to memory.

A True

B False

Q4: Digital systems require that voltage levels change between high and low.

A True

B False

Q5: The CPU (Central Processing Unit) is composed of memory and outputs.

A False

B True

Q6: PALs are relatively simple integrated circuit devices.

A True

B False

Q7: Digital systems have ________.

A three states

B two states

C four states

D one state

Q8:
The systems shown in the given figure transfer data ________.

A sequentially

B both serially and sequentially

C serially

D in parallel

Q9: Digital systems are called ________.

A binary systems

B ADC systems

C logic systems

D numbering systems

Q10: 1/4 as a binary number would be ________.

A 0.00

B 0.10

C 0.01

D 0.11