Every youngster owns an i-pod, every child plays a video game-technology has evolved and these are common place in today’s world. But whether these are causing damage to the environment is the question always asked.
As awareness regarding global warming and other environmental issues increase, all the world, people are trying to minimize the damage and correct the damage that has already been done. There are efforts to create more green, minimize the use of plastic and other chemicals etc.
The use of computers or laptop creates a paper free work area, which in itself is environment friendly. More offices prefer the paper less work space, communicating through emails between and with outside clients as possible. The use of copiers and other machines have also decreased due to this, adding to the environment friendly drive.
The manufacturers of laptops and accessories also take care to be in the eco friendly group. There are efforts going on to reduce the effect to the atmosphere because of the use of laptops.
Many batteries manufactured now are LiON, and do not contain nickel, cadmium or mercury, reducing the amount of chemicals in the atmosphere. Consider New Li-Ion IBM Z60m-T60-R60-9cell Battery or Lenovo V100/V200 Series 6 Cell Li-Ion Battery, both of which are lithium ion batteries, more efficient and power saving. Sony Vaio X/XG Series Li-Ion Battery is also a new model battery, small and very light weight. There are detailed guidelines on how to dispose your laptop battery as well, so that the disbursement of chemicals into the atmosphere is reduced.
Laptops also have lesser number of components and all the components are smaller in size, making its disposal a little environment friendly.
There are still areas of improvement. With the ratio of people owning a laptop increasing, more effort should be placed to improve the quality of the laptop to make it more natural. Solar energy could be tapped in to power the battery instead of A/C power. The components of the laptop could be prepared with more environment friendly material so that less amount of lead is disposed.
Entries Tagged 'Technology' ↓
Being eco friendly even when being technologically sound- is it possible?
February 6th, 2009 — Technology
An Introduction To TomsTricks.Com(Ultimate Windows Referance Site)
January 10th, 2009 — Technology
Welcome to TomsTrick’s Introduction to Windows Vista operating system. This website is designed to introduce thenewer computer user to the concepts and skills necessary to operate in the Windows Vista environment(Windows Vista Help). Microsoft Windows Vista is an operating system that controls the overall activity of your computer. Many software applications, such as Word- a word processingprogram, Excel- a spreadsheet program, and Access- adatabase program, operate in a Windows environment. Mastering Windows Vista is essential in today’s world of fast-paced technology growth. Since most Windows-based programs have similar functionality, the ability to learn programs is accelerated by learning Windows Vista(ie,Windows Vista Support).
Centralised Arbitration
December 21st, 2008 — Technology
The bus arbitrer may be the processor or a separate unit connected to the bus. In this case the processor is normally the bus master unless the the processor grants bus mastership to one of the DMA controllers. The DMA controller indicates that it needs to become the bus master by activating the Bus request line. The signal on the Bus Request line is logical OR of the bus requests from all the devices connected to it. When Bus Request is activated, the processor activates the Bus Grant signal, BGI indicating to the DMA controllers that they may use the bus when it becomes free. This signal is connected to all DMA controllers using a daisy chain arrangement. Thus if DMA controller 1 is requesting the bus, it blocks the propagation of the grant signal to other devices. Otherwise, it passes the grant downstream by asserting BG2.
BUS ARBITRATION
December 21st, 2008 — Technology
The device that is allowed to initiate data transfers on the bus at any given time is called the bus master. When the current master relinquishes the control of the bus another device can acquire the status. Bus arbitration is the process by which the next device to become the master of the bus is selected and the bus mastership is transferred to it. The selection of the bus master must tale into accounts the needs of various devices bt establishing a priority system for gaining access to the bus.
There are two approaches to the process called bus arbitration. They are centralised bus arbitration and distributed bus arbitration. In centralized arbitration a single bus arbitrer performs the required arbitration.In distributed arbitration all the devices participate in the selection of the bus master.
Direct memory access
December 21st, 2008 — Technology
An instruction to transfer input or output data is executed only after the processor determines the I/O devices is ready. To do this, the processor determines whether the in-put or output device is ready. To do this, the processor either polls a status flag in the device interface or waits for the device to send an interrupt request. In either case, considerable overhead is incurred, brcause several program instructions must be executed for each data word transferred. In addition to polling the status register of the device, instructions are neede for incrementing the memory address and keeping track of he word count. When interrupts are used there is additional overhead associated with saving and restoring the program counter and other state information. To tranfer large blocks of data at high speed, an alternative approach is used. A special control unit may be provided to allow transfer a block of data directly.