What is the data range for a 16-bit signed integer?

What will be an ideal response?


The range for a 16-bit signed integer is -32,768 up to +32,767.

Computer Science & Information Technology

You might also like to view...

If an exception is thrown in a catch handler, any code in the handler that follows the thrown exception will:

a) generate a syntax error b) generate a logic error c) never be executed d) run after the finally block is done

Computer Science & Information Technology

What is used to change motherboard settings, finds a boot device, and contains instructions for running essential hardware before an OS is started?

A. kernel B. device driver C. setup UEFI/BIOS D. system drive

Computer Science & Information Technology

When comparing documents, Word indicates that all revisions were made by:

A) all users. B) the owner. C) the same individual. D) the author.

Computer Science & Information Technology

Identify the correctcharCodevalues for the keys "1, 9" on the top row of the keyboard when thekeyupandkeydownevents occur.

A. 0, 0 B. 49, 57 C. 65, 90 D. 97, 122

Computer Science & Information Technology