Wednesday, August 22, 2007

Exercise1 Pre-Final

Hard Disk Drive (HDD):
a non-volatile storage device which stores digitally encoded data on rapidly rotating platters with magnetic surfaces.
The Platter:
An aluminum, glass, or ceramic disk that is coated in a magnetic media that is located within a hard disk drive and used to permanently store all your computer's data. When the computer is turned on, these platters will begin to rotate at so many rotations per minute (RPM). This rate varies depending upon the model of hard drive you have; an example of how fast a hard drive may spin is 7200 RPM. As the disk platters are rotating, the read/write head accesses information on one of the platters. It is not uncommon for a computer hard disk drive to have multiple platters. To help store and retrieve the data from the platter, data is stored in tracks, sectors and cylinders on each platter.
Spindle:
A post that holds a reel of magnetic tape or CDs.
The Spindle Motor:
is responsible for turning the hard disk platters, allowing the hard drive to operate. The spindle motor is sort of a "work horse" of the hard disk. It's not flashy, but it must provide stable, reliable and consistent turning power for thousands of hours of often continuous use, to allow the hard disk to function properly. In fact, many drive failures are actually failures with the spindle motor, not the data storage systems.
The Read/Write Heads:
the interface between the magnetic physical media on which the data is stored and the electronic components that make up the rest of the hard disk (and the PC). The heads do the work of converting bits to magnetic pulses and storing them on the platters, and then reversing the process when the data needs to be read back. It is an extremely critical component in determining the overall performance of the hard disk, since they play such an important role in the storage and retrieval of data. They are usually one of the more expensive parts of the hard disk, and to enable areal densities and disk spin speeds to increase, they have had to evolve from rather humble, clumsy beginnings to being extremely advanced and complicated technology. New head technologies are often the triggering point to increasing the speed and size of modern hard disks.
Head Actuator:
is the device used to position the head arms to different tracks on the surface of the platter (actually, to different cylinders, since all head arms are moved as a synchronous unit, so each arm moves to the same track number of its respective surface). The actuator is a very important part of the hard disk, because changing from track to track is the only operation on the hard disk that requires active movement: changing heads is an electronic function, and changing sectors involves waiting for the right sector number to spin around and come under the head (passive movement). Changing tracks means the heads must be shifted, and so making sure this movement can be done quickly and accurately is of paramount importance. This is especially so because physical motion is so slow compared to anything electronic--typically a factor of 1,000 times slower or more.
Ribbon Cable:
A thin cable that resembles a car seat belt or duct tape. These cables are commonly the data cables used for devices such as a CD-ROM drive or a Hard disk drive. It is common for most ribbon cables found within a computer to contain a dotted stripe or line along one side of the cable, this line indicates which edge of the cable is pin one, helping the user connect the cable properly.
Base Casting:
The bottom of the disk is often called the base casting, the name coming from the manufacturing process used to create the single piece of aluminum from which it is normally made. The drive mechanics are placed into the base casting, and another piece of usually aluminum is placed on top to enclose the heads and platters. A rubber gasket is placed between the base and cover to ensure a tight seal. On some drives, a metallic tape seal is applied around the perimeter of the drive to fully enclose the drive. The exact shape of the base and cover can vary significantly from drive to drive. Some models have the base flat and the cover like a bowl that goes over the contents; some are the opposite way.
Mother Board:
is the central or primary circuit board making up a complex electronic system, such as a modern computer. It is also known as a mainboard, baseboard, system board, or, on Apple computers, a logic board, and is sometimes abbreviated as mobo.
Accelerated Graphics Port (AGP):
an advanced port designed for Video cards and 3D accelerators. Designed by Intel August of 1997 AGP introduces a dedicated point-to-point channel so that the graphics controller can directly access the system memory. Below is an illustration of what the AGP slot may look like on your your motherboard.
Peripheral Component Interconnect (PCI):
was originally developed by Intel as an expansion to the ISA bus. Below is a graphic illustration of the PCI slot on a motherboard.
SerialATA (SATA):
first released in August 2001 and is a replacement for the Parallel ATA interface used in IBM compatible computers. SerialATA is capable of delivering 1.5Gbps (150MBps) of performance to each drive within a disk array, offers backwards compatibility for existing ATA and ATAPI devices, and offers a thin, small cable solution as seen in the picture to the left. This cable helps make a much easier cable routing and offers better airflow in the computer when compared to the earlier ribbon cables used with ATA drives.
South Bridge:
Southbridge is an Intel chipset that manages the basic forms of input/output (I/O) such as Universal Serial Bus (USB), serial, audio, Integrated Drive Electronics (IDE), and Industry Standard Architecture (ISA) I/O in a computer. Southbridge is one of two chipsets that are collectively called Northbridge/Southbridge. Northbridge controls the processor, memory, Peripheral Component Interconnect (PCI) bus, Level 2 cache, and all Accelerated Graphics Port (AGP) activities. Unlike Northbridge, Southbridge consists of one chip, which sits on Northbridge's PCI bus.
Mouse:
functions as a pointing device by detecting two-dimensional motion relative to its supporting surface. Physically, a mouse consists of a small case, held under one of the user's hands, with one or more buttons. It sometimes features other elements, such as "wheels", which allow the user to perform various system-dependent operations, or extra buttons or features can add more control or dimensional input. The mouse's motion typically translates into the motion of a pointer on a display.
Processor Socket:
a socket is a type of connection commonly used for computer processors and other types of chips. There are various types of sockets available that are used for specific speeds and types of processors.
Memory:
More commonly known as RAM, memory is a location where information is stored that is currently being being utilized by the operating system, software program, hardware device, and/or the user.
Dynamic Random Access Memory (DRAM):
one of the most commonly found memory modules in PC compatible personal computers and workstations. DRAM stores its information in a cell containing a capacitor and transistor; because of this design, these cells must be refreshed with new electricity every few milliseconds allowing the memory to keep its charge and hold the data as long as needed.
Monitor:
Also called a video display terminal (VDT) a monitor is a video display screen and the hard shell that holds it. In its most common usage, monitor refers only to devices that contain no electronic equipment other than what is essentially needed to display and adjust the characteristics of an image.
System Unit:
The main part, processing unit and devices, of a microcomputer is a system unit.A system unit includes a board called a motherboard that holds a microprocessor chip (or a CPU), memory chips, and expansion slots. Electronic circuitry is printed on the board and it connects between two main parts of a microcomputer, the microprocessor and primary storage and other parts. The system unit is housed within the system cabinet.
Parts of System unit:
Motherboard- is the main printed, flat circuit board in an electronic device such as microcomputers. The board contains expansion slots (sockets) that accept additional boards (expansion Cards). In a microcomputer, the motherboard contains the microprocessor, the primary storage chips (or main memory cards), the buses, and all the chips used for controlling the peripherals.
Microprocessor- a processor whose elements are miniaturized into one or a few integrated circuits contained in a single silicon microchip. It executes instructions. In a microcomputer, the central processing unit (CPU) is held on a single microprocessor. In order to function as a processor, it requires a system clock, primary storage, and power supply.
CISC and RISC Chips- CISC stands for Complex Instruction Set Computer. It is pronounced "sisk." CISC is a computer architecture that has large sets of instructions. CISC machines have several hundred instructions. Intel's Pentium-chip uses CISC design. RISC stands for Reduced Instruction Set Computer. RISC is a computer that executes a few number of instructions. In RISC, most programs generally use only a few instructions. This architecture has a small number of instructions built into the circuits and if those basic instructions are made to execute faster, then RISC computers increase performance. Although RISC machines are only around 30% faster than their CISC machines, RISC chips are less expensive to produce. That is, RISC is less expensive per MIPS.
Central Processing Unit (CPU)- the computing part of the computer that interprets and executes program instructions. It is also known as the processor. In a microcomputer, the CPU is contained on a single microprocessor chip within the system unit. The CPU has two parts: the control unit and the arithmetic-logic unit.
Memory Chips- a chip that holds programs and data either temporarily or permanently. The major categories of memory chips are RAMs and ROMs.
System Clock- is a device that generates periodic, accurately spaced signals used for several purposes such as regulation of the operations of a processor or generation of interrupts. The clock circuit uses the fixed vibrations generated from a quartz crystal to deliver a steady stream of pulses to the processor. The system clock controls the speed of all the operations within a computer.
Expansion Slots- are receptacles inside a system unit that printed circuit boards (expansion boards) are plugged into.Computer buyers need to look at the number of expansion slots when they buy a computer, because the number of expansion slots decides future expansion. In microcomputers, the expansion slots are directly connected to the bus.
Expansion Boards- are also called expansion cards, controller cards, plug-in boards, adapter cards, or interface cards. Expansion boards are printed circuit boards that have many electronic components including chips. They are plugged into expansion slots.
Ports- is an external connecting socket on the outside the computer This is a pathway into and out of the computer. A port lets users plug in outside peripherals, such as monitors, scanners and printers.
Buses- is a data pathway between several hardware components inside or outside a computer. It not only connects the parts of the CPU to each other, but also links the CPU with other important hardware. The other important hardware includes memory, a disk control unit, a terminal control unit, a printer control unit, and a communications control unit. The capacity of a bus is expressed as bits. A larger capacity bus is faster in data transfer. For example, a 32-bit bus is faster than an 8-bit bus.
Keyboard:
One of the main input devices used on a computer, a PC's keyboard looks very similar to the keyboards of electric typewriters, with some additional keys. Below is a graphic of the Saitek Gamers' keyboard with indicators pointing to each of the major portions of the keyboard.
Printer:
An external Printers are one of the most used peripherals on computers and are commonly used to print text, images, and/or photos. The image to the right is a visual example of the Lexmark Z605 Inkjet printer and is an example of what a printer may look like.

Tuesday, July 24, 2007

Major Components of a Computer System

  • Computer hardware is the physical part of a computer, including the digital circuitry, as distinguished from the computer software that executes within the hardware. The hardware of a computer is infrequently changed, in comparison with software and data, which are "soft" in the sense that they are readily created, modified or erased on the computer. Firmware is a special type of software that rarely, if ever, needs to be changed and so is stored on hardware devices such as read-only memory (ROM) where it is not readily changed (and is, therefore, "firm" rather than just "soft").
  • Computer software, consisting of programs, enables a computer to perform specific tasks, as opposed to its physical components (hardware) which can only do the tasks they are mechanically designed for. The term includes application software such as word processors which perform productive tasks for users, system software such as operating systems, which interface with hardware to run the necessary services for user-interfaces and applications, and middleware which controls and co-ordinates distributed systems.
  • Peopleware - Productive Projects and Teams (ISBN 0-932633-43-9) is a popular 1987 book, written by software consultants Tom DeMarco and Timothy Lister, on the inside world of software developing teams, in a manner such as to highlight the real-world conflicting natures between individual work perspective and corporate ideology. Topics include team jelling, group chemistry, corporate entropy, flow time, "teamicide" and workspace theory (for optimization).Peopleware is a popular book about project management. The first chapter of the book claims, "The major problems of our work are not so much technological as sociological in nature." The book approaches sociological or 'political' problems such as team 'jelling', quiet in the work environment, and the high cost of turnover.
.

Thursday, July 19, 2007

AutoBiography


Hello people of the world!!! I'm Zyla Marie A. Peñaloga, turning 18 on September 5...i was born in my hometown Bunawan, Agusan del Sur. My parents are Mr. & Mrs. Ruben S. Peñaloga. I have 5 siblings, 4 brothers and a sister. I'm the youngest in the family kaya over protected, daming bawal, but its okay,at least i know they care for me... Right now i'm very far from them coz i'm studying here in Davao. Tama di ai, sa AMACC of Davao koh nagskul. Taking up Bachelor of Science in Computer Engineering. 2nd year nako,hehehe...



I used to cook, i really like cooking and since i love cooking i also love to eat..I like chocolates. I read books sometimes, watch tv, i go biking with my pamangkins. I love rock music, lovesongs and of course Christian songs...



People used to call me Lala, pero sa hauz they call me Langa and any other annoying names!Especially if mag away mi sa akong kuya...I'm friendly,i always smile. my schoolmates call me "smiling machine" or "more energy mas happy". Although childish there are times that i'm seriuos especially when it comes to private things kaya wala akong pakialam sa ibang tao coz "AYOKO NG PINAKIKIALAMAN AKO"....It's okay to tell me what should i do and not to do,i'm very open minded and i understand things about other people pero not with my peronal life...

c++ code:

#include

#include

main()

{

int a,b,sum:

printf("Enter 1st no:")

scanf(""%d",& a);

printf("Enter 2nd no:")

scanf(""%d",& b);

sum=a+b;

printf("The sum is %d", sum.);

getch();

}

output:

Enter 1st no:___

Enter 2nd no:___

The sum is ____.





Tuesday, July 17, 2007

Different Parts of Computer System

System unit.The system unit is the core of a computer system. Usually it's a rectangular box placed on or underneath your desk. Inside this box are many electronic components that process information. The most important of these components is the central processing unit (CPU), or microprocessor, which acts as the "brain" of your computer. Another component is random access memory (RAM), which temporarily stores information that the CPU uses while the computer is on. The information stored in RAM is erased when the computer is turned off.



Storage.Your computer has one or more disk drives—devices that store information on a metal or plastic disk. The disk preserves the information even when your computer is turned off.

Hard disk drive. Your computer's hard disk drive stores information on a hard disk, a rigid platter or stack of platters with a magnetic surface. Because hard disks can hold massive amounts of information, they usually serve as your computer's primary means of storage, holding almost all of your programs and files. The hard disk drive is normally located inside the system unit.

CD and DVD drives. Nearly all computers today come equipped with a CD or DVD drive, usually located on the front of the system unit. CD drives use lasers to read (retrieve) data from a CD, and many CD drives can also write (record) data onto CDs. If you have a recordable disk drive, you can store copies of your files on blank CDs. You can also use a CD drive to play music CDs on your computer.

Floppy disk drive. Floppy disk drives store information on floppy disks, also called floppies or diskettes. Compared to CDs and DVDs, floppy disks can store only a small amount of data. They also retrieve information more slowly and are more prone to damage. For these reasons, floppy disk drives are less popular than they used to be, although some computers still include them.

Mouse.A mouse is a small device used to point to and select items on your computer screen. Although mice come in many shapes, the typical mouse does look a bit like an actual mouse. It's small, oblong, and connected to the system unit by a long wire that resembles a tail. Some newer mice are wireless. A mouse usually has two buttons: a primary button (usually the left button) and a secondary button. Many mice also have a wheel between the two buttons, which allows you to scroll smoothly through screens of information.


Keyboard.A keyboard is used mainly for typing text into your computer. Like the keyboard on a typewriter, it has keys for letters and numbers, but it also has special keys:•The function keys, found on the top row, perform different functions depending on where they are used.•The numeric keypad, located on the right side of most keyboards, allows you to enter numbers quickly.•The navigation keys, such as the arrow keys, allow you to move your position within a document or webpage.

Monitor.A monitor displays information in visual form, using text and graphics. The portion of the monitor that displays the information is called the screen. Like a television screen, a computer screen can show still or moving pictures. There are two basic types of monitors: CRT (cathode ray tube) monitors and LCD (liquid crystal display) monitors. Both types produce sharp images, but LCD monitors have the advantage of being much thinner and lighter. CRT monitors, however, are generally more affordable.

Printer. A printer transfers data from a computer onto paper. You don't need a printer to use your computer, but having one allows you to print e mail, cards, invitations, announcements, and other materials. Many people also like being able to print their own photos at home.The two main types of printers are inkjet printers and laser printers. Inkjet printers are the most popular printers for the home. They can print in black and white or in full color and can produce high-quality photographs when used with special paper. Laser printers are faster and generally better able to handle heavy use.


Speakers. Speakers are used to play sound. They may be built into the system unit or connected with cables. Speakers allow you to listen to music and hear sound effects from your computer.

Modem. To connect your computer to the Internet, you need a modem. A modem is a device that sends and receives computer information over a telephone line or high-speed cable. Modems are sometimes built into the system unit, but higher-speed modems are usually separate components

Tuesday, July 10, 2007

Bachelor of Science in Computer Engineering