COMPUTER MAIN PARTS Name: Rafael Eduardo Barrios Navas.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

ICT Class System Life Cycle.  Large systems development projects may involve dozens of people working over several months or even years, so they cannot.
Chapter 1 Introduction to Object- Oriented Programming and Problem Solving.
Phones OFF Please Operating System Introduction Parminder Singh Kang Home:
Figure 1.1 Interaction between applications and the operating system.
FIGURE 1-1 A Computer System
Computer Main Parts.
Copyright Arshi Khan1 System Programming Instructor Arshi Khan.
Operating Systems.
Installing software on personal computer
1 CHAPTER 4 LANGUAGE/SOFTWARE Hardware Hardware is the machine itself and its various individual equipment. It includes all mechanical, electronic.
Types of software. Sonam Dema..
Computer Programming-1 CSC 111 Chapter 1 : Introduction.
1 Input/Output. 2 Principles of I/O Hardware Some typical device, network, and data base rates.
Computer Organization ANGELITO I. CUNANAN JR. 1. What is Computer?  An electronic device used for storing and processing data.  It is a machine that.
Computer Organization
Computer Software Zaffar Ahmed Shaikh.
WEB ENGINEERING LECTURE 4 BY Kiramat Rahman. outline  In this Lecture you will learn about:  Term “Software” and its relationship with “Hardware” 
By Anthony W. Hill & Course Technology1 Common End User Problems.
Midori Life after windows Microsoft Research’s. Singularity  Midori is a stem off of this operating system  A research project started in 2003 to build.
Software Software essential is coded programs that perform a serious of algorithms. Instructions loaded into primary memory (RAM) from secondary storage.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
UNIT - 1Topic - 3. Computer software is a program that tells a computer what to do. Computer software, or just software, is any set of machine-readable.
©G. Millbery 2003Systems and User Interface SoftwareSlide 1 Self Documenting Systems  Systems where no external documentation is necessary  Includes:
INTRODUCTION SOFTWARE HARDWARE DIFFERENCE BETWEEN THE S/W AND H/W.
1 3. Computing System Fundamentals 3.1 Language Translators.
Highlights – Digital Literacy. An operating system (OS) is the most important program that runs on your computer. Every general-purpose computer must.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
Operating System What is an Operating System? A program that acts as an intermediary between a user of a computer and the computer hardware. An operating.
Manag ing Software Change CIS 376 Bruce R. Maxim UM-Dearborn.
C o n f i d e n t i a l 1 Course: BCA Semester: III Subject Code : BC 0042 Subject Name: Operating Systems Unit number : 1 Unit Title: Overview of Operating.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Intermediate 2 Computing Unit 2 - Software Development Topic 2 - Software Development Languages and Environments.
Computer Software Types Three layers of software Operation.
A compiler is a computer program that translate written code (source code) into another computer language Associated with high level languages A well.
 Computer Languages Computer Languages  Machine Language Machine Language  Assembly Language Assembly Language  High Level Language High Level Language.
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
1 3 Computing System Fundamentals 3.3 Computer Systems.
1 Asstt. Prof Navjot Kaur Computer Dept PRESENTED BY.
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
MINIX Presented by: Clinton Morse, Joseph Paetz, Theresa Sullivan, and Angela Volk.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
OPERATING SYSTEMS DO YOU REQUIRE AN OPERATING SYSTEM IN YOUR SYSTEM?
THE SOFTWARE Computers need clear-cut instructions to tell them what to do, how to do, and when to do. A set of instructions to carry out these functions.
3/5/2002e-business and Information Systems1 Introduction Computer System Hardware Software HW Kernel/OS API Application Programs SW.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Identify internal hardware devices (e. g
Computer System Structures
The Post Windows Operating System
Computer Organization and Architecture Lecture 1 : Introduction
Introduction to comp. and prog. CS 101 G 964
CSC235 Computer Organization & Assembly Language
What Do Computers Do? A computer system is
Software Hardware refers to the physical devices of a computer system.
Operating System & Application Software
Introduction to Computers, the Internet and the World Wide Web
Software Mr. Singh.
LESSON 1 Introduction to Programming Language
SOFTWARE and OPERATING SYSTEM.
Algorithm and Ambiguity
Contents Todays Topic: Introduction to Computer Software We will learn
Introduction to Computers
Shell & Kernel Concepts in Operating System
Computer Fundamentals
What is Computer Software?
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Function of Operating Systems
Presentation transcript:

COMPUTER MAIN PARTS Name: Rafael Eduardo Barrios Navas

SOFTWARE  This software is known as the logical equipment or software of a computer system, comprising all the necessary software components that make it possible to perform specific tasks, as opposed to the physical components that are called hardware.

OPERATING SYSTEM  An operating system (OS or often -of English Operating System- OS) is a program or set of programs of a computer system that manages hardware resources and provides services to application programs running in privileged mode regarding the other (although some of it may run in user space).

DEVICE DRIVER  A device driver or device driver (in English: device driver or just driver) is a computer program that allows the operating system to interact with a peripheral, abstracting the hardware and providing an interface (possibly standardized) to use device

SERVER  A server is a running application (software) capable of meeting the requests from a client and return a response accordingly. The servers can run on any type of computer, including computers dedicated to which they are individually known as "server".

COMPILER  A compiler is a computer program that translates a program written in a programming language to another language programación. Usually second language is machine language, but can also be an intermediate code (bytecode), or just text. This translation process is called compilation.

WATERFALL MODEL  The pure waterfall model hardly used as it is, because this would imply a prior and thorough knowledge of the requirements, the non- volatility of the same (or stiffness) and subsequent steps free of errors; this could only apply to a few small systems to develop.

EVOLUTIONARY MODELS  The software evolves over time. User requirements and product often change as it develops. The dates of market and competition make it not possible to expect to bring to market an absolutely complete product, so it is advisable to introduce a limited functional version somehow to ease competitive pressures.

END