Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Operating Systems
993+ articles
Computer Organization & Architecture
773+ articles
Electronics Engineering
442+ articles
Digital Logic
302+ articles
microprocessor
233+ articles
system-programming
201+ articles
memory-management
53+ articles
Computer Organization and Architecture-Computer Organization and Architecture
4+ articles
Computer Organization and Architecture
42 posts
Recent Articles
Popular Articles
Logic Micro-operations
Last Updated: 09 October 2025
Logic Micro-Operations are fundamental bitwise operations performed on data stored in CPU registers. Unlike arithmetic operations that involve numerical calculations, logi...
read more
Computer Organization & Architecture
Computer Organization and Architecture
What is a Teraflops ?
Last Updated: 23 July 2025
Teraflop or TeraFLOPS (Tera Floating-point Operations Per Second) is a unit of measurement of computer performance and is widely used for expressing the CPU computing powe...
read more
Computer Organization & Architecture
Computer Organization and Architecture
What is
Computer Organization and Architecture Tutorial
Last Updated: 02 April 2026
Computer architecture defines how a computer’s components communicate through electronic signals to perform input, processing, and output operations.It covers the design a...
read more
Computer Organization & Architecture
Computer Organization and Architecture
Integrated vs Dedicated Graphics Cards
Last Updated: 02 January 2024
In the ever-evolving realm of computing, the choice between integrated and dedicated graphics cards has become a pivotal decision for users. Understanding the distinctions...
read more
Operating Systems
Computer Organization and Architecture
Computer Organization and Architecture-Computer Organization and Architecture
Computer Organization and Architecture
Parallel Arbitration Logic In Multiprocessors
Last Updated: 23 July 2025
In multiprocessor systems, the arbitration logic is used to make sure that at a single point in time, only one processor can access the system bus. In this article, we are...
read more
Computer Organization & Architecture
Computer Organization and Architecture-Computer Organization and Architecture
Computer Organization and Architecture
Interconnection Networks For Parallel Processores
Last Updated: 23 July 2025
In parallel computing, Interconnection networks are very crucial for efficient communication among all processors within a similar system. There are two main approaches fo...
read more
Computer Networks
Picked
Computer Organization and Architecture
Memory Stack Organization in Computer Architecture
Last Updated: 23 July 2025
A stack is a storage device in which the information or item stored last is retrieved first. Basically, a computer system follows a memory stack organization, and here we ...
read more
Computer Organization & Architecture
memory-management
Computer Organization and Architecture
General Purpose Registers
Last Updated: 01 February 2025
A register is a collection of flip-flops. Single bit digital data is stored using flip-flops. By combining many flip-flops, the storage capacity can be extended to accommo...
read more
Computer Organization & Architecture
Picked
Computer Organization and Architecture
Basic Cache Optimization Techniques
Last Updated: 23 July 2025
Generally, in any device, memories that are large(in terms of capacity), fast and affordable are preferred. But all three qualities can't be achieved at the same time. The...
read more
Computer Organization & Architecture
Computer Organization and Architecture
Handler's Classification in Computer Architecture
Last Updated: 28 April 2022
In 1977, Wolfgang Handler presented a computer architectural classification scheme for determining the degree of parallelism and pipelining built into the computer system ...
read more
Computer Organization & Architecture
Computer Organization and Architecture
Modes of DMA Transfer
Last Updated: 13 April 2026
Direct Memory Access (DMA) is a technique that allows data transfer between memory and I/O devices without continuous involvement of the CPU, improving system performance ...
read more
Computer Organization & Architecture
Blogathon-2021
Computer Organization and Architecture
Micro Instruction Sequencing
Last Updated: 31 May 2021
Need for designing the micro-instruction sequencing technique :The first purpose is to minimize the size of control memory because control memory is present inside the pro...
read more
Computer Organization & Architecture
Computer Organization and Architecture
Similarities between RAM and ROM
Last Updated: 23 July 2025
In this article, we will discuss the overview of RAM and ROM, and then we will cover different types of each and then mainly focus will be on similarities between RAM and ...
read more
Computer Organization & Architecture
Computer Organization and Architecture
Multistage Switching Network - Interconnection structure in Multiprocessor System
Last Updated: 23 July 2025
In this article, we are going to cover the interconnection structure that is commonly used but in this section, we will more focus on Multistage Switching networks in deta...
read more
Computer Organization & Architecture
Computer Organization and Architecture
I/O Program Controlled Transfer vs DMA Transfer
Last Updated: 23 July 2025
In this article, we will discuss the overview of Modes of transfer and mainly our focus will be on the difference between I/O Program Controlled Transfer vs DMA Transfer. ...
read more
Computer Organization & Architecture
Computer Organization and Architecture
1
2
3