Tag: technology

Questions Related to technology

  1. What's the problem in it? Will go fine!

  2. Program goes in infinite loop.

  3. Program will not execute.

  4. Compiler throws error.


Correct Option: B
  1. DEFINE WS-VAR PIC(9) COMP-1

  2. 01 WS-VAR PIC(9) COMP-1

  3. 01 WS-VAR USAGE COMP-1

  4. Author should learn COBOL


Correct Option: C
  1. ALPHABETIC, ALPHANUMERIC

  2. ALPHABETIC, ALPHANUMERIC, NUMERIC

  3. ALPHABETIC, NUMERIC

  4. ALPHANUMERIC, NUMERIC


Correct Option: A
  1. Yes

  2. No

  3. X(245) can be refined to X(250)

  4. Author should learn COBOL


Correct Option: A
  1. INPUT

  2. I-O, OUTPUT

  3. I-O, OUTPUT, EXTEND

  4. OUTPUT, EXTEND


Correct Option: D
  1. Unlimited

  2. 16777215

  3. Limited to DASD

  4. Author should learn COBOL


Correct Option: B
  1. How can u store a sign in COMP?huh!

  2. You can store sign only in COMP-3

  3. Most significant bit

  4. Most significant byte


Correct Option: C
  1. User Defined KB.

  2. Unlimited KB.

  3. Limited to DASD

  4. 56 KB


Correct Option: D