Description: programming languages Online Quiz - 160 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Concerning Flex Data Services, which of the following are valid data types for the resultFormat property of the component?
Which of the following events would be used by an interactive object to indicate visually that it can or cannot accept a drop operation?
Concering LiveCycle Data Services, which of the following properties of the component must you specify in order to successfully receive messages?
What is the default method for sending a request via the HTTPService MXML tag?
Which method is used to write data to the SOL file during a open session?
Which two are part of the LiveCycle Data Services RPC Services?
Concerning the LiveCycle Data Services application directory structure, under what folder would you place your Custom ActionScript 3 classes,MXML components and SWC's?
The command "EXECUTIL TS" in REXX ?
When there is data in the stack, which instruction can be used to force the Input from the terminal?
To indicate end of input file EXECIO sets the REXX special variable RC to ?
EXECIO is used to ?
Which of the following is EXCLUSIVE OR operator?
The instruction NUMERIC FUZZ is used in REXX ?
What is the output? SAY "TCS"||"USWEST"
What is the output of the following? SAY 'C1C2C3'X
What is the result when the following piece of code is executed? /REXX/ X=16 Y=5 Z = X % Y Say Z
Which instruction in REXX is used to display at the terminal?
The meaning of 'X' after a literal in quotes/apostrophes in REXX is ?
The symbol '||' is used for ?
The maximum length of a literal in REXX is ?