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

A Weak

B Dormant

C Unconcerned

D ACTIVE

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

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

A Error: Lvalue required

B Error: cannot convert 'const char *' to 'char *'.

C None of above

D No error and No output

Q3: The two binary digits are 1 and 2.

A True

B False

Q4: It is possible to have an overlap between high and low levels in digital logic.

A True

B False

Q5: A microcomputer is not a general-purpose computer.

A False

B True

Q6: An invalid digital signal is used as a zero.

A False

B True

Q7: Memory devices store binary data.

A True

B False

Q8: A graph of phase vs. time is a timing diagram.

A True

B True

Q9: In a negative logic system, a high is represented by 0.

A True

B False

Q10: The LSB is always to the right of the MSB.

A True

B False