About 446,000 results
Open links in new tab
  1. Von Neumann architecture - Wikipedia

    Stored-program computers were an advancement over the manually reconfigured or fixed function computers of the 1940s, such as the Colossus and the ENIAC. These were programmed by setting switches and inserting patch cables to route …

  2. From Parallel Computing Principles to Programming for CPU and …

    Nov 12, 2024 · We start with the basics, including understanding shared vs. distributed architectures and communication within these systems. We will explore GPU architecture and how coding elements (using C++ Kokkos) help map architectural principles to …

  3. Computer Organization – Von Neumann architecture

    Jan 31, 2025 · The Von Neumann architecture popularized the stored-program concept, making computers more flexible and easier to reprogram. This design stores both data and instructions in the same memory, simplifying hardware design and enabling general-purpose computing.

  4. Harvard Architecture - GeeksforGeeks

    Jan 31, 2025 · The Harvard architecture is a computer architecture that separates memory storage and buses for instructions and data, unlike the von Neumann architecture, which uses a single memory and bus for both.

  5. Computer Organization and Architecture Tutorial - GeeksforGeeks

    Jan 23, 2025 · In this Computer Organization and Architecture Tutorial, you’ll learn all the basic to advanced concepts like pipelining, microprogrammed control, computer architecture, instruction design, and format.

  6. John Von Neumann and Computer Architecture - University of …

    Mar 20, 2019 · As its name suggests, the Harvard architecture was designed and invented at Harvard for the Harvard Mark 1 computer. The main characteristic of this architecture is separate data and instruction memory units which allow for simultaneous access.

  7. Programming Architectures: Everything You Need to Know When …

    Discover the essence of programming architectures - what they are, how they work, and their vital role in modern software development. Explore different types of programming architectures and gain a comprehensive understanding to drive effective decision-making.

  8. Functional programming and multicore architecture - Stack Overflow

    Jul 1, 2010 · Functional programming minimizes or eliminates side effects and thus is better suited to distributed programming. i.e. multicore processing.

  9. Machine Level Architecture: The stored program concept

    Jun 16, 2024 · Von-Neumann Architecture is used for general purpose machines, where instructions and data are held in the same memory location - this is our main memory, or RAM. On the other hand, Harvard Architecture follows the stored-program concept, however it takes into account the use of the memory unit.

  10. Why SOLID principles are still the foundation for modern …

    Nov 1, 2021 · But in a world of multi-paradigm programming and cloud computing, do they still stack up? I'm going to explore what SOLID stands for (literally and figuratively), explain why it still makes sense, and share some examples of how it can be adapted for modern computing.

  11. Some results have been removed
Refresh