Questions Related to technology

Multiple choice technology mainframe
  1. Sign is stored as a hex value in the last nibble (4 bits ) of the storage.

  2. Sign is stored as a hex value in the first nibble (4 bits ) of the storage.

  3. Sign is over punched with the numeric value stored in the last byte.

  4. Sign is over punched with the numeric value stored in the first byte.

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology mainframe
  1. Gives control to the verb following the next period & gives control to the next verb after the explicit scope terminator.

  2. Gives control to the next verb after the explicit scope terminator & gives control to the verb following the next period.

  3. Both are same.

  4. Control goes to the next paragraph & control goes to next section

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology mainframe
  1. Link option is AMODE=24 and RMODE=ANY. Compile option should have SIZE(MAX).

  2. Link option is AMODE=31 and RMODE=31. Compile option should not have SIZE(MAX).

  3. Link option is AMODE=24 and RMODE=24. Compile option should not have SIZE(MAX).

  4. Link option is AMODE=31 and RMODE=ANY. Compile option should not have SIZE(MAX).

Reveal answer Fill a bubble to check yourself
D Correct answer