Podcast
Questions and Answers
Which of the following is an example of an input device?
Which of the following is an example of an input device?
- Keyboard (correct)
- Monitor
- Speaker
- Printer
Which of the following is not considered a storage device?
Which of the following is not considered a storage device?
- USB Stick
- CPU (correct)
- Hard Drive
- SD Card
What is the fundamental purpose of output devices in a computer system?
What is the fundamental purpose of output devices in a computer system?
- To present processed data to the user (correct)
- To enter data and instructions into the computer
- To store data for future use
- To process data and perform calculations
Which of the following best describes the role of the CPU in computer functions?
Which of the following best describes the role of the CPU in computer functions?
Which operation does a computer perform using the binary system?
Which operation does a computer perform using the binary system?
What is the primary reason the binary system is suitable for computers?
What is the primary reason the binary system is suitable for computers?
In the context of binary representation, what does a 'bit' refer to?
In the context of binary representation, what does a 'bit' refer to?
If you have 3 bits, how many different options can you represent?
If you have 3 bits, how many different options can you represent?
Convert the binary number 1010
to decimal.
Convert the binary number 1010
to decimal.
Convert the decimal number 25 to binary.
Convert the decimal number 25 to binary.
Which of the following is equivalent to the binary number 1100
in decimal?
Which of the following is equivalent to the binary number 1100
in decimal?
In binary representation, what characteristic distinguishes even numbers from odd numbers?
In binary representation, what characteristic distinguishes even numbers from odd numbers?
What is the minimum decimal value that can be represented with an 8-bit binary number?
What is the minimum decimal value that can be represented with an 8-bit binary number?
What is the maximum decimal value that can be represented using a 6-bit binary number?
What is the maximum decimal value that can be represented using a 6-bit binary number?
What is the role of ASCII in representing text in computers?
What is the role of ASCII in representing text in computers?
How does Unicode enhance the capabilities of ASCII in representing text?
How does Unicode enhance the capabilities of ASCII in representing text?
What is the process of 'digitization' in the context of computer hardware?
What is the process of 'digitization' in the context of computer hardware?
What devices are used in the process of digitization?
What devices are used in the process of digitization?
If a file size is measured as 100 Mb, what does 'Mb' stand for?
If a file size is measured as 100 Mb, what does 'Mb' stand for?
Arrange the following units of data storage in ascending order.
Arrange the following units of data storage in ascending order.
Flashcards
What are Input Devices?
What are Input Devices?
Devices used to input data and instructions into a computer.
What are Output Devices?
What are Output Devices?
Devices that send data out of the computer as text, pictures, sounds, or video.
What is the Binary System?
What is the Binary System?
A system that stores, processes, and exchanges data in computers, using 0s and 1s.
What is a Bit?
What is a Bit?
Signup and view all the flashcards
What is Digitization?
What is Digitization?
Signup and view all the flashcards
What is a Byte?
What is a Byte?
Signup and view all the flashcards
What is a Kilobyte (KB)?
What is a Kilobyte (KB)?
Signup and view all the flashcards
What is a Megabyte (MB)?
What is a Megabyte (MB)?
Signup and view all the flashcards
What is a Gigabyte (GB)?
What is a Gigabyte (GB)?
Signup and view all the flashcards
What is a Terabyte (TB)?
What is a Terabyte (TB)?
Signup and view all the flashcards
What is a Petabyte (PB)?
What is a Petabyte (PB)?
Signup and view all the flashcards
Study Notes
Computer Functions
- Computer functions include input, processing, output, storage, and communication.
Input Devices
- Purpose is to enter data and instructions into a computer.
- Examples include keyboards, mice, microphones, scanners, digital cameras, and styluses.
Output Devices
- Purpose is to send data out of a computer.
- Examples include monitors, printers, speakers, and earphones, which display text, pictures, sounds, and videos.
Binary System
- A system used to store, process, and exchange data in computers.
- During input, data is converted to binary; during output, binary is converted to human-readable format.
- Has two symbols: 0 and 1.
- A bit is a binary digit, the smallest unit of information and can have a value of 0 or 1.
- Computers use the system because it is easy to store using electricity, process with simple two-value operations, and read with only two options.
- Numbers, text, instructions, photos, and videos can be represented using the explained system.
Bytes and Data Representation
- 1 Byte equals 8 bits.
- Each bit represents a doubling of the previous value.
- A single bit can represent 2 options.
- Two bits can represent 4 options (0, 1, 2, or 3).
- N bits can represent 2^N options.
- A byte can represent 256 values.
Converting Between Binary and Decimal
- To convert from binary to decimal, one must convert 00100110. The binary bits line up with base values to give a weighted figure.
- 00100110 = 38 in decimal such that the corresponding powers of 2 are added (2 + 4 + 32 =38).
- 10101010 = 170 in decimal such that the corresponding powers of 2 are added (2+8+32+128 = 170)
- To convert from decimal to binary, one must convert 186 to binary.
- Binary is found to be 10111010 after a series of division steps by 2. Each stage flags odd/even number to translate to 1 or 0, working up the chain in reverse.
Even/Odd Numbers and Minimum/Maximum Values
- Even numbers in binary end with 0, while odd numbers end with 1.
- 1100 is equivalent to 12 in decimal and 1101 is equivalent to 13.
- Minimum is when all digits are zero, resulting in 0 in decimal; the maximum value is when all digits are 1 e.g. the 6 bit number “111111” is equal to 63
Text as Binary
- Codes represent each letter, digit, and special character
- ASCII has each character represented by a unique 8-bit code, 256 unique codes for letters, digits, and special characters.
- Unicode supports more than 100,000 unique characters via 16 or 32 bits and represents Chinese, Korean, Japanese, Arabic characters, and emojis.
Other Data Types
- Photos, videos, and audio can be represented through digitization, allowing storage in a computer.
- Devices used are called analogue-to-digital convertors (ADC).
Bits, Bytes, and Common Terms
- Byte (B) = 8 bits
- Kilobyte (KB) ≈ 1000 Bytes
- Megabyte (MB) ≈ 1000 KB or 1 million bytes
- Gigabyte (GB) ≈ 1000 MB or 1 billion bytes
- Terabyte (TB) ≈ 1000 GB or 1 trillion bytes
- Petabyte (PB) ≈ 1000 TB or 1 quadrillion bytes
- Data Transfer is measured in bits rather than bytes such as 100 Mb (100 Mega bits).
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.