During the specification phase of the life cycle of software, the programmer should specify what enhancements to the program are likely in the future.
What will be an ideal response?
True.
You might also like to view...
Write a script that tests as many of the math library functions in Fig. 18.1 as you can. Exercise each of these functions by having your program display tables of return values for a diversity of argument values in an HTML TEXTAREA.
What will be an ideal response?
Critical Thinking QuestionsCase 9-1One of your fellow programmers has written the following array assignment statements for your review:Dim strNames() As String = {"Baker" "Lopez", "Buck", "Chan", "Tirrell"}Dim intReservations() As Integer = {4, 5, 12, 2, 8}If your programmer friend had failed to initialize the intReservations array, what would be the default value of intReservations(3)? a. 0c. 12b. nulld. 2
What will be an ideal response?
You suspect the CPU is overheating. Which of the following will you do next?
A) Replace the CPU. B) Add thermal compound between the CPU and heat sink. C) Add an additional computer fan. D) Power down the computer and allow it to cool.
Which of the following is not one of the basic control structures?
a) SIMPLE SEQUENCE b) IFTHENELSE c) DOWHILE d) DOUNTIL