Answer:
1BD.C
Explanation:
Keep in mind that octal number has 3 binary fields where the right field is the number 1, the center field is the number 2 and the left field is the number 4. you need that your 3 fields sum the final octal digit.
For example :
- (1)8 = (001)2
- (2)8 = (010)2
- (3)8 = (011)2
The hexadecimal number has 4 binary fields where the right field is the number 1, the center field is the number 2 , the next center field is the number 4 and the left field is the number 8. you need that your 4 fields sum the final hexadecimal digit.
For example:
- (F)16 = (1111)2
- (1)16 = (0001)2
- (6)16 = (0110)2
Step 1: Split your octal number in digits and convert to binary form
6 7 5 . 6
110 111 101 . 110
Step 2: Join your binary number and split in groups of 4 elements from the point (Important note: If you miss some element to complete the groups at the left of the point complete with zero's at the left, else if you miss some element to complete the groups at the right of the point complete with zero's at the right)
binary complete: 110111101.110
binary in groups of 4:
1 1011 1101 . 110
Complete the groups with zero's (Remember the important note):
0001 1011 1101 . 1100
Step 3: Calculate the hexadecimal number
1 B D . C
Answer:
Explanation:
Let's do this in Python, first we need to convert the number into string in order to break it into a list of character, then we can replace the kth character with d. Finally we join all characters together, convert it to integer then output it
def setKthDigit(n, k, d):
n_string = str(n)
d_char = str(d)
n_char = [c for c in n_string]
n_char[k] = d_char
new_n_string = ''.join(n_char)
return int(new_n_string)
It’s true because it’s also called “flash memory”
The answer is C. The modem does not contain enough bandwidth to handle modern video streaming.
Here are three ways:
Cleaning: as applied
to most things in our lives, cleaning also applies to protecting peripheral
devices. To ensure the smooth running of such devices one needs to clean the
dust and dirt from these devices once in a while. Make sure you disconnect the
device before you eject it from the system.<span>
Follow instructions: Most devices come with a safety guide
and instructions manual, always use the recommended settings for the smooth
running of your system. These recommendations usually come from the
manufacturer and are reliable.
<span>Surge suppressor/protector: One of the major issues faced by the
users is faults caused by power surges. One needs to make sure to use a Surge Suppressor/Protector
connected with the system to make sure it will not damaged with power fluctuations. </span></span>