programming languages Online Quiz - 160
Mixed quiz covering Adobe Flex/Flash framework and REXX programming language concepts
Questions
The maximum length of a literal in REXX is ?
- 32
- 33
- 255
- 251
The symbol '||' is used for ?
- Concatenation of literals
- String manipulation
- Trace
- Exponential notation
The meaning of 'X' after a literal in quotes/apostrophes in REXX is ?
- EBCDIC string
- ASCII string
- HEX string
- None of the above
Which instruction in REXX is used to display at the terminal?
- PUT
- DISPLAY
- SAY
- PRINTLN
What is the result when the following piece of code is executed? /REXX/ X=16 Y=5 Z = X % Y Say Z
- 80
- 3.2
- 3
- 1
What is the output of the following? SAY 'C1C2C3'X
- ABC
- F1F2F3 X
- 123
- ABC X
What is the output? SAY "TCS"||"USWEST"
- TCSUSWEST
- TCS USWEST
- TCS USWEST
- None of the above
The instruction NUMERIC FUZZ is used in REXX ?
- To ignore one or more rightmost digits in a comparison
- To ignore one or more leftmost digits in a comparison
- To return true in all numeric comparisons
- None of the above
Which of the following is EXCLUSIVE OR operator?
- &|
- |&
- ||
- &&
EXECIO is used to ?
- Execute a REXX program
- Perform input output operation in a file
- Read the contents of a file into a stem variable
- None of the above
To indicate end of input file EXECIO sets the REXX special variable RC to ?
- 0
- 10
- 2
- None of the above
When there is data in the stack, which instruction can be used to force the Input from the terminal?
- PARSE PULL FORCE
- PARSE PULL TERMINAL
- PARSE EXTERNAL
- Not possible
The command "EXECUTIL TS" in REXX ?
- Turns on Interactive debug
- Turns off Interactive debug
- Stops displays to terminal
- Resumes displays to terminal
Concerning the LiveCycle Data Services application directory structure, under what folder would you place your Custom ActionScript 3 classes,MXML components and SWC's?
- /WEB-INF/classes
- /WEB-INF/flex/libs
- /WEB-INF/flex/user-classes
- /WEB-INF/flex/themes
Which two are part of the LiveCycle Data Services RPC Services?
- Remoting Service
- Proxy Service
- Message Service
- Data Management Service
Which method is used to write data to the SOL file during a open session?
- sharedObject.flush
- sharedObject.write
- sharedObject.in
- sharedObject.open
What is the default method for sending a request via the HTTPService MXML tag?
- PUT
- POST
- GET
- HEAD
Concering LiveCycle Data Services, which of the following properties of the mx:Consumer component must you specify in order to successfully receive messages?
- id
- messageType
- selector
- destination
Which of the following events would be used by an interactive object to indicate visually that it can or cannot accept a drop operation?
- nativeDragOver
- nativeDragEnter
- nativeDragDrop
- nativeDragStart
Concerning Flex Data Services, which of the following are valid data types for the resultFormat property of the mx:WebService component?
- Object
- Array
- e4x
- String