Question: Which programming language does NOT support predefined overloaded subprograms. C# Ada C Java 10 points QUESTION 2 Local variables are defined inside subprograms are ______
Which programming language does NOT support predefined overloaded subprograms.
| C# | ||
| Ada | ||
| C | ||
| Java |
10 points
QUESTION 2
Local variables are defined inside subprograms are ______ and _________ variables
| Static, Explicit heap-dynamic | ||
| Stack-dynamic, Explicit heap-dynamic | ||
| Explicit heap-dynamic, implicit heap-dynamic | ||
| Static, stack-dynamic |
10 points
QUESTION 3
A polymorphic subprogram takes parameters of different types on different activations.
True
False
10 points
QUESTION 4
What programming languages require type checking of actual vs. formal parameters?
| Pascal, Java, C | ||
| Pascal, Fortran 77, C | ||
| Pascal, Java, Ada | ||
| Java, Ada, C |
10 points
QUESTION 5
There are two fundamental abstraction facilities in programming languages?
| Process and data | ||
| Function and process | ||
| Data and information | ||
| Function and data |
10 points
QUESTION 6
Which parameter passing implementation is used just for out-mode parameters?
| Pass-by-value-result | ||
| Pass-by-value | ||
| Pass-by-reference | ||
| Pass-by-result |
10 points
QUESTION 7
The parameter profile of a subprogram does NOT contain _______
| The order of the formal parameters. | ||
| The names of the formal parameters | ||
| The types of the formal parameters | ||
| The number of the formal parameters. |
10 points
QUESTION 8
The parameters supplied in the call statements are referred to as the formal parameters
True
False
10 points
QUESTION 9
Keyword parameters match the actual parameters to the formal parameters in the order they are listed:
True
False
10 points
QUESTION 10
Pass-by-value is implementing in-mode semantics.
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
