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 Contradicting

B Ordering

C Following

D Refusing

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: const variable have been initialised when declared.

B Error: stack overflow in x

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 False

B True

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

A False

B True

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

A True

B False

Q6: PALs are relatively simple integrated circuit devices.

A False

B True

Q7: Digital systems have ________.

A two states

B one state

C four states

D three states

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

A in parallel

B sequentially

C serially

D both serially and sequentially

Q9: Digital systems are called ________.

A logic systems

B numbering systems

C binary systems

D ADC systems

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

A 0.10

B 0.01

C 0.11

D 0.00