Wednesday, August 22, 2007
MajOr cOmpOneNts Of a cOmpUteR sYsTem
Components of a Computer System: * The hardware components of a computer system are the electronic and mechanical parts. -the physical component of a computer system* The software components of a computer system are the intangible parts: the data and the computer programs. -the program or the instruction that used to tell computer how to perform its task The major hardware components of a computer system are: 1.Processor 2.Main memory 3.Secondary memory 4.Input devices 5.Output devices__The processor, main memory, secondary memory, and power supply are inside the systems unit. The systems unit is the metal case and its contents that is often called "the computer". Attached to the systems unit are various input devices (such as the keyboard) and output devices (such as the monitor). The systems unit holds the main circuit board of the computer, called the motherboard which many of the other components plug into. The power supply supplies power for most of the components.* Peopleware - the user.
Posted by cscio1ef 3-6pm at 7/24/2007 12:34:00 AM 0 comments
Thursday, July 19, 2007
My Autobiography and C++ program
I am Jessa Dalangin Bitas, my nick name is "Meg". I was born last December 25, 1989 in our place Calinan, Davao City, where I am living right now. I grew up with my family. In my grade school from nursery until grade four,I'd studied in Holy Cross College of Calinan. Then, I transfered in Lt. C. Villafuerte Sr. Elem. School when I'm grade five to grade six. I finished my High School at Calinan National High School. Then after, I taked up my Bachelor of Science in Information Technology at Ateneo de Davao University only one school year. Then, I transfered in AMA Computer College with the same course, and it s my current school.
I am studying so that I can reach my goal or my dreams in life. And also, I can help my parents if I will graduate and have a successful job. I want o go abroad as a computer expert because I want to earn money for my future. I am doing my whole best so that I can finish my studies and reach my goal.
MY BLOODSHED DEV C++ Program"Tracing the LOOP"
#include
int main ()
{
int X,Y, i=5;
Y=1;
X=2;
while (X >=1)
do {
for (i = 0;i < 5;i++)
switch (i) {
case 1: Y = X + 7; break;
case 2: X = Y + 8;
case 4: X = X - Y; break;
default:X = X + Y;
Y = Y + X;
printf( " X is %d\n" , X);
printf( " Y is %d\n" , Y);
}
printf( "X is %d\n" , X);
printf( "Y is %d\n" , Y);
}
while (Y < 5);
getche ();
return 0;
}
OUTPUT:
Posted by cscio1ef 3-6pm at 7/19/2007 03:52:00 AM 0 comments
Tuesday, July 17, 2007
Different Parts of Computer System
DIFFERENT PARTS OF A COMPUTER SYSTEM
It is quite obvious that computers are quite complex and that they are comprised of many different components! In this section, we will take a look at a few of the different parts of the computer, ranging from your computer's central processing unit to your computer's oprating system!The parts of your computer can be divided into two main components, hardware and software:
1.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
2. 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").Most computer hardware is not seen by normal users. It is in embedded systems in automobiles, microwave ovens, electrocardiograph machines, compact disc players, and other devices. Personal computers, the computer hardware familiar to most people, form only a small minority of computers (about 0.2% of all new computers produced in 2003). See Market statistics.
Posted by cscio1ef 3-6pm at 7/17/2007 06:42:00 AM 0 comments
Tuesday, July 10, 2007
Bachelor of Science in Information Technology
Posted by cscio1ef 3-6pm at 7/10/2007 02:15:00 AM 0 comments
Subscribe to: Posts (Atom)
...wElcOmE tO my blOg...
enjOy viewing my blOg
mEg
i hurt deeper than you'll ever know
mUevO BanD
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment