An architecture comprising all necessary components to accomplish a given purpose is known as ____.

A. policy
B. baseline
C. foundation
D. infrastructure

Answer: D

Computer Science & Information Technology

You might also like to view...

A video can be played by pressing ________

A) [F3] B) [Alt]+[P] C) [Ctrl]+[P] D) [Shift]+[P]

Computer Science & Information Technology

Which of the following programs displays a "passing grade" message if the score is 60 or above?

A. Display "Enter a test score: " Input testScore If testScore > 60 Then    Display "That is a passing grade." End If Display "End of program." B. Display "Enter a test score: " Input testScore If testScore ==60 Then    Display "That is a passing grade." End If Display "End of program." C. Display "Enter a test score: " Input testScore If testScore <=60 Then    Display "That is a passing grade." End If Display "End of program." D. Display "Enter a test score: " Input testScore If testScore >=60 Then    Display "That is a passing grade." End If Display "End of program."

Computer Science & Information Technology