Abdulelah aljasser

this tagline contain cisco IT and biology project

Angiosperms

مايو 12, 2009

angiosperms.doc

biology

مارس 7, 2009

Biology (from Greek βιολογία - βίος, bios, “life“; -λογία, -logia, study of) is a branch of the natural sciences concerned with the study of living organisms and their interaction with each other and their environment. The term was first used by the French naturalist Jean-Baptiste Lamarck. The science of biology examines the structure, function, growth, origin, evolution, distribution and classification of living things. Five unifying principles form the foundation of modern biology: cell theory, evolution, gene theory, energy, and homeostasis.[1]

Biology as a separate science was developed in the nineteenth century, as scientists discovered that organisms shared fundamental characteristics. It is now a standard subject of instruction at schools and universities around the world, and over a million papers are published annually in a wide array of biology and medicine journals.[2]

Traditionally, the specialized disciplines of biology are grouped by the type of organism being studied: botany, the study of plants; zoology, the study of animals; and microbiology, the study of microorganisms. These fields are further divided based on the scale at which organisms are studied and the methods used to study them: biochemistry examines the fundamental chemistry of life, molecular biology studies the complex interactions of systems of biological molecules, cellular biology examines the basic building block of all life, the cell; physiology examines the physical and chemical functions of the tissues and organ systems of an organism; and ecology examines how various organisms interrelate with their environment.

RAM

مارس 7, 2009

 180px-memory_module_ddram_20-03-2006.jpg

Random-access memory (usually known by its acronym, RAM) is a form of computer data storage. Today it takes the form of integrated circuits that allows the stored data to be accessed in any order (i.e., at random). The word random thus refers to the fact that any piece of data can be returned in a constant time, regardless of its physical location and whether or not it is related to the previous piece of data.[1]

This contrasts with storage mechanisms such as tapes, magnetic discs and optical discs, which rely on the physical movement of the recording medium or a reading head. In these devices, the movement takes longer than the data transfer, and the retrieval time varies depending on the physical location of the next item.

The word RAM is mostly associated with volatile types of memory (such as DRAM memory modules), where the information is lost after the power is switched off. However, many other types of memory are RAM as well (i.e., Random Access Memory), including most types of ROM and a kind of flash memory called NOR-Flash.

History

An early type of widespread writable random access memory was the magnetic core memory, developed from 1949 to 1952, and subsequently used in most computers up until the development of the static and dynamic integrated RAM circuits in the late 1960s and early 1970s. Before this, computers used relays, delay line memory or various kinds of vacuum tube arrangements to implement “main” memory functions (i.e., hundreds or thousands of bits), some of which were random access, some not. Latches built out of vacuum tube triodes, and later, out of discrete transistors, were used for smaller and faster memories such as registers and (random access) register banks. Prior to the development of integrated ROM circuits, permanent (or read-only) random access memory was often constructed using semiconductor diode matrices

Types of RAM180px-ramtypes.jpg

Modern types of writable RAM generally store a bit of data in either the state of a flip-flop, as in SRAM (static RAM), or as a charge in a capacitor (or transistor gate), as in DRAM (dynamic RAM), EPROM, EEPROM and Flash. Some types have circuitry to detect and/or correct random faults called memory errors in the stored data, using parity bits or error correction codes. RAM of the read-only type, ROM, instead uses a metal mask to permanently enable/disable selected transistors, instead of storing a charge in them.As both SRAM and DRAM are volatile, other forms of computer storage, such as disksand magnetic tapes, have been used as persistent storage in traditional computers. Many newer products instead rely on flash memory to maintain data when not in use, such as PDAs or small music players. Certain personal computers, such as many rugged computers and netbooks, have also replaced magnetic disks with flash drives. With flash memory, only the NOR type is capable of true random access, allowing direct code execution, and is therefore often used instead of ROM; the lower cost NAND type is commonly used for bulk storage in memory cards and solid-state drives.