An array is considered to be a ____.
A) basic data abstraction B) structured data abstraction
C) unit abstraction D) basic control abstraction
A variable in a programming language is considered to be a ____.
A) basic data abstraction B) basic control abstraction
C) structured data abstraction D) structured control abstraction
3) Variables are given names and data types using a _______.
A) declaration B) function
C) structure D) package
4) A(n) ____ takes source code as input and translates it into a program that is executable.
A) interpreter B) compiler
C) linker D) loader
5)____ is an important need satisfied by object-oriented programming.
A) Rapid prototyping B) Program component dependence
C) Abstract data typing D) Independence of software components
6) Restricting access to internal details of software components is known as ____.
A) abstraction B) encapsulation
C) polymorphism D) redefinition
7) A function is considered to be ____ if a compiler may replace the function call by the actual code for the function.
A) inline B) substitutable
C) redirectable D) virtual least