Computer Layers. Hardware BOOT. Operating System. Applications

Similar documents
Capture desktop image to Clipboard. Display contextual Help Window. Rename.

Software: Systems and Application Software

Beginning Word. Objectives: You will-

Software. Programming Language. Software. Instructor Özgür ZEYDAN. Bülent Ecevit University Department of Environmental Engineering

Lectures 9 Advanced Operating Systems Fundamental Security. Computer Systems Administration TE2003

Chapter 8 Types of Utility Programs and Operating Systems. Discovering Computers Your Interactive Guide to the Digital World

Operating Systems. and Windows

Outline. hardware components programming environments. installing Python executing Python code. decimal and binary notations running Sage

Operating System Software

1/5/2013. Technology in Action

Outline: Operating Systems

Lecture 6: Operating Systems and Utility Programs

Click to view Web Link, click Chapter 8, Click Web Link from left navigation, then click BIOS below Chapter 8 p. 395 Fig. 8-4.

CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE

Discovering Computers

STUDY GUIDE CHAPTER 4

Software: Systems and. Application Software. Software and Hardware. Types of Software. Software can represent 75% or more of the total cost of an IS.

Lesson 06: Basics of Software Development (W02D2

Obj: Sec 1.0, to describe the relationship between hardware and software HW: Read p.2 9. Do Now: Name 3 parts of the computer.

Chapter 5: System Software: Operating Systems and Utility Programs

Example of Standard API

Objectives. Chapter 2: Operating-System Structures. Operating System Services (Cont.) Operating System Services. Operating System Services (Cont.

Chapter 8 Operating Systems and Utility Programs

Microsoft OneNote Online keyboard shortcuts

Microsoft Office -Windows 7

CS 3530 Operating Systems. L02 OS Intro Part 1 Dr. Ken Hoganson

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Instructions for Configuring Your Browser Settings and Online Security FAQ s. ios8 Settings for iphone and ipad app

Windows XP Introduction Revised November 2004

Introduction to Computers and Programming

SOFTWARE TECHNOLOGIES

List of the keyboard shortcuts that are available in Windows XP

Chapter 12 Programming Concepts and Languages

SOFTWARE UNIT 1 PART B C O M P U T E R T E C H N O L O G Y ( S 1 O B J A N D O B J 3-2)

Chapter 8 Objectives. Chapter 8 Operating Systems and Utility Programs. Operating Systems. Operating Systems. Operating Systems.

Google Cloud Print Guide

Instructor Özgür ZEYDAN BEU Dept. of Enve. Eng. CIV 112 Computer Programming Lecture Notes (1)

EUCIP - IT Administrator. Module 2 Operating Systems. Version 2.0


Native v HTML5 An Event Planner s Primer

Chapter 5 System Software: Operating Systems and Utility Programs

4.1 Introduction 4.2 Explain the purpose of an operating system Describe characteristics of modern operating systems Control Hardware Access

User Manual Version p BETA III December 23rd, 2015

Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation.

Republic Polytechnic School of Information and Communications Technology C226 Operating System Concepts. Module Curriculum

Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems

How to easily clean an infected computer (Malware Removal Guide)

Computer Literacy. Hardware & Software Classification

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

Introduction to Windows XP

Microsoft Word 2013 Tutorial

OPERATING SYSTEM SERVICES

Unit 4 Objectives. System Software. Component 4: Introduction to Information and Computer Science. Unit 4: Application and System Software Lecture 2

Microsoft Word 2010 Tutorial

Operating Systems. Notice that, before you can run programs that you write in JavaScript, you need to jump through a few hoops first

Windows 7 for beginners

Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server

Windows 2000 Keyboard Shortcuts

Getting Familiar With Android

Phire Architect Hardware and Software Requirements

Computers: Tools for an Information Age

Basic File Management & Navigation

Introduction to Computers

MICROSOFT WINDOWS NAVIGATION

Introduction to MS WINDOWS XP

3 SOFTWARE AND PROGRAMMING LANGUAGES

OPERATING SYSTEMS Software in the Background. Chapter 2

Google Cloud Print Guide

Chapter 4. Operating Systems and File Management

CHAPTER 15: Operating Systems: An Overview

Python Programming: An Introduction to Computer Science

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

GETTING STARTED TABLE OF CONTENTS

New Mexico Broadband Program. Basic Computer Skills. Module 1 Types of Personal Computers Computer Hardware and Software

Installation Instructions

Chapter 13: Program Development and Programming Languages

Administrator Manual Across Personal Edition v6 (Revision: February 4, 2015)

Basic Computer Maintenance

CS420: Operating Systems OS Services & System Calls

How To Manage A Network Safely

Chapter 13: Program Development and Programming Languages

Chapter 3: Operating-System Structures. System Components Operating System Services System Calls System Programs System Structure Virtual Machines

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 2 Introducing Operating Systems

Fall Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu.

Getting Started with VMware Fusion. VMware Fusion for Mac OS X

Objectives. Python Programming: An Introduction to Computer Science. Lab 01. What we ll learn in this class

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL

Chapter Contents. Operating System Activities. Operating System Basics. Operating System Activities. Operating System Activities 25/03/2014

Concepts in Computer Engineering. Operating Systems

PLATO Learning Environment System and Configuration Requirements for workstations. October 27th, 2008

Chapter 3. Operating Systems

At Your Service Repair Centre Installation Guide

EKT150 Introduction to Computer Programming. Wk1-Introduction to Computer and Computer Program

CS3600 SYSTEMS AND NETWORKS

9/4/2012. Objectives Microsoft Word Illustrated. Unit B: Editing Documents. Objectives (continued) Cutting and Pasting Text

Basic Computer Skills for Beginners. Mesa Regional Family History Center

Wakanda Studio Features

STUDY GUIDE CHAPTER 1

ERA6 OBJECTIVE QUSESTION

Transcription:

Computers Software

Computer Layers Hardware BOOT Operating System Applications

Software Classifications System Software (operating system) Application Software Utility Software Malware Viruses and worms Trojan horses Spyware and adware

Practice http://software.ucdavis.edu Click on Antivirus software Sophos (for university owned Mac computers) Microsoft Security Essentials for Windows Enable automatic update Windows Mac: https://www.apple.com/softwareupdate/

The operating system

The operating system Definition found on Wikipedia: An operating system (OS) is the software that manages the sharing of the resources of a computer and provides programmers with an interface used to access those resources

Popular Operating Systems Windows Unix Linux MAC OS Android ios 8 (previously iphone OS) Chrome OS Windows Phone 8 Symbian (obsolete) Blackberry OS (discontinued)

Operating system Process management Memory management Disk and file system Event management and Device drivers Output device management Networking Graphical User Interface Security

Process management Multitasking A process Running, ready, blocked Time slicing and task switching

File management Logical and physical structure mapping

Memory management: Current computers organize memory resources hierarchically, from registers, CPU cache, RAM and disks. The virtual memory manager coordinates the use of these resources by tracking which one is available, which is to be allocated or deallocated and how to move data between them.

Thrashing Thrashing: in the extreme case, there are so many active processes competing for main memory that the computer spends most of its time swapping pages. What can you do?

Event management An event is a specific action that produces a reaction in some program. Type a letter Move the mouse Time display Device driver a computer program allowing higher-level programs to interact with a hardware device Hardware specific and operating-system dependent Output device management Press a key S in writing your term paper

The operating system Most operating systems come with an application that provides a user interface for managing the operating system, such as a command line interpreter or graphical user interface (GUI). Operating systems provide a software platform on top of which other programs, called application programs, can run. Your choice of operating system determines the applications you can run. Interaction between operating systems and microprocessors

Questions: Is web browser a part of an operating system? Is multimedia play a part of an operating system?

Suite and component Suite A set of applications, e.g., Office 2013 Interoperability Sharing code/functionality Similar feeling Component With standard interface for interoperability

Web-based Applications An application that is accessed via web browser over a network A computer software application that is coded in a browsersupported language (such as HTML, JavaScript, Java, etc.) and reliant on a common web browser to render the application executable. Advantages: Little disk space, automatic upgrade, integrate with other web procedures, cross-platform compatibility, mobility friendly, business reasons Limits: Internet connectivity, inconsistency in browser implementations, (currently) limited functionalities Applications: webmail, online sale, wikis, etc. Why did Google develop Chrome/Android?

An example Google application suite

Progress Hardware Software Service Computing as a service Software as a service Storage as a service Ex: http://aws.amazon.com/products/

Software Software is written in programming languages. A programming language is an artificial language that can be used to control the behavior of a computer. Programming languages are used to facilitate communication about the task of organizing and manipulating information, and to express algorithms precisely. An algorithm is a list of well-defined instructions for completing a task; that is, given an initial state, it will proceed through a well-defined series of successive states, eventually terminating in an end-state. Deterministic or random Acknowledgement: Prof. Koehl

Three main levels of programming languages: Hardware Machine Languages Assembly Languages High level Languages -Machine languages: refers to the "ones and zeroes" that processors use as instructions. Give it one pattern of bits (such as 11001001) and it will add two numbers, give it a different pattern (11001010) and it will instead subtract one from the other. Often known as binary object file. -Assembly languages: Alternative form of machine language using letters and normal numbers so people can understand it. Ex: ADD 20, 40, 24 -High level languages: A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Each language has its own set of keywords and its own syntax.

Programming language (cont'd) High-level programming languages Most modern software is written in high-level notation, which is then translated into binary Have special statement forms to help programmers give complicated instructions Example: Three-part if statement Yes/no question to test Instructions to operate if test is true Instructions to operate if test is false Examples: Java, c, c++, perl, fortran, matlab, html, and of course Python.

Execution: Interpret or Compile? Regardless of what language you use, you eventually need to convert your program into machine language so that the computer can understand it. There are two ways to do this: -interpret the program through an interpreter -compile the program through a compiler The main disadvantage of interpreters is that when a program is interpreted, it runs slower than if it had been compiled.

Programming languages: Interpreters An interpreter is a program that translates source code into some efficient intermediate representation or precompiled code to execute.

Programming languages: Compilers A compiler is a program that translates source codes into object codes. The compiler derives its name from the way it works, looking at the entire source code and collecting and reorganizing the instructions. Thus, a compiler differs from an interpreter, which analyzes and executes each line of source code successively, without analyzing the entire program.

Programming languages: Examples Interpreted languages: - Perl, - Python, - Matlab - Java Compiled languages: - Fortran - C, C++ - Pascal - Basic - Cobol - ADA

Software What is the difference between Internet Explorer and Chrome?

Software Proprietary Open-Source

Applications What is your favorite? Adobe professional, Office, Skype, Dropbox, Chrome On phone: audible, NPR, Quora, Ted, Wechat, Kindle, (and maps), and disable a few Be very careful what you install.

Corrupted Files Enough free space in main partition Power off appropriately Surge protection Restore

Top time-saving tech tips David Pogue Web: Tap space to scroll down a page Shift-space to scroll up Web: Tab between boxes Pop-up, tap to enter your state Web: Bigger text, ctrl + Phone: how to capital (Space bar twice) Phone: call again

Google: Define any word, unit conversion Text: Double click to highlight a word Triple click to highlight a paragraph (you need to click fast) Type over (no need to delete) Camera eliminate shutter lag Presentation Black out and white out.

Keyboard shortcuts for Windows Windows System F1: Help CTRL+ESC or Windows Logo: Open Start menu ALT+TAB: Switch between open programs ALT+F4: Quit program SHIFT+DELETE: Delete item permanently Windows Logo+L: Lock the computer (without using CTRL+ALT+DELETE)

Windows program key combinations CTRL+C: Copy CTRL+X: Cut CTRL+V: Paste CTRL+Z: Undo CTRL+B: Bold CTRL+U: Underline CTRL+I: Italic

A reality check How often do you check phones, emails, facebook, whatsapp? A serious time/energy drain and can be counterproductive It can change brain, and damage body Put phones away (from reach), turn it off when rest, do not open emails/social media too often, sometimes disconnect network