If each feature of a language can be used in conjunction with all other features, the features are said to be ________.

Fill in the blank(s) with the appropriate word(s).


orthogonal

Computer Science & Information Technology

You might also like to view...

You can change the margins of the pages of a report by clicking the ____ button on the Print Preview tab.

A. Page Setup B. Page Margins C. Page View D. Page Layout

Computer Science & Information Technology

A ____ brush will affect pixels outside of the circle that represents the Brush tool.

A. wide B. narrow C. hard D. soft

Computer Science & Information Technology

In this example, which operation will be evaluated first?

4 / 2 >= 8 + 6 || 7 > (9 + 1) A. 4 / 2 B. 6||7 C. 8 + 6 D. 9 + 1

Computer Science & Information Technology

Which of the following statements about the C++ Standard Library is false:

a. The C++ Standard Library consists of classes and functions that perform tasks. b. The C++ Standard Library is an important part of the C++ “world.” c. An advantage of using classes and functions from the C++ Standard Library is saving the effort of designing, developing and testing new classes. d. The C++ Standard Library functions and classes are not included in every C++ implementation.

Computer Science & Information Technology