You are on page 1of 2

QUIZ 3 Variables in Outsystems

Study online at quizlet.com/_6c4s14

1. ____ A collection of B. List 8. OutSystems Language A. and B.


elements of the same is Strongly Typed
data types
A. Every Variable must
A. Structure declare its data type
B. List
B. That data type can
2. ____ are Custom Structures
not change
Compound data types
3. ___are locations in Variables C. They are not basic
memory that can hold types
data
9. ___Passes a value into Input parameter
4. ____ Exists exclusively C. Local its parent's scope from
within the scope of its the outside scope
parent element
A.Input
A.Input B. Output
B.Output C. Local
C.Local
10. ___return a value form B. Ouput
5. Input parameters are B.False its parents scope to
always mandatory Input parameters can be set as the outside scope
A.True mandatory thru the Is Mandatory
property. A.Input
B.False B.Output
6. A list in OutSystems is A. Collection with the same data C.Local
.... type 11. Store compound data Structure
in Memory
A. Collection with the Lists in OutSystems are
12. A Structure can have C.Basic, Structure, Entity, and List
same data type homogeneous, meaning that all
attributes of the
elements have the same data type
following data types: These are the selected four. Don't
forget that within Basic we have
B.A collection of
A.Basic, Complex, and Text, Integer, Email, Currency, ...
elements with different
Record
data types
7. Output parameters are C.Both inside and outside their B.Basic, String, and
available ... implementation scope. Object
A value must be assigned to the
A.Only inside their Output Parameter inside to be C.Basic, Structure,
implementation scope. returned to the outside. Entity, and List

B.Only outside their


implementation scope. D.Basic and List only
13. Structures can be E. All of the above
C.Both inside and
defined by
outside their
implementation scope.
A. Attributes of any
outside.
data type
B. Other Structures
C. Entities
D. Lists
E. All of the above
14. Structures hold values True or False False
They are the definition
15. Structures need to know its Both

A. Name
B. Can Be public
16. The variable is destroyed when execution leaves the scope of the parent element A. Input
C. Local
A.Input
B.Output
C.Local
17. Variables are defined and exist in a particualr____ Scope
18. Variables can be: All
A. Input parameters
B. Output parameters
C. Local Parameters
D.All

You might also like