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

1. True/False: A double precision number always takes up 64 bits in the computer’s memory.

2. True/False: The following two representations are equivalent:
1110010111010101010100112 and D5D55316

3. True/False: It is impossible to store 1610 in 4-bits because overflow will occur.


1. T
2. T
3. T

Computer Science & Information Technology

You might also like to view...

How does UDP decide the maximum size of a UDP datagram?

What will be an ideal response?

Computer Science & Information Technology

Write a C++ program that outputs "My first C++ program" and then outputs a carriage return.

What will be an ideal response?

Computer Science & Information Technology

The ____ process can be performed at the firewall and make use of encryption to protect credentials transmitted from client to server (or client to firewall).

A. integrity B. confidentiality C. authentication D. nonrepudiation

Computer Science & Information Technology

In crosstab query results, the value of a checked Yes/No data type field will display as ____.

A. 0 B. 1 C. -1 D. +1

Computer Science & Information Technology