Site MapHelpFeedbackMultiple Choice
Multiple Choice
(See related pages)

Click on the correct response for each question below.



1

A programming languages which looks more like English though still is far from away we speak and write are known as:
A)Low-level language
B)High-level language
C)Machine language
D)Assembly language
E)None of the above
2

The _____________________ are self-contained elements of a program that contain both data and procedures to manipulate the data.
A)Objects
B)Nodes
C)Databases
D)Subroutines
E)Methods
3

Conceptually, one of the methods in a web page would be:
A)OnOpen
B)OnClick
C)Background Color
D)Refresh
E)None of the above
4

Which of the following is NOT a characteristic of a good algorithm?
A)There should be a finite number of steps that produce some result.
B)Steps cannot be repeated.
C)Each step must be precisely defined.
D)Some of the steps may involve making a choice .
E)None of the above
5

An integer is:
A)A number that includes up to eight decimal places of precision.
B)An abstract method call.
C)Another name for a byte, which can store numbers from 0 to 255.
D)A number that doesn't include fractions or decimal point.
E)None of the above
6

The process of identifying (introducing) a variable in a program is known as:
A)Variable declaration.
B)Variable definition.
C)Variable initialization.
D)Variable spawning.
E)Variable Instantiation
7

An example of a loop is:
A)A program that displays information over and over again.
B)A telephone system that plays the same message repeatedly until it receives a desired response.
C)A program that repeatedly presents a login prompt until it receives a correct username and passworD)
D)All of the above.
E)e of the above
8

___________ a separate piece of code that performs some task for the program.
A)A variable.
B)An event
C)A function.
D)An offshoot.
E)A module
9

_________ is a physical layout of data created so that it is organized and easily accessible.
A)A unified matrix.
B)A data structure.
C)A unified function.
D)A data interface
E)None of the above
10

An aspect of an array is that:
A)It is dynamically resized as variables are added and removed from it.
B)It holds a fixed number of equal-sized data elements in a contiguous block of memory.
C)It holds a variable number of equal-sized data elements in a contiguous block of memory.
D)It is a way of organizing data uncommon to most programming languages.
E)It can only hold integer variables.







Sosinsky Programming The WebOnline Learning Center

Home > Chapter 5 > Multiple Choice Quiz