Tag: programming languages

Questions Related to programming languages

  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

Which among the following is the correct syntax for CLEAR LIST?

  1. CLEAR LIST IN listname

  2. CLEAR LIST listname

  3. CLEAR LIST ON listname

  4. CLEAR listname


Correct Option: B

Which statement is necessary when using lists with FIND statements?

  1. FOR EACH

  2. FOR WHICH

  3. FOR EACH RECORD IN LOOP

  4. None of the above


Correct Option: B