Software Mr. Singh.

Slides:



Advertisements
Similar presentations
Chapter 1:Introduction to the world of computers
Advertisements

OPERATING SYSTEM An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first.
Computer Hardware & Systems
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Introduction to the World of Computers
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
Design & Developed by: EATL
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
CHAPTER Introduction to LANs. MODULE Purpose and Use of a Network.
Systems Software Operating Systems.
Computer for Health Sciences
Lesson 4 Computer Software
Introduction to Computers
Hardware.
2-3 note. 2 Peripheral Devices “Peripheral devices” are hardware plugged into ports or connected to a computer wirelessly. These devices can be for input,
Computer Concepts – Illustrated 8 th edition Unit A: Computer and Internet Basics.
CS 7: Introduction to Computer Programming Java and the Internet Sections ,2.1.
Computer Architecture
Computer Software Types Three layers of software Operation.
By Shreya Mozumdar 6B.  An operating system (OS) is a program that, after being loaded onto the computer, manages all the other programs on the computer.
Keyboard Computer Mouse Input devices is the information you put into the computer.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Lecture 1: Network Operating Systems (NOS) An Introduction.
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.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
Chapter 2 Operating Systems
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Chapter 5 Operating Systems.
Chapter Objectives In this chapter, you will learn:
Introduction to comp. and prog. CS 101 G 964
Computing Fundamentals Module Lesson 1 — Introducing Computers
4.01 How Web Pages Work.
Operating System & Application Software
CT1503 Network Operating System
Explain the five parts of an information system: people, procedures, software, hardware, and data.
Computer Software Digital Literacy.
Operating System.
E-commerce | WWW World Wide Web - Concepts
Computer Software Digital Literacy.
E-commerce | WWW World Wide Web - Concepts
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms.
Lecture 6: TCP/IP Networking By: Adal Alashban
CHAPTER 2 Application Layer.
Web Development & Design Chapter 1, Sections 4, 5 & 6
Client-Server Interaction
Chapter 3: Windows7 Part 4.
Computer Software CS 107 Lecture 2 September 1, :53 PM.
UNIV 103 CS Majors Seminar Dr. Blaise W. Liffick Fall 2017.
The “Internet”.
BTA3O INFORMATION TECHNOLOGY
Chapter 1 - Introduction to Computers and the Internet
Lecture 1: Introduction to Network Operating Systems
Telnet/SSH Connecting to Hosts Internet Technology.
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
Computer software.
Network Hardware and Protocols
CHAPTER Introduction to LANs
What is Computer Software?
Networks and the Internet
Chap 2. Computer Fundamentals
Lecture 09 & 10 Operating Systems Network, Communication, OSI.
LO2 – Understand Computer Software
Digital Literacy 1.00 Computer Basics
Computing Fundamentals Module Lesson 1 — Introducing Computers
4.01 How Web Pages Work.
Lecture 1: Introduction to Network Operating Systems
4.01 How Web Pages Work.
Presentation transcript:

Software Mr. Singh

Software terms Operating Software Managing files (File management) User Interface Different types of OS Device Driver Computer Networking History of the internet

Application software Application – any program, or group of programs designed for the end user 2 different general classes – 1. Application software 2. system software Application Software – include data base programs, word processors, web browsers and spreadsheets System software – low level programs that interact with the computer at a basic level Eg. Operating systems, compilers etc.

Software

System Software File Manager – computer program that provides a user interface to manage files and folders

Operating system Almost all computers use an operating system Including: - Handheld computers, desktop computers, supercomputers, video game consoles - Robotics, domestic appliances - Dishwashers, washing machines - Portable media players

What is an operating system? Often called an O/S or OS An interface between the hardware and the user Shares resources and manages activities Acts as a host for applications to run What are different types of OS (eg. Time sharing?)

Different types of O/S Real- Time Operating System (RTOS) For control machinery, scientific/industrial equipment Little (if any) user interface Good at doing something specific

Different types of O/S Single-User, Single-Task More features but simple Just one thing at a time iPhone (not always true anymore), Palm OS, Single-User, Multi-Task The type most people have today Designed for one person to do a variety of tasks, possibly at the same time Ex: Windows, Mac OS, Linux

Different types of O/S Multi-User, Multi-Task Allows many users to make full use of the computers resources simultaneously Must make sure to balance each user to make sure they don’t affect each other Ex. Mainframes, large UNIX systems, VMS, etc.

Device Driver All devices need a driver A “translator” Allows the operating system to talk to any specific device Why don’t your USB keys work right away? You need a driver

Operating System

User Interface Brings structure to the interaction between the user and computer A program or set of programs that sits as a layer above the operating system itself Almost always a graphical user interface Text-based interfaces are often called ‘shells’

Networks What is computer networking? The practice of linking two or more computing devices together for the purpose of sharing data How do they connect?

Networks

Components

Networks Area networks Local Area Network (LAN) Typically the network at a single location (home, business, etc) Wide Area Network (WAN) Typically a place where LAN’s connect The internet is the world’s largest WAN

How are they communicating Computers communicate by sending individual parcels of data called ‘packets’ These packets conform certain protocols (think of having different languages)

Networking Cont’d The internet protocol (IP) Works by having numeric addresses for all machines ex. 192.168.1.10 In order to make good use of these numbers, we have servers that turn something… www.google.ca into 208.69.36.230 These are called Domain Name Servers (DNS)

Links to videos https://www.youtube.com/watch?v=ueVnSz_l XEs Important topics from videos include: Computer Network LAN WAN Servers Binary (How to convert numbers to binary) IP addresses