Tag: programming languages

Questions Related to programming languages

“/” is a -

  1. Wild card character

  2. Alphabetic character

  3. OR character

  4. Repeat character


Correct Option: D
  1. PLACE RECORDS IN label IN [LIST] listname

  2. PLACE RECORDS IN label ON [LIST] listname

  3. PLACE RECORDS ON label ON [LIST] listname

  4. PLACE RECORDS ON label IN [LIST] listname


Correct Option: B
  1. 16 ; alphanumeric

  2. 16 ; alphabetic

  3. 255 ; alphanumeric

  4. 255 ; alphabetic


Correct Option: C
  1. CLEAR LIST IN listname

  2. CLEAR LIST listname

  3. CLEAR LIST ON listname

  4. CLEAR listname


Correct Option: B

The ADD statement is used to add the new field value to the record only inside the FOR EACH RECORD loop statement.

  1. True

  2. False


Correct Option: A

The specified field name and the value is added to the record if not mentioned in which of the following statements?

  1. CHANGE statement

  2. UPDATE statement

  3. DELETE statement

  4. ADD statement


Correct Option: A
  1. FOR EACH

  2. FOR WHICH

  3. FOR EACH RECORD IN LOOP

  4. None of the above


Correct Option: B