What is the difference between transistor and processor?
Transistor is an tiny electronic device called electronic switch,which is building block of a processor.
Processor is a data processing device consists of thousands or millions of transistors. Eg- Intel 8086 microprocessor has around 29000 transistors.
What refers to the number of bits that a microprocessor can manipulate at one time?
As quoted from Google Books, "Word size refers to the number of bits that a microprocessor can manipulate at one time."
What is the difference between three address instruction and two address instruction?
the differebce between three address instruction and two address instruction is
three adresss instructoion two address instruction
1) here 3 oprarend fields are used 1) here 2 oprerand fields are used
2) the result is stored in 3rd operand 2) here the result is stored in 2nd oparend
What does URL mean and what do you use it for?
URL stands for Uniform Resource Locator. It is used like a postal address on the Internet. An URL looks like this:
http://www.google.com/search.html
Similar to a postal address, URLs have different parts to it:
http:// is the protocol to use to get to the resource. This is just like saying whether you want to send a letter using registered mail, air or ground mail.
www.google.com is the name of the webserver holding the resource you want to access. This is equivalent to the town and its postal code.
/search.html is the resource you want to access. This is just like the road and its house number.
Similarites between a microcontroller and a microprocessor?
Microcontroller = (microprocessor+memory+peripherals) on a single chip
Basic steps used by the processor in instruction processing are?
1.Fetch the most instructions from memory.
2.Read an apparend if required by the instruction.(Apparend is a quantity to be operated as directed by its associated instruction.)
3.Execute the instruction.(Do what the instruction says.)
4.Write the result backe into memory.(If required by instruction.)
yesss because Derek is da son of phene dats how dey both have ALU CHURA'S
You will need to open the cover to your PC and there should be a jumper labelled CLEAR CMOS you need to either move the black jumper accross and back again or if it is just two pins, short the pins with something momentarily. DO THIS WITH THE COMPUTER OFF.
Failing this you can remove the battery (looks like a ten pence piece) leave it a few minutes and reinsert it. Then boot up.
Where is the CPUs instruction set stored?
The CPU's instruction set is not stored anywhere. Rather, it is an integral part of the silicon that the CPU is made out of. The "instruction set" is actually a metaphor used to describe the different effects of charges at different points in the CPU. Just because I call a certain operation "add" doesn't mean anything to the CPU. Charges are applied and due to the way they are applied, different transistors open and close, providing different effects.
What are the differences in the properties between the silicon substrate and the oxide layer?
Silicon Substrate
Silicon substrates are mainly used for power semiconductors in automotive, electronics and HF front-end pa. silicon that can be fused with other materials, such as thermal oxide and or silicon nitrite.
Oxide Layer
An oxide layer is a thin layer or coating of an oxide, such as iron oxide. Such a coating may be protective, decorative or functional. It is a passivizing layer on the surface of the metal, preventing further corrosion.
Why the 16 bit 8085 microprocessor is not possible?
The 8085 was replaced with the 8086/8088. As such, there is no 16 bit version of the 8085.
Is it worth it to remove CPU when scrapping and selling it by itself?
Not usually, unless the CPU is less than 6 months old.
What is arm9 risc 32-bit processor?
Its exactly what is says on the tin. A 32-bit processor that uses the ARM9 architecture.
RAM on a 3250 can be upgraded to one gig. It's a single slot, however, which means you'll have to buy a one-gig chip, rather than adding to what you already have:
1 gb PC2700 - DDR - 333MHz - SODIMM - Un-Buffered - Non-Parity
Why 1 mb is equal to 1024 kb while 1 kg is equal to 1000g?
you are completely right, but mathematical theory is not always true in practice: the difference of 24 you discovered is due to a small error that your computer experiences when it runs its activities. first of all, the 24 bytes more are arranged in 6 components of 4 bytes each: 24 = 6 x 4 then, all information is stored in blocks of 4 kb, so in each block you have a total of 24 x 4 = 96 bytes more. 96 = 100 - 4, and these 4 bytes less constitute a precise measure of the error your computer experiences whenever it handles one block of information: it lacks one 4 bytes component! nevertheless, 4 bytes over 4 kb is only 0.1%, so your calculations still can be considered pretty reliable. everybody hopes that in the future man will be able to produce artificial machines able to do perfect calculations, but up to now it has not yet been possible. so: continue investigating!
ALU
Short for Arithmetic Logic Unit, ALU is one of the many components within a computer processor. The ALU performs mathematical, logical, and decision operations in a computer and is the final processing performed by the processor. After the information has been processed by the ALU, it is sent to the computer memory.
In some computer processors, the ALU is divided into two distinct parts, the AU and the LU. The AU performs the arithmetic operations and the LU performs the logical operations.
What two operations are performed by alu?
The Arithmetic Logic Unit (ALU) performs two primary operations: arithmetic operations and logical operations. Arithmetic operations include addition, subtraction, multiplication, and division, while logical operations involve comparisons and Boolean operations such as AND, OR, and NOT. These operations are fundamental for processing data and performing calculations within a computer's CPU.
If you are using Linux then you can use uname command, which prints system information including kernel version and whether kernel is 32 bit or 64 bit. You can also use less /proc/cpuinfo command determine if it is 64 bit CPU or not.
Example: $ uname -a
How many MB is equal to 177000 kb?
One Mb is equal to 1000 kbs.... so 117 Megabytes (Mbs) or .117 Gigabytes(Gbs)
What is the purpose of instruction pipelining?
An instruction pipeline is a technique used in the design of computers and other digital electronic devices to increase their instruction throughput (the number of instructions that can be executed in a unit of time).