Tag: technology

Questions Related to technology

  1. START

  2. RERUN

  3. MOVE

  4. DELETE


Correct Option: B
Explanation:

To solve this question, the user needs to know about the PROCEDURE DIVISION verbs in COBOL programming language.

The PROCEDURE DIVISION is the section in a COBOL program where the actual processing of data takes place. It contains a set of COBOL statements that are executed sequentially when the program runs. The PROCEDURE DIVISION contains a number of COBOL verbs, which are used to manipulate data and control program flow.

Now, let's go through each option and explain why it is right or wrong:

A. START: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to initiate the execution of another program or a specific section within a program.

B. RERUN: This option is not a valid PROCEDURE DIVISION verb in COBOL. It is not a standard COBOL verb and is not recognized by the compiler.

C. MOVE: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to move data from one variable to another.

D. DELETE: This option is a valid PROCEDURE DIVISION verb in COBOL. It is used to delete a record from a file.

Therefore, the answer is:

The Answer is: B

  1. Add 1, 2, 3 To Field-1.

  2. Add 1 To Field-1, Field-2.

  3. Add Field-1, 3 Giving Field-2.

  4. Add Field-1 To Field-2 Giving 3.


Correct Option: D

The AT-SELECTION-SCREEN event is triggered when

  1. ENTER key is hit on the selection-screen

  2. F8 key is hit on the selection-screen

  3. Any field on selection-screen is populated

  4. F4 key is hit on the selection-screen


Correct Option: B,C
  1. Data-A < Data-B And Data-C < Data-A

  2. Data-B > Data-C Or Data-A > Data-C

  3. Data-A < Data-B And Data-C

  4. Data-A < Data-B And Data-A > Data-C


Correct Option: C
  1. Java API For XML WebtechnologyServices

  2. Java Architecture for XML WebServices

  3. Java API For XML WebServices

  4. Java Attachments For XML WebServices


Correct Option: C
  1. Java API For Rest WebServices

  2. Java API For RESTful WebServices

  3. Java API For RESTless WebServices

  4. Java Attachments For RESTful WebServices


Correct Option: B
  1. Small Object Access Protocol

  2. Simple Object API for Protocol

  3. Small Object API for Protocol

  4. Simple Object Access Protocol


Correct Option: D