• Post author:
  • Post category:Computer

1011. Which of the following functions are provided by compiler by default if we don’t write in a C++ class?
A. Copy constructor
B. Assignment
C. Constructor
D. All the above

1012. How many can max number of arguments present in function in the c99 compiler?
A. 99
B. 90
C. 102
D. 127

1013. The maths function acos (x) stands for
A. Inverse Cosine of x
B. Inverse Sine of x
C. Inverse Tangent of x
D. Floor of x

1014. Constant function in C++ can be declared as
A. Void display()
B. Void display() const
C. Const void display()
D. Void const display()

1015. Where does the execution of the program starts?
A. User-defined function
B. Main function
C. Void function
D. None of the above

1016. Which transmission medium has the fastest transmission rate among the following?

a. Optical fiber *
b. Electrical Cable
c. Coaxial cable
d. Twisted pair cable

1017. An ASK modified or changes the _____ of the Carrier.

a. Amplitude *
b. Frequency
c. Phase
d. Both(b) or(c)

1018. To combine___ signals, Frequency Division Multiplexing (FDM) and Wave Division Multiplexing (WDM) are utilized

a. Analog *
b. Digital
c. Power
d. None of these

1019. Time Division Multiplexing (TDM) is used to combine _____signals.

a. Digital *
b. Analog
c. Energy
d. Power

1020. The SMTP is a _____protocol

a. Push *
b. Pull
c. FTP
d. None of these