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

A Forthright

B Genuine

C Candid

D Direct

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

int main()
{
    const int k=7;
    int *const q=&k;
    printf('%d', *q);
    return 0;
}

A Error: cannot convert from 'const int *' to 'int *const'

B Error: Lvalue required

C Error: RValue required

D No error

Q3: Once a signal is digitized, the information it contains does not ________ as it is processed.

A deteriorate

B complain

C stiffen

D compress

Q4: The rise-time of a pulse is normally measured between the ________.

A 0 and 100% level

B 30% and 70% level

C 10% and 90% level

D 50% level on the leading edge to the 50% level on the trailing edge

Q5: A logic circuit that can store one bit of information is a ________.

A flip-flop

B counter

C code converter

D gate

Q6: The horizontal axis of an oscilloscope is normally calibrated in units of ________.

A time

B frequency

C voltage

D current

Q7:
The combination of waveforms consisting of the given figures 1 and 2 is generally referred to as ________.

A a timing diagram

B two-phase waveforms

C simultaneous waveforms

D pulse waveforms

Q8: The digit that changes most often when counting is called the ________.

A LSB

B LED

C LCD

D LL Bean

Q9: Memory devices that use electronic latching circuits are called ________.

A flip-flops

B RAM

C magnetic tape

D DRAM

Q10: A microprocessor that performs only specific, dedicated tasks is also called a ________.

A calculator

B microcontroller

C workstation processor

D laptop microrocmputer