Computer Memory Architecture Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Computer Memory Architecture Pdf Computer memory architecture pdf Continue The methods used to implement the electronic computer storage memory architecture describe the methods used to implement electronic computer data storage, in such a way that it is a combination of the fastest, most reliable, most durable and least expensive way to store and obtain information. Depending on the application, one of these requirements may need to be compromised to improve the other requirement. Memory architecture also explains how binary digits are converted into electrical signals and then stored in memory cells. As well as the structure of the memory cell. For example, dynamic memory is commonly used for primary storage because of the fast speed of access. However, dynamic memory must be repeatedly updated with a spike of current dozens of times per second, or stored data will disintegrate and be lost. Flash memory allows you to store for years, but it's much slower than dynamic memory, and static memory storage cells wear out when used frequently. Similarly, the data bead is often designed to meet specific needs such as serial or parallel access to data, and memory can be designed to detect parity errors or even correct errors. The earliest memory architectures are Harvard Architecture, which has two physically separate memories and data transfer paths for the program and data, and Princeton's architecture, which uses a single path of memory and data for both the program and the storage of data. Most general-purpose computers use a hybrid split-cache modified Harvard architecture, which appears to be an application program to have a clean Princeton architectural machine with gigabytes of virtual memory, but internally (for speed) it works with a cache of instructions physically separate from a data cache more like the Harvard model. DSP systems typically have a specialized memory system with high bandwidth; without memory protection or virtual memory control. Many digital signal processors have 3 physically separate memory and datapaths - software storage, coefficient storage and data storage. A series of multiplication operations accumulates from all three areas at the same time to effectively implement sound filters as bundles. See also the 8-bit 16-bit 32-bit 64-bit address of the Generation Unit Cash-Only Memory Architecture (COMA) Memory Cash Conventional Memory Determined Memory Distributed Memory Distributed General Memory (DSM) Two-Channel Architecture ECC Memory Advanced Memory Extended Memory Model Flat Memory Model Harvard Architecture High Memory Area (HMA) Lernmatrix Memory Memory Level Memory Protection Memory-Disc Synchronization Memory Virtualization Not Uniform Access to Memory (NUMA) PCI Memory Hole Processor Register Registered Memory Common Memory (Interprocessor Connection) Common Memory Architecture (SMA) (SMA) Memory Distribution Tagged Architecture Unified Access to Memory (UMA) Universal Memory Video Memory Von Neumann Architecture X86 Segmentation Memory Links - b Memory Architecture: Harvard vs. Princeton. Robert Oshana. DSP software development methods for built-in systems and systems in real time. 2006. 5 - DSP Architecture. page 123. doi: 10.1016/B978-075067759-2/50007-7 This computational article is a stub. You can help Wikipedia by expanding it.vte extracted from the In the design of the computer system, the processor, as well as a large number of memory devices, was used. However, the main problem is that these parts are expensive. Thus, the organization of the system's memory can be performed on the hierarchy of memory. It has several memory levels with different performance metrics. But all of this can provide an accurate goal, so access time can be reduced. The memory hierarchy was developed based on the behavior of the program. This article looks at an overview of the memory hierarchy in computer architecture. What is the Hierarchy of Memory? Memory in a computer can be divided into five hierarchies based on speed as well as usage. The processor can move from one level to another, depending on its requirements. Five hierarchies in memory registers, cache, basic memory, magnetic discs and magnetic tapes. The first three hierarchies are volatile memories, which mean when there is no power, and then automatically they lose their stored data. While the last two hierarchies are not unstable, that means they store data constantly. A memory item is a set of storage devices that stores binary data in the type of bits. Typically, memory storage can be classified into two categories, such as volatile and non-volatile. The memory hierarchy in the computer architectureProject memory hierarchy in the computer system basically includes different storage devices. Most computers were built in with additional storage for a more powerful run outside of the primary memory capacity. The next diagram of the memory hierarchy is a hierarchical pyramid for computer memory. The design of the memory hierarchy is divided into two types, such as primary (internal) memory and secondary (external) memory. Memory Hierarchy Main Memory Is also known as internal memory, and it's available to the processor directly. This memory includes basic, cache, and CPU registers. Secondary memory is also known as external memory, and it is available by the processor through the input/exit module. This memory includes an optical disk, a magnetic disk and a magnetic tape. The characteristics of the memory hierarchy of memory mainly include the following. the design of the computer system was done without hierarchy, as well as the speed gap between the main memory as well as the processor registers is amplified by the huge difference in access time, which will result in a decrease in the performance of the system. Thus, the increase was mandatory. This improvement was developed in the memory hierarchy model due to improved system performance. AbilityThe ability of the memory hierarchy is the total amount of data that memory can store. Because whenever we go from top to bottom inside the memory hierarchy, the capacity will increase. TimeThe access time in the memory hierarchy is the time interval between data availability, as well as a request to read or write. Because whenever we go from top to bottom inside the memory hierarchy, the access time will increase the flow per bit, when we move from the bottom up inside the memory hierarchy, the cost for each bit will increase, which means that the internal memory is expensive compared to the external memory. The DesignThe hierarchy of memory in computers basically includes the following. The register, in particular, is a static RAM or SRAM in a computer processor that is used to store word data, which is usually 64 or 128 bits. The counter register program is the most important, and found in all processors. Most processors use a status register of words as well as a battery. The status word register is used for decision-making, and the battery is used to store data, such as a mathematical operation. Typically, computers such as complex computers set instructions have so many registers for taking basic memory, and RISC-shortened set of instructions computers have more registers. Cache MemoryCache memory can also be found in the processor, but rarely can it be another IC (integrated circuit) that is divided into levels. The cache contains a piece of data that is often used from the main memory. When the processor has one core, it will have two (or) more cache levels rarely. Real multi-core processors will have three, two levels for each core, and one level is common. The basic memory of home memory in a computer is nothing but a unit of memory in a processor that communicates directly. This is the main storage unit of the computer. This memory is fast, as well as the great memory used to store data throughout the computer. This memory consists of RAM as well as ROM. Magnetic discsMagnetic discs in the computer are round plates made of plastic otherwise the metal magnetized material. Often used two face drive, and many discs can be stacked on one spindle to read or write heads can get on each plane. All drives in the computer rotate together on high Tracks in the computer are nothing but bits that are stored in a magnetized plane in spots next to concentric circles. These Are These are usually divided into sections called sectors. Magnetic tape Is a normal magnetic record that is designed with a thin magnetized coating on an extended, plastic film thin strip. This is mainly used to back up the use of huge data. Whenever a computer requires access to a lane, it will first mount to access the data. Once the data is allowed, it will be cancelled. Memory access time will be slower in the magnetic strip, and it will take a few minutes to access the strip. The benefits of the Hierarchy of MemoryThe need for a memory hierarchy includes the following. Memory distribution is simple and economicalRemoves of external destructionDEd can be spread throughout The demand for paging and pre-pagingSwapping will be more experienced, it's all about the memory hierarchy. From the above information, we can finally conclude that it is mainly used to reduce the cost of the bit, frequency of access and increase capacity, access time. So it's up to the designer how much they need these characteristics to meet the needs of their consumers. That's the question for you, the hierarchy of memory in the OS? Memory is organized as a cell, each cell can be identified with a unique number called the address. Each cell can recognize control signals, such as read and write, generated by the processor when it wants to read or write an address. Whenever the CPU runs the program there is a need to transfer instructions from memory to processor because the program is available in memory.
Recommended publications
  • Chapter 5 Multiprocessors and Thread-Level Parallelism
    Computer Architecture A Quantitative Approach, Fifth Edition Chapter 5 Multiprocessors and Thread-Level Parallelism Copyright © 2012, Elsevier Inc. All rights reserved. 1 Contents 1. Introduction 2. Centralized SMA – shared memory architecture 3. Performance of SMA 4. DMA – distributed memory architecture 5. Synchronization 6. Models of Consistency Copyright © 2012, Elsevier Inc. All rights reserved. 2 1. Introduction. Why multiprocessors? Need for more computing power Data intensive applications Utility computing requires powerful processors Several ways to increase processor performance Increased clock rate limited ability Architectural ILP, CPI – increasingly more difficult Multi-processor, multi-core systems more feasible based on current technologies Advantages of multiprocessors and multi-core Replication rather than unique design. Copyright © 2012, Elsevier Inc. All rights reserved. 3 Introduction Multiprocessor types Symmetric multiprocessors (SMP) Share single memory with uniform memory access/latency (UMA) Small number of cores Distributed shared memory (DSM) Memory distributed among processors. Non-uniform memory access/latency (NUMA) Processors connected via direct (switched) and non-direct (multi- hop) interconnection networks Copyright © 2012, Elsevier Inc. All rights reserved. 4 Important ideas Technology drives the solutions. Multi-cores have altered the game!! Thread-level parallelism (TLP) vs ILP. Computing and communication deeply intertwined. Write serialization exploits broadcast communication
    [Show full text]
  • Computer Organization & Architecture Eie
    COMPUTER ORGANIZATION & ARCHITECTURE EIE 411 Course Lecturer: Engr Banji Adedayo. Reg COREN. The characteristics of different computers vary considerably from category to category. Computers for data processing activities have different features than those with scientific features. Even computers configured within the same application area have variations in design. Computer architecture is the science of integrating those components to achieve a level of functionality and performance. It is logical organization or designs of the hardware that make up the computer system. The internal organization of a digital system is defined by the sequence of micro operations it performs on the data stored in its registers. The internal structure of a MICRO-PROCESSOR is called its architecture and includes the number lay out and functionality of registers, memory cell, decoders, controllers and clocks. HISTORY OF COMPUTER HARDWARE The first use of the word ‘Computer’ was recorded in 1613, referring to a person who carried out calculation or computation. A brief History: Computer as we all know 2day had its beginning with 19th century English Mathematics Professor named Chales Babage. He designed the analytical engine and it was this design that the basic frame work of the computer of today are based on. 1st Generation 1937-1946 The first electronic digital computer was built by Dr John V. Atanasoff & Berry Cliford (ABC). In 1943 an electronic computer named colossus was built for military. 1946 – The first general purpose digital computer- the Electronic Numerical Integrator and computer (ENIAC) was built. This computer weighed 30 tons and had 18,000 vacuum tubes which were used for processing.
    [Show full text]
  • Parallel Computer Architecture
    Parallel Computer Architecture Introduction to Parallel Computing CIS 410/510 Department of Computer and Information Science Lecture 2 – Parallel Architecture Outline q Parallel architecture types q Instruction-level parallelism q Vector processing q SIMD q Shared memory ❍ Memory organization: UMA, NUMA ❍ Coherency: CC-UMA, CC-NUMA q Interconnection networks q Distributed memory q Clusters q Clusters of SMPs q Heterogeneous clusters of SMPs Introduction to Parallel Computing, University of Oregon, IPCC Lecture 2 – Parallel Architecture 2 Parallel Architecture Types • Uniprocessor • Shared Memory – Scalar processor Multiprocessor (SMP) processor – Shared memory address space – Bus-based memory system memory processor … processor – Vector processor bus processor vector memory memory – Interconnection network – Single Instruction Multiple processor … processor Data (SIMD) network processor … … memory memory Introduction to Parallel Computing, University of Oregon, IPCC Lecture 2 – Parallel Architecture 3 Parallel Architecture Types (2) • Distributed Memory • Cluster of SMPs Multiprocessor – Shared memory addressing – Message passing within SMP node between nodes – Message passing between SMP memory memory nodes … M M processor processor … … P … P P P interconnec2on network network interface interconnec2on network processor processor … P … P P … P memory memory … M M – Massively Parallel Processor (MPP) – Can also be regarded as MPP if • Many, many processors processor number is large Introduction to Parallel Computing, University of Oregon,
    [Show full text]
  • Digital Signal Processing – II
    www.jntuworld.com Digital Signal Processing – 8 December 24, 2009 VIII. DSP Processors 2007 Syllabus: Introduction to programmable DSPs: Multiplier and Multiplier-Accumulator (MAC), Modified bus structures and memory access schemes in DSPs, Multiple access memory, Multiport memory, VLSI architecture, Pipelining, Special addressing modes, On-chip peripherals. Architecture of TMS 320C5X – Introduction, Bus structure, Central Arithmetic Logic Unit, Auxiliary register, Index register, Auxiliary register, Compare register, Block move address register, Parallel Logic Unit, Memory mapped registers, Program controller, Some flags in the status registers, On-chip registers, On-chip peripherals. Contents: 8.1 DSP Processors – Market 8.2 DSP Processors – Features 8.3 Multiply-and-Accumulate 8.4 Interrupts – handling incoming signal values 8.5 Fixed- and Floating-point 8.6 Real-time FIR filter example We shall use “DSP” to mean Digital Signal Processor(s) and sometimes even refer to them as DSP processors, also as programmable digital signal processors (PDSPs). This includes 1. General purpose DSPs (such as the TMS320’s of TI and DSP563’s of Motorola and others) 2. Special purpose DSPs tailored to specific applications like FFT However, the so-called programmability of DSPs mentioned above pales in comparison to that of general purpose CPUs. In what follows, for the most part, we contrast general purpose CPUs (whose strength is in general purpose programmability) with DSPs (whose strength is in high throughput, hardwired, number crunching). For a
    [Show full text]
  • Introduction to Computer Architecture
    Introduction to Computer Architecture Mark Bull, EPCC Building Blocks of HPC Systems Four principal technologies which make up HPC systems: • Processors • to calculate • Memory • for temporary storage of data • Interconnect • so processors can talk to each other (and the outside world) • Storage • disks for storing input/output data and tapes for long term archiving of data • These talks will focus on the first two of these. 2 Processors • Basic functionality • execute instructions to perform arithmetic operations (integer and floating point) • load data from memory and store data to memory • decide which instructions to execute next • Arithmetic is performed on values in registers (local storage in the processor) • moving data between memory and registers must be done explicitly by load and store instructions • separate integer and floating point registers • typical size ~100 values • Basic characteristics: • Clock speed • Peak floating point capability 3 Processors (cont.) • Clock speed determines rate at which instructions are executed • modern chips are around 2-3 GHz • integer and floating point calculations can be done in parallel • can also have multiple issue, e.g. simultaneous add and multiply • peak flop rate is just clock rate x no. of floating point operations per clock cycle • Whole series of hardware innovations • pipelining • out-of-order execution, speculative computation • ... • Details of these become important for extracting high performance • most features are fairly generic 4 Moore’s Law • “CPU power doubles every
    [Show full text]
  • Programmable Address Generation Unit for Deep Neural Network Accelerators
    DEGREE PROJECT IN ELECTRICAL ENGINEERING, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2020 Programmable Address Generation Unit for Deep Neural Network Accelerators MUHAMMAD JAZIB KHAN KTH ROYAL INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE KTH ROYAL INSTITUTE OF TECHNOLOGY Electrical Engineering and Computer Science Programmable Address Generation Unit for Deep Neural Network Accelerators Muhammad Jazib Khan Master in Electrical Engineering Supervisor KTH: Yu Yang Examiner: Prof. Ahmed Hemani School of Electrical Engineering and Computer Science Host company: Robert Bosch GmbH Supervisor Bosch: Sebastian Vogel and Dr. Leonardo Ecco Abstract The Convolutional Neural Networks are getting more and more popular due to their applications in revolutionary technologies like Autonomous Driving, Biomedical Imaging, and Natural Language Processing. With this increase in adoption, the complexity of underlying algorithms is also increasing. This trend entails implications for the computation platforms as well, i.e. GPUs, FPGA, or ASIC based accelerators, especially for the Address Generation Unit (AGU), which is responsible for the memory access. Existing accelerators typically have Parametrizable Datapath AGUs, which have minimal adaptability towards evolution in algorithms. Hence new hardware is required for new algorithms, which is a very inefficient approach in terms of time, resources, and reusability. In this research, six algorithms with different implications for hardware are evaluated for address generation, and a fully Programmable AGU (PAGU) is presented, which can adapt to these algorithms. These algorithms are Standard, Strided, Dilated, Upsampled and Padded convolution, and MaxPooling. The proposed AGU architecture is a Very Long Instruction Word based Application Specific Instruction Processor which has specialized components like hardware counters and zero-overhead loops and a powerful Instruction Set Architecture (ISA), which can model static and dynamic constraints and affine and non-affine Address Equations.
    [Show full text]
  • FPGA Implementation of RISC-Based Memory-Centric Processor Architecture
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 10, No. 9, 2019 FPGA Implementation of RISC-based Memory-centric Processor Architecture Danijela Efnusheva1 Computer Science and Engineering Department Faculty of Electrical Engineering and Information Technologies Skopje, North Macedonia Abstract—The development of the microprocessor industry in by the strict separation of the processing and memory resources terms of speed, area, and multi-processing has resulted with in the computer system. In such processor-centric system the increased data traffic between the processor and the memory in a memory is used for storing data and programs, while the classical processor-centric Von Neumann computing system. In processor interprets and executes the program instructions in a order to alleviate the processor-memory bottleneck, in this paper sequential manner, repeatedly moving data from the main we are proposing a RISC-based memory-centric processor memory in the processor registers and vice versa, [1]. architecture that provides a stronger merge between the Assuming that there is no final solution for overcoming the processor and the memory, by adjusting the standard memory processor-memory bottleneck, modern computer systems hierarchy model. Indeed, we are developing a RISC-based implement different types of techniques for "mitigating" the processor that integrates the memory into the same chip die, and occurrence of this problem, [10], (ex. branch prediction thus provides direct access to the on-chip memory, without the use of general-purpose registers (GPRs) and cache memory. The algorithms, speculative and re-order instructions execution, proposed RISC-based memory-centric processor is described in data and instruction pre-fetching, and multithreading, etc.).
    [Show full text]
  • A Scalable Near-Memory Architecture for Training Deep Neural Networks on Large In-Memory Datasets
    IEEE TRANSACTIONS ON COMPUTERS, VOL. (VOL), NO. (NO), (MONTH) (YEAR) 1 A Scalable Near-Memory Architecture for Training Deep Neural Networks on Large In-Memory Datasets Fabian Schuiki, Michael Schaffner, Frank K. Gürkaynak, and Luca Benini, Fellow, IEEE Abstract—Most investigations into near-memory hardware accelerators for deep neural networks have primarily focused on inference, while the potential of accelerating training has received relatively little attention so far. Based on an in-depth analysis of the key computational patterns in state-of-the-art gradient-based training methods, we propose an efficient near-memory acceleration engine called NTX that can be used to train state-of-the-art deep convolutional neural networks at scale. Our main contributions are: (i) a loose coupling of RISC-V cores and NTX co-processors reducing offloading overhead by 7× over previously published results; (ii) an optimized IEEE 754 compliant data path for fast high-precision convolutions and gradient propagation; (iii) evaluation of near-memory computing with NTX embedded into residual area on the Logic Base die of a Hybrid Memory Cube; and (iv) a scaling analysis to meshes of HMCs in a data center scenario. We demonstrate a 2:7× energy efficiency improvement of NTX over contemporary GPUs at 4:4× less silicon area, and a compute performance of 1:2 Tflop=s for training large state-of-the-art networks with full floating-point precision. At the data center scale, a mesh of NTX achieves above 95% parallel and energy efficiency, while providing 2:1× energy savings or 3:1× performance improvement over a GPU-based system.
    [Show full text]
  • Computer Architectures & Hardware Programming 1
    COMPUTER ARCHITECTURES & HARDWARE PROGRAMMING 1 Dr. Varga, Imre University of Debrecen Department of IT Systems and Networks 06 February 2020 Requirements Practice (signature, only Hardware Programming 1) Visit classes (maximum absences: 3) 2 practical tests • All tests at least 50% 1 re-take chance (covers the whole semester) Lecture (exam, CA & HP1) Written exam Multiple choice + Calculation/Programming + Essay • At least 40% Computer Architectures Warning Lexical knowledge about the slides are necessary, but not enough to pass. Understanding is necessary, that is why active participating on lectures are advantages. Other literature can be also useful. Computer Architectures Computer Science Engineering computer science… …engineering Assembly Electronics programming Computer Programming Digital architectures languages 1-2 design Physics Operating Database systems systems Embedded Signals and systems systems System programming Computer Architectures Topics Number representation, datatype implementation Essential structure and work of CPUs Modern processors Concrete processor architecture Instruction-set, programming Aspects of programming closely related to the hardware Basics of digital technology from the point of view of the hardware Assembly programming Mapping high-level programming to low-level Computer Architectures The goal of the subject Giving knowledge about hardware Creating connection between … ‚programming’ and ‚electronics’ ‚abstract’ and ‚fundamental’ knowledge Deeper understanding of high-level programming
    [Show full text]
  • Choosing a DSP Processor Berkeley Design Technology, Inc
    Choosing a DSP Processor Berkeley Design Technology, Inc. Introduction A second feature shared by DSP processors is the ability to complete several accesses to memory in a sin- DSP processors are microprocessors designed to per- gle instruction cycle. This allows the processor to fetch form digital signal processing—the mathematical ma- an instruction while simultaneously fetching operands nipulation of digitally represented signals. Digital signal and/or storing the result of a previous instruction to processing is one of the core technologies in rapidly memory. For example, in calculating the vector dot prod- growing application areas such as wireless communica- uct for an FIR filter, most DSP processors are able to per- tions, audio and video processing, and industrial control. form a MAC while simultaneously loading the data Along with the rising popularity of DSP applications, the sample and coefficient for the next MAC. Such single- variety of DSP-capable processors has expanded greatly cycle multiple memory accesses are often subject to since the introduction of the first commercially success- many restrictions. Typically, all but one of the memory ful DSP chips in the early 1980s. Market research firm locations accessed must reside on-chip, and multiple Forward Concepts projects that sales of DSP processors memory accesses can only take place with certain in- will total U.S. $6.2 billion in 2000, a growth of 40 per- structions. To support simultaneous access of multiple cent over 1999. With semiconductor manufacturers vy- memory locations, DSP processors provide multiple on- ing for bigger shares of this booming market, designers’ chip buses, multi-ported on-chip memories, and in some choices will broaden even further in the next few years.
    [Show full text]
  • PRIME: a Novel Processing-In-Memory Architecture for Neural Network Computation in Reram-Based Main Memory
    PRIME: A Novel Processing-in-memory Architecture for Neural Network Computation in ReRAM-based Main Memory Ping Chi∗, Shuangchen Li∗, Cong Xu†, Tao Zhang‡, Jishen Zhao§, Yongpan Liu¶,YuWang¶ and Yuan Xie∗ ∗Department of Electrical and Computer Engineering, University of California, Santa Barbara, CA 93106, USA †HP Labs, Palo Alto, CA 94304, USA; ‡NVIDIA Corporation, Santa Clara, CA 95950, USA §Department of Computer Engineering, University of California, Santa Cruz, CA 95064, USA ¶Department of Electronic Engineering, Tsinghua University, Beijing 100084, China ∗Email: {pingchi, shuangchenli, yuanxie}@ece.ucsb.edu Abstract—Processing-in-memory (PIM) is a promising so- by leveraging 3D memory technologies [6] to integrate lution to address the “memory wall” challenges for future computation logic with the memory. computer systems. Prior proposed PIM architectures put ad- Recent work demonstrated that some emerging non- ditional computation logic in or near memory. The emerging metal-oxide resistive random access memory (ReRAM) has volatile memories, such as metal-oxide resistive random showed its potential to be used for main memory. Moreover, access memory (ReRAM) [7], spin-transfer torque mag- with its crossbar array structure, ReRAM can perform matrix- netic RAM (STT-RAM) [8], and phase change memory vector multiplication efficiently, and has been widely studied to (PCM) [9], have the capability of performing logic and accelerate neural network (NN) applications. In this work, we arithmetic operations beyond data storage. This allows the propose a novel PIM architecture, called PRIME, to accelerate NN applications in ReRAM based main memory. In PRIME, memory to serve both computation and memory functions, a portion of ReRAM crossbar arrays can be configured as promising a radical renovation of the relationship between accelerators for NN applications or as normal memory for a computation and memory.
    [Show full text]
  • Computer Architecture Review Von Neumann Model, the CPU
    Computer Architecture Review ICS332 - Spring 2016 Operating Systems ENIAC (1946) Electronic Numerical Integrator and Calculator Stored-Program Computer (instead of Fixed-Program) Vacuum tubes, punch cards 100 kHz / 5 kIPS (now ~2-3GHz/5,000 MIPS) 8x3x100 ft; 27 tons 150 kW Programming with wires Von-Neumann In 1944, John von Neumann joined ENIAC He wrote a memo about computer architecture, formalizing ENIAC ideas Eckert and Mauchly have pretty much been forgotten (they were in the trenches) These ideas became the Von Neumann architecture model A processor that performs operations and controls all that happens A memory that contains code and data I/O of some kind Von-Neumann Model CPU Memory I/O System Amazingly, it’s still possible to think of the computer this way at a conceptual level (model from ~70 years ago!!!) But a computer today doesn’t look quite like this Von-Neumann Model CPU Memory I/O System Amazingly, it’s still possible to think of the computer this way at a conceptual level (model from ~70 years ago!!!) But a computer today doesn’t look quite like this Memory Bus Data Stored in Memory All “information” in the computer is in binary form Boolean algebra 1847. Truth value: True / False Claude Shannon's MS thesis 1937 Bit (binary digit): smallest unit of information 0: false/zero voltage, 1: true/positive voltage (e.g., 5V) The basic unit of memory is a byte (octet/octad(e)) 1 Byte = 8 bits, e.g., “0101 1101” Each byte in memory is labeled by a unique address All addresses in the machine have the same number of bits e.g., 16-bit addresses (today 39-bit/48-bit) The processor has instructions that say “Read the byte at address X and give me its value” and “Write some value into the byte at address X” Conceptual View of Memory address content 0000 0000 0000 0000 0110 1110 0000 0000 0000 0001 1111 0100 0000 0000 0000 0010 0000 0000 0000 0000 0000 0011 0000 0000 0000 0000 0000 0100 0101 1110 0000 0000 0000 0101 1010 1101 0000 0000 0000 0110 0000 0001 0000 0000 0000 0111 0100 0000 0000 0000 0000 1000 1111 0101 ..
    [Show full text]