SBCGCI Intro to Computing Class

Rollie Jay Abuyot's profile picture
Created by
Rollie Jay Abuyot
teacher

What is the smallest unit of data in computing?

Bit

How many bytes are in a kilobyte (KB)?

1024

What is the decimal equivalent of binary 1010?

10

What is the binary representation of decimal 15?

1111

How many bits are in 1 kilobyte (KB)?

8192

What is the decimal equivalent of binary 1101?

13

What is the binary representation of decimal 25?

11001

How many bytes are in a megabyte (MB)?

1024

What is the binary representation of decimal 7?

111

What is the decimal equivalent of binary 1001?

9

What is the binary representation of decimal 32?

100000

How many bits are in a nibble?

4

What is the decimal equivalent of binary 11111111?

255

How many bits are in 1 byte?

8

What is the binary representation of decimal 50?

110010

What is the binary equivalent of decimal 12?

1100

What is the decimal equivalent of binary 10101?

21

How many megabytes are in a gigabyte (GB)?

1024

What is the binary equivalent of decimal 100?

1100100

What is the decimal equivalent of binary 110011?

51

1 of 20

Exam Mode
Spaced Repetition
Generate Quiz
Download Cards

Description

Test your knowledge with this engaging binary quiz! Challenge yourself with questions on bits, bytes, conversions, and more. Perfect for students and tech enthusiasts looking to enhance their understanding of binary data.

1. What is the binary representation of decimal 20?

A 11000 B 10010 C 11100 D 10100

2. How many bits are in a megabyte (MB)?

A 1,048,576 bits B 2,097,152 bits C 8,388,608 bits D 4,194,304 bits

3. Convert binary 1110 to decimal.

A 15 B 13 C 12 D 14

4. What is the smallest unit of data in computing?

A Nibble B Bit C Byte D Kilobyte

5. Convert decimal 60 to binary.

A 111100 B 110100 C 101100 D 111000

6. How many bits are in a gigabyte (GB)?

A 8,388,608 bits B 1,073,741,824 bits C 1,048,576 bits D 8,589,934,592 bits

7. Convert binary 111111 to decimal.

A 62 B 64 C 65 D 63

8. How many bytes are in a gigabyte (GB)?

A 1,073,741,824 bytes B 1,000,000 bytes C 1,024 bytes D 1,048,576 bytes

9. Convert decimal 45 to binary.

A 101011 B 110101 C 100110 D 101101

10. What is the binary representation of decimal 30?

A 11110 B 11100 C 11011 D 10111

Study Notes

Understanding Binary Data Representation and Conversion

This document provides a comprehensive overview of binary data representation, focusing on data units, conversion between binary and decimal systems, and the relationships between bits and bytes. These concepts are fundamental for grasping how computers process and store information.

Data Units

  • Basic Units: The primary units of data in computing include bits, bytes, kilobytes, megabytes, and gigabytes.
  • Relationships:
    • 1 byte = 8 bits
    • 1 kilobyte (KB) = 1024 bytes
    • 1 megabyte (MB) = 1024 KB
    • 1 gigabyte (GB) = 1024 MB
  • Nibble: A nibble is defined as 4 bits, which is half of a byte.

Binary and Decimal Conversion

  • Binary to Decimal: Converting binary numbers (e.g., 1010) to decimal is essential for interpreting data accurately.
  • Decimal to Binary: Understanding how to convert decimal numbers (e.g., 15) to binary is crucial for recognizing how data is represented in computer systems.
  • Practice Questions: Engaging with quiz questions reinforces knowledge of data units and conversion techniques, enhancing the learning experience.

Key Takeaways

  1. Familiarity with data units and their relationships is vital for understanding computer data storage.
  2. Mastery of binary and decimal conversion is essential for interpreting and manipulating data effectively.
  3. Practical exercises, such as quizzes, are beneficial for reinforcing theoretical knowledge and improving retention.