Tag: programming languages

Questions Related to programming languages

  1. No. of Observations = 2 I = 12

  2. No. of Observations = 10 I = 30

  3. No. of Observations = 4 I = 12

  4. No. of Observations = 3 I = 13


Correct Option: D
  1. Character

  2. String

  3. Float / Packed

  4. All of the above


Correct Option: D
  1. Clear itab

  2. Free itab

  3. Refresh itab

  4. All of the above


Correct Option: B
  1. A structure that has the same data type

  2. A Line which used the type declaration

  3. A blank line in the print screen

  4. none of the above


Correct Option: A
  1. a = [0, 0, 0, 0, 0]

  2. days = [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ]

  3. clues = Array.new clues << 'vitamins' clues << 'minerals' clues << 'chocolates'

  4. name = %w(Harry monty michale)


Correct Option: A,B,C,D
  1. Give the MANDT field as a first field

  2. Select the primary key as defined in your db tables.

  3. Give initial values

  4. None of the above


Correct Option: D
  1. It has to be linked with currency codes.

  2. It has to be linked with numeric variables.

  3. It has to be linked to primary keys

  4. None of the above.


Correct Option: D