Hard Tech Questions (array Included) Flashcards
What Is Cache Memory? What Is The Advantage If A Processor With More Cache Memory You Are Using?
Cache memory is the memory area between RAM and Processor. If cache memory increases the speed of the system will also improved.
Which Type Of Socket Is Needed To Connect A Dual Core Processor Of Intel?
Socket LGA 775.
What Is Intel Pentium?
The Intel Pentium is a series of microprocessors first developed by the Intel Corporation. These types of processors have been found in many personal computers since 1993.
Write Socket Lga 775 Is Apt For Which Type Of Intel Processors?
The top of the line for the LGA775 series CPU socket was the Core 2 processor series, with the Core 2 Duo E8600, Core 2 Extreme QX9770 and Core 2 Quad Q9650 being the three top performers.
What Are The Factors Affecting The Speed Of The Microprocessor?
The following are the factors affecting the speed of the microprocessor.
a) Number of instructions build in the processor.
b) Bandwidth
c) Clock Speed
d) Number of tristors inside the processor
What Is Lga ?
An LGA socket is the connection point for a central processing unit (CPU) to fit into a motherboard. The LGA stands for Land Grid Array.
No Display. What Is The Problem?
a) CPU fan problem
b) Heat sink related issue
c) Power related issues
d) Improper Jumper settings
What Is Heat Sink? What Is Its Use? If It Is Not In The System What Will Happen?
A heat sink is a component used to lower the temperature of a device.It is most commonly there on the microprocessor. If it is not properly fixed the system, the system will shutdown automatically to prevent further damage to the processor.
Any Difference Between Pentium Iii And Iv?
There have been a number of Pentium processor lines starting with the base Pentium in 1993.The of the recent Pentium entries are Pentium III and Pentium 4.
a) In a Pentium III processor, the bus speed is generally 133 MHz (although there were a few with 100 MHz). The lowest bus speed on a Pentium IV is 400 MHz, and there are versions with much higher speeds (topping at 1066 MHz for the “extreme edition”).
b) The Pentium 4s are smaller than the Pentium IIIs
c) Pentium III processors had (for the most part) about 512 KB of cache. Pentium 4 processors, on the other hand, start at 512 KB
What Is Main Memory In A Computer?
The main memory in a computer is called Random Access Memory. It is also known as RAM. This is the part of the computer that stores operating system software, software applications and other information for the central processing unit (CPU) to have fast and direct access when needed to perform tasks.
What Is Full Name Of Amd?
Advanced Micro Devices.
What Is Packaging A Microprocessor? What Are The Different Packaging Available?
Packaging is the process of connecting a microprocessor with a computers motherboard. The types of microprocessor packaging are:
a) PGA
b) SPGA
c) SECC
d) LGA
What Is A Microprocessor?
The most important electronic component on the computer. It is a programmable logical device for processing data. In the world of personal computers, the terms MICROPROCESSOR and CPU are used interchangeably.
What Is An Interface?
These are the communication channel that enables your computer to exchange information with various devices.
What Are The Differences Between Intel Celeron And Pentium Family Of Processors?
Celeron
According to Build Gaming Computers, Celeron processors are the low-end processor intended for standard home computer use. SciNet reports the best Celeron processor has an L2 Cache of 128kb, a clock speed limit of about 2.0 GHz and runs at a core voltage of 1.75V. These are useful numbers for comparison.
Pentium
The top Pentium processor is the Pentium 4 Prescott. CPU Scorecard reports it has an L2 cache of 1MB (1024kb), a potential 3.0 GHz clock speed and runs at about 1.4V. The lowest performing Pentium 4 processor, the Willamette, has an L2 cache of 256kb, a potential 2.0 GHz clock speed and runs at about 1.7V.
What Are The Latest Processor Of Intel And Amd?
For intel it is Intel Core i7 and AMD Opteron 6200 Series processor.
What Are The Different Types Of Ram?
SRAM, DRAM, VRAM, SGRAM, DDR-SDRAM etc….
What Is Hyper Threading? What Is The Use Of It?
A thread of execution, or simply a “thread,” is one series of instructions sent to the CPU. Hyper-threading is a technology developed to help make better use of spare processing cycles. Hyper-threaded processors have a duplicate set of registers, small spaces of high-speed memory storage used to hold the data that is currently needed to execute a thread.
When a CPU core is delayed, waiting for data to be retrieved from another place in memory, it can use these duplicate registers to spend the spare computation cycles executing a different thread. The second set of registers will be pre-loaded with the data needed to execute the second thread, so the CPU core can begin work immediately
What Are The Differences Between Multitasking And Multiprocessing?
Multitasking: Enables the processor to do multiple programs simultaneously by fast switching through the programs. Here doesn’t have the involvement of multiple processors.
Multiprocessing: Enables the processor to do multiple programs simultaneously by the use of multiple processors.
What Is Cisc And Risc?
Reduced Instruction Set Computer (RISC) and Complex Instruction Set Computer (CISC) are two philosophies by which computer chips are designed. RISC became a popular technology buzzword in the 1990s, and many processors used in the enterprise business segment were RISC-based.