國立暨南國際大學 108 學年度第一學期小考試卷
科目名稱:計算機概論 |
開課系所:資訊工程
學系 |
考試日期 |
2019.9.19 |
系所別:
|
年級:
|
學號:
|
姓名:
|
考試時間 |
10:30-10:40 |
- Convert the following binary numbers into decimal values:
- 0000 0100 0110 1001
- 0011 0001 0111 1111
- 0101 0101 0101 0101
- Convert the following octal numbers into decimal:
- Convert the following hexadecimal numbers into decimal:
- Convert the following decimal integer values into binary,
octal, and hexadecimal:
- Add the following binary numbers:
- 0000 0100 0110 1001
- 0011 0001 0111 1111
- 0101 0101 0101 0101
- Add the following octal numbers:
- Add the following hexadecimal numbers:
- How many distinct binary strings can be formed with n bits?
- Find the negative of the following binary numbers in a two's complement representation.
- 0000 0100 0110 1001
- 0011 0001 0111 1111
- 0101 0101 0101 0101
- Represent the following in two's complement form using 16 bits:
- What is the largest positive integer that can be stored in n bits with one leading bit reserved
for the sign bit? Explain.
Smallest negative integer? (Assume two's complement
representations.)