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

A Abdicate

B Renounce

C Possess

D Deny

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

int main()
{
    char mybuf[] = 'India';
    char yourbuf[] = 'Aptitude';
    char *const ptr = mybuf;
    *ptr = 'a';
    ptr = yourbuf;
    return 0;
}

A None of above

B Error: unknown pointer conversion

C Error: cannot convert ptr const value

D No error

Q3: A classification of ICs with complexities of 12 to 100 equivalent gates on a chip is known as ________.

A VLSI

B LSI

C MSI

D SSI

Q4: Which of the following is a semiconductor memory?

A RAM

B MAR

C CD-ROM

D CD

Q5: The holes through a PC board are ________.

A larger with SMT than with through-hole mounting

B the same size as with through-hole mounting

C smaller with SMT than with through-hole mounting

D usually unnecessary

Q6: A classification of ICs with complexities of 100 to 10,000 equivalent gates per chip is known as ________.

A LSI

B VLSI

C SSI

D MSI

Q7: The voltage levels used to represent binary values (0 and 1) in a digital system are nearly equal in value.

A True

B False

Q8: In a serial data system, the data is transmitted along a group of conductors simultaneously.

A True

B False

Q9: Temperature variation is normally an analog quantity.

A True

B False

Q10: Transistor-transistor logic (TTL) uses the bipolar transistor as its main circuit element.

A True

B False