Free Essay

Power in High Micro Processor

In:

Submitted By shubhinside
Words 2197
Pages 9
Term Paper on
Power in a high performance microprocessor

Submitted to: Submitted By:
Mr. Abhijit Bhattacharyya Shubham Gupta Roll No. 20 SECTION: K1111

Acknowledgement

I have taken efforts in this Term Paper. However, it would not have been possible without the kind support and help of many classmates and my teacher. I would like to extend my sincere thanks to all of them.
I am highly indebted to Mr. Abhijit Bhattacharyya for their guidance and constant supervision as well as for providing necessary information regarding the project & also for their support in completing the project.
My thanks and appreciations also go to my colleague in developing the project and people who have willingly helped me out with their abilities.

Abstract
Power consumption has become one of the biggest challenges in high-performance microprocessor design. The rapid increase in the complexity and speed of each new CPU generation is outstripping the benefits of voltage reduction and feature size scaling. Designers are thus continuously challenged to come up with innovative ways to reduce power, while trying to meet all the other constraints imposed on the design. This paper presents an overview of the issues related to power consumption in the context of Intel CPUs. The main trends that are driving the increased focus on design for low power are described. System and benchmarking issues, and sources of power consumption in a high-performance CPU are briefly described. Techniques that have been tried on real designs in the past are described. The role of CAD tools and their limitations in this domain will also be discussed. In addition, areas that need increased research focus in the future are also pointed out
Introduction
The drive towards increasing levels of performance has pushed frequencies higher and has increased the complexity of microprocessors. This has come at the cost of higher power consumption. The costs associated with packaging, cooling and power delivery have thus jumped to the forefront in the microprocessor industry. There is even concern that power consumption may set the limit to how much can be integrated on a chip, and how fast it can be clocked . The challenges for power reduction in high-performance generalpurpose CPUs are unique. First, the instruction-set and system architecture are designed for a wide market and for a wide range of applications. This restricts the search space for low-power solutions. Second, it is necessary that proposed solutions remain robust and scale gracefully across multiple technology generations. And finally, while significant power savings are desired, they must come at little or no performance impact. The aim of this paper is to highlight the key issues associated. Power, is associated with the power consumption while running an artificial piece of code specifically written to generate maximum CPU activity.

THE CPU POWER PROBLEM
Figure 1 shows the power consumption for Intel CPUs. The X axis shows the technology generation and the Y-axis the maximum power consumption. As indicated by the dashed line in the main part of the curve, power consumption has been increasing for each new CPU generation. The points to the side of the main curve indicate newer versions of each processor family. These are implemented in newer semiconductor processes with smaller geometries than the lead processor in that family.

The reason is that increased power consumption directly impacts CPU and system cost. This cost has two components. The first is thermal cost, which is associated with keeping the devices below the specified operating temperature limits. Maintaining the integrity of packaging at higher temperatures also requires expensive solutions. The second component of the cost of power consumption is the cost of power delivery, i.e., the on-chip, on-package, and on-board decoupling capacitances and interconnect associated with the power distribution network. Increased power consumption at lower voltages increases the magnitude of the current drawn by the CPU. In addition, today’s design trends are such that the variability in the amount of current drawn from cycle to cycle is also increasing. These factors combine to make resistive and inductive noise a big problem. Dealing with this is becoming increasingly costly.
Figure 2 gives an idea of the range of dollar amounts associated with the above costs for different system components. As can be seen, when the CPU power is in the 35-40W range, the cost of each additional Watt goes above $1/W per chip. An interesting observation is that the power cost of the other system components (DRAM, chipsets, graphics) is on a steeper curve than the CPU. This is because the spatial layout of today’s system chassis designs is such that these components are harder to cool. This is likely to change with new designs, further increasing the relative importance of the CPU power cost.

CPU activity is a new design attribute that is needed for power estimation as well as for the choice of power savings techniques.
They have to come from traces of real applications. But power dissipation inside a CPU is a complex scenario. Figure 3 shows the need for defining multiple power specifications in this regard, using illustrative power traces. The first trace, labeled Max
Where Does the Power Go
Figure 4 shows the power breakdown for a recent highperformance
CPU, as obtained by detailed switch-level power simulation. As can be seen, the clock is the largest power consuming component. This includes the clock generator, the clock drivers, the clock distribution tree, the latches, and the clock loading due to all the clocked elements. The clock loading is actually the largest component of clock power. As shown in
Figure 5, even a simple latch presents a certain amount of capacitive load to the clock network (gate capacitance of 4 clocked devices in this example). This capacitance switches on every clock tick, causing significant power consumption even when the data inputs have low activity factor (AF), or are even totally stable (AF = 0).

POWER REDUCTION TECHNIQUES

Voltage Scaling
Power is proportional to the square of the supply voltage (Vcc).
This makes Vcc reduction as the most effective way for reducing power, and the industry has thus steadily moved to lower Vcc.
This trend should and will continue. However, the drive for higher performance is outstripping the benefits of voltage scaling, as illustrated in Figure 6. The figure shows the power, feature size, voltage, frequency, and relative die size of some recent
CPUs. Starting from a 5V part, there was an initial decrease in power when moving to a smaller technology at 3.3V. However, the power came back to original levels when the frequency was increased. The Pentium® Pro with its aggressive microarchitecture, saw an additional increase in power, even at
3.3V and a smaller technology.

Another issue with voltage scaling is that to maintain performance, threshold voltage (Vt) also needs to be scaled. At low Vt, leakage power starts becoming a bigger factor.

Clock Gating

The clock is the largest contributor to the CPU power. Reducing the switched capacitance on the clocks will thus have the most impact on total power. A practical and effective way to do this is to partition the clock network and allow only those portions to toggle that are needed on each cycle. This is achieved through clock gating . It is implemented by qualifying the different clock partitions by special “enable” signals. It is well suited for CPUs since it can often be easily integrated into existing clock networks A regular clock buffer can be changed into a qualifying gate at low area and performance overhead.

Libraries

Power savings from the redesign of cell libraries can come from two sources: device sizing and restructuring of the logic and physical layout of cell. Device sizing for optimizing switching energy vs. delay, ensures that the libraries are designed with power “in mind” Figure 10 shows a power vs. delay curve for two different standard cell libraries. The transistor sizes in
Library 1 have been optimized for minimum delay as a target. If one were to change the optimization criteria of transistor sizes to that of energy and delay, one would get a lower power library
(Library 2). For Library 2, the delay penalty is small but the power reduction is greater, since the original library was in the steep non-optimal part of the curve. It has been seen in practice, that this extra delay can often be absorbed during circuit design, especially for non-critical paths. One can, therefore, get the same performance with Library2 and still have overall lower power. System Power Management

The interaction of the CPU with the rest of the system also provides avenues for reducing average power. Often the CPU is waiting for inputs from peripherals and its power is being wasted.
To reduce this waste, CPUs are now provided with a hierarchy of power states. Each state defines a certain level of activity on the CPUs and a certain time penalty for it to get back into a fully active state. Memory and I/O devices often also have similar power states. It is the system power management mechanism that monitors the system activity and enforces the movement of the system components between different power states [4]. System power management has its roots in mobile systems.
However, EPA requirements under the Energy Star program motivated the migration of these techniques to desktop systems.
A recent development in this area is a cross-company initiative called ACPI (Advanced Configuration & Power Interface) [1].
The recognition of the need to eliminate wasted power ensures that system power management will continue to be an area of high interest and active development.

Software Based Power Reduction

Traditionally the focus on low power design has been purely hardware based. This tends to ignore the fact that it is the software that executes on a CPU that determines its power consumption. Here a detailed instruction-level power model of the Intel486DX2 was built. The impact of software on the CPU’s power and energy consumption, and software optimizations to reduce these were studied. An important conclusion from this work was that incomplex CPUs like the 486DX2, software energy and performance track each other, i.e., for a given task, a faster program implementation will also have lower energy. This is because the CPU power consumption is dominated by a large cost factor (clocks, caches, etc.) that for the most part, does not vary much from one cycle to the other. There are some issues when this work is extended to recent CPUs. First, multiple-issue and out-of-order execution mechanisms make it hard to model power on a “per instruction” basis, and more complex power models are required. Also, increased use of clock gating implies that there is greater variation in power onsumption from cycle to cycle. However, it is expected that the relationship between software energy and power that was observed before will continue to hold. It is important to realize that software directly impacts energy/power consumption, and thus it should be designed to be efficient with respect to these metrics. A classic example of inefficient software is “busy wait loops”. Consider an application such as a spreadsheet that requires frequent user input. During the times when the spreadsheet is recalculating values, high CPU activity is desired in order to complete the recalculation in a short time. In contrast, when the application is waiting for the user to type in values, the CPU should be inactive and in a low-power state. However, a busy wait loop will prevent this from happening, and will keep the CPU in a high-power state. The power wastage is significant. For example, a 166MHz Pentium® Processor with MMXTM technology draws over 7 Watts in normal operation but only 1 Watt when halted. The Intel Power Monitor (IPM) is a publicly available software analysis tool that monitors system activityto provide information about.

CONCLUSIONS

High-performance CPU design presents unique challenges for research in power related issues. Certain directions here need increased research and development focus in the future. The highest priority is to continue pushing the voltage scaling treadmill. However, the technological and design hurdles in the path of using sub-1V supply voltages in large, high-performance CPUs have to be removed. Circuit styles and methodologies suited for low voltage are also needed. Microarchitectures in today’s high-performance CPUs are aimed at exploiting ever-increasing amounts of instruction-level parallelism. Organizational choices and tradeoffs are not made with power in mind. This needs to change and power consumption has to become a primary consideration here, since higher levels of design have the greatest leverage on the overall power consumption. Investigation of the hardware-software interface in CPUs will yield additional avenues for power reduction. Lower voltages, higher power consumption, more devices, and more clock gating - all these imply that the inductive noise problem will get worse. Increased innovation in packaging and power supplies would be needed to make sure that power delivery does not become the limiting factor for highperformance CPUs.

References * ACPI home page. http://www.teleport.com/~acpi. * Chandrakasan, R. Brodersen. Minimizing power consumption in digital CMOS circuits. Proceedings of the IEEE 83(4), April 1995.

Similar Documents

Free Essay

Microprocessor Wars

...Microprocessor Wars Samuel W. Aldrich Principles of Marketing Tracy Foote July 3rd, 2012 Microprocessor Wars Computer processors are very complicated electronic devices that are used to be the brain of computers. They process all data in the computer and have revolutionized the world in every facet possible, creating new and quicker ways to accomplish tasks. There are a few companies that produce the x86 microarchitecture chips found in almost every desktop and many mobile devices today but only two are true heavy hitters in the market, Intel and Advanced Micro Devices (AMD). The market slug fest that has been happening between these two companies have driven the pace at which computing has advanced by leaps and bounds. They are a perfect example of how competition and not just supply and demand push industries to their pinnacle. To give a little background to the current market situation, Intel was the original inventor of the x86 microarchitecture central processing unit in 1978. Advanced Micro Devices didn’t start making chips until 1982; four years after Intel had already released their first x86 microprocessor chip as a company. Advanced Micro Devices along with Intel has over 99.5% of the market for x86 architecture central processing units. This means the two companies quite literally own the market and control the supply of computer processors. MaximumPC.com’s own history of the situation that expertly describes the beginnings and even reciprocal situation of...

Words: 1792 - Pages: 8

Free Essay

Intel

...com/article/142130/intel_unveil_silverthorne.html Silverthorne is a newer and cheaper power saver processor for mobile phones in the Upcoming year. Silverthorne was founded on the Pentium Pro. Silverthorne is a great Value of performance and power efficiency. Silverthorne struck as one of the best performance and power efficiency chip out on The market today, Via Technologies is releasing a micro processor called the Isaiah. The Isaiah a faster front bus and twice the cache space that has an advantage over the Silverthorne, but the Silverthorne is cheaper which may prove difficult with Intel’s orders. With Intel making a cheaper and very reliable processor that can match the speed of The Mobile Core 2 Processor and consumes less power would be a good chip to bring The market. Silverthorne performing at a high standard and the cost of the chip Inexpensive would put the Silverthorne chip as one of the next processing chip in the Mobile industry Apple to use Intel’s Silverthorne chip in 2008 By Tom Krazit Http://news.cnet.com/8301-13579_3-9837241-37.html Apple decides to use Intel’s upcoming low power Silverthorne chip in the upcoming Year, Apple is using Samsung S3C6400 or just for I phone. The Samsung S3C6400 is based on the ARM1176 Core that consume just a little over 279 mill watts that are running full out in performance. Silverthorne will consume 500 Million watts of power at a minimum. Apple is planning on using the Silverthorne...

Words: 460 - Pages: 2

Free Essay

Computer Generation

... Generations of computers has been divided into five according to the development of technologies used to fabricate the processors, memories and I/O units. I Generation II Generation III Generation IV Generation V Generation : 1945 – 55 : 1955 – 65 : 1965 – 75 : 1975 – 89 : 1989 to present First Generation (ENIAC - Electronic Numerical Integrator And Calculator EDSAC – Electronic Delay Storage Automatic Calculator EDVAC – Electronic Discrete Variable Automatic Computer UNIVAC – Universal Automatic Computer IBM 701) Vacuum tubes were used – basic arithmetic operations took few milliseconds Bulky Consume more power with limited performance High cost Uses assembly language – to prepare programs. These were translated into machine level language for execution. Mercury delay line memories and Electrostatic memories were used Fixed point arithmetic was used 100 to 1000 fold increase in speed relative to the earlier mechanical and relay based electromechanical technology Punched cards and paper tape were invented to feed programs and data and to get results. Magnetic tape / magnetic drum were used as secondary memory Mainly used for scientific computations. Second Generation (Manufacturers – IBM 7030, Digital Data Corporation’s PDP 1/5/8 Honeywell 400) Transistors were used in place of vacuum tubes. (invented at AT&T Bell lab in 1947) Small in size Lesser power consumption and better...

Words: 3359 - Pages: 14

Free Essay

Virtualization Implementation

...does not assume responsibility for the statements expressed herein and it reflects the opinions of the author. If you have questions about the contents of this document, please direct them to the author at rsingh@us.ibm.com. Author is not responsible for errors in this document that may result in any kind of inaccuracies. Acknowledgements Thanks to John R Hock, IBM Certified IT Specialist – System p - Advanced Technical Support Americas (ATS) for reviewing this White Paper. Thanks to the customer and IBM team for their contribution and support to this project. Trademarks The following terms are registered trademarks of International Business Machines Corporation in the United States and/or other countries: AIX, AS/400, DB2, IBM, Micro Channel, MQSeries, Netfinity, NUMAQ, OS/390, OS/400, Parallel Sysplex, PartnerLink, POWERparallel, RS/6000, S/390, Scalable POWERparallel Systems, Sequent, SP2, System/390, ThinkPad, WebSphere. The following terms are trademarks of International Business Machines Corporation in the United States and/or other countries: DB2 Universal Database, DEEP BLUE, e-business (logo), GigaProcessor, HACMP/6000, Intelligent Miner, iSeries, Network Station, NUMACenter, POWER2 Architecture, PowerPC 604,pSeries, Sequent (logo), SmoothStart, SP, xSeries, zSeries. A full list of U.S. trademarks owned by IBM may be found at http://iplswww.nas.ibm.com/wpts/trademarks/trademar.htm. NetView, Tivoli and TME are registered trademarks and TME Enterprise is a...

Words: 6610 - Pages: 27

Free Essay

About Page

... etc. 2. The physical size does not affect performance.  In fact, performance differences between motherboards (if all other hardware is the same) are not typical, perhaps a new memory controller may give a better benchmark score but that's about it. Instead, look at the CPU socket and chipset, which determine amongst other things what processors you can use, also look at the type and number of expansion slots. A Mini-ITX board supporting only single core Atom processors with 1 RAM slot and a PCI slot is not a basis for a high performance machine, however other ITX boards support other hardware. The main advantage to ITX is its small size, leading to its use in small form factor machines such as HTPCs.  ATX boards are more mainstream and due to the larger size generally have more expansion slots and therefore flexibility. Is there anything specific you were wondering?  The above is just general information which may not answer your specific question, if you have one. 3. ATX, or Advanced Technology Extended, and Micro ATX are the standard form factors for computer motherboards. The most evident difference is in size. Micro ATX motherboards are considerably smaller than regular ATX motherboards. Choosing one or the other can affect your future buying options--most notably, case compatibility. Ex 2 CPU # 1. I7-3960X Brand: Intel Socket type: LGA 2011 Multicore number: 6 Frequency: 3.3 GHz L2/l3 cache: 15 MB...

Words: 545 - Pages: 3

Free Essay

Cisc vs Risc

...A Tale of Two Processors: Revisiting the RISC-CISC Debate Ciji Isen1, Lizy John1, and Eugene John2 1 ECE Department, The University of Texas at Austin ECE Department, The University of Texas at San Antonio {isen,ljohn}@ece.utexas.edu, ejohn@utsa.edu 2 Abstract. The contentious debates between RISC and CISC have died down, and a CISC ISA, the x86 continues to be popular. Nowadays, processors with CISC-ISAs translate the CISC instructions into RISC style micro-operations (eg: uops of Intel and ROPS of AMD). The use of the uops (or ROPS) allows the use of RISC-style execution cores, and use of various micro-architectural techniques that can be easily implemented in RISC cores. This can easily allow CISC processors to approach RISC performance. However, CISC ISAs do have the additional burden of translating instructions to micro-operations. In a 1991 study between VAX and MIPS, Bhandarkar and Clark showed that after canceling out the code size advantage of CISC and the CPI advantage of RISC, the MIPS processor had an average 2.7x advantage over the studied CISC processor (VAX). A 1997 study on Alpha 21064 and the Intel Pentium Pro still showed 5% to 200% advantage for RISC for various SPEC CPU95 programs. A decade later and after introduction of interesting techniques such as fusion of micro-operations in the x86, we set off to compare a recent RISC and a recent CISC processor, the IBM POWER5+ and the Intel Woodcrest. We find that the SPEC CPU2006 programs are divided between...

Words: 7813 - Pages: 32

Free Essay

Pentium 4

...Pentium 4 Power Consumption John S. Seng Dean M. Tullsen Dept. of Computer Science and Engineering University of California, San Diego La Jolla, CA 92093-0114 jseng,tullsen @cs.ucsd.edu Abstract This paper examines the effect of compiler optimizations on the energy usage and power consumption of the Intel Pentium 4 processor. We measure the effects of different levels of general optimization and specific optimization. We classify general optimizations as those compiler flags which enable a set of compiler optimizations. Specific optimizations are those which can be enabled and disabled individually. The three specific optimizations we study are loop unrolling, loop vectorization, and function inlining. The binaries used in this study are generated using the Intel C++ compiler, which allows fine-grained control over each of these specific optimizations. ¡   1. Introduction The power consumption of general purpose microprocessors has reached a point where the problem has to be addressed at various levels of system design. Many circuit, architecture, and software algorithm techniques exist to reduce power, but one often overlooked area is the effect of the program code on power consumption. Some research has been done studying the effect of compiler optimizations on power consumption [8, 9]; this work has been generally limited to using architecture-level power models for power estimation. In this work we examine the effect of the compiler on the energy usage and power consumption...

Words: 4099 - Pages: 17

Premium Essay

Nt1310 Unit 3 Core Research Paper

...powered. Most i7 processors are built with hyper threading technology. Prior to i7 processors were fifth generation cores, i5 and i3 processors mainly differentiated by the number of cores. Difference in cores limits the response time and compatibility with different types of memory capacities. Cores functions depends on the type pf chipsets embedded. Intel chipsets that goes with I series cores ranges from K series to x99 series chipsets. This allow powerful gaming, graphic creation and we building offering the quickest response command. Core compatibility with your operating system depends on the motherboard. Intel offers easier management and recovery on times of hard disk drive failure and data corruption. Next thing to consider is choosing the right graphic card for you i7 powered PC. Choosing the right core and system for you depends on your needs. If for research and basic graphics you may use basic cores but a more complexed core for your IT frame working and web building, a faster multifaceted core like 15 and 17 could come handy....

Words: 561 - Pages: 3

Premium Essay

Nt1310 Unit 3 Control Unit

...Task 1 The Control Unit There are two types of control unit which are hardwired and micro program where hardwired are for fixed architecture and are typically RISC and cost more than micro program because of the time required to design the circuits , but they are faster. Micro program control units are slower than hardwired but are easier and cheaper to implement as the instructions are stored in special control memory. The control unit controls all data going in, out and inside the CPU. The control unit decodes the data from ram and turns it into an instruction depending on what instruction set the control unit is programed or hardwired to have. Then if the instruction involves any logic or mathamatical caluculations it gets sent to the alu where it gets calculated and outpeted to the accumulator. The ALU The ALU is an acronym for arithmetic and logic unit, this is one of the most important parts of the CPU as it does all of the calculations. The ALU is a big array of different logic gates that are interconnected to preform basic logical and mathematical operation such as putting adding numbers or xoring two values. How the ALU is designed makes a big difference in terms of how powerful the processor will be as the more complicated...

Words: 1323 - Pages: 6

Free Essay

Chao Autopilot Using Ai

...Proceedings of the 2007 IEEE International Conference on Mechatronics and Automation August 5 - 8, 2007, Harbin, China Autopilots for Small Fixed-Wing Unmanned Air Vehicles: A Survey Haiyang Chao† , Yongcan Cao† , YangQuan Chen† † Center for Self-Organizing and Intelligent Systems (CSOIS) Dept. of Electrical and Computer Engineering 4160 Old Main Hill, Utah State University, Logan, UT 84322-4160, USA {chao, yongcan}@cc.usu.edu, yqchen@ece.usu.edu Abstract— This paper presents a survey of the autopilot systems for small fixed-wing unmanned air vehicles (UAVs). The UAV flight control basics are introduced first. The radio control system and autopilot control system are then explained from both hardware and software viewpoints. Several typical commercial off-the-shelf autopilot packages are compared in detail. In addition, some research autopilot systems are introduced. Finally, conclusions are made with a summary of the current autopilot market and a remark on the future development.This paper presents a survey of the autopilot systems for small fixed-wing unmanned air vehicles (UAVs). The UAV flight control basics are introduced first. The radio control system and autopilot control system are then explained from both hardware and software viewpoints. Several typical commercial offthe-shelf autopilot packages are compared in detail. In addition, some research autopilot systems are introduced. Finally, conclusions are made with a summary of the current autopilot market and a remark...

Words: 3775 - Pages: 16

Free Essay

Computer Architecture

...methods and optimization tools are required to harness their full performance. Technologies such as event-based sampling and expert systems are now augmenting traditional methods of performance analysis based upon profile and call graph tools. Understanding the basics of performance analysis, as well as the current state- of-the-art software optimization technologies, enables developers to pinpoint and implement solutions to application performance issues. One sophisticated processor, the Intel® Pentium® M processor, is growing in embedded application usage due to its high performance and low power utilization. The Intel Pentium M processor features Intel MMX™ and Streaming SIMD Extensions (SSE, SSE2) that enable higher performance through parallel computation. Getting the most out of the processor, however, requires that developers take full advantage of these built-in performance enhancements. Software optimization technology offered by advanced compilers utilizes the enhancements in Intel Pentium M processors in a fashion conducive to embedded development. Compiler technology provides access to these extensions with low development investment while maintaining backward compatibility and minimal code size, two critical challenges in embedded software development. The key to focusing the optimization process, however, is to perform performance analysis. Performance analysis is the study of application performance on hardware with the end goal of understanding issues and recommending...

Words: 2037 - Pages: 9

Premium Essay

Global Business Environment Analysis of Apple

...was proprietary. Most buyers were technical people. There were 2 main streams in the market: Apple style machine and IBM style machine. During this period, Apple was the leader. Its strong developing ability made the Apple II became a family commodity. However, Apple didn’t use patent or trade secret to protect its products. Many computer companies re-engineered Apple II and made cheaper similar products to compete in the market. For example, Acer copied Apple II and developed the Little Professor Series. 1981- 1997: Open structure. IBM turned the PC into open structure. Compaq, HP and many other producers started to show in the market to produce IBM compatible PC. During this period, hardware can be separated into CPU, mother board, power, disk drive, and other peripheral businesses. Software can be separated into basic input output system (BIOS), operation system (DOS, Unix, Windows), tool systems (Norton doctor, Anti-virus), computer language (C, Basic, Clipper, FoxPro), office applications (spreadsheet, word process), graphic applications (Adobe,...

Words: 3744 - Pages: 15

Free Essay

Intel Case Study

...Part 1 Principle of Barrett: Doubling micro-processor performance every 18 months while at the same time making it progressively cheaper. Problems that Intel had (because of the September 11): - product delays - shortages (escassez) - recalls (devoluções) - overpricing (preços excessivos) - bugs in the systems (erros no Sistema) - advanced Micro Devices (competitor) had produced its Athlon processor chip (faster than Intel’s Pentium III chip) With these problems, analysts predict that Intel’s share of market would be 9% worse than 3 years later. Causes of BARRETT’S WITHDRAWALS: - The downturn (crise) in economic conditions; - Weak demand (fraca procura) and over-capacity (supercapacidade) – Fall in global sales of chips. BARRETT’S OBJECTIVES: - Reorganize Intel to make it more nimble (ágil), to avoid duplication, to create better coordination and to enable (possibilitar) decentralization and delegation of decision making. Another problem: (intern) The network operations group and the communications unit sometimes were in competition with each other, selling similar products to the same customers. BARRET’S REORGANIZATIONS DURING THE FIRST 3 YEARS: 1) He created a new wireless unit (1999); 2) He created the Architecture Group (2000); 3) He reorganized the Architecture Group and created a new unit consisting of a merger of communications and network operations (2001). Reorganization consequences: - “shuffling execs like cards in a deck”; - people...

Words: 730 - Pages: 3

Premium Essay

Computer Classification

...magnetic markers in a storage medium, on-off switches or relays. In digital computers, even letters, words and whole texts are represented digitally. They have the ability to store large quantities of data. · Analogue computers. A computer that uses electrical or mechanical phenomena to model the problem being solved, or more generally by using one kind of physical quantity to represent another. They perform arithmetic operations and logic comparison by measuring changes in physical magnitude e.g. electronic voltage, pressure change, temperature changes etc. · Hybrid computers. Are designed by interconnecting the digital computer and analog computer's element directly into one processor using a suitable interfacing circuitry. I.e. both the digital and analog features are built within the same computer processor. They are advantageous in that they combine both the functional capabilities of the digital and analogue computers, though they are more expensive By the purpose for which they are designed for · Special purpose or dedicated computers A computer that is designed to operate on a restricted class of problems. They carry out special processing tasks in one or more applications. · General purpose computers. A machine that is capable of carrying out some general data processing under program control. They are designed to be used in a variety of application s environment as required. A general purpose computer can be dedicated to carry out word processing tasks By size...

Words: 952 - Pages: 4

Free Essay

Intel I-Core Processor Which Is Better?

...Introduction Nowadays the Intel I-Core processor is very popular and mainstream in the market. Besides that, many personal computers or laptop owned nowadays use this I-Core processors. There are three types of I-Core Processor: i3 Processor , i5 Processor and i7 Processor. The aim of my research is to compare the performance, pricing, history, special recommendations, features of all three I-Core processors which one is the best and reliable. In this report also represent my opinions and i’m going to recommend the best I-Core Processor out of the three processors. 2.0 Executive Summary The reason i do this report is to tell about the comparison about the performance, pricing, history of the 4th Generation of I-Core Processor. Since nowadays many people especially teenagers nowadays are using the I-Core Processor. I think that this report will help those people that is looking for a new laptop or buying the processor of the computer because my report clearly stated the weakness and the strongpoint of each features and specification of the I-Core Processors. Besides that, the report can also act as a “sales kit” to tell that the customer which one is the most suitable I-Core processor to buy or to recommend. 2.0 Performances 2.1 Intel i3 Core Processor The Intel Core i3 Processor is the new face of the Intel Core generation performance processor, follow up by the Core-2 version. The technology behind Core i3 processors includes dual core base, hyper threading...

Words: 3012 - Pages: 13