0% found this document useful (0 votes)
65 views1 page

Tugas - 1 Digital System

The document contains 17 questions related to binary, hexadecimal, BCD, and ASCII conversions and representations. It asks the student to convert between decimal, binary, hexadecimal and BCD numbering systems. It also asks questions about byte representation of binary strings and ASCII encoding of characters and messages.

Uploaded by

Arijal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

Tugas - 1 Digital System

The document contains 17 questions related to binary, hexadecimal, BCD, and ASCII conversions and representations. It asks the student to convert between decimal, binary, hexadecimal and BCD numbering systems. It also asks questions about byte representation of binary strings and ASCII encoding of characters and messages.

Uploaded by

Arijal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

The first task of the digital system

Name :
NIM :
Program study :

1. Convert 3710 to binary.


2. -What is the total range of decimal values that can be represented in eight bits?
-How many bits are needed to represent decimal values ranging from 0 to 12,500?
3. You can use the yx calculator function to evaluate the powers of 16.
a. 35616 to Decimal
b. 2AF16 to Decimal
4. Convert decimal 378 to a 16-bit binary number by first converting to hexadecimal.
5. Convert B2F16 to decimal.
6. Convert 0110100000111001 (BCD) to its decimal equivalent.
7. Convert the BCD number 011111000001 to its decimal equivalent.
8. An automatic teller machine (ATM) at the bank allows you to enter the amount of cash
you wish to withdraw in decimal by pressing decimal digit symbol keys. Does the
computer convert this decimal number into straight binary or BCD? Explain.
9. Your cell phone allows you to enter/store a 10-decimal-digit phone number. Does the
cell phone store the phone number in straight binary or BCD? Explain.
10. How many bytes are in a 32-bit string (a string of 32 bits)?
11. What is the largest decimal value that can be represented in binary using
two bytes?
12. How many bytes are needed to represent the decimal value 846,569 in BCD?
13. How many nibbles are in a byte?
14. What is the hex value of the least significant nibble of the binary number
10010101?
15. Use Standard ASCII codes.to find the seven-bit ASCII code for the backslash character (\).
16. An operator is typing in a C language program at the keyboard of a certain
microcomputer. The computer converts each keystroke into its ASCII code and stores
the code as a byte in memory. Determine the binary strings that will be entered into
memory when the operator types in the following C statement: if (x>3)
17. Computers often communicate with other remote computers over telephone lines. For
example, this is how dial-up communication over the internet takes place. When one
computer is transmitting a message to another, the information is usually encoded in
ASCII. What actual bit strings would a computer transmit to send the message HELLO,
using ASCII with even parity?

***Selamat Mengerjakan***

You might also like