CHAPTER 3 MEMORY

Introduction :
Memory is one of the functions of the brain that enables to store and remember the past events. Similarly, in computers the term memory refers to a chip that stores data. It also enables us to retrieve the stored data. The processor retrieves the information stored in the memory for processing the data. The storage capacity of a memory depends on the type of the memory package used.
3.1 Types of Memory
Memory can be categorized into two types, namely volatile memory and non-volatile memory. Volatile memory loses the data as soon as the system is turned off. On the other hand, non-volatile memory does not lose the data even after the system is turned off. Apart from this classification, you can classify the memory into physical memory, virtual memory, and flash memory.
3.1.1 Physical Memory
Physical memory comprises of memory chips. Physical memory stores programs and data that the microprocessor requires. Therefore, it enables the microprocessor to access the required programs and data quickly. The different types of physical memory are:
Random Access Memory (RAM)Random access means any byte can be accessed in any order. The microprocessor can read and write programs and data to the RAM. It is a type of a volatile memory and therefore it is referred to as a temporary data storage area.
Read Only Memory (ROM) – Read only means that the programs and data can only be read from it. Therefore, programs and data cannot be written to it. Most PCs contain small amount of ROM to stores programs that enables the computer to boot. It is a non-volatile memory and therefore, it is referred to as a permanent data storage area.
HYBRIDIt is a type of memory that reads and writes data like the RAM and maintains data even when the system is turned off like the ROM.
The physical memory comprises of memory chips such RAM, ROM, and Hybrid.
The different types of RAM are :
_ Dynamic Random Access Memory (DRAM) - Retains data for a few milliseconds.
The different types of DRAM are:
_ Extended Data-Out DRAM ( EDO DRAM) – Faster than DRAM.
_ Synchronous Dynamic Random Access Memory (SDRAM) – Twice as fast as the EDODRAM. DDR-SDRAM is a type of SDRAM, commonly known as Double Data Rate      Synchronous DRAM.
_ Rambus Dynamic Random Access Memory (RDRAM) - Fastest type of DRAM.
_ Static Random Access Memory (SRAM) – Faster than the DRAM because it is not refreshed.
_ Video RAM (VRAM) – Stores the images that are to be displayed on the computer screen .
The different types of ROM are :
_ Programmable Read-Only Memory ( PROM)Stores the programs permanently. Data can only be written once to the PROM. A PROM is a non-volatile memory.
_ Erasable Programmable Read-Only Memory (EPROM) – Clears the program when exposed to the ultra-violet rays. Therefore, the EPROM can be reprogrammed after the program has been erased.
The different types of ROM are :
_ Programmable Read-Only Memory ( PROM)Stores the programs permanently. Data can only be written once to the PROM. A PROM is a non-volatile memory.
_ Erasable Programmable Read-Only Memory (EPROM) – Clears the program when exposed to the ultra-violet rays. Therefore, the EPROM can be reprogrammed after the program has been erased.
The different types of hybrid memory are :
_ Non-volatile RAM (NVRAM) – Type of SRAM that does not lose the data when the system is turned off
_ Electrically Erasable Programmable Read-Only Memory (EEPROM) – Clears the program when exposed to the electrical voltage. Therefore, the EPROM can be reprogrammed after the program has been erased.
_ Flash – Type of EEPROM that can be erased and reprogrammed in blocks.
3.1.2 Virtual Memory
Today, most PCs use 64MB or 128MB of RAM. However, this MB of RAM may not be sufficient enough to run all the programs that you want to run at a time. Virtual memory enables the computer to work as if it has more RAM than it actually has. Therefore, it helps to increase the speed of the PC. For example, if you simultaneously work with multiple applications such as the Windows operating system, a Windows Explorer, an e-mail program, a Web browser, a Word processor, 64MB of RAM may not be sufficient to run all these programs. In order to run another program, you would have to close some of the currently running programs. However, this problem can be solved using the virtual memory. Virtual memory copies the programs not used frequently to the hard disk. Therefore, it frees up the space in the RAM to run the new programs.Virtual Memory comprises of a set of memory addresses called virtual addresses. Programs can use these virtual addresses to store data and instructions. To copy the virtual memory into the RAM, the operating system divides the virtual memory into unitscalled pages. These pages are stored on the hard disk. When a program is executed, the pages are copied from the hard disk to the RAM. The process of copying the pages from the hard disk to the main memory is called paging or swapping. Windows operating systems from Windows 95 onwards supports virtual memory. The DOS operating system does not supports the concept of virtual memory.
3.1.3 Flash Memory
Flash memory is used in the digital camera, cellular phones, LAN switches, PC Cards for notebooks, and video games. This memory performs the action in a flash and as a result, it is termed as the flash memory. Flash memory is a non-volatile memory. It is a type of EEPROM consisting of blocks. EEPROM is erased and reprogrammed in blocks. Flash memory is faster than EEPROM since it is reprogrammed at the block level whereas EEPROM is reprogrammed at the byte level.
3.2 Types of RAM
RAM is the main memory of the computer. It holds the operating system, programs, and data that are currently in use. Therefore, it enables the processor to quickly access the programs and data. The processor can quickly read from and write to the RAM as compared to the other storage devices such as the hard disk, floppy disk, and CD-ROM. RAM is small, in both the physical size as well as the amount of data it can hold. It is much smaller than the hard disk. It is available in the form of separate microchips as well as in the form of modules. The different types of RAM are Static RAM, Dynamic RAM, and Video RAM.
3.2.1 Dynamic Random Access Memory (DRAM)
Today, most PCs use DRAM as the temporary data storage area. DRAM stores data in the memory cells. Each memory cell contains a transistor and a capacitor. Capacitors lose their charge quickly and as a result, they need to be refreshed. Refreshing helps to retain the data in the memory. The life of data in DRAM is very short for about few milliseconds. In order to retain the data, the storage cells need to be refreshed after few milliseconds. Because of the constant refreshing of cells, this memory is referred to as Dynamic RAM.
3.2.2 Static Random Access Memory (SRAM)
This memory is referred to as Static because of the fact that it does not require refreshing like DRAM. SRAM stores the data as long as the power is supplied to the system. This is because SRAM is made up of transistors that do not require refreshing. SRAM is used as the computer's cache memory.
Difference between SRAM and DRAM
SRAM stores data till the power is switched off, whereas DRAM stores data only for a few milliseconds.
SRAM uses a set of transistors for each memory cell, whereas DRAM uses a single transistor and capacitor for each memory cell
SRAM does not refresh the memory cell after each reading of the transistors reading of the capacitor whereas DRAM needs to refresh the memory cell after each reading of the transistors reading of the capacitor
In case of SRAM Data access is faster whereas in case of a DRAM data access is slower.
SRAM consumes more power whereas in case of a DRAM power consumption is less
SRAM is more expensive then DRAM
3.2.3 Video Random Access Memory (VRAM)
VRAM is used in video adapters or video systems. It stores the images that are to be displayed on the computer screen. Before displaying the image on the computer screen, the processor first reads the image from the memory and then writes it in VRAM. From VRAM, the digitally encoded images are converted into analog signals that can be displayed by a monitor. This conversion is done by Random Access Memory Digital-to-Analog Converter, which is a small chip built on the video adapters. Therefore, VRAM acts as a buffer between the processor and the monitor. It provides more bandwidth to work with systems requiring higher resolution and color depths than DRAM and EDO DRAM. VRAM reads and writes the data simultaneously. The processor starts writing the new image in VRAM while the current displayed image is still refreshing. Therefore, VRAM chips are called dual-ported chips.
3.2.4 Extended Data-Out DRAM (EDO DRAM)
EDO DRAM is faster than normal DRAM. This is because EDO DRAM starts fetching the next block of memory before the previous block of memory is sent to the processor. It is also known as hyper page mode DRAM.
3.2.5 Synchronous Dynamic Random Access Memory (SDRAM)
SDRAM synchronizes the memory speed with the CPU clock speed. The speed of the SDRAM depends on the speed of the CPU bus. It is faster than SRAM, DRAM, EDO DRAM, and VRAM memories. The data transfer speed of SDRAM is measured in nanoseconds and megahertz units.It runs with an average speed of 133 MHz.
There are two modules of SDRAMs. They are:
_ 2-clock SDRAM - In a 2-clock SDRAM, each clock signal controls two different DRAM chips.
_ 4-clock SDRAM - In a 4-clock SDRAM, each clock signal controls four different DRAM chips.
The recent computers use 4-clock SDRAM.
3.2.6 Rambus Dynamic Random Access Memory (RDRAM)
RDRAM is the fastest computer memory. It sends data very frequently on the data bus and reads data on every rise and fall of the clock cycle. As a result, the RDRAM memory gets the data transfer speed of 800 MHz. The video memory on the graphic accelerator cards and the cache memories use this chip. The high-performance workstations and the servers use the RDRAM chip. The high bandwidth and the low latency applications also use this memory chip. The RIMM module carries the RDRAM chip. RIMM stands for Rambus Inline Memory Module. The number of RDRAM placed on the module depends on the bus width of the RAM.
3.2.7 DDR-SDRAM
DDR-SDRAM stands for Double Data Rate - Synchronous DRAM. It is the latest version of SDRAM. DDR is synchronous with the system clock. There is one big difference between SDRAM and DDR.SDRAM transfers data on the rising edge of the clock signal. However, DDR transfers data on both the edges of the clock signal that is on the rising and falling edges of the clock signal. As a result, the data transfer rate of DDR is faster than SDRAM. It is almost twice the speed of the SDRAM. This memory chip consumes less power. DDR memory supports error correction code and non-parity. The server uses the error correction code, normally called as ECC.

DDR-SDRAM RDRAM
Latest version of the SDRAM Type of the DRAM
Connects the DIMM in parallel to the data bus Connects the RIMM in series to the data bus
Data transmission is faster Data transmission is slower
DIMM and RIMM are the memory packages used for holding the memory chips.
3.3 Working of RAM
RAM stores the data until the processor is executing the current data. Once the processor finishes the current execution, RAM forwards the next data to the processor. The processor accesses the data from the RAM in a random order with the help of the memory cell address. The cell address contains the row number and the column number of the memory cell. When the processor receives the data, it actually receives the memory cell address of the data. The RAM controller accepts the memory cell address. The RAM controller reads the data from the cell address and then sends the data in its respective address lines. The address lines contain the transistors and the capacitors for reading the data. The control circuit reads the capacitor when the transistor opens the cell. When the capacitor is charged, the memory cell returns a bit value as 1. When the capacitor is empty, the memory cell returns the bit value as 0. In DRAM, each cell contains a pair of transistor and capacitor. Each cell represents a single bit of data in the binary format of 0 and 1. The capacitor stores the data in the memory cell. The transistor with the help of the memory control circuit reads these memory cells. A transistor acts as a switch. It turns on when the control circuit reads the capacitor. It turns off when the capacitor is empty. The DRAM controller refreshes the capacitor after each reading of the memory cell. DRAM refreshes automatically.
3.4 Types of Memory Packages
Memory package is a small circuit board that contains memory chips. SIMM, DIMM, SODIMM, and RIMM are some of the memory packages. These packages are the form factors of a RAM chip. The installation of a memory depends on the form factors of a RAM. A form factor is the size and shape of the memory packages.
3.4.1 Single In-line Memory Module (SIMM)
SIMM is a small circuit board designed to hold the memory chips. It contains pins for accepting data from the control circuit. These circuit boards or modules are known as packages. There are various SIMM packages available based on the number of pins it contains. For example, 30-pin package and 72-pin package.
  30-pin SIMM Package
The capacities of a 30-pin SIMM package are 256KB, 1MB, 2MB, 4MB, 8MB, and 16MB RAM. It contains 2, 4, or 8 data chips per module. A 30-pin SIMM package has a data bus width of 8 bits with 9-bit parity. Parity checks the accuracy of the data transmission. An odd parity and an even parity are the two modes of parity checking.
72-pin SIMM Package
A 72-pin SIMM package has 32-bit data width with 36-bit parity. PS/2 is another term used for the 72-pin SIMM package. The capacities of a 72-pin package are 1MB, 2MB, 4MB, 8MB, 16MB, 32MB,64MB, and 128MB RAM. It contains 2, 4, 8, or 16 data chips per module. FPM DRAM uses a 72-pin SIMM package.
_ EDO DRAM may use either a 30-pin SIMM package or a 72-pin SIMM package. A SIMM package is packed either in Small Outline J-Lead (SOJ) package or in Thin Small Outline Package (TSOP Type II). The SOJ packages are surface mount packages. The pins of this package are shaped as letter ‘J' and are coming out of the chip. As a result, this package is named as SOJ.
SOJ Package
The TSOP packages are also surface mount packages. These packages are thinner than the SOJ packages. These packages are used in the notebook computers.
TSOP Package
SOJ and TSOP packages are the soldered DRAM chips. TSOP packages are 1mm in height whereas SOJ packages are 3mm in height.
3.4.2 Dual In-Line Memory Module (DIMM)
DIMM package is also a small circuit board that contains the memory chips. The difference between the SIMM and DIMM is that DIMM is a 168-pin package. The data widths of the DIMM packages are 64-bit, 72-bit, or 80-bit. A 168-pin DIMM package is available in the SDRAM, EDO, or FPM DRAM chips. A 168-pin DIMM package has 84 pins on each side of the package. This type of pin configuration helps in placing the DIMM package on the memory socket. The latest computers use a DIMM package. Its pin configuration does not support the motherboard of the old computers. A DIMM package is available in 8MB, 16MB, 32MB, and 64MB sizes. It supports 3.3V and 5.0V of electricity.

Check the motherboard manual before installing the DIMM memory module in the system.
3.4.3 Small Outline Dual In-line Memory Module (SODIMM)
The laptops and notebook systems use this package. It is the smallest version of the DIMM. The SODIMM package has a notch at the bottom of the circuit board. This notch helps in inserting the SODIMM package in the memory socket. SODIMM packages are available with 144 and 200 pins. A 144-pin SODIMM package has 64-bit data path. The FPM DRAM and EDO DRAM use this package. The 72 pins on both the sides of the package divide a 144-pin package. A 200-pin SODIMM package has 64-bit data path. PC2100 memory and PC2700 memory use this package. The 100 pins on both the sides of the package divide a 200-pin package.
3.4.4 Micro DIMM
Micro DIMM stands for Micro Dual Inline Memory Module. This package is smaller than DIMM and SODIMM packages. The sub-notebook systems use these memory packages. The Micro DIMM package pins connect the memory module with the memory socket. These pins provide two communication lines for the module and the system. This package does not have the notch at the bottom. Micro DIMM packages are available with 144 and 172 pins. A 144-pin Micro DIMM package has 64-bit data path. PC100 SDRAM uses this package. The 144- pin Micro DIMM package has two sides. It contains 72 pins on each side of the package. The height of this chip is 1.545 inch long and 1 inch high. A 172-pin DDR Micro DIMM package has 64-bit data path. It is installed in 64-bit systems. The high performance network applications performed by the systems use this package.
3.4.5 Rambus In-line Memory Module (RIMM)
RDRAM chip uses the RIMM memory package. This package is same as the DIMM package. It only differs in the pin configuration. The high bandwidth and the low latency applications use this memory package. The RIMM package has a data storage speed of 600 MHz, 711 MHz, 800 MHz, and 1066 MHz. It has 184 connecting pins. The distance between each pin in the RIMM package is 1mm. This package starts operating from 2.5 voltage supply. The RIMM packages are available in 16-bit data buses, 32-bit data buses, and 64-bit data buses. The memory bandwidth of the RIMM package is up to 9.6 GB per second.
3.5 Memory Specifications
A memory is selected for the system depending on its motherboard configuration. The motherboard should support the different characteristics of the memory. The different memory characteristics are:
_ Size of a Data Bus of a Memory Module
_ Error Checking and Correcting Module
_ Parity and Non-Parity chips
3.5.1 Size of the Data Bus of a Memory Module
The size of the data bus specifies the amount of information that is flowing in each clock cycle. The data bus size differs in the different memory modules. A single sided memory module will have a different data bus size from a double-sided memory module. A 30-pin single sided memory module will have an 8-bit data bus whereas a 72-pin single sided memory module will have a 32-bit data bus. A 72-pin double-sided memory module will have a 64-bit data bus.

_ Before installing SIMM on the motherboard, check the type and the capacity of the DRAM chip.
3.5.2 Error Checking and Correcting Module
The error checking and correcting modules detect single-bit and multiple-bit errors. The memory bus uses this module for detecting and correcting errors of the memory block. A BIOS program is set in the ECC module. This program uses the parity-checking program for checking the accuracy of the data transmission from the memory to the processor. The memory chips group the parity bits into 7-bit block of memory for an ECC module. For example, to protect 32 bits of data, an ECC module uses 7 bits of memory block.
3.5.3 Parity and Non-Parity
When the data is transferred from the CPU to the memory, different types of error may occur. The parity-checking module detects these errors. This module only detects and notifies the user about the error. It does not log the error. The error is logged using the ECC module. A SIMM module of 3 bit, 6 bit, 9 bit, 12 bits, 18 bits, or 36 bits chips may either have the parity-checking or the nonparity checking modules with it. If the system requires parity-checking module, then count the integrated chips of the module. The recent Pentium processors do not have parity chips. This is because the memories of the recent processors are generally error free.
3.6 Installing the Memory
RAM is the main memory of the system. The installation of RAM depends on the amount of memory required for the processor. It also depends on the configuration of the motherboard. Before installing RAM, we need to have some knowledge about the requirement of the system. The following points should be considered before installing the RAM:

_ Capacity of the RAM required
_ Form Factor of the RAM
_ Type of RAM needed
_ Tools required for mounting the RAM on the motherboard
_ Warranty of the RAM

Recently, 128MB, 256MB, and 512MB RAMs are available. While selecting the RAM according to its capacity, check the type of the processor used in the system. The Pentium processors support all the recently available RAMs. A form factor is the size and shape of any electronic device. The installation of the RAM also depends on the form factor of the RAM. The different form factors of a RAM are SIMM, DIMM, and SODIMM.
Best Practice
1. Read the manual before starting the installation.
2. Wear the anti-static wristband or any other static control device before touching any of the system components.
3. Check the number of memory sockets present on the motherboard for installing the RAM module.
Precautions
1. Hold the RAM module by its edges. Do not touch the chips mounted on the RAM module.
2. Ensure that the power supply to the system is switched off.
3. Unplug all devices before opening the system case.
Hands on exercise
To install the 72-pin SIMM package :

1. Remove the anti-static cover of the RAM module.
2. Check the notches of the RAM module.
3. Hold the RAM module at an angle of 45 degree.
4. Match the line of the RAM module notches with the notches of the memory socket.
5. Place the RAM module on the memory socket in the perpendicular position. The chips placed on the module should be facing towards us.
6. Align the metal connectors of the RAM module with the metal connectors of the memory socket.
7. Put a slight pressure while inserting the RAM module on the memory socket.
8. Check whether all the pins of the RAM module are in line with the memory socket.
9. Switch on the computer and follow the instructions given on the manual. The system may either recognize the new RAM on itself or display a message to update the configuration settings.
10. Follow the manual for configuring the new RAM for the system.

_ The DIMM package should be inserted in perpendicular to the memory socket. The SODIMM package should be inserted at an angle of 30 degree.
3.7 Upgrading the Memory
The memory of the system must be upgraded to increase the speed of the system. The memory is upgraded either by changing the previous RAM or by adding one more RAM with the previous RAM. The installation of a new RAM depends on the number of the free available memory sockets on the motherboard.
Best Practice
1. Read the manual before starting the installation.
2. Wear the anti-static wristband or any other static control device before touching any of the system components.
3. Check the number of memory sockets present on the motherboard for installing the RAM.
4. Check the type of RAM for mounting on the motherboard. The new RAM should match with the configuration of the previous RAM.
5. Check the difference between the total RAM required and the currently installed RAM, to get the amount of additional RAM required for upgrading.
Precautions
1. Hold the RAM module by its edges. Do not touch the chips mounted on the RAM module.
2. Ensure that the power supply to the system is switched off.
3. Unplug all devices before opening the system case.
Hands on exercise
To upgrade the memory of the system:

1. Open the system case.
2. Place the RAM module on the memory socket according to the type of the RAM. If the additional RAM module is a SIMM, hold the RAM module in 45 degrees while placing on the memory socket. If the additional RAM module is a DIMM, hold the RAM module perpendicular to the memory socket.
3. Check the notches of the RAM module before placing it on the memory socket.
4. Put a slight pressure while inserting the RAM module on the memory socket.
5. Close the system case.
6. Connect all the peripheral devices to the computer.
7. Switch on the computer and check the current amount of the RAM.
3.8 Troubleshooting
Troubleshooting the memory using various methods solves the memory problems. The beep codes and the memory diagnostic software are the ways for troubleshooting the memory. The following troubleshooting methods are:

_ BIOS Beep Codes
_ Award BIOS Beep Codes
_ PC Memory Diagnostic Software
_ AMI BIOS Beep Codes
3.8.1 Using the BIOS Beep Codes
The BIOS program does the POST testing as the system turns on. The POST is Power on Self Test. This testing is done to ensure that the system is working properly. If the computer fails to start, a long beep occurs. This beep indicates that there is a requirement of the hardware engineer to check the BIOS of the motherboard.
3.8.2 Using the Award BIOS Beep Codes
Award is a BIOS developer. The Award developer uses beep codes for recognizing the beeps when the computer boots up. If the computer boots up with one short beep, the computer is working fine. If more than one beep occurs, then there is a requirement of the hardware engineer. The following beeps that should be taken care are:

_ 1 Long BeepShows the memory problem
_ 1 Long Beep and 2 Short BeepsShows the failure with the DRAM parity
_ 1 Long Beep and 3 Short BeepsShows the video error
_ Continuous BeepShows the failure in memory or video memory
3.8.3 Using the PC Memory Diagnostic Software
The processor uses the PC Memory Diagnostic software to solve the memory problems. This software is downloaded from the Internet for solving the memory problems. For example, if the computer boots up properly but hangs up after working for an hour, troubleshoot the memory using this software.

To troubleshoot the memory:
1. Download the software from the Internet.
2. Follow the setup instructions.
3. Run the diagnostic test on the memory.
If the memory shows an error such as an incorrect memory sizing, there must be a problem with the software setting in the CPU. The error number for this error is 164. The computer uses the PC Memory Diagnostic Software to fix this error. If the memory diagnostic test does not show any error, check the motherboard, CPU, and other peripheral devices. The hardware such as hard disks, chips, and memory packages also performs diagnostic tests. They generally show problems due to its aging. The hardware errors can also occur due to the bad soldering performed while mounting the components on the motherboard.
3.8.4 Using the AMI BIOS Beep Codes

AMI BIOS is a BIOS used by the motherboard manufacturers. The BIOS indicates the beeps those occur during the POST. Some of the faulty beeps are:

_ 1 Beep Tone – Indicates the failure in refreshing a DRAM
_ 2 Beep Tone – Indicates the failure in DRAM parity
_ 3 Beep Tone – Indicates the failure in Base 64K RAM
_ 4 Beep Tone – Indicates an error in the system time
_ 5 Beep Tone – Indicates the failure in CPU
_ 6 Beep Tone – Indicates an error in the keyboard controller
_ 7 Beep Tone – Indicates an error in the virtual mode
_ 8 Beep Tone – Indicates an error in the read and write procedure of the display memory
_ 9 Beep Tone – Indicates an error in the checksum of the ROM BIOS
_ 10 Beep Tone – Indicates an error in the read and write procedure of the CMOS register
_ 11 Beep Tone – Indicates an error in the cache memory
_ Continuous Beep Tone – Indicates the failure in memory or video memory

No comments:

Bollywood Hot Photo Gallery

 

Other Posts >>

Transforming Numerical Systems (5) What is (3) Features (2) "मैग्नेटिक हिल" साइंस के पास भी नहीं है जवाब (1) '43 (1) 'घाघरा' गाने पर इस बाला के ठुमके देख माधुरी भी रह जाएंगी दंग (1) 10 Amazing Animal Disguises (w/ video) (1) 10 Point Checklist for creating a WordPress Theme (1) 10 Ways to Get Traffic for Free (1) 10 ऐसे क्रिकेटर जो खेलते-खेलते मैदान से ही दुनिया छोड़ गये (1) 1000 से ज्यादा लोगों को कोर्ट में घसीटा (1) 2 मुंह वाला सांप (1) 20 Creepiest Ghost (1) 200' बार हुआ युवती से रेप (1) 25 हजार रुपये में ओला में रजिस्‍टर करें (1) 302/Day And You Will Not Believe How He's Doing It! India News investigates Work From Home Opportunities. (1) 33 साल पुराने मर्डर का रहस्य खुला जब खूनी ने खुद फ़ोन कर के अपना जुर्म कबूला (1) 4 साल में देश के 11 परमाणु वैज्ञानिकों की संदिग्ध हालात में मौत (1) 40 Magic Tricks in 4 Minutes - Day 279 of 365 (1) 4G से मत होइए खुश (1) 4जी की 10 जरूरी बातें जो आपको भी जाननी चाहिए (1) 5 Prestashop Theme Generators (1) 5 जगहों से जुड़े सच जानकर आपके रोंगटे खड़े हो जाएंगे (1) 5 बातें और हर लड़की आपके पीछे आएगी (1) 8 Ways to Spot a Liar (1) 8085 Microprocessor (1) ADBMS (1) Aishwarya Rai Photos Gallery (1) Aishwarya Rai Sexy look (1) Alia bhatt Bollywood Actress Hot Images (1) All Banks Official Missed call balance enquiry number (1) Amazing Magic Show: One Of The Best Magic Shows (1) Amisha Patel Hottest Photos (1) Amitabh Bachchan (1) Architechture of 8085 (1) Architecture of Database Systems (1) Artisteer 4.2 RC v4.2.0 build 60559... (1) Ayesha takia Bollywood Actress Hot Images (1) BREAKING NEWS: New Delhi Man Makes Rs.6 (1) Best Answer to explain OOPS (1) Best Free WordPress Hosting options (1) Best Love Shayari (1) Best Tool for Freelancers in Web Development (1) Binary 2 Decimal (1) Binary Numbers (1) Blog Directories To Submit Your Blog for geting traffic (1) Bollywood Actress Bipasha Basu Romantic Photos (1) Bollywood Actress Kareena Kapoor Hot Photos (1) Bollywood Actress Sonam Kapoor Hot Photos (1) Boost WiFi Modem speed (1) Browser (1) C++ Program To display the half pyramid of * (1) Casting Director: Dharmendra K. (1) Choosing an Internet service (1) Configure Your PC to a Local Area Network (1) Create your own Ethernet cables with this simple training (1) DBMS Architecture (1) DBMS Concurrency Control (1) DBMS Normalization (1) Data Warehouse Design Approaches (1) Decimal 2 Binary (1) Decimal 2 Decimal Transforming Numerical Systems (1) Decimal 2 Hexadecimal (1) Decimal System (1) Differences or Compare Data Warehouse database and OLTP database? (1) Discus (1) Discuss the top down vs bottom up approach to data warehouse (1) Display ads and Make Money (1) Download Artisteer 4.3 Full Version + Keygen Crack Patch (1) E-mail (1) ER Diagram Representation (1) Easy Magic Tricks for Everyone (1) Email Messages (1) Email protocols: POP (1) English Hindi Vocabulary…. (1) Example (1) Explain The structure of E-mail addresss ? (1) Explain various protocols used in E-mails (1) FREE SMS collection... “You only live once (1) FREE WordPress Plugins (1) Features and types (1) Features of Java Programming Language (1) First live video at Facebook head quarter by Facebook CEO Mark Zuckerberg (1) Free Acting Audition In Ajmer (1) Funny Pictures (1) General Post Office(GPO) (1) Ghost Photos (1) Hansika motwani latest hot unseen photos (1) Hardware needed (1) Hex 2 Binary 2 Octal Transforming Numerical Systems (1) Hexadecimal 2 Decimal Transforming Numerical Systems (1) Hot & Sexy Wallpaper (1) Hot Photos and Wallpapers (1) How To Submit Blogger Sitemap To Google Webmaster Tools? (1) How a Browser Retrieves a Web Page (1) How do I connect to the Internet (1) How do I disable the video autoplay ? (1) How to Get Free Wi-Fi Access Anywhere (1) How to Hack Wi-Fi Passwords (1) How to Make Money Online with Google Adsense (1) How to Make Popcorn at Home (1) How to Make a Website without Learning HTML and CSS (1) How to Make an Ethernet Cable - Cat5 (1) How to Read Minds (1) How to Spot a Liar (1) How to get Traffic from Social Bookmarking sites (1) How to register a free domain name? (1) IMAP and MAPI (1) ISO 32 Bit and 64 Bit 2015 (1) ISP (1) Indian girls in saree (1) Indian glamour actress sunny leone hot Images-Sexy Wallpapers (1) Internet Service Provider (1) Is data warehouse normalized or denormalized (1) Java characteristics & features (1) Kajol (1) Kangna Ranaut Indian Actress hot Wallpapers Pictures (1) Katrina Kaif Hot Photo (1) Katrina Kaif Images (1) Katrina Kaif Pics (1) Katrina Kaif Pictures (1) Katrina Kaif Sexy Photos (1) Katrina Wallpapers (1) Keyboard (1) Latest Hot Photos of Sonakshi Sinha ~ Bollywood (1) Local Area Network (1) Lose 3 kgs of Stomach Fat EVERY Week with Just 2 Diet Tips. Bollywood Stars use this simple trick to melt fat off their bodies! (1) Love (1) Lucknow (1) MMC Console Window Keyboard (1) Madhuri Dixit Hot Sexy Photo Gallery (1) Make free internet calls (1) Mallika Sherawat Photo Gallery (1) Mars planet facts news & images (1) Most Beautiful Photos of Deepika Padukone (1) NASA confirms that liquid water flows on Mars (1) Nasa scientists find evidence of flowing water on Mars (1) Negative Binary Numbers (1) OOPS Concept (1) Octal System (1) Online transaction processing (1) Open X Ad Server (1) PHP Script. (1) PHP-based online shopping cart (1) Phir Jee Le Zara Ye Zindagi (1) Photos (1) Photos For Smile (1) Pics ... (1) Priyanka chopra bollywood (1) Programming Language (1) Protect Your Facebook Account from Spam and Scams (1) Protect Your WordPress Website against Spamming (1) RARE PHOTOS (1) RJ45 Connectors (1) Rani Mukherjee Hot Sexy Bikini Images (1) Rare Bollywood Pics You’ve Never Seen! Part (1) Reasons for creating a data mart (1) Relational Algebra (1) SEXY भारतीय लड़किया साड़ी में (1) Sexy Bollywood Actress Anushka Sharma Hot Pics (1) Sexy Celina Jaitley Photos and Pictures (1) Sexy Photos Gallery (1) Shayari Collections (1) Shayari on Human Feeling (1) Shortcuts (1) Speech In English / Hindi (1) Sri Divya Latest Hot Stills (1) Stills (1) Sweet and Sexy Pics Of Bollywood Actress Shilpa Shetty ... (1) Switching from decimal to binary numbers (1) TAX saving (1) TELNET (1) TELecommunication NETwork (1) Teachers' Day (1) Thank you teacher (1) Top 5 Animation/VFX Tools of the Year (1) Top 5 Joomla Template Generators (1) Top Sexy Pictures of Preity Zinta (1) Toshiba launches Android-powered TV (1) Uniform Resource Locator (1) Unity 4.6.1 Final + Patch Free Download (1) Untold stories of postmortem room (1) VFX (1) Very Sad Love Shayari for Broken Heart हिंदी में ... (1) Video Full video (1) Vidya balan bollywood actress hot and sexy image gallery (1) Web (1) What are the responsibilities of a data warehouse project manager? (1) What do you understand by Business intelligence (1) What do you understand by OLTP ? (1) What is FTP (1) What is GOPHER ? (1) What is a Search Engine? (1) What is a Web Browser (1) What is the Data mart (1) Which CMS is best as Content Manager ? (1) While You’re in Your 20s (1) Why (1) Why To Use Content Management System ? (1) Why You Hate the Sound of Your Own Voice (1) Windows 10 All Editions (1) Windows 10 Free Download (1) Wish you a Happy Teachers Day. (1) Wordpress Plugins (1) Xara Web Designer Premium v9.2.3.29638 (x32bit / x64bit) Full With Crack (1) Xender For PC free download Windows XP/7/8/8.1 (1) and how do I use it to transfer files? (1) bollywood actress (1) bollywood actress hot and sexy image gallery (1) but if you do it right (1) ca (1) data-warehouse (1) denormalization process for creating data warehouse (1) designs (1) explain with example (1) fb (1) form (1) ftp (1) hot indian bride pictures (1) hot alia bhatt (1) hot and sexy photos (1) hot sexy indian actress (1) how-attract-shy-girl-dating (1) indian (1) information life cycle management (ILM) definition (1) java (1) latest (1) learn english (1) linux (1) mehndi (1) mysql (1) numbers and character C++ Program to print half pyramid as using * as shown in figure below. (1) once is enough.” “In three words I can sum up everything I've (1) online dating tips (1) or OLTP (1) ost (1) php (1) pics and wallpapers collection ... (1) save tax (1) shah rukh khan house (1) spoken English (1) structure (1) the concept of information life cycle (1) tips-for-save-internet-data-pack (1) top down vs bottom up (1) trans (1) types of Database Users in Oracle or data base (1) watch Magic..Video (1) webking (1) webking host (1) website hosting cheep hosting (1) what is ISP (1) what is url (1) windows 10 key (1) www.webkinghost.in (1) you have never seen (1) अगर लड़की को हुआ है आपसे प्‍यार तो करेगी ये चीज़ें (1) अगले जन्म में क्या होंगे (1) अब मात्र 45 मिनट में बनेगा पासपोर्ट जानिए कैसे? (1) अभिनव से श्वेता ने की थी दूसरी शादी (1) अमेरिकी स्‍पेस एजेंसी नासा (1) अस्पताल जहां भूत-प्रेत करते हैं इलाज (1) आ रही है (1) आंखो की रोशनी बढ़ाने के 10 टिप्स (1) आत्माओं से बात करने का चौथा तरीका आप भी जानिए.. (1) आत्माओं से बात करने का तीसरा तरीका आप भी जानिए.. (1) आत्माओं से बात करने का दूसरा तरीका आप भी जानिए.. (1) आत्माओं से बात करने का पहला तरीका आप भी जानिए... (1) आत्माओं से बात करने का पांचवां तरीका आप भी जानिए.. (1) आत्माओं से बात करने के सरल तरीके आप भी जानिए... (1) आदमी की पर्सनालिटी उसके (1) आपबीती (1) इन देशों में चल रहा है 10G (1) इन महिलाओं के इशारे पर नाचता था अंडरवर्ल्ड. (1) इस झील में बहता है झाग (1) इस तरह से पता चलता है कि होने वाली हैं आपकी मौत... (1) उबालने पर दोगुना पोषण देंगी यह 10 सब्जियां (1) ऊप्स: एक ही समय में दीपिका की इतनी अदाएं (1) एक सैनिक की आत्मा जो कर रही 50 साल से देश की रक्षा (1) एकसाथ भेजें मेसेज (1) एमेजॉन (1) ऐसे पार्टनर ढ़ूंढ़ती हैं महिलाएं (1) ऐसे बढ़ाएं अपनी सेविंग (1) ऑनलाइन डेटिंग के लिये 5 टिप्‍स (1) काला नहीं हरा जादू है VFX (1) कुंभ (1) कुरुक्षेत्र (1) कैसे पाएं निजात मुंहासों से (1) क्या आप जानते है (1) क्रिकेट इतिहास के वे सुनहरे पल (1) खुलेआम हो रही है लूट (1) गंजेपन का नया इलाज (1) गले लगकर सोने के लिए 1 घंटे में लेती हैं 3 हजार रुपये (1) घड़ी बनाकर गिरफ्तार हुए छात्र ने छोड़ा अमेरिका (1) घर की गरीबी ने बना दिया था बार डांसर (1) घर-परिवार में झगड़ों का कारण बनते हैं ये 9 वास्तु दोष (1) चल रहा है 10G internet (1) चेहरे की चमक बढ़ाने के लिए (1) जानने के लिए जरूर पढ़ें (1) जानवरों को इंसानों से ज़्यादा फ़ोटो खिंचवाने का शौक (1) जानिए VFX की हकीकत (1) जानिए कैसे... (1) जानें कब पढ़ा गया आपका मेसेज (1) जुगाड़ के तो भईया हम ही हैं किंग (1) जो बन गए बेहद खास (1) टैक्स छूट पाने के हैं कई रास्ते (1) ट्रीटमेंट के 10 दिन बाद शुरू हो जाएगी बालों की ग्रोथ (1) डिलीट हुए मेसेज वापस पाएं (1) तीन साल बाद कार आपकी (1) तुलसी (1) तुलसी किस तरह (1) थप्पड़ मारती है आत्मा (1) दिमाग भी लेता है सांस (1) दीपावली (1) दुनिया का पहला अमर इंसान (1) दुनिया की ‘सबसे सेक्सी महिला’ (1) देखिए लोट-पोट करती तस्वीरें (1) नागा साधु (1) निराशा से निकलने और खुद को motivate करने के 16 तरीके (1) पत्नी का आरोप (1) पब्लिक ट्रांसपोर्ट में कैसे नमूने सफ़र करते हैं (1) पहली बार किसी लड़की से बात कैसे करें (1) पहली बार लड़कियाँ लड़को में क्या देखती हैं ? (1) पार्टनर के साथ ईजी हो जाएगी लाइफ (1) पूर्व जन्म में क्या थे (1) पेन ड्राइव से करें डाटा रिकवरी (1) पोस्टमॉर्टम रूम के भीतर की सच्चाई क्या है (1) पढ़ें ये टिप्स (1) फ्री मिलेगा यह फोन (1) बना दिया प्राइवेट पार्ट (1) बस के सामने दिखा भूत! फोटो हुई वायरल (1) बिग बी (1) बिग बी (Amitabh Bachchan) की लाइफ के RARE PHOTOS (1) बिना VISA 59 देशों में ट्रैवल (1) बिना मेकअप ऐसी नजर आती हैं बॉलीवुड एक्ट्रेसेस (1) बिना सिम के कैसे एक और फ़ोन नंबर रखें (1) बियर के खाली कैन से भी ऐसे बढ़ाई जा सकती है WIFI मॉडम की स्पीड... (1) बुजुर्ग की पिटाई कर टाइपराइटर तोड़ने वाला दारोगा (1) भारतीय दुल्हन (1) मंगल ग्रह पर बहता पानी होने के संकेत (1) मंगेतर ने न्यूड सेल्फ़ी भेजने से किया इंकार तो लड़के ने तोड़ी शादी (1) मछुआरे और मगरमच्छ में अनूठी दोस्ती बच्चों की तरह मगरमच्छ के साथ खेलता है (1) मजेदार तस्वीरें (1) मरे हुए बच्‍चों को फिर जिंदा करने का दावा! (1) महाभारत काल में परमाणु बम (1) महाभारत काल्पनिक नहीं (1) महिलाएं भी करतीं है यह गंदा काम... (1) माथा देखकर जानिए आप बनेंगे अधिकारी या भाग्य करेगा कंजूसी (1) मुर्गी पहले आई या अंडा (1) यह फोटोशॉप का कमाल नहीं है (1) यह है दो मुंह वाला व्यक्ति (1) यहां जुड़वां बच्चों का जन्म होना आम बात है (1) यहां हमले हुए तो खत्म हो जाएगा इंटरनेट (1) यूपी पुलिस ने महिला को निर्वस्त्र कर (1) ये बात लड़के भी नहीं जानते! (1) रखें इन 10 बातों का ध्यान (1) रहस्यमयी है यह मंदिर अंग्रेज भी नहीं खोज पाए इसके पीछे का राज (1) लग जाती है आग (1) लड़की पटाने के टिप्स या तरीके (1) लड़की पटाने के तरीके (1) लड़कों की ये 11 अदाएं लड़कियों के दिल को छू जाती हैं (1) लड़कियाँ क्या करती है जब वो किसी को पसंद करती है ! (1) वैज्ञानिकों के उड़े होश (1) वो 5 खजाने....जो बन गए रहस्य (1) शर्मीली लड़की को कैसे करें आ​कर्षित? (1) शादी से पहले पार्टनर से पूछे ये 5 सवाल... (1) शाहरुख के बंगले ( 'मन्नत' ) की INSIDE PHOTOS (1) शिष्यों की पत्नियां भी हड़प लेता था नारायण सांई (1) संकट के संकेत (1) संगीत सेरेमनी में बेटी ने किया था डांस (1) संपत्ति ही नहीं (1) सचिन तेंदुलकर (1) सड़कों पर दौड़ाई बिना ड्राइवर वाली बसें! (1) सरकार आपके अकाउंट पर रखेगी नज़र तो फेसबुक करेगा आगाह (1) सरकार देती है इसकी इजाजत (1) साउथ अफ्रीका की गुफा में मिला इंसान का नया 'रिश्तेदार' (1) सावधान! आसमान से आ रही है बड़ी आफत (1) सुलझ गई है पहेली (1) सैकड़ों सालों से इस नदी से निकल रहा है सोना (1) हर लड़की आपके पीछे आएगी (1) हिंदी में शायरी (1) हैरतअंगेज सीन्स (1)