Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-19-2006, 11:06 PM   #11 (permalink)
 
Super Techie

Join Date: Dec 2005

Posts: 312

Crusader

Default

Ok thanks, i might try this but it was more of an interesting question i wanted answered. Thanks for all your help despite my poor communication due to my lack of knowledge on the subject.
Cheers
__________________
<a href=\"http://www.dynasig.net/?id=2883\"><img src=\"http://serve.dynasig.net/2883.gif\" width=\"350\" height=\"85\" alt=\"Signature\" border=\"0\" /></a><br />
DynaSig: <a href=\"http://www.dynasig.net\">Dynamic Forum Signature</a>
Crusader is offline  
Old 01-22-2006, 02:50 AM   #12 (permalink)
Apokalipse's Avatar
 

Join Date: Jun 2003

Location: Melbourne, Australia

Posts: 13,739

Apokalipse has a spectacular aura aboutApokalipse has a spectacular aura about

Default

the only kind of memory a microprocessor usually has is its cache, which is a very short-term memory.
the cache is made to store instructions before the CPU processes them (like when it is busy doing something else)
it is used, because it is much faster to retrieve them from cache than from anywhere else in the PC.

the only real programmable piece of hardware on the PC is the CMOS (complenemtary metal-oxide semiconductor) which stores settings for the BIOS (Basic Input Output System)

the BIOS is a chip on the motherboard which controls a lot of the PC's workings
__________________

1 + 1 = 3 if you define 3 as a result of 1 + 1
Apokalipse is offline  
Old 01-22-2006, 10:15 AM   #13 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,425

office politics will become famous soon enough

Default

Quote:
Originally posted by apokalipse
the only kind of memory a microprocessor usually has is its cache, which is a very short-term memory.
the cache is made to store instructions before the CPU processes them (like when it is busy doing something else)
from my studies, this is not true. a microprocessor uses registers to store values. a microprocessor uses a cache to store instructions, like you said, but its not a part of the MP itself. The instructions will typically read the data in a register, have the MP manipulate the data, and store the data into a register. a microprocessor has hard coded instructions inside of itself. these include boot operations, I/O operations, arithmetic operations, etc.
office politics is offline  
Old 01-22-2006, 06:41 PM   #14 (permalink)
Apokalipse's Avatar
 

Join Date: Jun 2003

Location: Melbourne, Australia

Posts: 13,739

Apokalipse has a spectacular aura aboutApokalipse has a spectacular aura about

Default

ah, I forgot about the registers....
that's one thing about PC's. there's so much to know about them, sometimes I forget what I know.....
__________________

1 + 1 = 3 if you define 3 as a result of 1 + 1
Apokalipse is offline  
Old 01-22-2006, 07:03 PM   #15 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Registers *are* cache, specifically L1 cache.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On