01What is the decimal value of the binary number 10110101?
02How does two's complement representation handle negative numbers?
03What is the result of the bitwise AND operation: 11010110 & 10101100?
04Why is hexadecimal commonly used in system programming?
05What is endianness in data representation?
06What is the purpose of bit shifting operations in system programming?
07In C, what is the size of a char type, and why is this guaranteed?