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

A Return

B Home-coming

C Influx

D Restoration

Q2:
What will be the output of the program?
#include<stdio.h>

int main()
{
    const c = -11;
    const int d = 34;
    printf('%d, %d\n', c, d);
    return 0;
}

A 11, 34

B Error

C -11, 34

D None of these

Q3: How many binary bits are necessary to represent 748 different numbers?

A 8

B 9

C 7

D 10

Q4: A periodic digital waveform has a pulse width (tw) of 6 ms and a period (T) of 18 ms. The duty cycle is ________.

A 18%

B 3.3%

C 33.3%

D 6%

Q5: Any number with an exponent of one is equal to:

A that number.

B zero.

C one.

D two.

Q6: Serial format means digital signals are:

A sent in binary coded decimal.

B sent over many conductors simultaneously.

C sent in groups of eight signals.

D sent over one conductor sequentially.

Q7: What is the decimal value of 2–1 ?

A 0.1

B 0.5

C 0.05

D 0.25

Q8: Which format can send several bits of information faster?

A Serial

B Parallel

C Both are the same

D Cannot tell

Q9: The frequency of a pulse train is 2 kHz. The pulse period is ________.

A 500 s

B 5 ms

Cs

D 50 ms

Q10: What has happened to the advances in digital technologies over the past three decades?

A Continued to increase, but at a decreasing rate

B Made excellent progress

C Slowed down considerably

D Nothing short of phenomenal