A ________ maintains a database of hostnames and their corresponding IP addresses.
a. file.
b. database.
c. DNS server.
d. None of the above.
c. DNS server.
You might also like to view...
In an SMP system, __________ is shared between all processors.
a) memory b) I/O devices c) processes d) all of the above
Critical Thinking QuestionsCase 2-1You are planning a new presentation on marketing that you will deliver to your Intro to Business class.You also want to ensure consistency across all the slides in the presentation. In addition to applying an appropriate document theme for consistency in colors and fonts, you also decide to ____. a. arrange the slides in portrait orientationc. add speaker notes to all the slidesb. apply style guidelines to all slide textd. add a closing slide
What will be an ideal response?
To achieve better, faster, and less expensive methods of software development, the _____ designed the Capability Maturity Model (CMM), which improves quality, reduces development time, and cuts costs.
A. International Organization for Standardization (ISO) B. Software Engineering Institute (SEI) C. Open Database Connectivity (ODBC) project D. Center for the Application of Information Technologies (CAIT)
Case-Based Critical Thinking QuestionsCase 1: XYZ SolutionsYou have just started working for XYZ Solutions as a programmer. Your first assignment is to review and correct various code so that you can become familiar with the company's programs. Your supervisor wants you to change the Do...Loop in the previous problem to a For...Next loop. He also wants the message to display only three times. Which of the following For clauses should you use?
A. For intCounter As Integer = 1 To 4 B. For intCounter As Integer = 1 To 3 C. For intCounter As Integer = 0 To 3 D. For intCounter = 1 To 3