Scripting-and-Programming-Foundations Exam Question 71
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
Scripting-and-Programming-Foundations Exam Question 72
What is the out of the given pseudocode?


Scripting-and-Programming-Foundations Exam Question 73
A software engineer has written a program that uses a large number of interacting custom data types information hiding, data abstraction encapsulation polymorphism, and inheritance Variables do not need to receive their types ahead of time, and this program can run on a variety of operating systems without having to re-compile the program into machine code.
Which type of language is being used? Choose 3 terms that accurately describe the language.
Which type of language is being used? Choose 3 terms that accurately describe the language.
Scripting-and-Programming-Foundations Exam Question 74
Which expression has a value equal to the rightmost digit of the integer q = 7777?
Scripting-and-Programming-Foundations Exam Question 75
A sample function is shown.
Y = -2 '' x - 2
What is returned for f(-1)?
Y = -2 '' x - 2
What is returned for f(-1)?