Building on Exercise 5, create a monthly budget. Track your actual expenses to see how close you are. Use green for items that are under budget and red for those that are over budget.

What will be an ideal response?


Many possible answers; reuse and augment work done in 5

Computer Science & Information Technology

You might also like to view...

What value is assigned to decTaxes by the following program segment, assuming that the user enters 30000 into the textbox txtSalary.Text?

Dim decSalary, decTaxes As Decimal decSalary = CDec(txtSalary.Text) If (decSalary > 50000) Then decTaxes = .40 * decSalary ElseIf (sngSalary > 40000) Then decTaxes = .30 * decSalary ElseIf (sngSalary > 30000) Then decTaxes = .20 * decSalary Else decTaxes = .10 * decSalary End If a. 12000 b. 9000 c. 6000 d. 3000

Computer Science & Information Technology

Which of the following is true about backing up and recovering the VMM environment?

A. you use the VMM administrator console to backup the SQL database B. you use the Failover Cluster Manager to backup the library server C. the VMM server is backed up using the VMM administrator console D. you cannot perform a full server backup to a network folder

Computer Science & Information Technology

When a database is opened, it's database objects are listed in the ________

A) Navigation Pane B) taskbar C) Ribbon D) Start menu

Computer Science & Information Technology

Which of the following symmetric algorithms performs the most rounds of transformation?

A. IDEA B. Skipjack C. Twofish D. AES 256

Computer Science & Information Technology