0

programming languages Online Quiz - 211

Description: programming languages Online Quiz - 211
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

As per COBOL coding standards what is the meaning of an asterisk in column 7?

  1. Indicates start of a new line

  2. Indicates the line is commented

  3. Indicates the continuation of the previous line

  4. None of the above


Correct Option: B
  1. Common OBservation Official Language

  2. COmputer Basic Operating Language

  3. COmmon Business Oriented Language

  4. None of the above


Correct Option: C

What is the command used for printing in COBOL?

  1. SHOW

  2. PRINT

  3. DISPLAY

  4. DISP


Correct Option: C

Condition names are names associated with a field that take on a true/false status depending on whether their value is equal to the field value. They are indicated by a level number of what?

  1. 66

  2. 77

  3. 88

  4. 5


Correct Option: C

SMARTFORM is client independent.

  1. True

  2. False


Correct Option: A
  1. Domains

  2. Documentation

  3. Data Models

  4. Dynpro


Correct Option: A
  1. Data is filtered in the database

  2. Data is filtered on the network

  3. Data is filtered in the sapgui

  4. Data is filtered at the application server


Correct Option: A

From the below given options, select all those which are correct.

  1. VALUE clause is used to initialize the data items in the working storage section.

  2. INITIALIZE is used to initialize the data items in the procedure division.

  3. INITIALIZE clause is used to initialize the data items in the working storage section.

  4. VALUE is used to initialize the data items in the procedure division.


Correct Option: A,B

Select the sections which are main sections in DATA DIVISION?

  1. FILE SECTION

  2. LINKAGE SECTION

  3. WORKING-STORAGE SECTION

  4. REPORT SECTION


Correct Option: A,C
  1. Domain

  2. Field of a table

  3. Check table

  4. Type


Correct Option: D

Full Buffering would be appropriate for?

  1. Transaction Tables

  2. Small Static tables

  3. Internal Tables

  4. Tables with generic Keys


Correct Option: B
- Hide questions