Tag: technology

Questions Related to technology

  1. Always returns a value.

  2. Never returns a value.

  3. Returns when RC is coded

  4. I am skipping this!!


Correct Option: C
  1. Using DROP

  2. Using INITIALIZE

  3. Using DELETE

  4. Cant un-assign a variable


Correct Option: A
  1. Read the stack and have a counter value

  2. Using STACK.0

  3. Using STACK.MAX

  4. Usinf MAX function


Correct Option: B
  1. using DEFINE

  2. using DECLARE

  3. Cant use alphanumeric variable in REXX

  4. No need to define. REXX will deal them.


Correct Option: D
  1. OR

  2. AND

  3. Exclusive OR

  4. Exclusive AND


Correct Option: C
  1. public class Circle implements Shape { private int radius;

  2. public abstract class Circle extends Shape { private int radius;

  3. public class Circle extends Shape {

  4. public abstract class Circle implements Shape {


Correct Option: B,C
  1. DROP

  2. DELSTACK

  3. DELETE

  4. Cant delete a stack


Correct Option: B