Computer Fundamentals PDF
Document Details
Uploaded by IngenuousJasper8380
Cebu Technological University
Maria Mayet D. Rivera
Tags
Related
- CIT 0513 Computer & Programming - Chapter 1 PDF
- Computer Fundamentals PDF
- University American College Skopje Fundamentals of Programming Course Outline PDF
- Introduction to Programming with Python PDF 2023
- Chapter 1: Introduction to Computers and Programming PDF
- Lecture 1: Introduction to C++ Programming and Computer Science PDF
Summary
This document provides an introduction to computer fundamentals and programming, explaining how computers work and the role of programming languages. It highlights the basic concepts and components of a computer.
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