Skip to main content

12+ Unknown Facts about CPU | CPU in Detail

Hey guys,

here is the part 3 of basics.

Links to previous posts:



CPU: Central Processing Unit
It is the heart and brain of the computer. A centralized integrated circuit (IC) chip that performs all the arithmetic, logical and input/output operations. It is also referred to as the processor or the processor chip. It is the hardware component that executes instructions specified by software/programs.

CPU chip



Facts about CPU: 

  • These days we find Dual core, core 2 duo, Quad core or Octa core processor installed on various systems. They contain two (dual core) or more (quad=4, octa=8) central processing units on a single chip! And it is obvious that greater the no. of CPU units, greater is the performance. i.e. An octa core processor is much faster than a dual core one.
  • The design of modern CPU is based on Von Neumann and Harvard architectures.
  • ALU (Arithmetic and Logic Unit), Control Unit (CU) and Memory Unit (MU) are major components of CPU.
  • The modern CPU's come in 32 or 64 or 84-bit versions. This means that the processor is capable of transferring/manipulating/working with 32 or 64 or 84 bits of data simultaneously.
  • A bus is a copper wire that carries bits from one component of the Sytem to the other.
  • ENIAC (Electronic Numerical Integrator and Calculator) discovered by  J.Presper Eckert and John Mauchly, was the first electronic computer. It is also called "Fixed program computer" because you have to physically rewire the computer if you want it to do different tasks.
  • Jack Kilby, an American electrical engineer, is considered as the father of processors. He is also a co-founder of handheld calculator and thermal printer.
  • A four-time winner, Tianhe-2, a supercomputer developed by China's National University of Defense Technology, once more took home the title as the world's fastest computer, with a performance of 33.86 petaflops (quadrillions of calculations per second)
  • In 2014, the super computer, Tianhe-2, of China's National Universe of Defense Technology, won the title of world's fastest computer for the fourth time! It can process 33.86 peta flops (quadrillions of calculations) per second! A quadrillion is 1,000,000,000,000,000 (10 power 15) only! ✌
  • The CPU chip is usually made up of silicon because silicon is a cheap semi conductor that is easy to use and is highly pure. It can act both as an insulator (doesn't allow electricity to pass) and as a semi-conductor(allows little flow of electricity) as well.
  • Silicon is abundant on earth. After oxygen, silicon is most widely used.
  • Silicon's electrical properties can be manipulated by a process called doping.
  • But silicon is not the fastest semi conductor. So in some high speed processors, crystals of arsenic and gallium are used.
  • Intel 4004 (1971), a 4-bit CPU, was the first commercially available CPU from Intel.

Comments

Popular posts from this blog

DBMS CHECKLIST

DBMS Types Data Independence Three schema architecture DBMS users Dr.E.F.Codd’s rules for RDBMS (0-12) ER Model SQL DDL – CREATE, ALTER, DROP, TRUNCATE, RENAME DML – INSERT, UPDATE, DELETE DCL – GRANT, REVOKE, CREATE USER, DROP USER TCL – COMMIT, ROLLBACK, SAVEPOINT DATATYPES, OPERATORS(ARITHMETIC,RELATIONAL) CONSTRAINTS (PRIMARY KEY, FOREIGN KEY, NOT NULL, UNIQUE, CHECK) WHERE CLAUSE ORDER BY ASC | DESC DISTINCT GROUP BY - HAVING FUNCTIONS 1.      SINGLE ROW FUNCTIONS(UPPER,LOWER,SUBSTR,INITCAP,LENGTH,TRIM,LTRIM,RTRIM) 2.      AGGREGATE FUNCTIONS(MIN,MAX,SUM,AVG,COUNT) 3.      NUMBER FUNCTIONS(ROUND,CEIL,FLOOR,ABS,MOD,SQRT,POWER) 4.      DATE FUNCTIONS(TO_DATE,ADD_MONTHS,TO_CHAR,NEXTDAY,MONTHS_BETWEEN, SYSDATE) 5.      NULL FUNCTIONS(NVL,NVL2,COALESCE) OPERATORS IN NOT IN BETWEEN AND IS NULL LIKE, NOT LIKE PATTERN MATCHING IS ...

Anomalies in Database Manipulation

  Normalization in database design is a process used to organize data to reduce redundancy and improve data integrity. It involves dividing a database into multiple tables and define relationship between them. There are several types of anomalies that can arise when a database is not normalized. The three main types of normalization anomalies. 1.       Insertion anomaly An insertion anomaly normally occurs when you can’t insert data into the database without the presence of other data.   Students StudId StuName Course Instructor 1 Jack Math Prof. Raghu 2 Jim Science Prof. Radha 3 Harry Computer Science Prof. Venkat 4 Henry Digital Marketing Prof. Jasmine 5 Rose Finance Ms. Smith   The colleg...

Everything about computers

Hi, I am quite excited to start the technical part of my blog! I hope so are you! Let's start with the Abc of computers that we all find a bit hard to put in to words. These are my own definitions made really simple and easy to understand! Computer:   An electronic device that computes, stores, processes , manipulates and displays the data. Coined from the term "compute", means to calculate. Facts:  First ever computer was used for mathematical calculations. Founder: Charles Babbage - The Father of computers - invented the first ever mechanical computer called "Babbage's Analytical Engine"! Features of a Computer / Advantages of computer over a calculator: Speed, Accuracy, Storage, Multi tasking, Diligence (and many more). A computer comprises of Software and Hardware (all the physical - internal or external components/peripherals that are connected to or a part of computer ex. Keyboard, Mouse, Cabinet, Joystick, USB - pen drive etc. that we c...