Convert the number 96 to its binary equivalent.


The binary equivalent is 1 1 0 0 0 0 0

Computer Science & Information Technology

You might also like to view...

Freezing keeps rows and/or columns visible as you scroll through a worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology

Instead of using spaces in a Web page file name like final report, you are encouraged to:

A) eliminate them so you would have finalreport. B) eliminate them and capitalize the first letter of each word so you would have FinalReport. C) replace them with underscores so you would have final_report. D) replace them with hyphens so you would have final-report.

Computer Science & Information Technology

Using the Back Up Database utility only saves the structure of the database, not the content.

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

Computer Science & Information Technology

Given the Java statement below, which of the following statements is false?

int sum = number1 + number2; a. It’s an assignment statement. b. It calculates the sum of variables number1 and number2. c. The operands of the addition operator are number1 and number2. d. It assigns the value of number1 to sum.

Computer Science & Information Technology