Which of the following functions rounds a number up or down to the number of digits indicated in the function?
A) ROUND B) ROUNDDOWN
C) ROUNDUPDOWN D) ROUNDUP
A
Computer Science & Information Technology
You might also like to view...
What is the value of j after the end of the following code segment?
For j As Integer = 1 to 23 lstBox.Items.Add("The counter value is " & j) Next (A) 22 (B) 23 (C) 24 (D) j no longer exists
Computer Science & Information Technology
Under Windows XP, __________ memory does not count against the process’s 2 GB limit until it is __________ and actual physical pages are stored in memory and on the page file.
a. reserved/committed b. committed/reserved c. virtual/dynamically translated d. The premise of this question is false.
Computer Science & Information Technology