programming languages Online Quiz - 160

Mixed quiz covering Adobe Flex/Flash framework and REXX programming language concepts

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The maximum length of a literal in REXX is ?

  1. 32
  2. 33
  3. 255
  4. 251
Question 2 Multiple Choice (Single Answer)

The symbol '||' is used for ?

  1. Concatenation of literals
  2. String manipulation
  3. Trace
  4. Exponential notation
Question 3 Multiple Choice (Single Answer)

The meaning of 'X' after a literal in quotes/apostrophes in REXX is ?

  1. EBCDIC string
  2. ASCII string
  3. HEX string
  4. None of the above
Question 4 Multiple Choice (Single Answer)

Which instruction in REXX is used to display at the terminal?

  1. PUT
  2. DISPLAY
  3. SAY
  4. PRINTLN
Question 5 Multiple Choice (Single Answer)

What is the result when the following piece of code is executed? /REXX/ X=16 Y=5 Z = X % Y Say Z

  1. 80
  2. 3.2
  3. 3
  4. 1
Question 6 Multiple Choice (Single Answer)

What is the output of the following? SAY 'C1C2C3'X

  1. ABC
  2. F1F2F3 X
  3. 123
  4. ABC X
Question 7 Multiple Choice (Single Answer)

What is the output? SAY "TCS"||"USWEST"

  1. TCSUSWEST
  2. TCS USWEST
  3. TCS USWEST
  4. None of the above
Question 8 Multiple Choice (Single Answer)

The instruction NUMERIC FUZZ is used in REXX ?

  1. To ignore one or more rightmost digits in a comparison
  2. To ignore one or more leftmost digits in a comparison
  3. To return true in all numeric comparisons
  4. None of the above
Question 9 Multiple Choice (Single Answer)

Which of the following is EXCLUSIVE OR operator?

  1. &|
  2. |&
  3. ||
  4. &&
Question 10 Multiple Choice (Single Answer)

EXECIO is used to ?

  1. Execute a REXX program
  2. Perform input output operation in a file
  3. Read the contents of a file into a stem variable
  4. None of the above
Question 11 Multiple Choice (Single Answer)

To indicate end of input file EXECIO sets the REXX special variable RC to ?

  1. 0
  2. 10
  3. 2
  4. None of the above
Question 12 Multiple Choice (Single Answer)

When there is data in the stack, which instruction can be used to force the Input from the terminal?

  1. PARSE PULL FORCE
  2. PARSE PULL TERMINAL
  3. PARSE EXTERNAL
  4. Not possible
Question 13 Multiple Choice (Single Answer)

The command "EXECUTIL TS" in REXX ?

  1. Turns on Interactive debug
  2. Turns off Interactive debug
  3. Stops displays to terminal
  4. Resumes displays to terminal
Question 14 Multiple Choice (Single Answer)

Concerning the LiveCycle Data Services application directory structure, under what folder would you place your Custom ActionScript 3 classes,MXML components and SWC's?

  1. /WEB-INF/classes
  2. /WEB-INF/flex/libs
  3. /WEB-INF/flex/user-classes
  4. /WEB-INF/flex/themes
Question 15 Multiple Choice (Multiple Answers)

Which two are part of the LiveCycle Data Services RPC Services?

  1. Remoting Service
  2. Proxy Service
  3. Message Service
  4. Data Management Service
Question 16 Multiple Choice (Single Answer)

Which method is used to write data to the SOL file during a open session?

  1. sharedObject.flush
  2. sharedObject.write
  3. sharedObject.in
  4. sharedObject.open
Question 17 Multiple Choice (Single Answer)

What is the default method for sending a request via the HTTPService MXML tag?

  1. PUT
  2. POST
  3. GET
  4. HEAD
Question 18 Multiple Choice (Multiple Answers)

Concering LiveCycle Data Services, which of the following properties of the mx:Consumer component must you specify in order to successfully receive messages?

  1. id
  2. messageType
  3. selector
  4. destination
Question 19 Multiple Choice (Single Answer)

Which of the following events would be used by an interactive object to indicate visually that it can or cannot accept a drop operation?

  1. nativeDragOver
  2. nativeDragEnter
  3. nativeDragDrop
  4. nativeDragStart
Question 20 Multiple Choice (Multiple Answers)

Concerning Flex Data Services, which of the following are valid data types for the resultFormat property of the mx:WebService component?

  1. Object
  2. Array
  3. e4x
  4. String