Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.

Slides:



Advertisements
Similar presentations
Computer Basics 2.
Advertisements

Basic Computer Vocabulary
Using the website (click the link above), add the needed information to this PowerPoint. Save your presentation to your files as “programs.ppt” You may.
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
A computer is a machine that is used to store and process data electronically Computer Definition.
Basic Computer Components
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
Introduction to Computer Terminology
Computer Skills Preparatory Year Presented by: L.Obead Alhadreti.
Computer Parts There are many parts that work together to make a computer work.
Hardware of Personal Computers
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
Computer Basics Flashcards #2
A computer is a machine that is used to store and process data electronically Computer Definition.
Computing Fundamentals Module Lesson 4 — Computer Software
SOFTWARE.
Lesson 4 Computer Software
Lesson 4: What Is Software?
TC2-Computer Literacy Mr. Sencer February 8, 2010.
Computer Components Sunday, 30 August 2015CSC1103- Nouf AlJaffan 1.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Group 6 Comp 129 Chapter 4.  An operating system s a set of programs made to manage the resources of a computer.  The OS performs five basic functions:
Lesson 6 Operating Systems and Software
Systems Software & Operating systems
Explore the Parts of a Computer
Computer Terms. Computer A machine designed to run programs and store information that you create.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Standard Grade Computing System Software & Operating Systems.
Computer basics Lesson 4 – Programs & S.O..
 Technology  6 th Grade  Ms. Silvia Ocampo  Write your name:  Choose the correct answer for the following statements.
What is a Computer HardwareStorageSoftware Random Questions.
Software Writer:-Rashedul Hasan Editor:- Jasim Uddin.
Computer Basics 2.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
A computer is a machine that is used to store and process data electronically Computer Definition.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
Software refer to all the programs that can be run on the computer.
Multimedia and Computers Introduction to Computers.
Using the website (click the link above), add the needed information to this PowerPoint. Save your presentation to your files as “programs.ppt” You may.
1 Title: Introduction to Computer Instructor: I LTAF M EHDI.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Application Software System Software.
Welcome to Technology Michael Cox October 20, 2015 Do now: Open your typing test data file Take a three minute typing test at Typingtest.com (Aesop test)
Operating Systems & Applications Software Lesson 8.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
Computer and Programming. Computer Basics: Outline Hardware and Memory Programs Programming Languages and Compilers.
Computing Fundamentals Module Lesson 23 — Computer Software
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
2.00 Understand Computer Fundamentals Unit Objective: 2.01 Software.
ICT COMPUTER FUNDAMENTALS
King Saud University- College OF Applied Studies
King Saud University- College OF Applied Studies
UNDERSTANDING YOUR COMPUTER
Computer Basics 1 Computer Basics.
Computer Software.
Computer Hardware and Software
Principles of Information Technology
ICT COMPUTER FUNDAMENTALS
Computer System Structures
Intermediate 2 Computing Unit 1 – Computer Systems
Objective 2.02: Understand computer performance and features
Computer Hardware.
Computer components.
Objective 2.02: Understand computer performance and features
Windows.
Technology 5 Programs.
Computer components.
Presentation transcript:

Computer Software Operating Systems – Programs

Computer Language - Review We learnt that computers are made up of millions of tiny switches that can either be powered on or off. The only thing they can understand is on or off! (1 or 0) So how are we getting it to type, draw, play games, connect to other computers anywhere in the world, and so on?

Operating System Once the computer is powered up and turned on it needs to be able to recognize what devices are connected to it, how to respond to them and remember what the basic settings were. All of these are handled by groups of complex instructions and data collectively known as the Operating System (OS). Operating System is a software (as opposed to hardware, as you cannot see or touch it).

Remember BIOS? BIOS (Basic Input Output System) is a complex software component of the Operating System that is stored in the permanent unchangeable memory ROM. This is first and the most important software in the computer. Without this, the computer will just be a very primitive electrical device (like calculators), into which you have to type several 1s and 0s, every time you turn it on and use it. Even turning the computer on to get to the login screen is a complex task…

The DOS Disk-based Operating System or DOS stored in the hard drive and brought to the RAM by the BIOS. DOS contains all other important, but non essential parts of the Operating system. It is stored in the hard drive and loaded to the RAM by the BIOS. This process is called “Booting”, that is where the term “reboot” comes from.

Types of OS Two major commercial Operating Systems are Windows (Microsoft) and Macintosh (Apple). Researchers and Software Engineers are also fond of a more powerful, but less user friendly UNIX and LINUX. There are several versions of these - Windows (2000, XP, Vista) and Mac (System 8, Mac OS 9, Mac OS X Leopard)

Program A program is a set of instructions that tells the computer how to perform a specific task. For example, your favorite computer game is a program. In order for your computer to know how to play that game, you (or your parents) must first install the program from the game software - usually a CD. Installing the program means that you are copying the program or instructions that are stored on the CD on to your computer's hard drive. Programs can also be downloaded from the Internet directly to your hard drive. Many programs (especially games) are very large and would take up lots of memory space on your hard drive. To keep that from happening, these programs are designed to only copy part of the program onto your computer. The rest of the program stays on the software disk. The program cannot be run from your computer unless you have the disk in the disk drive so that RAM can read the rest of the program from it. Other programs install completely on your hard drive, so that they can be used without running the CD. This is very helpful with programs that are designed to help the user perform a specific task, such as typing a letter or creating a birthday card.

Types of Programs There are many different types of programs for the computer. They are grouped according to the tasks that they perform. Here are some very common types of programs and some examples of their uses: Word processing - letter writing, essays, writing stories Database - address books, mailing lists Spreadsheets - storing financial information Research - encyclopedias, informational programs Entertainment - games, music/video programs Education - skill practice games, tutorials, how-to programs Desktop Publishing - creating birthday cards, newsletters, etc.

Programming Language We learnt that Computers can only understand Binary Language (1s and 0s). Computer Programmers are people who write these codes to create programs and in order to make their jobs efficient, they invented something called a Programming Language and Interpreters which convert them to Binary Language. This way, the programmers do not need to remember all the bits and bytes combinations. Programming allows people and computers to communicate more easily.

Choose the right program… (Use Notepad to type your answers. Save as Lesson 5 under Lessons folder) What type of program would you use to do these tasks using a computer? Your choices are – Research Spreadsheet Education Database Entertainment Desktop Publishing Word Processing Note: Type the entire task and your program choice.

Want to know more? For more information, visit the following resources – – arted.htmlhttp:// arted.html – Also look up the keywords – Pseudocode, Algorithms, Debugging.