0% found this document useful (0 votes)
54 views

CFP - Assignment in Data Coding System

This document provides instructions for an assignment on data coding systems and computer codes. Students are asked to read chapters in their textbook on computer codes and data measurement. They then need to answer questions at the end of each chapter and submit their answers in PDF form. The questions cover topics like representing decimal values in binary coded decimal, ASCII character codes, data measurement units, and converting between number bases.

Uploaded by

Dominique Flores
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

CFP - Assignment in Data Coding System

This document provides instructions for an assignment on data coding systems and computer codes. Students are asked to read chapters in their textbook on computer codes and data measurement. They then need to answer questions at the end of each chapter and submit their answers in PDF form. The questions cover topics like representing decimal values in binary coded decimal, ASCII character codes, data measurement units, and converting between number bases.

Uploaded by

Dominique Flores
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Assignment in Data Coding System

Due April 4, 2022 10:59 PM

Please do read Lesson2(Computer Codes) pages 7-14 and Lesson 4 (Data


Measurement) pages 34-37 of Unit2_DATA CODING SYSTEM. Then, do answer pages
14-15 and pages 38-43 of the same. Return your answer in PDF form.

Page 14-15
APPLICATION
In the previous section, you just learn three of the most commonly used computer
codes, their meaning, and importance. In order to retain those learning you have
acquired, answer the following questions.

1. How many bytes are needed to represent the decimal value 846,569 in BCD?

2. What is the largest decimal value that can be represented in BCD using two bytes?

3. Represent the decimal 175 by its straight binary equivalent. Then encode the same
decimal number using BCD.

4. An automotive parts shop uses a computer to store all of its parts numbers in 8-bit
ASCII code. The codes for each part are stored in successive memory locations. List
the binary contents of memory that stores the part number JR2-5.

5. Write the ASCII-8 equivalent of 01010011 01001011 01011001.

Learning Module in Computer Fundamentals with C Programming


Unit 2: The Data Coding System

REFLECTION/LEARNING INSIGHTS

To assess the learning you have acquired from our lessons and activities, write an
essay answering the question below:
“What is the importance of Computer Codes?”

Page 38-43
Application
In the previous section, you just learn different units of data measurements
and their equivalent.
In order to assess your learning about the lesson, answer the following
questions with their solutions and explanation.

1. How many bytes are in a 32-bit string (a string of 32 bits)?

2. What is the largest decimal value that can be represented in binary


using two bytes?

3. How many gigabytes do I have if I have 12000 megabytes?

4. How many megabytes do I have if I have 4000 kilobytes?

5. A typical CD-ROM can store 650 megabytes of digital data. Since mega = 220
,

how many bits of data can a CD-ROM hold?

REFLECTION/LEARNING INSIGHTS
To assess the learning you have acquired from our lesson and activities, write an essay
answering the question below:

“What is the importance of knowing and understanding Computer Data


Measurements?”

POST-TEST

Part 1: Answer the following questions and write a brief explanation why it is
your answer based on what you have learned from our Lesson 1.

1. The hexadecimal digits are 1 to 0 and A to ____.

2. How many bytes are there in 1011 1001 0110 1110 numbers?

3. 2^6 is equivalent to ____ in decimal numbers.

4. Decimal number 8 is 1000 in binary numbers and _____ in octal numbers.

Part 2: Explain the answers of the following questions from Pretest 2.2.
1. The following is a message encoded in ASCII-8. What is the message?

01001000 01000101 01001100 01010000


The answer is b. HELP, explain why. You can show your solution.

2. An operator is typing in a BASIC 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 statement: GOTO
e. 01000111 01001111 01010100 01001111

The answer is a., explain why. You can show your solution.

Part 3: Convert a decimal number to binary system using the steps you have
arranged in Pretest 2.3. Write the label in every step.
0226 10 = ________________________________2

Solution with Step Label:

Part 4: Provide the size of the following Data Measurement with solution if there is any.
1. 8 bit = __________ Byte/s

2. 1024 Bytes = __________ Kilobyte/s

3. 1 Kilobyte = __________ Byte/s

4. 1 Megabyte = __________ Kilobyte/s


5. 1024 Gigabytes = __________ Terabyte/s

6. 1 Terabyte = __________ Gigabyte/s

7. 1024 Petabytes = __________ Exabyte/s

8. 1024 Exabytes = __________ Zettabyte/s

FINAL REQUIREMENT
To further enhance your knowledge about Computer Number System. Convert the
following number from one base to another. Write your answer with solution in a short
bond paper. Use engineering lettering. This will serve as your unit test.

1. Convert 011010012 to decimal


2. Convert 10 0011012 to hexadecimal
3. Convert 1518 to decimal
4. Convert 1238 to binary
5. Convert 15B16 to decimal
6. Convert 1238 to hexadecimal
7. Convert 15610 to binary
8. Convert 1F316 to binary
9. Convert 123410 to octal
10.Convert 1F316 to Octal

You might also like