A(n) ________ series contains the data points representing a set of related numbers
Fill in the blank(s) with correct word
data
You might also like to view...
A linked list class must take care of removing the dynamically allocated nodes and this is done by
a. the constructor function b. the destructor function c. overriding the removal function d. overloading the memory persistence operator e. None of these
Which of these is the command to enable error handling on a Web page?
a. ``` window.handleError ``` b. ``` window.status = "Error: " + errType + " on line " + errLineNum; ``` c. ``` window.onHandleError ``` d. ``` window.onError ```
The condition in a while loop must evaluate to what type of value?
A. integer B. string C. char D. Boolean
Which of the following services provides users with directory services?
A. IMAP B. LDAP C. SFTP D. DHCP E. DNS