UNIT 1 2 MARKS 1. What Is an Embedded System?

Total Page:16

File Type:pdf, Size:1020Kb

UNIT 1 2 MARKS 1. What Is an Embedded System? UNIT 1 2 MARKS 1. What is an embedded system? An embedded system employs a combination of hardware & software (a “computational engine”) to perform a specific function; is part of a larger system that may not be a “computer”; works in a reactive and time-constrained environment. 2. What are the components of the Embedded Systems? An embedded system is basically a computer controlled device designed to perform some specific tasks. In most cases these tasks revolve around real-time control of machines or processes. Embedded systems are more cost effective to implement than systems composed of general purpose computers, such as PCs. The components of ES are, Memory System Clock Peripherals 3. What is the Classification of an embedded system? The Embedded system is classified into following category Small Scale Embedded System Medium Scale Embedded System Sophisticated Embedded System 4. What is Sophisticated Embedded System? The sophisticated embedded system has the following features, Enormous hardware and software Complexity. This may need scalable processor or configurable processor and programming logic arrays. Constrained by the processing speed available in their hardware units. 5. What are the characteristics of an embedded system? The typical characteristics of the embedded Systems are as follows: 1) Embedded systems are designed to do some specific task, rather than be a general-purpose computer for multiple tasks. Some also have real-time performance constraints that must be met, for reason such as safety and usability; others may have low or no performance requirements, allowing the system hardware to be simplified to reduce costs. 2) Embedded systems are not always separate devices. Most often they are physically built-in to the devices they control. 3) The software written for embedded systems is often called firmware, and is stored in read-only memory or Flash memory chips rather than a disk drive. It often runs with limited computer hardware resources: small or no keyboard, screen, and little memory. 6. What are the advantages of embedded system? The advantages of the embedded system are Customization yields lower area, power, cost. 7. What are the disadvantages of embedded system? Higher HW/software development overhead design, compilers, debuggers, ... May result in delayed time to market! 8. What are the various embedded system requirements? Types of requirements imposed by embedded applications: • R1 Functional requirements • R2 Temporal requirements • R3 Dependability requirements 9. What are the functional requirements of embedded system? The functional requirements of the embedded systems are as follows: Data Collection *Sensor requirements *Signal conditioning *Alarm monitoring Direct Digital Control *Actuators Man-Machine Interaction *Informs the operator of the current state of the controlled object *Assists the operator in controlling the system. 10. What are the temporal requirements of the embedded systems? The temporal requirements of the embedded systems: Tasks may have deadlines • Minimal latency jitter • Minimal error detection latency • Timing requirements due to tight software control loops • Human interface requirements. 11. What are dependability requirements of an embedded system? The dependability requirements of an embedded system are as follows Safety critical failure modes certification Maintainability MTTR in terms of repairs per hour Availability A = MTTF / (MTTF + MTTR) Security 12. What is a Microprocessor? A silicon chip that contains a CPU. In the world of personal computers, the terms microprocessor and CPU are used interchangeably. At the heart of all personal computers and most workstations sits a microprocessor. Microprocessors also control the logic of almost all digital devices, from clock radios to fuel-injection systems for automobiles. 13. What is a Microcontroller? A microcontroller is a small and low-cost computer built for the purpose of dealing with specific tasks, such as displaying information in a microwave LED or receiving information from a television’s remote control. Microcontrollers are mainly used in products that require a degree of control to be exerted by the user. 14. What are differences between Microprocessor and Microcontroller? MICROPROCESSOR MICROCONTROLLERS The functional blocks are It includes functional blocks of ALU, registers, timing & microprocessors & in addition control unit. has timer, parallel i/o, RAM, EPROM, and ADC & DAC. Bit handling instruction is Many types of bit handling less, one or two type only. instruction. Rapid movements of code Rapid movements of code and and data between external data within me. memory & MP. It is used for designing They are used for designing general purpose digital application specific dedicated computers system. systems. 15. What are the various embedded system designs? Modeling Refining (or “partitioning”) HW-SW partitioning 16. What are the complicating factors in embedded design? Complicating factors in the design of embedded systems • Many of the subtasks in design are intertwined. • Allocation depends on the partitioning, and scheduling presumes a certain allocation. • Predicting the time for implementing the modules in hardware or software is not very easy, particularly for tasks that have not been performed before. 17. What are the real time requirements of an embedded system? Hard-real time systems: where there is a high penalty for missing a deadline e.g., control systems for aircraft/space probes/nuclear reactors; refresh rates for video, or DRAM. Soft real-time systems: where there is a steadily increasing penalty if a deadline is missed. e.g., laser printer: rated by pages-per-minute, but can take differing times to print a page (depending on the \"complexity\" of the page) without harming the machine or the customer. 18. Explain digital signal processing in embedded system? Continued digitization of signals increasing the role of DSP in ES • Signals are represented digitally as sequence of “samples” • ADC’s are moving closer to signals 19. List the various processors that are present? General Purpose Processor (GPP) *Microprocessor *Microcontroller *Embedded Processor *Digital Signal Processor Application Specific System Processor (ASSP) Multi Processor System using GPPS 20. What is the Embedded Processor? Special microprocessor and microcontrollers often called Embedded Processor. An embedded processor is used when fast processing fast context – switching and atomic ALU operations are needed. Examples: ARM7, INTEL 1960, AMD 29050. 21. Give the reactivity’s in embedded system? Closed systems • Execution indeterminacy confined to one source • Causal relations are easily established. Open systems • Indeterminacy from multiple sources, not controllable or observable by the programmer not possible to infer causal relations 22. What are embedded cores? More and more vendors are selling or giving away their processors and peripherals in a form that is ready to be integrated into a programmable logic-based design. They either recognize the potential for growth in the system-on-a-chip area or want a piece of the royalties or want to promote the use of their particular FPGA or CPLD by providing libraries of ready-to-use building blocks. Either way, you will gain with lower system costs and faster time-to-market. 23. What are hybrid chips? The vendors of hybrid chips are betting that a processor core embedded within a programmable logic device will require far too many gates for typical applications. So they\'ve created hybrid chips that are part fixed logic and part programmable logic. The fixed logic contains a fully functional processor and perhaps even some on-chip memory. This part of the chip also interfaces to dedicated address and data bus pins on the outside of the chip. Application-specific peripherals can be inserted into the programmable logic portion of the chip, either from a library of IP cores or the customer\'s own designs. 24. Give the diversity of embedded computing? Diversity in Embedded Computing ; Pocket remote control RF transmitter ; 100 KIPS, crush-proof, long battery life ; Software optimized for size ; Industrial equipment controller ; 1 MIPS, safety-critical, 1 MB memory ; Software control loops ; Military signal processing ; 1 GFLOPS, 1 GB/sec IO, 32 MB 25. What is a kernel? The kernel is a program that constitutes the central core of a computer operating system. It has complete control over everything that occurs in the system. A kernel can be contrasted with a shell (such as bash, csh or ksh in Unix-like operating systems), which is the outermost part of an operating system and a program that interacts with user commands. The kernel itself does not interact directly with the user, but rather interacts with the shell and other programs as well as with the hardware devices on the system, including the processor (also called the central processing unit or CPU), memory and disk drives. 26. What are the types of Kernel? There are four popular categories or kinds of Kernels namely monolithic kernels, microkernels, hybrid kernels and exokernels. Monolithic kernels are part of Unix-like operating systems like Linux ,FreeBSD etc. These types of kernels consist of the core functions of the operating system and the device drivers with the ability to load modules at runtime. 27. Define Cooperative Multitasking? A type of multitasking in which the process currently controlling the CPU must offer control to other processes. It is called cooperative because
Recommended publications
  • Microprocessori
    Microprocessori R.k.e. edizioni Antonio Pucci Microprocessori R.k.e. edizioni Indice Introduzione Cpu o microprocessore pagina 7 Il primo processore pagina 8 Elenco dei processori per anno pagina 11 Elenco dei processori per codice pagina 27 Net-o-grafia pagina 61 5 Introduzione CPU o microprocessore Un microprocessore spesso abbreviato con µP è esempio di microprocessore un componente elettronico digitale formato da permise di ridurre transistor racchiuso in uno significativamente i costi dei o più circuiti integrati. calcolatori. Uno o più processori sono Dagli anni 80 in poi i utilizzati come Cpu da un microprocessori sono sistema di elaborazione praticamente l’unica digitale come può essere un implementazione di Cpu. personal computer, un palmare, un telefono cellulare o un altro dispositivo digitale. La costruzione dei microprocessori fu resa possibile dall’avvento della tecnologia Lsi: integrando una Cpu completa in un solo chip 7 Il primo processore L’ obbiettivo del progetto era pre-programmate. Comunque sia nel 1971 equipaggiare il nuovo F-14 Il 17 settembre 1971 che nel 1976 Intel e Ti Tomcat che allora era in annunciò il modello Tms stipularono un accordo sviluppo. 1802 Nc, programmabile, in cui Intel pagava a Ti Il progetto venne che poteva essere i diritti per l’utilizzo del completato nel 1970 e utilizzato per implementare suo brevetto. Un riassunto utilizzava integrati mos per un calcolatore. della storia e contenuto nella il core della Cpu. L’ Intel 4004, processore a documentazione che Intel Il microprocessore Il proggetto era semplice e 4 Bit, venne presentato il 15 presentò in tribunale quando apparve appena la tecnologia innovativo e novembre 1971 e fu fu chiamata in giudizio da lo consentì dato che l’idea vinse sui competitori sviluppato da Federico Cyrix per violazione dei di integrare i componenti elettromeccanici Faggin.
    [Show full text]
  • Lecture Notes in Assembly Language
    Lecture Notes in Assembly Language Short introduction to low-level programming Piotr Fulmański Łódź, 12 czerwca 2015 Spis treści Spis treści iii 1 Before we begin1 1.1 Simple assembler.................................... 1 1.1.1 Excercise 1 ................................... 2 1.1.2 Excercise 2 ................................... 3 1.1.3 Excercise 3 ................................... 3 1.1.4 Excercise 4 ................................... 5 1.1.5 Excercise 5 ................................... 6 1.2 Improvements, part I: addressing........................... 8 1.2.1 Excercise 6 ................................... 11 1.3 Improvements, part II: indirect addressing...................... 11 1.4 Improvements, part III: labels............................. 18 1.4.1 Excercise 7: find substring in a string .................... 19 1.4.2 Excercise 8: improved polynomial....................... 21 1.5 Improvements, part IV: flag register ......................... 23 1.6 Improvements, part V: the stack ........................... 24 1.6.1 Excercise 12................................... 26 1.7 Improvements, part VI – function stack frame.................... 29 1.8 Finall excercises..................................... 34 1.8.1 Excercise 13................................... 34 1.8.2 Excercise 14................................... 34 1.8.3 Excercise 15................................... 34 1.8.4 Excercise 16................................... 34 iii iv SPIS TREŚCI 1.8.5 Excercise 17................................... 34 2 First program 37 2.1 Compiling,
    [Show full text]
  • Lecture Notes in Assembly Language Piotr Fulmański
    Uniwersytet Łódzki Wydział Matematyki i Informatyki Informatyka Lecture Notes in Assembly Language Short introduction to low-level programming Piotr Fulmański Łódź, 2013 Spis treści Spis treści iii 1 Before we begin1 1.1 Simple assembler.................................... 1 1.1.1 Excercise 1 ................................... 2 1.1.2 Excercise 2 ................................... 2 1.1.3 Excercise 3 ................................... 3 1.1.4 Excercise 4 ................................... 5 1.2 Improvements, part I.................................. 6 1.2.1 Excercise 5 ................................... 9 1.3 Improvements, part II ................................. 9 1.3.1 Solution 5.2.2 – bad second approach..................... 14 1.4 Improvements, part III................................. 16 1.4.1 Excercise 6 ................................... 17 1.5 Improvements, part IV................................. 19 1.5.1 Excercise 6 – second approach ........................ 19 1.5.2 Excercise 7 ................................... 19 1.5.3 Excercise 8 ................................... 20 1.6 Improvements, part V ................................. 20 1.6.1 Excercise 9 ................................... 20 1.6.2 Excercise 10................................... 21 1.7 Other excercises .................................... 21 1.7.1 Excercise 11................................... 21 1.7.2 Excercise x ................................... 22 iii iv SPIS TREŚCI 1.7.3 Excercise x ................................... 22 1.7.4 Excercise x ..................................
    [Show full text]
  • History-Of-Microprocessors.Pdf
    HISTORY OF MICROPROCESSORS 1 Gursharan Singh Tatla [email protected] www.eazynotes.com CONTENTS Introduction 4-Bit Microprocessors 8-Bit Microprocessors 16-Bit Microprocessors 32-Bit Microprocessors 64-Bit Microprocessors 2 Gursharan Singh Tatla www.eazynotes.com [email protected] INTRODUCTION Fairchild Semiconductors (founded in 1957) invented the first IC in 1959. In 1968, Robert Noyce, Gordan Moore, Andrew Grove resigned from Fairchild Semiconductors. They founded their own company Intel (Integrated Electronics). Intel grown from 3 man start-up in 1968 to industrial giant by 1981. It had 20,000 employees and $188 million revenue. 3 Gursharan Singh Tatla www.eazynotes.com [email protected] 4-BIT MICROPROCESSORS 4 Gursharan Singh Tatla www.eazynotes.com [email protected] INTEL 4004 Introduced in 1971. It was the first microprocessor by Intel. It was a 4-bit µP. Its clock speed was 740KHz. It had 2,300 transistors. It could execute around 60,000 instructions per second. 5 Gursharan Singh Tatla www.eazynotes.com [email protected] INTEL 4040 Introduced in 1974. It was also 4-bit µP. 6 Gursharan Singh Tatla www.eazynotes.com [email protected] 8-BIT MICROPROCESSORS 7 Gursharan Singh Tatla www.eazynotes.com [email protected] INTEL 8008 Introduced in 1972. It was first 8-bit µP. Its clock speed was 500 KHz. Could execute 50,000 instructions per second. 8 Gursharan Singh Tatla www.eazynotes.com [email protected] INTEL 8080 Introduced in 1974. It was also 8-bit µP. Its clock speed was 2 MHz. It had 6,000 transistors. Was 10 times faster than 8008.
    [Show full text]
  • E-Content Material for Ii Msc Physics
    PERIYAR ARTS COLLEGE,CUDDALORE DEPARTMENT OF PHYSICS E-CONTENT MATERIAL FOR II MSC PHYSICS MICROPROCESSOR & MICROCONTROLLER (CODE: MPH 33) UNIT 1 (Part -1) ( Dr.R.Thilak Kumar, Assistant Professor of Physics, Periyar Arts College,Cuddalore-1) Introduction Digital computer: A programmable machine that processes binary data is called digital computer. It is traditionally represented by five components CPU (central processing unit), ALU (arithmetic logic unit) and Control unit, memory, input and output. Traditional block diagram of a computer and microprocessor are presented in Fig.1 and Fig.2 respectively. Fig.1 Block diagram of a computer Fig.2 Block diagram of a microprocessor Microprocessor as a CPU (MPU) With advent of integrated circuit technology, it became possible to build the CPU on a single chip, this came to be known as a microprocessor and the traditional block diagram is shown in fig.2 Basic and important terms used in microprocessor The microprocessor operates in binary digits 0 and 1, known as bits. Bit: Bit is an abbreviation for the term binary digit. A digit of the binary number or code is called bit. Nibble: The 4-bit (4 digit) binary number is called nibble. Byte: The 8-bit(8 digit) binary number is called byte. Word: The 16-bit (16 digit) binary number is called word. Double word: The 32-bit (32 digit) binary number is called double word. Hexadecimal number system: The hexadecimal number system has a base 16. The basic digits are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.
    [Show full text]
  • The 4-Bit Processors Intel 4040 Microprocessor
    Upendra Sharma 1 Upsharma.in The 4-bit processors Intel 4004 Microprocessor (1970) First microprocessor (single-chip IC processor) Clock rate 740 kHz 0.07 MIPS Bus width 4 bits (multiplexed address/data due to limited pins) PMOS Number of transistors 2,300 at 10 μm Addressable Memory 640 bytes Program Memory 4 KB One of the earliest Commercial Microprocessors Originally designed to be used in Busicom calculator Intel 4040 Microprocessor (1971) 4040 – CPU 4 MHz Clock Generator .185 MHz Clock Generator Crystal for 4004/4201A or 4040/4201A Introduced 1971 The 8-bit processors 8008 Microprocessor (1972) Introduced April 1, 1972 Clock rate 500 kHz (8008–1: 800 kHz) 0.05 MIPS Bus width 8 bits (multiplexed address/data due to limited pins) Enhancement load PMOS logic Number of transistors 3,500 at 10 μm Addressable memory 16 KB Typical in early 8-bit microcomputers, dumb terminals, general calculators, bottling machines Developed in tandem with 4004 Upendra Sharma 2 Upsharma.in 8080 Microprocessor (1974) Introduced April 1, 1974 Clock rate 2 MHz (very rare 8080B: 3 MHz) 0.29 MIPS Bus width 8 bits data, 16 bits address Enhancement load NMOS logic Number of transistors 4,500, 6 μm Assembly language downwards compatible with 8008. Addressable memory 64 KB Up to 10X the performance of the 8008 Used in the Altair 8800, Traffic light controller, cruise missile Required six support chips versus 20 for the 8008 8085 Microprocessor (1976) Introduced March 1976 Clock rate 3 MHz 0.37 MIPS Bus width 8 bits data, 16 bits address Depletion load NMOS logic Number of transistors 6,500 at 3 μm Binary compatible downwards with the 8080.
    [Show full text]
  • Microcomputer Digest V03n01
    HO PU-rEB DIGES-r Volume 3, Number 1 July, 1976 THE "SUPER 8080" MICROCOMPUTER MICRONOVA MICROCOMPUTER FAMILY Z-80, Zilog's first microcomputer, was As reported last month, Data General introduced at the California Computer Show Corp. has introduced a 16-bit microcomputer and includes all the logic circuits necessary family with the architecture, software and for building high performance microcomputer­ system performance of a NOVA minicomputer. based products with virtually no external The family ranges from chip sets to fully logic, and a minimum number of static or dy­ packaged computer systems. The microNOVA namic memories. family is based on a high-performance, Data Totally software compatible with Intel's General designed and manufactured 40-pin 8080A, the 40-pin N-channel, depletion mode, NMOS microprocessor. MOS microprocessor has a repertoire of 158 instructions and 17 internal registers inclu­ ding two real index registers. Additional features include built-in refresh for dynamic memory, 1.6 us machine cycle time, and a single 5V power supply and a single phase TTL clock. (cont'd on page 2) AMI 6800 PROTOTYPE CARD American Microsystems, Inc. has introduced a microprocessor prototyping board for hard­ ware and software evaluation of 6800-based microcomputer systems family in specific ap­ plications. The AMI 6800 Microprocessor Evaluation Board (EVK300) features a built-in programmer for the S6834 EPROM microcircuitry. This feature, not offered on competing prototyping systems, gives the AMI board greater capabil­ ity in developing prototype microcomputer This microprocessor features a 16-bit programs. (cont'd on page 2) word length, NOVA-compatible architecture, 32K main memory capacity and a sophisticated I/O enco.ding scheme capable of controlling NATIONAL STUNS INDUSTRY W/8080 multiple high-performance peripherals.
    [Show full text]
  • History & Binary Representation
    History & Binary Representation C. R. da Cunha∗1 1Instituto de F´ısica,Universidade Federal do Rio Grande do Sul, RS 91501-970, Brazil. August 30, 2017 Abstract In this lesson we will review the history of electronics and the devel- opment of the first microprocessors. Keywords| Microcontrollers; Microprocessors; Electronics; Digital. 1 History Let us begin with the history of semiconductors and contemporary electronics. Although it started in Germany, it flourished at the Bell Labs in the United States. ∗[email protected] 1 1874 Diode effect discovered by Ferdinand Braun at the University of Berlin. 1906 Diode patented. 1925 Bell Labs is founded. 1925 MOS transistor is patented by Julius Lilienfeld. 1929 Walter Brattain joins Bell Labs. 1934 Another MOS patent by Oskar Heil. 1936 Mervin Kelly becomes director of Bell Labs. 1936 William Shockley joins Bell Labs. 1945 John Bardeen joins Bell Labs. 1947 Bardeen and Brattain conceive the Point Contact Transistor. 1948 Shockley invents the Bipolar Junction Transistor. 1953 First transistor computer built at the University of Manchester by Dick Grimsdale. 1954 Transistors are fabricated in Si by Morris Tanenbaum at Bell Labs. 1956 Nobel Prize for the invention of the transistor. 1956 Shockley found Shockley Semiconductor Laboratory in Mountain View, CA. 1957 Robert Noyce, Gordon Moore, Jean Hoerni and the other traitorous eight found Fairchild Semiconductors. 1958 Jack Kilby at Texas Instruments and Robert Noyce at Fairchild Semiconductors independently develop the fist Integrated Circuit. 1959 Planar transistor developed by Jean Hoerni at Fairchild Semiconductors. 1968 Robert Noyce and Gordon Moore found Intel Corporation. Soon after Intel is founded, a new revolution starts by making electronic circuits mimick the behavior of machines such as Charles Babbage's difference engine from 1822, Alan Turing's a-machine from 1936, and John Atanasoff and Clifford Berry's automatic electronic digital computer from 1942.
    [Show full text]
  • Microprocessors in U.S. Electrical Engineering Departments
    .DOCUMENT-atsimE ED 118 381 SE 020 178: _ AUTHOR Sloan, M. E:; . TITLE. ' -fficroprocelSors itlu44s;,Electrical Engineering Departments,19741.0735V, $ , -PUB DATE Jut 15 ,,, NOTE .20P.; Paper'Presented at theAnnual Meeting of the American Society .for Engine'ring Education (Colorado State Universitz, Ft, Collin Colorado, Jute 16 -19, 1975) - EDRS PRICE IMF -$0.83 HC- $1:61 Plus Postage DESCRIPTOIIS Cqmputers; *Computer Science; *Course Descriptions; Curric4um; Engineering; *Engiteering-Education; *Higher EduCation; Surveys ("IDENTIFIERS *Microprocessors ABSTRACT - Drawn from a survey of engineering departments known to be teaching microprgicessor courses, this paper:.Shows that the adoption of micropiocessors by Electrical Engineering Departments has been rapid compared with-their adoPtioriiof,minicomputers. The types of courses that are being taugpt can,be categorized as: surveys of microprocessors, intensive study of one microcomputer, inclusion of microprocessors in a general'courseeproject courses, .and specific applications courses. (41.H) I 4- 4 ***********************************************************4C********* * Dcuments acquired by ERIC include many informal unpublifhed * ,k,* materials not available from other sources. ERIC makes every effort * * to obtain ike best copy aiailable. Nevertheless, items ofMarginal * * reproducibility are,often encountered and this affects the qualitya,* * of the microfiche and hardcopy reproductions ERIC makesavailake * '4( via the ERIC Document Reproduction Service (EDRS). EDRS is not .* *
    [Show full text]
  • 309696 - MODULO DE MICROPROCESADORES & MICROCONTROLADORES HECTOR URIEL VILLAMIL GONZALEZ (Director Nacional)
    UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD Escuela de Ciencias Básicas Tecnología e Ingeniería Contenido didáctico del curso Microprocesadores y Microcontroladores UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA ESCUELA DE CIENCIAS BASICAS TECNOLOGIA E INGENIERIA PROGRAMA DE INGENIERIA ELECTRONICA 309696 - MODULO DE MICROPROCESADORES & MICROCONTROLADORES HECTOR URIEL VILLAMIL GONZALEZ (Director Nacional) MIGUEL PINTO APARICIO Acreditador CHIQUINQUIRA Julio de 2009 UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA – UNAD Escuela de Ciencias Básicas Tecnología e Ingeniería Contenido didáctico del curso Microprocesadores y Microcontroladores INDICE DE CONTENIDO INTRODUCCIÓN .................................................................................................... ix UNIDAD 1.............................................................................................................. 10 CAPÍTULO 1: MICROPROCESADOR, PRINCIPIOS BASICOS ....................... 11 Lección 1: Invención y evolución histórica del Microprocesador. ................... 11 lección 2: Bases numéricas, bits y bytes. ....................................................... 22 lección 3: Estructura interna y funcionamiento. .............................................. 27 lección 4: Registros y segmentos. .................................................................. 39 lección 5: Modos de direccionamiento. .......................................................... 40 CAPÍTULO 2: FAMILIAS DE MICROPROCESADORES................................... 43 lección 1: Principales
    [Show full text]
  • Zilog Oral History Panel on the Founding of the Company and the Development of the Z80 Microprocessor
    Zilog Oral History Panel on the Founding of the Company and the Development of the Z80 Microprocessor Moderator: Michael Slater Panelists: Federico Faggin Masatoshi Shima Ralph Ungermann Recorded: April 27, 2007 Mountain View, California CHM Reference number: X4023.2007 © 2007 Computer History Museum Oral History of the Zilog Z80 Microprocessor Michael Slater: We have with us Ralph Ungermann, Federico Faggin, and Masatoshi Shima. I think we’ll start. We’ve had in the previous tapes [oral histories of the Intel 4004 and 8080 MPU projects recorded on April 26, 2007 at the museum] some information on the background of Federico and Shima- San, so we’ll start, Ralph, with you. Could you give us a brief summary of your background, your education, and what sort of jobs you had before coming to this project? Ralph Ungermann: Certainly. I grew up in Southern California. I’m a Berkeley graduate in Double E, and a masters degree in Computer Architecture from UC Irvine. I got out of college and spent a little time in the aerospace industry, and then moved towards the semiconductor business. I joined Collins Radio, a tremendously interesting company to work for. That was in the late ’60s, [the company was] completely networked around the whole world. Way ahead of its time. I left there and started to work at Western Digital, a [semiconductor] start-up in Southern California. We did communication chips. Custom communication chips. I left there and went to Intel, because I saw the microprocessor as being the next huge wave, and I was there at the Z80 introduction.
    [Show full text]
  • 17Uit3a3 - Microprocessor & Alp
    17UIT3A3 - MICROPROCESSOR & ALP K1 LEVEL UNIT - I 1.The CPU of a digital computer built into a single IC is called__________ a)processor b)multiprocessor c)microprocessor d)microprogramming ans:c)microprocessor 2. In 1985, Intel introduced a more powerful 32 bit microprocessor called___________ a)Intel 486 b)Intel 386 c)Intel 4040 d)Intel 8086 ans: a)Intel 386 3. ___________ was the first digital signal processing chip. a)Intel 2902 b)Intel 2920 c)Intel 2900 d)Intel 2930 ans: b)Intel 2920 4. Embedded control applications has two distinct areas of control named ___________ and __________ a)digital control, chip control b)process control, design control c)event control, data control c)connection control, block control ans: c)event control, data control 5. AMD produces ___________ family of bit-slice microprocessor components to built a bit-slice processor. a)2910 b)2900 c)2930 d)2901 ans: b)2900 6. In a computer having a microprogrammed control unit, the instruction of another computer can be executed is known as___________ a)microprogram b)microinstruction c)microprogramming d)emulation ans: d)emulation 7. Large cache is employed in ____________ a)CISC processor b)scalar processor c)RISC processor d)superscalar processor ans: c)RISC processor 8. CISC stands for __________ a)Complex Instruction Standard Computer b)Complex Integrated Set Computer c)Complex Instruction Set Computer d)Control Instruction Set Computer ans: c)Complex Instruction Set Computer 9. A superscalar processor contains ___________and executes more than one instruction per clock cycle. a)vector operands b)multiplepipelines c)control memory d)host processor ans: b)multiple pipelines 10.
    [Show full text]