Friday, July 20, 2007


I'am Rocky C. Castillo. I live at Lanang Pampangga. My mother's name is Marilyn Castillo. My father's name is Rocky Q Castillo. I was born on july 02,1990 in Davao City. My Sisters name are Rolyn Castillo,Riou Via Castillo. My Brother's name is Raffy Vincent Castillo. My Friends Call me Rocky. I'am now in 1st year college student in AMA computer college and I'am taking BSCS. The Occupation of my father is Business man and my mother is BusinessWoman.

Thursday, July 19, 2007

output

This is a line.
This is another line.

C++ code

#include
#include
using namespace std;

int main () {
ofstream myfile ("example.txt");
if (myfile.is_open())
{
myfile << "This is a line.\n";
myfile << "This is another line.\n";
myfile.close();
}
else cout << "Unable to open file";
return 0;
}

Monday, July 16, 2007

Exercise Caption 3

Monitor-Screen

Another term for display screen. The term monitor, however, usually refers to the entire box, whereas display screen can mean just the screen. In addition, the term monitor often implies graphics< capabilities.


key board

The standard layout of letters, numbers, and punctuation is known as a QWERTY keyboard because the first six keys on the top row of letters spell QWERTY. The QWERTY keyboard was designed in the 1800s for mechanical typewriters and was actually designed to slow typists down to avoid jamming the keys. Another keyboard design, which has letters positioned for speed typing, is the Dvorak keyboard.
Computer keyboards are similar to electric-typewriter keyboards but contain additional keys.



Mouse

A device that controls the movement of the cursor or pointer on a display screen. A mouse is a small object you can roll along a hard, flat surface. Its name is derived from its shape, which looks a bit like a mouse, its connecting wire that one can imagine to be the mouse's tail, and the fact that one must make it scurry along a surface. As you move the mouse, the pointer on the display screen moves in the same direction. Mice contain at least one button and sometimes as many as three, which have different functions depending on what program is running. Some newer mice also include a scroll wheel for scrolling through long documents.


CPU

Abbreviation of central processing unit, and pronounced as separate letters. The CPU is the brains of the computer. Sometimes referred to simply as the processor or central processor, the CPU is where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.

Printer

A device that prints text or illustrations on paper. There are many different types of printers. In terms of the technology utilized, printers fall into the following categories:

daisy-wheel: Similar to a ball-head typewriter, this type of printer has a plastic or metal wheel on which the shape of each
character stands out in relief. A hammer presses the wheel against a ribbon, which in turn makes an ink stain in the shape of the character on the paper.Daisy-wheel printers produce letter-quality print but cannot print graphics.

dot-matrix: Creates characters by striking
pins against an ink ribbon. Each pin makes a dot, and combinations of dots form characters and illustrations.

ink-jet: Sprays ink at a sheet of paper. Ink-jet printers produce high-quality text and graphics.

laser: Uses the same technology as copy machines. Laser printers produce very high quality text and graphics.

LCD & LED : Similar to a laser printer, but uses liquid crystals or light-emitting diodes rather than a laser to produce an image on the drum.

line printer: Contains a chain of characters or pins that print an entire line at one time. Line printers are very fast, but produce low-quality print.

thermal printer: An inexpensive printer that works by pushing heated pins against heat-sensitive paper. Thermal printers are widely used in
calculators and fax machines.

Speaker

The PC speaker is the most primitive sound system used in IBM compatible PCs, and in fact used to be the only one in use in PC games before more technologically advanced sound cards such as AdLib or the Sound Blaster were introduced as ISA plug-in cards around 1990. However, even some years after these sound cards became mainstream and widely used, game manufacturers continued to support PC-speaker-only sound/music in their games in order to maximise their customer base. ...

Microphone

A microphone, sometimes referred to as a mike or mic (both IPA pronunciation: [maik]), is an acoustic to electric transducer or sensor that converts sound into an electrical signal.

Saturday, July 14, 2007

Assa

What is computer hardware and software?

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.

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.