Computer Fundamentals PDF
Document Details
Uploaded by IngenuousJasper8380
Cebu Technological University
Maria Mayet D. Rivera
Tags
Summary
This document provides an introduction to computer fundamentals, covering topics like the role of computers in everyday life, the importance of programming languages, and a basic overview of computer components. The document also touches on different types of computers. It can be used as educational material for introductory computer science courses.
Full Transcript
COMPUTER FUNDAMENTALS & Programming Engr. Maria Mayet D. Rivera Subject Instructor Introduction: Computers have become an indispensable (absolutely necessary) part of our lives. We depend on computers for our day-to-day tasks. Computers are actually a dumb machines because they...
COMPUTER FUNDAMENTALS & Programming Engr. Maria Mayet D. Rivera Subject Instructor Introduction: Computers have become an indispensable (absolutely necessary) part of our lives. We depend on computers for our day-to-day tasks. Computers are actually a dumb machines because they cannot function on their own. A bare computer machine, without any software loaded in it, is as good as a piece of wood. However, these bare machines are capable of performing zillions (an extremely large numbers) of calculations in almost no time. To reap the benefits of this enormous capability, we need to program these machines, we need to provide them with instructions to do our desired tasks. To make use of computers, we need programs (or set of instructions) that are written in a computer programming language. A computer programming language is a script language that a computer can understand. To tell the computer to perform a desired task, we need to write our requirements in a computer programming language and feed these instructions in the computer. All this is as simple as it sounds, provided that we have thorough understanding of components of a computer and programming concepts and techniques. Lesson 1: COMPUTER FUNDAMENTALS