Tag: programming languages

Questions Related to programming languages

  1. This prints all the subsystem which are active.

  2. This determines status of a subsystem.

  3. This inactivates a particular subsystem.

  4. This activates a subsystem.


Correct Option: B
  1. The loop is skipped

  2. The loop is repeated for all the values of the field

  3. Infinite loop

  4. The loop is executed once.


Correct Option: B
  1. Note the M204 procedure you are currently working on.

  2. Notes the Date when you have logged in

  3. Notes only the First occurrence in a Mulitply Occuring Fiel

  4. Notes Only the Last occurrence in a Multiply Occuring Fiel


Correct Option: C
  1. The FOR EACH RECORD IN ORDER BY statement retrieves and loops only on the first occurrence of a field in a record

  2. The FOR EACH RECORD IN ORDER BY statement loops only on the first occurrence of a field in a record

  3. The FOR EACH RECORD IN ORDER BY statement retrieves and loops on all the occurrence of a field in a record

  4. The FOR EACH RECORD IN ORDER BY statement retrieves and loops on only the last occurrence of a field in a record


Correct Option: A
  1. The count obtained by the COUNT OCCURRENCES statement.

  2. The Count obtained from counting the number of 'IN' in your M204 Code.

  3. Counting of the M204 Database files used in the Code

  4. Count obtained by the Count Statement.


Correct Option: A
  1. All global images, screens,menus, found sets, lists, and temporary and permanent positions. It does not clear global variables.

  2. All global images, screens,menus, found sets, lists, and temporary and permanent positions,global variables.

  3. Clears the Garbage Variables

  4. Clears the only the Global Variables


Correct Option: A
  1. ADD statement

  2. CHANGE statement

  3. STORE RECORD statement

  4. All the Above


Correct Option: D
  1. CHANGE FULLNAME TO NULL

  2. CHANGE FULLNAME TO ‘NULL’

  3. CHANGE FULLNAME TO 0

  4. DELETE FULLNAME


Correct Option: D