Friday, July 20, 2007

OUTPUT

This is a line.
This is another line.

Code Of C++

#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;
}

Autobiography


I'am Marjo C. Ampong. I live at Maa my mother's name is Mary Ampong my father's name is Jovito Ampong. I was born on july 17,1990 in Davao City. My Sisters name is Joymar Ampong. My Friends Call me Trexcy. 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 working at the boystown fundation. I'am Nature Lover.

Monday, July 16, 2007

Exercise 3 Caption

  • Computer is a device that accepts information (in the form of digitalized data) and manipulates it for some result based on a program or sequence of instructions on how the data is to be processed. Complex computers also include the means for storing data (including the program, which is also a form of data) for some necessary duration. A program may be invariable and built into the computer (and called logic circuitry as it is on microprocessors) or different programs may be provided to the computer (loaded into its storage and then started by an administrator or user). Today's computers have both kinds of programming.
  • System unit the main body of a computer, consisting of a plastic or metal enclosure, the motherboard, and (typically) internal disk drives, a power supply, cooling fans, and whatever circuit boards plugged into the mother board, such as a video card. The system unit is occasionally referred to as the CPU, though this really means central processing unit.
  • Screen Monitor flat-screen computer monitors give off less radiation than nonflat-screen monitors.
  • Monitor usually called simply a monitor, is a piece of electrical equipment which displays viewable images generated by a computer without producing a permanent record. The word "monitor" is used in other contexts; in particular in television broadcasting, where a television picture is displayed to a high standard. A computer display device is usually either a cathode ray tube or some form of flat panel such as a TFT LCD display. The monitor comprises the display device, circuitry to generate a picture from electronic signals sent by the computer, and an enclosure or case. Within the computer, either as an integral part or a plugged-in interface, there is circuitry to convert internal data to a format compatible with a monitor.
  • Mouse is a small device that a computer user pushes across a desk surface in order to point to a place on a display screen and to select one or more actions to take from that position. A mouse consists of a metal or plastic housing or casing, a ball that sticks out of the bottom of the casing and is rolled on a flat surface, one or more buttons on the top of the casing, and a cable that connects the mouse to the computer. As the ball is moved over the surface in any direction, a sensor sends impulses to the computer that causes a mouse-responsive program to reposition a visible indicator (called a cursor) on the display screen. The positioning is relative to some variable starting place. Viewing the cursor's present position, the user readjusts the position by moving the mouse.
  • Speaker an electro-acoustic transducer that converts electrical signals into sounds loud enough to be heard at a distance.
  • Computer printer or more commonly a printer, produces a hard copy (permanent human-readable text and/or graphics) of documents stored in electronic form, usually on physical print media such as paper or transparencies. Many printers are primarily used as computer peripherals, and are permanently attached by a printer cable to a computer which serves as a document source. Other printers, commonly known as network printers, have built-in network interfaces (typically wireless or Ethernet), and can serve as a hardcopy device for any user on the network.

  • Keyboard is the primary text input device. (The mouse is also a primary input device but lacks the ability to easily transmit textual information.) The keyboard also contains certain standard function keys, such as the Escape key, tab and cursor movement keys, shift and control keys, and sometimes other manufacturer-customized keys. uses the same key arrangement as the mechanical and electronic typewriter keyboards that preceded the computer. The standard arrangement of alphabetic keys is known as the Qwerty (pronounced KWEHR-tee) keyboard, its name deriving from the arrangement of the five keys at the upper left of the three rows of alphabetic keys.

Friday, July 13, 2007

Assignment

1.What is Computer Hardware?

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.

2. What is Computer Software?

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.