explain Modern architecture of microprocessor, Basic Computer Science

Assignment Help:
There are many other techniques in which companies who manufacture microprocessors have attempted to get better the performance of their CPUs.
Cache memory
this is a small quantity of high-speed memory used specifically as a fast and effectual method of storage for generally used instructions. Most programs finish up accessing the same data and instructions over and over again at a few points in their execution. Placing these in higher speed storage, for instance a cache, provides a great improvement in the time taken for processing over continual accessing from the main memory at a slower speed.
Home computer processors usually have implemented the cache directly into their architecture, in what is recognized as a ''Level 1'' cache. The most modern CPUs also use external caches, which are referred to as ''Level 2'' cache and much larger in size than ''Level 1'' caches. More current processors have larger caches - for instance, the Intel 486 had a cache of only eight kilobytes, while the Pentium II used multiple stores totaling up to two megabytes of storage space.
Specialized instruction set extensions
the most generally known extensions to the traditional CPU instruction set are Intel''s MMX and AMD''s 3DNow Technology. These both come into use when the processor is asked to perform operations connecting graphics, audio and video, and contain a number of specific instructions which are specialized to perform the short repetitive tasks that make up the great majority of multimedia processing. These extensions use SIMD (Single Instruction, Multiple Data) instructions in order to greatly reduce the time taken; by itself instructions perform their operations to multiple pieces of data at the same time.
MMX makes use of fifty-seven SIMD instructions, while the Pentium 4 raises this number to one hundred and forty-four. This includes additional extensions to improve operations relating to internet-related activity, such as the streaming of music and video files. The improved 3DNow! Technology found in the AMD Athlon processor also contains SIMD instructions for this purpose. Such extensions eventually enhance the performance of the processor in activities involving to multimedia applications, gaming, and use of the internet and other forms of contact.
Hyperthreading
Hyper threading is a new technology, brought up by Intel with their most current Pentium 4 processors. It works by using what is identified as ''simultaneous multithreading'' to make the single processor come out to the computer operating system as multiple logical processors. This enables the CPU via use of shared hardware resources to execute multiple separate parts of a program (or ''threads'') at the same time.
This technology does not give the same performance increase as actual separate processors would do, but gives a considerable boost for less cost and power consumption than said multiple processors would need. Current processors for example the aforementioned Pentium 4 currently split the CPU into two logical processors. Intel is at present working on additional advancements which will enable splitting higher numbers of threads to be simultaneously executed.
This concludes the part of the further features of the more modern microprocessor.

Related Discussions:- explain Modern architecture of microprocessor

C++ programming, write a program of 2 sum and 2 product number in C++ progr...

write a program of 2 sum and 2 product number in C++ programming language

Give a preliminary design for the mobile phone, Question: Imagine that ...

Question: Imagine that you are part of a design team creating a new mobile phone for people such as "Angel White" whose persona is given below: Angel is turning 90 years old

Deadlocks, What is methods For handling Deadlocks?

What is methods For handling Deadlocks?

Prelude to programming concepts and design 5th edition, Input a list of pos...

Input a list of positive numbers, terminated by 0, into an array numbers []. Then display the array and the largest and smallest number in it.

Data transmission, #quesetion..explain the concept of data transmission giv...

#quesetion..explain the concept of data transmission giving details of the transmission rate and bandwidth with details explanation of the transmission media

Perform a mail merge to send invitation, Question Elaborate the various...

Question Elaborate the various steps in performing a Mail Merge. Perform one mail merge operation for sending invitation for a conference which is being conducted in your organ

Digital design system, Manipulate the following Boolean expression in such ...

Manipulate the following Boolean expression in such a way so that it can be implemented using exclusive-OR and AND gates only. AB''CD'' + A ''BCD'' + AB''C''D + A''BC''D

Describe the binary search algorithm, QUESTION 1 Describe the binary se...

QUESTION 1 Describe the binary search algorithm using an example of your own. QUESTION 2 (a) By showing all your workings, give a big-O estimate for f(x) = (x + 1)lo

Python Numbers, Number data types store numeric values. They are an immutab...

Number data types store numeric values. They are an immutable data type, which means that changing the value of a number data type results in a newly allocated object. Number objec

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd