ECEN 5623 RT Embedded Systems

Total Page:16

File Type:pdf, Size:1020Kb

ECEN 5623 RT Embedded Systems CEC 320 and 322 Microprocessor Systems Class and Lab Lecture 3 - Micros in Embedded Systems September 9, 2019 Sam Siewert Course Goals and Outline Textbook: Computers as Components – Principles of Embedded Computing System Design, 4th Edition, Marilyn Wolf, October 2016, 978-0128053874 (Amazon) View of Microprocessor as a Platform Through Chapter 4 for Embedded Systems Parts of Chapter 5 Mercury Website - cec320/ High Level Supplemented Current Syllabus Sam Siewert 2 Computers as Components Chapter 1 – Embedded Systems and Microprocessors - Basic ISA Concepts – Embedded System Design Process – Formalisms for System Design (UML) – Model Train Controller Example (see Book) – Textbook Overview Chapter 2 – ISA More in Depth - VLIW, ARM, PIC Micro, DSP, (MIPS, PowerPC) – Micro-parallelism, Multi-core, Co-processing Adapted From Computers as Components 3 Embedding a computer in an Application output DAC Actuators CPU input (ALU) ADC mem Sensors embedded computer Example by Brian Davis modified by Sam Siewert Examples Cell phone. Printer. Automobile: engine, brakes, dash, etc. Airplane: engine, flight controls, nav/comm. Digital television. Household appliances. 9-Sep-19 Early history Late 1940’s: MIT Whirlwind I computer was designed for real-time operations. – Originally designed to control an aircraft simulator. Jack St. Clair Kilby (November 8, 1923 – – Still a Large Mainframe computer. June 20, 2005) was an American electrical engineer who took part (along with Robert Noyce) in the realization of the first integrated circuit while First microprocessor was Intel 4004 in working at Texas Instruments (TI) in 1958. He was early 1970’s. awarded the Nobel Prize in Physics on December 10, 2000. HP-35 calculator used several chips to implement a microprocessor in 1972. Fairchild spawns Intel - Robert Noyce, Gordon Moore, and Andy Grove - Intel founders (Fairchildren) who worked for Shockley, but left his lab Intel and Texas Instruments both to start Fairchild Semiconductor. worked on ASICs for Calculators in William Bradford Shockley Jr. (February 13, 1970’s (programmable) 1910 – August 12, 1989) was an American physicist – Software was mostly for Mainframes until and inventor. Shockley was the manager of a 1970 research group at Bell Labs that included John – The Introduction of the Microcomputer - Bardeen and Walter Brattain. The three scientists Expanded CE and SE! were jointly awarded the 1956 Nobel Prize in Physics for "their researches on semiconductors and their discovery of the transistor effect". 9-Sep-19 Early history, cont’d. Automobiles used microprocessor-based engine controllers starting in 1970’s. – Control fuel/air mixture, engine timing, etc. – Multiple modes of operation: warm-up, cruise, hill climbing, etc. – Provides lower emissions, better fuel efficiency. Process Control for manufacturing Avionics, Medical, and many other applications over time … 9-Sep-19 Microprocessor varieties Microcontroller: includes I/O devices, on-board memory. Digital signal processor (DSP): microprocessor optimized for digital signal processing. System On a Chip (SOC): entire System contained on a single integrated circuit Typical embedded word sizes: 8-bit, 16-bit, 32-bit, 64-bit Typical organizations fit Flynn’s Taxonomy: SISD, SIMD, MIMD, (MISD) Single Instruction Multiple Instruction Single Data SISD (Traditional Single MISD (Voting schemes core processor) and active-active controllers) Multiple Data SIMD (e.g. SSE 4.2, MIMD (Multi-Core AMP GP-GPU, NEON, Vector & SMP) Processing) 9-Sep-19 SOC / Apple A6 or A7 A6 (pictured) – Dual 32-bit ARMv7 – 32nM – GPU PowerVR SGX6200MP2 A7 – Dual 64-bit ARMv8 – 28nM – Over 1 billion transistors – 102 mm2 die size – Cache 64K-I, 64K-D, 1M-L2 – GPU PowerVR SGX 544MP3 http://system-on-a- chip.findthebest.com/compare/29- 422/Apple-A6-APL0589-vs-Apple-A7- APL0698 Example by Brian Davis SOC / GoPro (A9) Ambarella A9 – announced Jan_13 – successor to A7 ( GoPro Hero 3 Black) – 32nM Samsung HK-MG process – (3) ARM processor cores – heterogeneous – (2) DSP processor cores http://www.anandtech.com/show/6652/ambarell – Many on-chip peripherals a-announces-a9-camera-soc-successor-to-the- – Less than 1 Watt for encoding 1080p60, a7-in-gopro-hero-3-black under 2 watts 4KUHD Example by Brian Davis SOC / FPGA Altera SoC product – 28nM process – ARM Hard Processor (HPS) Also (Many) Hard Peripheralshttp://www.altera.com/literature/br/br-soc-fpga.pdf – Remainder of silicon is FPGA Example by Brian Davis Application examples Simple control: front panel of microwave oven, etc. Canon EOS 3 has three microprocessors. – 32-bit RISC CPU runs autofocus and eye control systems. Digital TV: programmable CPUs + hardwired logic for video/audio decode, menus, etc. 9-Sep-19 Automotive embedded systems Today’s high-end automobile may have 100 microprocessors: – 4-bit microcontroller checks seat belt; – microcontrollers run dashboard devices; – 16/32-bit microprocessor controls engine. 9-Sep-19 BMW 850i brake and stability control system Anti-lock brake system (ABS): pumps brakes to reduce skidding. Automatic stability control (ASC+T): controls engine to improve stability. ABS and ASC+T communicate. – ABS was introduced first---needed to interface to existing ABS module. 9-Sep-19 BMW 850i, cont’d. sensor sensor brake brake hydraulic ABS pump brake brake sensor sensor 9-Sep-19 Real-time operation Must finish operations by deadlines. – Hard real time: missing deadline causes failure (loss of property or life) – Soft real time: missing deadline results in degraded performance. Many systems are multi-rate: must handle operations at widely varying rates. 9-Sep-19 Non-functional requirements (Qualities) Many embedded systems are mass-market items that must have low manufacturing costs. – Limited memory, microprocessor power, etc. Power consumption is critical in battery-powered devices. – Excessive power consumption increases system cost even in wall-powered devices. 9-Sep-19 Why use microprocessors? Alternatives: field-programmable gate arrays (FPGAs), custom logic, etc. Microprocessors are often very efficient: can use same logic to perform many different functions. Microprocessors simplify the design of families of products. 9-Sep-19 The performance paradox Microprocessors use much more logic to implement a function than does custom logic. But microprocessors are often at least as fast: – heavily pipelined; – large design teams; – aggressive VLSI technology. 9-Sep-19 Power Custom logic uses less power, but CPUs have advantages: – Modern microprocessors offer features to help control power consumption. – Software design techniques can help reduce power consumption. Heterogeneous systems: some custom logic for well-defined functions, CPUs+software for everything else. 9-Sep-19 Platforms Embedded computing platform: hardware architecture + associated software. Many platforms are multiprocessors. Examples: – Single-chip multiprocessors for cell phone baseband. – Automotive network + processors. 9-Sep-19 The physics of software Computing is a physical act. – Software doesn’t do anything without hardware. Executing software consumes energy, requires time. To understand the dynamics of software (time, energy), we need to characterize the platform on which the software runs. 9-Sep-19 What does “performance” mean? In general-purpose computing, performance often means average-case, may not be well-defined. In real-time systems, performance means meeting deadlines. – Missing the deadline by even a little is bad. – Finishing ahead of the deadline may not help. 9-Sep-19 Characterizing performance We need to analyze the system at several levels of abstraction to understand performance: – CPU. – Platform. – Program. – Task or thread. – Multiprocessor. 9-Sep-19 Design Examples Hardware - HDLs (Verilog, VHDL) Software (Systems) - SA/SD and UML, Block Diagrams Systems - SysML, SystemC, SystemVerilog, etc. – Beyond Scope of this Course – Useful for Hardware and Software Co-Design Sam Siewert 25.
Recommended publications
  • 1 ICT Fundamentals Lesson 1: Computing Fundamentals
    ICT Fundamentals - Lesson 1: Computing Fundamentals 1-1 1 ICT Fundamentals Lesson 1: Computing Fundamentals LESSON SKILLS After completing this lesson, you will be able to: Define "computer" and explain how computers work. Describe functions of the computing cycle (i.e. input, processing, output, storage). Describe uses of computers (i.e. home, school, business). Identify the main types of computers (i.e. supercomputer, mainframe, microcomputer, notebook, tablet, handheld). Describe the four parts of a computer (i.e. hardware, software, data, user). List computer input and output devices (i.e. monitor, printer, projector, speakers, mice, keyboards) and describe their uses. Define "network," and explain network usage (i.e. home, school, work). Identify types of networks (i.e. LAN, WAN, MAN, VPN, intranet, extranet, the internet). KEY TERMS computer intranet server computer network mainframe computers software data microcomputers storage extranet notebook computers supercomputers handheld computers output tablet computer hardware processing user input SAMPLE © 2021 Certification Partners, LLC. — All Rights Reserved. Version 1.0 ICT Fundamentals - Lesson 1: Computing Fundamentals 1-2 Overview In this lesson, you will explain computing functions, systems and devices. You will also explain networking types and uses at home, school and work. What Is a Computer? Objectives 1.1.1: Define "computer" and explain how computers work. 1.1.2: Describe functions of the computing cycle (i.e. input, processing, output, storage). According to Dictionary.com (2016) a computer is, "a programmable electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed and display the results of these operations. Mainframes, desktop and laptop computers, tablets, and smartphones are some of the different types of computers." As we can see from this definition, there are many different kinds of computers that are used in today’s world.
    [Show full text]
  • Classification of Computers
    Chapter-2 Classification of Computers Computers can be classified many different ways -- by size, by function, or by processing capacity. Functionality wise 4 types a) Micro computer b) Mini Computer c) Mainframe Computer d) Super Computer Microcomputers Microcomputers are connected to networks of other computers. The price of a microcomputer varies from each other depending on the capacity and features of the computer. Microcomputers make up the vast majority of computers. Single user can interact with this computer at a time. It is a small and general purpose computer. Mini Computer Mini Computer is a small and general purpose computer. It is more expensive than a micro computer. It has more storage capacity and speed. It designed to simultaneously handle the needs of multiple users. Mainframe Computer Large computers are called Mainframes. Mainframe computers process data at very high rates of speed, measured in the millions of instructions per second. They are very expensive than micro computer and mini computer. Mainframes are designed for multiple users and process vast amounts of data quickly. Examples: - Banks, insurance companies, manufacturers, mail-order companies, and airlines are typical users. Super Computers The largest computers are Super Computers. They are the most powerful, the most expensive, and the fastest. They are capable of processing trillions of instructions per second. It uses governmental agencies, such as:- Chemical analysis in laboratory Space exploration National Defense Agency National Weather Service Bio-Medical research Design of many other machines Limitations of Computer Computer cannot take over all activities simply because they are less flexible than humans. It does not hold intelligence of its own.
    [Show full text]
  • Introduction to Embedded Systems EHB326E Lectures
    Introduction to Embedded Systems EHB326E Lectures Prof. Dr. M¨u¸stakE. Yal¸cın Istanbul Technical University [email protected] Prof. Dr. M¨u¸stakE. Yal¸cın (IT_ U)¨ EHB326E (V: 0.1) September, 2018 1 / 14 Embedded system Billions of computing systems which are built every year for a very different purpose are embedded within larger electronic devices, repeatedly carrying out a particular function, often going completely unrecognized by the device's user! An embedded system is nearly any computing system other than a desktop, laptop, or mainframe computer. Prof. Dr. M¨u¸stakE. Yal¸cın (IT_ U)¨ EHB326E (V: 0.1) September, 2018 2 / 14 Embedded system The Dozens of Computers That Make Modern Cars Go (and Stop) The New York Times, 2010. Link ... \It would be easy to say the modern car is a computer on wheels, but it's more like 30 or more computers on wheels," said Bruce Emaus, the chairman of SAE International's embedded software standards committee. ... IEEE Spectrum reported that electronics, as a percentage of vehicle costs, climbed to 15 percent in 2005 from 5 percent in the late 1970s | and would be higher today. Prof. Dr. M¨u¸stakE. Yal¸cın (IT_ U)¨ EHB326E (V: 0.1) September, 2018 3 / 14 Embedded system Some common characteristics of embedded systems; Single-functioned Executes a single program, repeatedly Tightly-constrained Low cost, low power, small, fast, etc. Reactive and real-time Continually reacts to changes in the system's environment Must compute certain results in real-time without delay Prof. Dr. M¨u¸stakE.
    [Show full text]
  • Mainframe Computer Conversions: Buyer & Seller Beware, 5 Computer L.J
    The John Marshall Journal of Information Technology & Privacy Law Volume 5 Issue 4 Computer/Law Journal - Spring 1985 Article 2 Spring 1985 Mainframe Computer Conversions: Buyer & Seller Beware, 5 Computer L.J. 469 (1985) Arthur Fakes Follow this and additional works at: https://repository.law.uic.edu/jitpl Part of the Computer Law Commons, Internet Law Commons, Privacy Law Commons, and the Science and Technology Law Commons Recommended Citation Arthur Fakes, Mainframe Computer Conversions: Buyer & Seller Beware, 5 Computer L.J. 469 (1985) https://repository.law.uic.edu/jitpl/vol5/iss4/2 This Article is brought to you for free and open access by UIC Law Open Access Repository. It has been accepted for inclusion in The John Marshall Journal of Information Technology & Privacy Law by an authorized administrator of UIC Law Open Access Repository. For more information, please contact [email protected]. MAINFRAME COMPUTER CONVERSIONS: BUYER AND SELLER BEWAREt By ARTHUR FAKES* TABLE OF CONTENTS I. MAINFRAME COMPUTERS AND THEIR SOFTWARE ... 471 II. CIRCUMSTANCES IN WHICH CONVERSIONS OCCUR.. 473 A. THE REPLACEMENT MAINFRAME ......................... 473 B. CONVERSION DELAY AND AVOIDANCE STRATEGIES ....... 474 III. LITIGATION ................................................. 475 A. FACTORS EXPLAINING THE DEARTH OF CONVERSION LITIGATION ............................................... 475 B. REPORTED CASES CONCERNING CONVERSIONS ............ 478 IV. THE PROPER APPROACH TO CONVERSION PR OJECTS ..................................................
    [Show full text]
  • Introduction-To-Mainframes.Pdf
    Mainframe The term ‘MainFrame’ brings to mind a giant room of electronic parts that is a computer, referring to the original CPU cabinet in a computer of the mid-1960’s. Today, Mainframe refers to a class of ultra-reliable large and medium-scale servers designed for carrier-class and enterprise-class systems operations. Mainframes are costly, due to the support of symmetric multiprocessing (SMP) and dozens of central processors existing within in a single system. Mainframes are highly scalable. Through the addition of clusters, high-speed caches and volumes of memory, they connect to terabyte holding data subsystems. Mainframe computer Mainframe is a very large and expensive computer capable of supporting hundreds, or even thousands, of users simultaneously. In the hierarchy that starts with a simple microprocessor at the bottom and moves to supercomputers at the top, mainframes are just below supercomputers. In some ways, mainframes are more powerful than supercomputers because they support more simultaneous programs. But supercomputers can execute a single program faster than a mainframe. The distinction between small mainframes and minicomputers is vague, depending really on how the manufacturer wants to market its machines. Modern mainframe computers have abilities not so much defined by their single task computational speed (usually defined as MIPS — Millions of Instructions Per Second) as by their redundant internal engineering and resulting high reliability and security, extensive input-output facilities, strict backward compatibility with older software, and high utilization rates to support massive throughput. These machines often run for years without interruption, with repairs and hardware upgrades taking place during normal operation.
    [Show full text]
  • Mainframe Hardware Course: Mainframe’S Processors
    Mainframe hardware course: Mainframe’s processors z/OS Basic Skills: The mainframe’s processors Mainframe’s processors This hardware course introduces you to one model of IBM® mainframe computer, the IBM System z9™, to help you learn about the hardware parts that constitute the mainframe’s processor by comparing processing parts and functions to personal computers or notebooks. Time to complete: 10 - 15 minutes ¾The central processor complex ¾The multichip module ¾Memory cards ¾Input/output connections ¾The mainframe’s processing capacity © Copyright IBM Corp. 2006. All rights reserved. The central processor complex z/OS Basic Skills: The mainframe’s processors Mainframe’s processors > The central processor complex Mainframes have one or two metal frames that contain specialized cages, as well as other physical elements. This diagram shows the interior front view of an IBM System z9 Enterprise Class (z9 EC) model that has two frames. The z9 EC is slightly larger than a household refrigerator. The central processor complex, or CPC, resides in its own cage inside the mainframe, and consists of one to four book packages. Just like its personal-computer counterpart, the motherboard or system board, each book package consists of processors, memory, timers, and I/O connections. These collections of hardware parts are called “book packages” because you can slide them in or out of the CPC cage almost as easily as you can slide a book on or off a bookshelf. © Copyright IBM Corp. 2006. All rights reserved. z/OS Basic Skills: The mainframe’s processors Mainframe’s processors > The book package In the System z9, as well as earlier IBM mainframe models, the book package consists of three distinct areas, one each for: • The z9 EC's processors, which are inside one multichip module • Memory cards • Connections to input/output devices All of the book packages plug into a backplane in the z9 EC's frame.
    [Show full text]
  • 2 CLASSIFICATION of COMPUTERS.Pdf
    CLASSIFICATION OF COMPUTERS Computers can be classified in the following methods: I . Computational Method I. Size and Capability I. Classification based on Computational method: Based on the way a system performs the computations, a computer can be classified as follows: • Digital • Analog • Hybrid Digital computer: A digital computer can count and accept numbers and letters through various input devices. The input devices convert the data into electronic pulses, and perform arithmetical operations on numbers in discrete form. In addition to performing arithmetical operations, they are also capable of:- 1. Storing data for processing 2. Performing logical operations 3. Editing or deleting the input data. One of the main advantages in the use of digital computers is that any desired level of accuracy can be achieved by considering as many places of decimal as are necessary and hence are most suitable for business application. The main disadvantage is their high cost, even after regular reductions in price and the complexity in programming. Example: To calculate the distance travelled by a car in a particular time interval, you might take the diameter of the tyre to calculate the periphery, take into consideration the number of revolutions of the wheel per minute, take the time in minutes and multiply them all to get the distance moved. This is called digital calculation. A computer using the principle of digital calculations can be called a digital computer. Analog Computer: Analog computers process data input in a continuous form. Data such as voltage, resistance or temperature are represented in the computer as a continuous, unbroken flow of information, as in engineering and scientific applications, where quantities to be processed exists as waveforms or continually rising and falling voltages, pressure and so on.
    [Show full text]
  • COMPUTER Class 6 REVISION Chap 1- Categories of Computer and Computer Languages
    COMPUTER Class 6 REVISION Chap 1- Categories of computer and computer languages ANSWER THE FOLLOWING: 1. What are mobile computers? Give two examples. Mobile computers are the smallest computers designed to be carried around by users. Two examples are tablets and smartphones. 2. How are microcomputers different from mainframes? Microcomputers are single-user computer, whereas mainframes are multi-user computers. Microcomputers are comparatively smaller than mainframes. 3. What are the three types of computer languages? Following are the three types of computer languages: a. Machine language (low-level language) b. Assembly language (middle-level language) c. High-level language (fourth generation language) 4. Write the names of five high-level programming languages. Following are the names of 5 high-level programming languages: a. Java b. Python c. C d. C++ e. Visual Basic 5. Write any two points about machine language. Following are the two points about machine language: a. Each instruction is written in the form of a string of 0s and 1s. b. It is directly understood by the computer. 6.How would you classify computers based on their size? Based on size, we can classify computers as follows: a. Mobile Computers b. Microcomputers c. Minicomputers d. Mainframes e. Supercomputers 7.Give two examples of minicomputers. Following are the three examples of minicomputers: a. CDC 160A b. MicroVAX 3100 8.Give three examples of mainframes. Following are the three examples of mainframes: a. IBM 4381 b. DEC 10 c. NEC 610 9.What are supercomputers? Supercomputers are the biggest and most powerful computers. They often occupy whole rooms.They work on the concept of parallel processing.The speed of supercomputers are measured in FLOPS.
    [Show full text]
  • Z/OS Basic Skills Information Center: Mainframe Concepts
    z/OS Basic Skills Information Center Mainframe concepts z/OS Basic Skills Information Center Mainframe concepts Note Before using this information and the product it supports, read the information in “Notices” on page 45. This edition applies to z/OS (product number 5694-A01). We appreciate your comments about this publication. Comment on specific errors or omissions, accuracy, organization, subject matter, or completeness of this book. The comments you send should pertain to only the information in this manual or product and the way in which the information is presented. For technical questions and information about products and prices, contact your IBM branch office, your IBM business partner, or your authorized remarketer. When you send comments to IBM, you grant IBM a nonexclusive right to use or distribute your comments in any way it believes appropriate without incurring any obligation to you. IBM or any other organizations will only use the personal information that you supply to contact you about the issues that you state on this form. Send your comments through this Web site: http://publib.boulder.ibm.com/infocenter/zoslnctr/v1r7/ index.jsp?topic=/com.ibm.zcontact.doc/webqs.html © Copyright International Business Machines Corporation 2005, 2008. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Introduction to the mainframe . .v Mainframe operating system: z/TPF . .22 Chapter 1. The value of the mainframe Chapter 2. Mainframe hardware today . .1 concepts . .23 The S/360: A turning point in mainframe history . .1 Mainframe hardware: Terminology . .23 Mainframe architecture: Secure, compatible, and still Mainframe hardware: Evolving design .
    [Show full text]
  • IBM Mainframe Configuration
    VITA Draft Discussion Document // REV – 091117 Service Management & Delivery (SMD) Conceptual Data View Mainframe (MF) Configuration IBM Mainframe Configuration CIPPS FINDS CSS pvacms VABS VECTAX VECHRMS.* APECS SCBPLIDS Mantissa pspider COIN DB2 SCCM IBM Tivoli FAACS VEC.JS BLS Bureau of DocProc VECFGS.* Commonwealth Financial Citizen Services Sys / Adabas DATA Virginia Employment Commission DB2 State Reports Constitutional Monitoring Labor Statistics Datasets Integrated Payroll and Information Compensation Distribution Officer CSS-REV-RTC-230-A Virginia Automated LAUS Local Area Personnel System Downloading Automated Program to Board Local System DB Information Unemployment System DB195 Benefits Enforce Child Inmate Data Network Appeals Same as CSS ADABAS file. Statistics Data System WRIS Support System MBS DMV-CSS-TITLE FAACS SP Wage Record DR Mainframe Billing SVES Interchange Debt APECS System Fixed Asset OES – SPAM State BK System Recovery Automated Accounting CTS Applications CIPPS Verification Bankruptcy System Program to TDS and Control Customer PH and Exchange OES Enforce Child Tivoli Decision System – Tracking LS Tele- FINDS FINDS CSS System VABS VABS Spam System (SP) DG90 DG90 APECS LIDS Mantissa Support COIN TDS Support Mainframe System LAUS System DocProc communications ????? Operating Systems Virtual CPU’s DOA Voucher File Logical Partitions COVA1-SYS1 COVA2-SYS2 COVA3-SYS3 COVA4-SYS4 COVA5-SYS5 COVA6-SYS6 Logical Processor Units (PU’s) Production Engineering / Testing DEV Processor Resource (PR) / Systems Manager™ (SM) (PR/SM™) – Type-1 Hypervisor – Firmware Layer The PR/SM™ facility creates logical partitions (LPARs) and assigns processing capacity to them. An LPAR is a logical subdivision of a CPC. Central processor complex (CPC) = an IBM Z server that runs the z/Architecture® instruction set (aka mainframe computer).
    [Show full text]
  • United States District Court for the District of Columbia
    UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA _________________________________ ) UNITED STATES OF AMERICA, ) ) Plaintiff, ) ) v. ) Civil Action No. 1:99CV01318 ) COMPUTER ASSOCIATES ) JUDGE: Gladys Kessler INTERNATIONAL, INC. and ) PLATINUM TECHNOLOGY ) DECK TYPE: Antitrust INTERNATIONAL, INC., ) ) DATE STAMP: 05/25/99 Defendants. ) _________________________________) COMPLAINT Joel I. Klein Kent R. Brown Assistant Attorney General Kenneth W. Gaul Weeun Wang John M. Nannes Sanford M. Adler Deputy Assistant Jeremy W. Eisenberg Attorney General Richard Koffman Melinda Foster Constance K. Robinson Jeremy Feinstein Director of Operations and Merger Enforcement Attorneys Nancy M. Goodman Antitrust Division Chief, Computers & Finance U.S. Department of Justice Section Computers & Finance Section Suite 9500 N. Scott Sacks 600 E Street, N.W. Assistant Chief, Computers & Washington, D.C. 20530 Finance Section (202) 307-6200 UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA _________________________________ ) UNITED STATES OF AMERICA, ) ) Plaintiff, ) ) v. ) Civil Action No. 1:99CV01318 ) COMPUTER ASSOCIATES ) JUDGE: Gladys Kessler INTERNATIONAL, INC. and ) PLATINUM TECHNOLOGY ) DECK TYPE: Antitrust INTERNATIONAL, INC., ) ) DATE STAMP: 05/25/99 Defendants. ) _________________________________) COMPLAINT The United States of America, acting under the direction of the Attorney General of the United States, brings this civil action to obtain equitable relief against defendants and alleges as follows: 1. The United States brings this antitrust case to enjoin Computer Associates International, Inc. (hereinafter “CA”) from acquiring PLATINUM technology International, inc. (hereinafter “Platinum”). 2. CA is the world’s largest independent vendor of computer software for mainframe computers and a leading producer of mainframe computer systems management software. Platinum is a direct and substantial competitor to CA in a number of mainframe -2- systems management software products.
    [Show full text]
  • Chapter 1- Overview of Computers MDRPUC, Hassan Chapter-1 OVERVIEW of COMPUTER Definition
    Chapter 1- Overview of Computers MDRPUC, Hassan Chapter-1 OVERVIEW OF COMPUTER Definition: “Computer is an electronic machine that can store, recall and process data. It can perform tasks or complex calculation according to a set of instructions or programs. How does the computer work? It is as simple as making tea. To prepare tea, we add water, tea powder, milk, and sugar. These are all considered as input. After adding all, we have to boil. That boiling is called processing. After boiling, we get tea. That is called output. Similarly, the computer works based on the input, processing and output. Input-Process-Output cycle (IPO Cycle) Characteristics of Computer: Speed Versatility Storage Flexibility Accuracy Cost effectiveness Diligence Speed: The computer works very fast. The speed of Computer is measured in terms of MIPS (Million Instructions Per Second) or BIPS (Billion Instructions Per Second). For Example A money counting machine counts money faster than man. 1 | P a g e Chapter 1- Overview of Computers MDRPUC, Hassan Storage: The computer can store a large volume of data and information. The storage capacity of the computer is measured in terms of Bytes. A group of 8 Bits is called a Byte. Accuracy The computer generated results are exact and without any mistakes with high rate of consistency. Diligence Unlike human beings, a computer does not suffer from limitations like tiredness and lack of concentration. It can work for hours without making any errors. Versatility Computers are capable of performing any task. Multi-processing features of computer make it quite versatile in nature.
    [Show full text]