study guide IT fco-u61 video 1- 4 Flashcards
notes
Front: What is the Input, Output, Processing, and Storage (I/O) Cycle?
Back: The I/O Cycle is a fundamental concept in computing that governs the core functions of a computer system. It encompasses the stages of input, processing, output, and storage.
Front: What happens during the Input stage of the I/O Cycle?
Back: During the Input stage, data is entered into the computer system, providing the raw data that the computer will process.
Front: What occurs in the Processing stage of the I/O Cycle?
Back: The CPU performs calculations, comparisons, and other operations to transform raw data into meaningful information.
Front: What is the purpose of the Output stage in the I/O Cycle?
Back: The Output stage displays or transmits the results of processing to the user or another system, either visually (e.g., monitor, printer) or audibly (e.g., speakers).
Front: What is the role of Storage in the I/O Cycle?
Back: Storage involves saving data to storage devices like a hard drive, SSD, or cloud storage for later use, allowing the results of processing to be retained and retrieved as needed.
Front: What are the 3 primary notational systems?
Back: The 3 primary notational systems are:
Decimal Notation (base-10 system)
Binary Notation (base-2 system)
Hexadecimal Notation (base-16 system
Front: What is Decimal Notation?
Back: Decimal Notation uses the base-10 system, which employs ten unique symbols (0-9) to represent values.
Front: What is Binary Notation and how is it used in computing?
Back: Binary Notation is a system of numbers with only two values: 0 and 1. In computing, information is represented and stored as sequences of binary digits (1s and 0s), where each digit, or “bit,” represents a power of two.
Front: What is Hexadecimal Notation?
Back: Hexadecimal Notation is a base-16 numerical system that uses 16 distinct symbols: 0–9 for the first ten values and A–F for the remaining six. It is commonly used in computer programming, memory addressing, and debugging.
Why is it important to understand notational systems in computing?
Back: Understanding notational systems is important for:
Data Storage and Manipulation
Programming and Software Development
Interfacing with Humans
Front: How does Binary Notation contribute to data storage and manipulation?
Back: Binary notation allows computers to represent and manipulate complex information, including numbers, characters, images, and videos, using sequences of 0s and 1s.
Front: Why do programmers frequently encounter hexadecimal values?
Back: Programmers encounter hexadecimal values when working with memory addresses, color codes, and machine code instructions.
Front: What is Decimal Notation (Base-10)?
Back: Decimal Notation is a base-10 numerical system that uses ten distinct symbols (0–9) to represent all possible numbers. It forms the foundation of everyday mathematical operations.
Front: How do notational systems help in interfacing with humans?
Back: Notational systems like decimal notation allow us to input and interpret data using conventional numerical methods, making computers more accessible and user-friendly.
Front: Why is Decimal Notation important in computing?
Back: Decimal notation is used in various programming languages and databases for storing and manipulating numerical data. It is the cornerstone of the numerical world due to its simplicity and intuitiveness.
Front: What is Binary Notation (Base-2)?
Back: Binary Notation is a fundamental numerical system that underpins the digital world. It uses only two symbols, 0 and 1, to represent data.
Front: What is the primary advantage of a binary system in digital computers?
Back: The primary advantage of a binary system is its immediate compatibility with digital electrical systems, where 1 represents the “on” state and 0 represents the “off” state of electronic switches.
Front: Why do digital computers use binary notation at the hardware level?
Digital computers use binary notation at the hardware level because it directly corresponds to the on/off states of electronic switches, making it a natural fit for digital systems.
Front: In what fields of computer science is binary notation used?
back: Binary notation is used in various fields, including the design and analysis of algorithms, data structures, and computer networks.
Front: Why is understanding binary notation crucial in computing?
Back: Understanding binary notation is crucial for grasping more complex notational systems, such as hexadecimal (base-16), used in computing.