[Audio] Information Technology. Information Technology.
[Audio] Foundation Computing (OTHM) Student Name : Ishan Kaushalya Student No : CL/OTHMFL3/12/81.
[Audio] Content Internal Components Of a Central processing unit (CPU) Function Of a CPU How computer Hardware components work together Different types of storage media How data is represented in computer system How encryption can be used to represent data How images and sounds are represented in computer system How compression can aid the storage of data , images or sounds A description of the purpose of logic gates A description of the different types of computer network A description of the hardware and transmission media used in computer network An identification range of World Wide Web technologies A description of the purpose of different types of computer network topology.
[Audio] 1. Internal Components Of a Central processing unit (CPU).
[Audio] Control unit The control unit retrieves and decodes instructions from memory, generates control signals to execute instructions, and manages data transfer between different parts of the CPU. It acts as the "brain" of the CPU, controlling the flow of data and instructions..
[Audio] Arithmetic Logic Unit Your The ALU performs arithmetic and logical operations, such as addition, subtraction, multiplication, division, AND, OR, and NOT. It takes two operands as input and produces a result based on the operation specified. text here.
[Audio] Registers Registers are small amounts of on-chip memory that store data temporarily while it's being processed. There are several types of registers, including: General-purpose registers (GPRs): Store both data and instructions. Floating-point registers (FPRs): Store floating-point numbers. Index registers: Store addresses or indices. Stack registers: Store data and program counter values..
[Audio] Instruction Register The instruction register holds the current instruction being executed. It's a small register that stores the opcode (operation code) and operands of the instruction..
[Audio] 2. Function Of a CPU. 2. Function Of a CPU.
[Audio] Instruction Fetch The CPU retrieves instructions from memory, decodes them, and executes them. This process is repeated continuously, with the CPU fetching the next instruction from memory after completing the previous one..
[Audio] Instruction Decoding The CPU decodes the instruction, determining what operation needs to be performed, what operands are required, and where the results should be stored..
[Audio] Operand Fetch The CPU retrieves the operands (data) required for the instruction from memory or registers. Execution The CPU executes the instruction, performing the required operation on the operands. This may involve arithmetic, logical, or control flow operations..
[Audio] 03. How computer hardware components work together.
[Audio] CPU (Central Processing Unit) Executes instructions from the operating system and applications Performs calculations and operations on data Controls the flow of data between components Motherboard Connects and facilitates communication between components Provides power to components through the power supply Manages data transfer between components.
[Audio] Memory (RAM) Temporarily stores data and applications for the CPU to process. Provides a fast access point for the CPU to retrieve data. Enhances system performance by reducing the need for the CPU to access slower storage devices. Storage Drive Stores the operating system, applications, and data Provides long-term storage for the computer Retrieves data for the CPU to process.
[Audio] Power Supply Converts AC power to DC power for the components Provides power to all components, including the CPU, memory, and storage drive Ensures stable power supply to prevent system crashes and data loss Input/Output Devices Allow users to interact with the computer through input devices (keyboards, mice, etc.) Display output to the user through output devices (monitors, speakers, etc.) Enhance user experience through multimedia capabilities.
[Audio] How it all works together User input → Motherboard → CPU CPU processes data → Memory (RAM) → Storage Drive CPU retrieves data → Storage Drive → Memory (RAM) CPU performs calculations → Output devices (monitor, speakers, etc.) Power supply provides power to all components throughout the process..
[Audio] 04. Different types of storage media. 04. Different types of storage media.
[Audio] Here are different types of storage media Hard Disk Drive (HDD) Solid-State Drive (SSD) Flash Drive (USB Drive) Optical Discs Magnetic Tape Solid-State Hybrid Drive (SSHD) External Hard Drives Memory Cards Cloud Storage.
[Audio] Hard Disk Drive (HDD) Uses spinning disks and magnetic heads to store data Large storage capacity, relatively low cost per GB Slower access times compared to solid-state drives Solid-State Drive (SSD) Uses flash memory to store data Faster access times, lower latency, and higher reliability Higher cost per GB compared to hard disk drives.
[Audio] Flash Drive (USB Drive) Small, portable storage device using flash memory Plug-and-play, no external power required Limited storage capacity, relatively high cost per GB Optical Discs CDs (Compact Discs): store up to 700 MB of data DVDs (Digital Versatile Discs): store up to 4.7 GB of data Blu-ray Discs: store up to 128 GB of data.
[Audio] Magnetic Tape Used for long-term data archiving and backup High storage capacity, low cost per GB Slow access times, sequential data access Memory Cards Used in cameras, smartphones, and other portable devices Small, lightweight, and low power consumption Limited storage capacity, relatively high cost per GB.
[Audio] These are some of the most common types of storage media. Each has its own advantages and disadvantages, and the choice of storage media depends on the specific use case and requirements..
[Audio] 05. How data is represented in computer system.
[Audio] Binary System A number system that uses only two digits: 0 and 1 Also known as the base-2 number system Used by computers to represent and process information.
[Audio] Bit The basic unit of information in a computer Can have a value of 0 or 1 Represented by a single binary digit Byte A group of 8 bits Can represent a character, number, or other data type The basic unit of measurement for computer memory.
[Audio] Character Representation ASCII (American Standard Code for Information Interchange): uses 7-bit codes to represent characters Unicode: uses 16-bit codes to represent characters from multiple languages.
[Audio] Numeric Representation Integers: represented as binary numbers Floating-point numbers: represented as a combination of binary numbers and exponents Data Types Integer: whole numbers (e.g., 1, 2, 3) Float: decimal numbers (e.g., 3.14, -0.5) Character: single characters (e.g., 'a', 'A') String: sequences of characters (e.g., "hello", "goodbye") Boolean: true or false values.
[Audio] Data Storage Files: stored on disk or solid-state drives Databases: stored in structured formats for efficient retrieval Memory: stored in RAM for fast access.
[Audio] 06. How encryption can be used to represent data.
[Audio] What is Encryption? Encryption is a process that converts plaintext (readable data) into ciphertext (unreadable data) using an algorithm and a secret key..
[Audio] How Encryption Represents Data Encryption transforms plaintext into a secure format, making it unreadable to unauthorized parties..
[Audio] Types of Encryption Two main types: Symmetric (uses same key for encryption and decryption) and Asymmetric (uses a pair of keys). How Encryption Works Plaintext + Secret Key → Encryption Algorithm → Ciphertext Ciphertext + Secret Key → Decryption Algorithm → Plaintext.
[Audio] Benefits of Encryption Confidentiality, Integrity, and Authenticity: protects data from unauthorized access, tampering, and ensures trusted sources..
[Audio] 07. How images and sounds are represented in computer system.
[Audio] Images Representation: Images are represented as a collection of pixels (tiny squares of color). Pixel Values: Each pixel is assigned a value representing its color and intensity. Color Depth: The number of bits used to represent each pixel's color (e.g., 24-bit color). Image File Formats: JPEG, PNG, GIF, BMP, etc. store image data in a compressed or uncompressed format..
[Audio] Sounds Representation: Sounds are represented as a series of digital values representing pressure changes in air. Sampling Rate: The number of times per second the sound wave is measured (e.g., 44,100 Hz). Bit Depth: The number of bits used to represent each sample's amplitude (e.g., 16-bit audio). Audio File Formats: WAV, MP3, AAC, etc. store audio data in a compressed or uncompressed format..
[Audio] Common to Both Binary Data: Both images and sounds are ultimately represented as binary data (0s and 1s) in a computer system. Compression: Both use compression algorithms to reduce file size and improve storage/transmission efficiency..
[Audio] 08. How compression can aid the storage of data , images or sounds.
[Audio] What is Compression? Compression reduces the size of a data set by eliminating redundant or unnecessary information..
[Audio] How Compression Aids Storage: Reduces File Size: Compression decreases the number of bytes required to store data, images, or sounds. Faster Transfer: Smaller files transfer faster over networks, reducing transmission time. Increased Storage Capacity: More data can be stored in a given amount of storage space. Improved Efficiency: Compression algorithms can reduce the computational resources required for data processing..
[Audio] Types of Compression Lossless Compression: Reversible, retains original data quality (e.g., ZIP, GIF). Lossy Compression: Irreversible, discards some data to reduce size (e.g., JPEG, MP3)..
[Audio] Benefits of Compression Space Savings: Reduces storage requirements and costs. Faster Data Transfer: Enables faster transmission over networks. Improved Data Archiving: Allows for more efficient long-term data storage..
[Audio] 09. A description of the purpose of logic gates.
[Audio] What are Logic Gates? Logic gates are the basic building blocks of digital electronics and computer systems..
[Audio] Purpose of Logic Gates Perform Logical Operations: Execute logical operations such as AND, OR, NOT, etc. on binary inputs (0s and 1s). Make Decisions: Based on input conditions, logic gates make decisions and produce output signals. Control Flow: Logic gates control the flow of data and signals in digital circuits. Implement Boolean Algebra: Logic gates implement Boolean algebra, a mathematical system for manipulating binary variables..
[Audio] Types of Logic Gates Basic Gates: AND, OR, NOT, NAND, NOR, XOR, XNOR Derived Gates: Combinations of basic gates, such as ENOR, NAND-NOR, etc..
[Audio] Importance of Logic Gates Digital Circuits: Logic gates are the foundation of digital circuits and computer systems. Computational Power: Logic gates enable computers to perform complex calculations and operations. Decision-Making: Logic gates make decisions and control the flow of data in digital systems..
[Audio] 10. A description of the different types of computer network.
[Audio] What is a Computer Network? A comp muter network is a group of interconnected devices that share resources and exchange data..