question 8 of 10\nwhen would it be better to use hexadecimal code than binary code?\na. when a computers…

question 8 of 10\nwhen would it be better to use hexadecimal code than binary code?\na. when a computers processor speed is slower than average\nb. when graphics and sound make up a large portion of a programs code\nc. when data needs to be read and understood by a human\nd. when a wider range of data is being recorded

question 8 of 10\nwhen would it be better to use hexadecimal code than binary code?\na. when a computers processor speed is slower than average\nb. when graphics and sound make up a large portion of a programs code\nc. when data needs to be read and understood by a human\nd. when a wider range of data is being recorded

Answer

Brief Explanations:

Hexadecimal code is more human - readable than binary code. Binary code consists of only 0s and 1s which can be difficult for humans to interpret, while hexadecimal uses 0 - 9 and A - F, making it easier for humans to read and understand data.

Answer:

C. When data needs to be read and understood by a human