Tag: technology

Questions Related to technology

kernel is known to be the heart of operating sistem

  1. True

  2. False


Correct Option: A

The vtable entry for a pure virtual function in C++ is

  1. zero

  2. NULL

  3. one

  4. No Entry in vtable


Correct Option: B

For the class exforsys defined as below: class exforsys() { }; int main() { exforsys a; } Which of the following is TRUE?

  1. No default constructor is provided by the compiler

  2. The compiler provides the default constructor

  3. The compiler generates error

  4. None of the Above


Correct Option: B
Explanation:

In the given code, a class named "exforsys" is defined. It does not have any member variables or functions.

Now, let's go through each option and determine which one is true:

A. No default constructor is provided by the compiler: This option is incorrect. By default, if no constructor is defined in a class, the compiler provides a default constructor. So, this option is false.

B. The compiler provides the default constructor: This option is correct. When no constructor is defined in a class, the compiler automatically generates a default constructor. So, this option is true.

C. The compiler generates an error: This option is incorrect. Since the class does not have any member variables or functions, there is no reason for the compiler to generate an error. So, this option is false.

D. None of the above: This option is incorrect. As explained earlier, the correct answer is option B. So, this option is false.

Therefore, the correct answer is:

B. The compiler provides the default constructor.

  1. Private members of the class

  2. protected members of the class

  3. Both A and B

  4. None of the Above


Correct Option: C
  1. CURRVAL

  2. LEVEL

  3. ROWNUM

  4. COUNT


Correct Option: A,B,C
  1. Only the R/3 system administrator.

  2. Only the R/3 system administrator and the user.

  3. Only the user himself.

  4. Only user SAP*.


Correct Option: B
  1. default

  2. start profile

  3. Central instance –instance profile

  4. 1.     Application Instance – instance profile


Correct Option: A