The characters in the selected cell.
Answer: -26
Explanation:
We have: 1 1 1 0 0 1 0 1
Since it’s one’s complement representation, then we check the very first digit to state if the number is negative or positive. Since the very first digit to the left is 1, then the number will be negative.
When it is negative, we now flip the bits, so that we get:
0 0 0 1 1 0 1 0
Notice we just turn the 1’s into 0’s and vice versa.
We now convert this binary into decimal:
We assign to each digit the corresponding power of 2.
See it in a table:
Then multiplying each digit by its corresponding power of 2 and then adding the results, we get:
We get:
Since we stated that the number is negative, then, the final result is: -26
Answer is Formatting
When conditional formatting is applied to your data, you can
quickly and easily identify variances in different values within a quick glance.
This makes worksheets easier to comprehend. With conditional formatting, you
are able to apply formatting such as icons, data bars, and colors.
Answer:
a. at least once
Explanation:
A loop is a code snippet that uses a condition to run repeatedly for multiple times which could be zero, one or more times. As long as the condition is true, the loop statement executes over and over again. Three common types of loop are;
i. for loop
ii. while loop
iii. do while loop
In a for or while loop, the condition for the loop is first tested before the statements in the loop are executed. Statements in the body of the loop are executed zero or more times. i.e the loop statement (statement in the body of the loop) may or may not be executed.
In a do..while loop, the statements in the loop are executed first before the condition of the loop is tested. In this case, the statements in the body of the loop are executed one or more times. i.e the loop statement is executed at least once.
*nix - swap partition
All OS's - swap file[s]
Windows - page file