Answer:
69
Explanation:
We are given a 1's complement of a number.So to convert it to the original number we have again take the 1's complement of the given 1's complement to convert it to the original number.We can do that by converting all 0's to 1's adn all 1's to 0's.
1's complement= 10111010
original number=01000101
Then to convert the binary number to the decimal number we have multiply each bit with the respective exponent of 2.The exponent of the LSB is 0 and it increases as we move to MSB by 1.
So the calculations are as following:-
(01000101)₂ = (0 × 2⁷) + (1 × 2⁶) + (0 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2⁰) = (69)₁₀
Md command, (make directory) creates a directory. It's a subdirectory when you md under a directory.
Answer:
Analog to digital conversation.
Explanation:
A lcd projector is used to play images, videos and ducoments on a computer system to a broadened view. It sends electronical signals to pixels on the lcd lens to to give output.
Watching a video online is wireless and requires an electromagnetic wave, which is analog in nature, to communicate.
The streaming of online video through a lcd projector is an analog to digital conversation.
Answer: A :is concerned with defending users’ freedom of use
C:makes source code available for editing
Explanation: