---
tags: 225-spr22, mth225, lt-quiz
---
# Learning Target Quiz 1
:::info
This is your first Learning Target quiz! This quiz contains questions for **Learning Targets 1 and 2**.
* It's to your advantage to attempt as many problems as possible. But you *do not* need to attempt all the problems. Only attempt the ones you believe you are ready to take.
* Do your work on separate pages with **each Learning Target on its own separate page**. *Please do not put multiple Learning Targets on the same page.*
* Make sure to consult the [Standards for Assessments in MTH 225](/KoT83ezHRYO3DqPyXMMMag) document before starting on your work, so you're clear on what is expected and what constitutes a "successful" attempt.
* When you are done: **Scan** each Learning Target to a clear, legible, black-and-white PDF and **upload the PDF** to the designated folder on Blackboard. Remember *do not just take a picture with your camera* --- use a scanning app to create a PDF, and upload the PDF.
:::
## Learning Target 1
:::warning
I can represent an integer in base 2, 8, 10, and 16 including negative integers in base 2.
:::
Do **all** of the following:
1. Convert the base 10 integer $334$ to binary. *Show your work and circle your answer*.
2. Convert the base 8 integer $725$ to decimal. *Show your work and circle your answer*.
3. Convert the base 2 integer `10110011` to hexadecimal. *Show your work and circle your answer*.
4. The 8-bit binary representation of the decimal number $77$ is `01001101`. Write the 8-bit binary representation of $-77$ using two's complement notation. *Show your work and circle your answer*.
**Success criteria:** All four answers are correct, and the work leading to each answer is clear and legible. Up to two simple errors are allowed.
## Learning Target 2
:::warning
(**CORE**) I can add, subtract, multiply, and divide numbers in base 2.
:::
Do **all** of the following:
1. Add the base-2 integers `10011100` and `0110111`. *Show your work and circle your answer*.
2. Subtract the base-2 integers `10011100` and `0110111`. *Show your work and circle your answer*.
3. Multiply the base-2 integers `11011` and `110`. *Show your work and circle your answer*.
4. Divide the base-2 integer `11001101` by `110`. *Show your work and circle your answer*.
**Success criteria:** All four answers are correct, and the work leading to each answer is clear and legible. Up to two simple errors are allowed.