If the range of a short int is –32,768 to 32,767, what would
be the range of an unsigned short int?

A. -32,767 to 0
B. 0 to 32,767
C. -65,535 to 0
D. 0 to 65,535


D

Computer Science & Information Technology

You might also like to view...

____ is the process of uploading and downloading files to and from a remote site.

A. ISP B. FTP C. HTTP D. HTTPS

Computer Science & Information Technology

A constant is a value that remains the same in an expression

Indicate whether the statement is true or false

Computer Science & Information Technology

Which program language is vulnerable to a buffer overflow attack?

A. JAVA B. C++ C. PHP D. Perl

Computer Science & Information Technology

Case 4-2 The arithmetic operators in your program are not behaving the way you think they should be, so you decide to brush up on your operators and the hierarchy of operations. What is the correct order among the following operations?

A. exponentiation, multiplication, integer division, MOD, addition B. multiplication, exponentiation, MOD, integer division, addition C. integer division, multiplication, exponentiation, MOD, addition D. multiplication, integer division, exponentiation, MOD, addition

Computer Science & Information Technology