The time now is 12/28/08 - 12:38
Log in: Username: Password:
Search forums for:
  
 
H-Desk.com Forum Index

H-Desk.com - PC Security matters - Protect your PC privacy


Boolean logic in computer world


H-Desk.com Forum Index -> Web Programming -> Server Side Languages - PHP, PERL/CGI, ASP, ColdFusion, ...

Post new topic   Reply to topic
Author Message
hamlen



Joined: 07 Oct 2004
Posts: 3



PostPosted: 07/21/08 - 08:01    Post subject: Reply with quote

I am a newbie in computer waters, but I manage to handle somehow. Anyway, yesterday I was with some computer wizards from my company, and I heard them talking about buffers and how to know if the buffers are working properly. I think there is some problem with buffer function in our storage equipment. I thought that hard drives are storage equipment in computers. Where is data usually stored while in a buffer? Is Boolean logic in computer world worthy?
Back to top

rowney



Joined: 17 Dec 2007
Posts: 7



PostPosted: 08/20/08 - 01:43    Post subject: Reply with quote

Buffer is short term for buffering memory. It was a technology, which was the main speed improvement of computers, along with CPU's speed, in the last ten years. The whole idea was to insert a buffering memory in hard drives. That memory was hundred times faster then hard drive speed. When you write something to buffer it is actually wrote in memory. When those memories receive data for writing, computer can handle another task. In the meantime, the data from buffer memory is slowly written to the hard drive. Therefore, more buffer hard disk had, his speed was faster. However, that technology has one big problem. Buffer memory is RAM type of memory, therefore, it handles data while it has power. In the case of power failure, all the unwritten content from the buffer memory would be returnlessly lost. I almost forgot to answer to your additional question. Boolean logic is the basic of the IT technologies. CPU's use its AND, OR and XOR operations for its functioning.
Back to top

Display posts from previous:   
Post new topic   Reply to topic All times are GMT

H-Desk.com Forum Index -> Web Programming -> Server Side Languages - PHP, PERL/CGI, ASP, ColdFusion, ...

Page 1 of 1

Related topics: