Built-in types are also known as ____.

A. data types
B. primitive types
C. literals
D. basic


Answer: B

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The get accessor has an implicit parameter called value. 2. When an accessor contains only a single return statement, many programmers prefer to write the entire accessor in one line of code. 3. Class fields are almost always declared private in order to protect them from accidental corruption. 4. If you try to pass a property to a ref or an out parameter, an error occurs. 5. To make a property read only, omit the get accessor for the property.

Computer Science & Information Technology

In C++ array indices, that is subscript values, must be

a) An integer type b) Non-negative c) Positive d) Less than or equal to the declared size of the array e) None of these is correct

Computer Science & Information Technology

Different sorting algorithms on a particular array produce the same result; the choice of algorithm affects ________ of the program that implements the algorithm.

a. only the run time b. the run time and the memory use c. only the memory use d. neither the run time nor the memory use

Computer Science & Information Technology

Which of the following is not a type of certificate whose certificate validity is often checked using Online Certificate Status Protocol (OCSP)?

a. Smart card logon b. Enterprise Secure Multipurpose Internet Mail Extensions (S/MIME) c. Secure Sockets Layer (SSL)/Transport Layer Security (TLS) d. Simple Mail Transport Protocol

Computer Science & Information Technology