Computer science (how many bits are set) – can someone help me?
How many bits are set in the value 0x5C?
With explanation, please. Thanks in advance 🙂
How many bits are set in the value 0x5C?
With explanation, please. Thanks in advance 🙂
So, first, for the written exams, and did you study for the oral exams after the exams were over, or before? It would be especially interesting for people who may have also taken economics, biology, or German.
Hi, can someone please explain this task to me using the first example, I really have no idea.
I have to set up the business transactions in accounts🥺but I don't quite understand it, thanks in advance❤️
For the movement tasks the formulas are: v=s/t t=s/v s=v*t What are the formulas for performance tasks and mixed tasks? Here are a few calculation examples that you should then calculate using the formulas:
Binary 1011100
4
0x5C
0x stands for hexadecimal
5 remains
c = 12
5 * 16 + 12
What do you recognize that there are 4 bits? On the four ones?
You can also easily recognize that in hexadecimal numbers you always need 1 Hex value = 4 bits. So you can always count the number of places 4*Number of Hex characters
Yeah, every one is a bit.
What is the 0x for?🤔
To indicate that the hexadecimal system is used.
0x5C consists of two hexadecimal digits, thus has 2 hexadecimal digits*4 bit/hexadecimal digit=8 bit.
By the way, 8 bits are the same as 1 byte.