Elementary Computing CSC 100. M. Cheng, Computer Science

Size: px
Start display at page:

Download "Elementary Computing CSC 100. M. Cheng, Computer Science"

Transcription

1 Elementary Computing CSC 100 1

2 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every computer. User Interfaces and File Systems are two of the most visible components of an OS. A File System (FS) helps us managing our data on storage. 2

3 Outcomes An OS is an essential piece of software for any computer. A File System gives us a structured and hierarchical view of our data files. A File System has additional security features to prevent unauthorized accesses. Multitasking enables us to run many applications at once. 3

4 Study Guide What is an Operating System (OS)? What typical tasks an OS automate? What does an OS do exactly? What is a command line interface or GUI? What are the examples of an modern OS? What is the layered structure of a computer? What are the most important components of an OS? 4

5 Study Guide What are primary and secondary storage? What does formatting a hard disk mean? What are the common File Systems? What is a File System? What are files and folders, and pathname? What are file and folder permissions? What is multitasking? 5

6 What is an Operating System? 6

7 Historically, computers are too complicated for an average user to operate. 7

8 Inside a Desktop Computer 8

9 Typical tasks an OS do Control the graphic display Connect to the network Send documents to a printer Back up our data onto a hard disk Control your keyboard / mouse Share data among computers Start up / shut down a computer 9

10 An OS takes care of An OS automates many of the hardware specific operations. It knows how to set up the wireless network. It knows how to communicate with a printer. It knows how to store and retrieve data on your hard drives. It knows how to display graphics and fonts on different computer monitors. 10

11 With an OS, you just click an icon or a command menu item. 11

12 Early Personal Operating Systems 12

13 Personal Computing in 80 s 13

14 First IBM- PC 14

15 Microsoft DOS 15

16 Apple Macintosh OS 16

17 Modern Operating Systems 17

18 Examples of Modern OS Microsoft Windows (95, 98, XP, Vista, 7, 8) Apple Macintosh Disk Operating Systems (version 1, 2,, 7, 8, 9). Apple OS X (Pather, Tiger, Leopard, Snow Leopard, Lion, Mountain Lion, Maverick) Linux and Android Apple ios (1,2,3,4,5,6,7) 18

19 Windows XP 19

20 Windows 7 20

21 Windows 8 21

22 Apple OS X Tiger (10.4) 22

23 Apple OS X Snow Leopard (10.6) 23

24 Linux OS 24

25 Android OS 25

26 Apple ios 26

27 Today, most Graphical User Interfaces (GUI) look very similar to each other. 27

28 Windows Command Line Interface 28

29 OS X Command Line Interface 29

30 What is inside an OS? 30

31 Layers in a Computer System Hardware Operating System & File System GUI & Applications 31

32 An OS is responsible for presenting an easy- to- use user interface ( look & feel ) keeping track of all user data managing all hardware, e.g., sound, printers, networks, hard disks, display, mouse, keyboard, etc. executing applications starting up or shutting down a computer 32

33 Every OS has its own set of operational features. 33

34 An OS is a very complex piece of software. 34

35 A modern OS may take 1000 programmers over 10 years to design and build. 35

36 Most Important Parts of an OS 1. User Interfaces 2. Application Management 3. File Systems 4. Networking 36

37 Which of the following is different from the rest? a. Windows 7 b. Windows XP c. Linux d. Mac OS X e. Adobe Photoshop 37

38 Which is not a function of an OS? a. printing b. networking c. gaming d. managing user data e. connecting to mouse/keyboard 38

39 What is a File System? 39

40 A File System is an organizer of our secondary storage. 40

41 Every computer has primary storage called Random Access Memory (or RAM). 41

42 RAM Modules (for Personal Computer) 42

43 RAM Modules (for Personal Computer) (for laptop) 43

44 Today, the size of RAM typically ranges from 1GB to 8GB. RAM costs about $10 per GB. 44

45 We need RAM to run applications, the more the better. 45

46 When a computer shuts down, the content of RAM disappears. 46

47 RAM needs electrical power to keep its content. 47

48 RAM is relatively expensive; most computers have limited amount. 48

49 In order to store massive amount of data, we need secondary storage. 49

50 Secondary Storage: a Hard Drive 50

51 A hard disk ranges from 500GB to 2TB, and costs $0.1 per GB. 51

52 Windows Hard Drives 52

53 OS X Hard Drives 53

54 Data stored on a hard drive is permanent; they don t disappear without electrical power. 54

55 RAM is about 100X more expensive than a hard drive; but, it is 1 million times faster! 55

56 A 500GB HD can store 100,000 JPEG images, 150,000 MP3 songs, or 500 hours of digital videos. 56

57 A File System helps us organize our data files, e.g., documents, music, videos, pictures, applications, etc. 57

58 Common File Systems Every computer comes with an OS and a hard drive preinstalled. On Windows, the default file system is called NTFS (New Technology File System) or FAT. On OS X, the default file system is called HFS+ (Hierarchical File System Plus), or Mac OS Extended. 58

59 Formatting a new Hard Drive A new hard drive must be formatted before it can be used. Formatting a hard drive means setting up a new File System by erasing all its data. Today, most new hard drives will be preformatted with either Windows or Apple OS X File Systems. 59

60 Formatting in Windows right click on a drive 60

61 Formatting in OS X OS M. X Cheng, Disk Computer UtilityScience 61

62 Which is not a File System? a. FAT b. NTFS c. HFS+ d. FAT32 e. OS X 62

63 A File System contains Files and Folders (or Directories). 63

64 Files & Folders in Windows Folders Files 64

65 Each file/folder has access permissions, i.e., who owns it, and who is allowed to read, write, execute, or modify. 65

66 Permissions in Windows A Folder A File 66

67 Files & Folders in OS X 67

68 Permissions in OS X A Folder A File 68

69 Window Pathnames Each file/folder has a unique pathname, which is the path from the top to itself. For example, the pathname C:\Users\Mantis\Desktop\Computer Fundamentals is a path for the folder Computer Fundamentals starting from the top C:\ 69

70 Windows Pathnames C:\Users\Mantis\Desktop\Computer Fundamentals 70

71 OS X Pathnames Each file/folder has a unique pathname, which is the path from the top to itself. For example, the pathname Macintosh HD/Users/mcheng/My Work/Teaching/100/spring.2013 is a path for the folder spring.2013 starting from the top Macintosh HD 71

72 OS X Pathnames Macintosh HD/Users/mcheng/My Work/Teaching/100/spring

73 Multitasking 73

74 A modern OS can run several applications at once. 74

75 Time Multiplexing 75

76 Multitasking uses time- multiplexing to run multiple applications at the same time. 76

77 Windows Task Manager 77

78 OS X Activity Monitor 78

79 The End. 79

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every

More information

Virtual Workplace Personal Device Client Installation Instructions

Virtual Workplace Personal Device Client Installation Instructions Virtual Workplace Personal Device Client Installation Instructions 1 Table of Contents About this Installation Guide... 3 Client Overview... 3 VMware Horizon View Clients... 3 UniPrint Clients... 3 Client

More information

Some Basic Terminology

Some Basic Terminology Some Basic Terminology A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Here are a few terms you'll run into: A Application Files Program files environment where you can create and edit the kind of

More information

Discovering Computers 2016

Discovering Computers 2016 Discovering Computers 2016 Tools, Apps, Devices, and the Impact of Technology Chapter 9 Operating Systems Objectives Overview Explain the purpose of an operating system Describe the start-up process and

More information

A computer is an electronic device, operating under the control of instructions stored in its own memory unit.

A computer is an electronic device, operating under the control of instructions stored in its own memory unit. Computers I 1. Operating Systems In order to grasp the concept of Operating Systems and understand the different types of windows available we first need to cover some basic definitions. 1.1 Computer Concepts

More information

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems

CSCA0201 FUNDAMENTALS OF COMPUTING. Chapter 6 Operating Systems CSCA0201 FUNDAMENTALS OF COMPUTING Chapter 6 Operating Systems 1 1. Operating Systems 2. Types of Operating System 3. Major Functions 4. User Interface 5. Examples of Operating System 2 Operating Systems

More information

LAS Links Online Readiness and Technology (RTS) Survey. Job Aid to Iden,fy Worksta,on Specifica,on MMED, LAUSD

LAS Links Online Readiness and Technology (RTS) Survey. Job Aid to Iden,fy Worksta,on Specifica,on MMED, LAUSD LAS Links Online Readiness and Technology (RTS) Survey Job Aid to Iden,fy Worksta,on Specifica,on MMED, LAUSD Purpose ü The Online Readiness and Technology Survey (RTS) will be emailed to school site principals

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

Mac OS X 10.6 Snow Leopard Installation and Setup Guide

Mac OS X 10.6 Snow Leopard Installation and Setup Guide Mac OS X 10.6 Snow Leopard Installation and Setup Guide Read this document before you install Mac OS X. It includes important information about installing Mac OS X. For more information about Mac OS X,

More information

Learning Objectives. Computing Essentials

Learning Objectives. Computing Essentials Chapter 4 Copyright 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. Learning Objectives 1. Describe the differences

More information

USB 3.0 Bandwidth, High Definition Performance

USB 3.0 Bandwidth, High Definition Performance USB 3.0 to HDMI External Multi Monitor Video Graphics Adapter for Mac & PC DisplayLink Certified HD 1080p StarTech ID: USB32HDPRO The USB32HDPRO USB 3.0 to HDMI Adapter lets you add an HDMI display to

More information

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy

APPENDIX A. Answer: D Reference: Hardware Basics Difficulty: Easy. Answer: A Reference: Hardware Basics Difficulty: Easy APPENDIX A Multiple Choice: 1. A desktop computer is also known as a: A. Palm Pilot. B. laptop. C. mainframe. D. PC. Answer: D Reference: Hardware Basics Difficulty: Easy 2. The physical parts of a computer

More information

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage Personal Computing BITS BYTES AND FILES What is a bit Technically, it s a change of voltage Two stable states of a flip-flop Positions of an electrical switch That s for the EE folks It s a zero or a one

More information

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together You Will Learn About operating systems, what they are, and what they do How an OS interfaces

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

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

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Downloaded from various sources on the NET

Downloaded from various sources on the NET Overview Computers. Hardware components of a Computer. Purpose and functions of computer operating systems. Evolution of computer operating systems. Operating systems available today. Downloaded from various

More information

INTRODUCTION TO COMPUTERS AND WINDOWS 10

INTRODUCTION TO COMPUTERS AND WINDOWS 10 INTRODUCTION TO COMPUTERS AND WINDOWS 10 Pam Stephens, Instructor email: pamela.stephens890@gmail.com Sign in: Take one of each handout. Please sit at a computer that is already turned on. Thank you! WHAT

More information

HDD Password Tool. User s Manual. English

HDD Password Tool. User s Manual. English HDD Password Tool User s Manual English 1 Table of Contents Chapter 1: Introduction... 3 Trademarks... 3 Chapter 2: Required Operating System... 5 - HDD Password Tool for Windows... 5 - HDD Password Tool

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Remote Access Instructions Windows 7 From Mac Os X Lion >>>CLICK HERE<<<

Remote Access Instructions Windows 7 From Mac Os X Lion >>>CLICK HERE<<< Remote Access Instructions Windows 7 From Mac Os X Lion How to Install Windows 8 on a Mac running OS X Mountain Lion In this tutorial, you'll learn how to set up OS X so that its shared printers are available

More information

Manual Format Flash Drive Mac Os X Lion Startup

Manual Format Flash Drive Mac Os X Lion Startup Manual Format Flash Drive Mac Os X Lion Startup Learn more about Boot Camp and its features for OS X Lion and Mountain Lion. on Mac computers that do not have an optical drive, with a USB flash drive that

More information

Lesson 1 Computers and Operating Systems

Lesson 1 Computers and Operating Systems Computers and Operating Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 About the Presentations The presentations cover the objectives found in the opening of each lesson.

More information

USB 3.0 to HDMI and DVI Dual Monitor External Video Card Adapter. StarTech ID: USB32HDDVII

USB 3.0 to HDMI and DVI Dual Monitor External Video Card Adapter. StarTech ID: USB32HDDVII USB 3.0 to HDMI and DVI Dual Monitor External Video Card Adapter StarTech ID: USB32HDDVII The USB32HDDVII USB 3.0 to HDMI and DVI-I Dual Head Adapter turns an available USB 3.0 port into one DVI-I or VGA

More information

Gamco Installation Guide for Worksheet Magic Plus. Version 4.5 WINDOWS and MAC OS X

Gamco Installation Guide for Worksheet Magic Plus. Version 4.5 WINDOWS and MAC OS X Gamco Installation Guide for Worksheet Magic Plus Version 4.5 WINDOWS and MAC OS X Dear Educator, Thank you for purchasing a Gamco product. Our programs succeed in classrooms and computer labs because

More information

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions:

Regardless of the size and complexity of the computer and the operating system, all operating systems perform the same four basic functions: Operating Systems Introduction The operating system (OS) controls almost all functions on a computer. In this chapter, you learn about the components, functions, and terminology related to the Windows

More information

Version of 22 OCBC Bank. All Rights Reserved

Version of 22 OCBC Bank. All Rights Reserved Velocity@ocbc Clear Cache Guide Click here for Windows guide Click here for Mac OS guide Version 2.0 1 of 22 Step 1: Check your browser version 1. Type www.whatismybrowser.com at the address bar and press

More information

Hard Disk Drive (HDD) Data Protection Kit Installation Instructions

Hard Disk Drive (HDD) Data Protection Kit Installation Instructions Hard Disk Drive (HDD) Data Protection Kit Installation Instructions 59399801 2009 by Oki Data Americas, Inc. All rights reserved. Disclaimer Every effort has been made to ensure that the information in

More information

Ubuntu Installing Instructions Macbook Pro Hard Drive Dual

Ubuntu Installing Instructions Macbook Pro Hard Drive Dual Ubuntu Installing Instructions Macbook Pro Hard Drive 13 2010 Dual There are specific instructions for Yosemite. Download refind. Turn your MacBook off, insert the USB drive, turn the device. All being

More information

INDEX. * All specifications are subject to change without prior notice. v2 November 2005

INDEX. * All specifications are subject to change without prior notice. v2 November 2005 INDEX 1. Introduction... 2 Key Features... 2 2. Description of M8U... 3 Front Panel... 3 3. System Requirements... 5 PC... 5 Mac... 5 4. Installation... 6 Hardware Installation... 6 Driver Installation

More information

Basic PC: How do you turn on this darn thing?

Basic PC: How do you turn on this darn thing? Basic PC: How do you turn on this darn thing? What is the computer? Basic PC: How do you turn on this darn thing? A computer is a device that accepts information and manipulates it for some result. It

More information

Manual Boot Camp Install Windows 8 From Usb Using

Manual Boot Camp Install Windows 8 From Usb Using Manual Boot Camp Install Windows 8 From Usb Using To avoid all this, I've chosen to bypass Bootcamp and install Windows in my Mac's native EFI mode. Does not work with Windows 7, only works with Windows

More information

Introduction to Microsoft Windows

Introduction to Microsoft Windows Introduction to Microsoft Windows lab 1 Objectives: Upon successful completion of Lab 1, you will be able to Describe some of the basic functions of an operating system, and Windows in particular Describe

More information

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer.

The coloured area that is seen on the screen. The pictures stand for items you might see on real desktop such as my computer. Operating Systems Function of the OS : 1. Provides instructions to display the on screen elements with which you interact. Collectively, these elements are known as the user interface. 2. Loads programs

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

Introduction to Windows XP

Introduction to Windows XP 1 Introduction to Windows XP 1.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows

More information

Operating System Concepts Rab Nawaz Khan Jadoon

Operating System Concepts Rab Nawaz Khan Jadoon Operating System Concepts Rab Nawaz Khan Jadoon DCS COMSATS Institute of Information Technology Lecturer COMSATS Lahore Pakistan Operating System Concepts Operating System Operating System It is a system

More information

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 CPU and Memory Inside of a computer CPU and RAM Clock Speed & Multi-core Microprocessor How a CPU works Secondary Storage 2014-07-14

More information

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11

Technology in Action. Chapter Topics (cont.) Chapter Topics. Participation Question. Participation Question 7/17/11 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management 1 Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 2 Chapter Topics System

More information

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software.

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software. Hardware and Software Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages Computer systems consist of hardware and software. Hardware includes the tangible

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

SOFTWARE ARCHITECTURE

SOFTWARE ARCHITECTURE 1 SOFTWARE ARCHITECTURE Tatsuya Hagino hagino@sfc.keio.ac.jp Slide URL https://vu5.sfc.keio.ac.jp/slide/ 2 Lecture Slide System Please access to: https://vu5.sfc.keio.ac.jp/slide/ Select: Software Architecture

More information

How To Delete And Reinstall Mac Os X Mountain Lion Without Losing Data

How To Delete And Reinstall Mac Os X Mountain Lion Without Losing Data How To Delete And Reinstall Mac Os X Mountain Lion Without Losing Data Upgrading from Mac OS X 10.7 (Lion), Reinstalling Mountain Lion If you would like to securely erase your data, click Security Options..,

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking David Reed Creighton University Computer Basics 1 What is a Computer? a computer is a device that receives, stores, and processes information different types of

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 Graphics & Media Scalable Outline & Bit- mapped Fonts Binary Number Representation & Text Pixels, Colors and Resolution Sound & Digital Audio Film & Digital Video Data Compression

More information

Virtual Computer Lab (VCL)

Virtual Computer Lab (VCL) Purpose: Audience: Describes steps to setup and use the Virtual Computer Lab (VCL) Authenticated IUP users What is VCL? The IUP Virtual Computer Lab (VCL) is a virtual lab desktop. The virtual desktop

More information

Install Manual. P2 Software ENGLISH M0509AT5091 -FJ VQT2G26-4

Install Manual. P2 Software ENGLISH M0509AT5091 -FJ VQT2G26-4 Install Manual P2 Software M0509AT5091 -FJ ENGLISH VQT2G26-4 Contents Operating Precautions When Using Windows 1. Before Installing................................................... 3 2. Precautions in

More information

Question No: 1 Select the tools used to view the number of attached hard disks, volumes, and types. SELECT TWO.

Question No: 1 Select the tools used to view the number of attached hard disks, volumes, and types. SELECT TWO. Volume: 50 Questions Question No: 1 Select the tools used to view the number of attached hard disks, volumes, and types. SELECT TWO. A. Apple Diagnostics B. Console C. System Information D. Recovery Disk

More information

Partition External Hard Drive Without Losing Data Mac Os X

Partition External Hard Drive Without Losing Data Mac Os X Partition External Hard Drive Without Losing Data Mac Os X If your Mac's hard drive is small and your Time Machine hard drive is big, At the same time, external hard drives are cheaper and roomier than

More information

Getting Started With NetLogo

Getting Started With NetLogo Getting Started With NetLogo John Balwit 1 and Melanie Mitchell 1,2 1 Portland State University 2 Santa Fe Institute Copyright 2013 by Santa Fe Institute and Portland State University NetLogo in a Nutshell

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

CPU : $ & 24, $ I

CPU : $ & 24, $ I Cheap os x Search 27-8-2009 You just may be able to upgrade to the latest OS at a. Tiger Users Can Get a Cheap Upgrade to Snow Leopard possibility came from Wired's Brian X. 31-10-2016 Developed over the

More information

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang

Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Introduction to Linux Spring 2014, Section 02, Lecture 3 Jason Tang Topics What is an Operating System Overview of Linux Linux commands Shell Submit system What is an Operating System? Special type of

More information

English. Image management software for the EyeSpecial C-II

English. Image management software for the EyeSpecial C-II English Image management software for the EyeSpecial C-II SureFile Overview... 1 How to activate SureFile... 3 Instructions for use... 4 Reference... 11 Specifications... 14 Ver.1.3 SureFile Overview SureFile

More information

Computer Basics 1/24/13. Computer Organization. Computer systems consist of hardware and software.

Computer Basics 1/24/13. Computer Organization. Computer systems consist of hardware and software. Hardware and Software Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages Computer systems consist of hardware and software. Hardware includes the tangible

More information

What does a file system do?

What does a file system do? System files What does a file system do? A file system is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems exist on hard

More information

Hp Officejet 4500 Desktop Scan Driver Mac Os X 10.6

Hp Officejet 4500 Desktop Scan Driver Mac Os X 10.6 Hp Officejet 4500 Desktop Scan Driver Mac Os X 10.6 Using a MAC OS X 10.9.4, which this printer/scanner has always worked on is no HP scan software (Full Feature Driver) available with the Officejet 4500.

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

USB 3.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC

USB 3.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC USB 3.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC 1 SYSTEM REQUIREMENTS Available USB 2.0/ USB 3.0 port (USB 3.0 is recommended) Minimum requirement to use one USB Display Adapter: CPU: Intel Core 2 Duo

More information

Cambridge Nationals R001. Revision help (LO1)

Cambridge Nationals R001. Revision help (LO1) Cambridge Nationals R001 Revision help (LO1) Portable devices These are electronic devices that can be carried easily. Examples include: Laptops Netbooks Mobile phones Tablets (Ipad, Android Tablet) handheld

More information

Manually Create Bootcamp Partition Mountain Lion

Manually Create Bootcamp Partition Mountain Lion Manually Create Bootcamp Partition Mountain Lion Manually Create an Apple Fusion Drive on Mountain Lion/Mavericks/Yosemite (Application _ Utilities _ Disk Utility) would be enough to get partitions setup,

More information

Migrate to Mac The Comprehensive Guide

Migrate to Mac The Comprehensive Guide Migrate to Mac The Comprehensive Guide Table of Contents Back up your old computer 1 Windows Migration Assistant 1 Mac OS X Migration Assistant 2 Time Machine 2 Manual Backup 3 (Optional) Erase and install

More information

Paragon NTFS for Mac OS X

Paragon NTFS for Mac OS X PARAGON Software GmbH Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com E-mail sales@paragon-software.com Paragon

More information

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)

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) 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 2 2-3 A N D O B J 3-2) DIGITAL LITERACY STANDARD 1 OBJECTIVE 3 Explore and demonstrate understanding of managing operating systems

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Without Formatting We never updated our Windows 7 and 8 install guides with information about dump everything in your user profile onto a USB stick

More information

Getting Started With Parallels Desktop 7

Getting Started With Parallels Desktop 7 Getting Started With Parallels Desktop 7 Copyright 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. Parallels Holdings, Ltd. c/o Parallels International GMbH. Parallels International

More information

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software

VISUAL SUMMARY SYSTEM SOFTWARE OPERATING SYSTEMS. System Software Rev.Confirming Pages VISUAL SUMMARY System Software SYSTEM SOFTWARE System software works with end users, application programs, and computer hardware to handle many details relating to computer operations.

More information

Manual File System Check Mac Os X 10.8

Manual File System Check Mac Os X 10.8 Manual File System Check Mac Os X 10.8 Update OS X and other software that you got through the App Store or from Apple. updates in App Store preferences: choose System Preferences from the Apple menu,

More information

to arrive at the system information display. In MacOS X use the menus

to arrive at the system information display. In MacOS X use the menus The Math/CS 466/666 Linux Image in VirtualBox This document explains how to install the Math/CS 466/666 Linux image onto VirtualBox to obtain a programming environment on your personal computer or laptop

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 4 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 5 Installation Overview

More information

MAC OS X 10 6 SERVER REPAIR MANUAL

MAC OS X 10 6 SERVER REPAIR MANUAL 31 December, 2017 MAC OS X 10 6 SERVER REPAIR MANUAL Document Filetype: PDF 464.81 KB 0 MAC OS X 10 6 SERVER REPAIR MANUAL Mono supports Mac OS X version 10.7 (Lion) and later. Erase and Install Method

More information

Introducing OS X El Capitan 7

Introducing OS X El Capitan 7 Contents Contents 3 Introducing OS X El Capitan 7 About OS X El Capitan 8 Installing OS X El Capitan 9 The OS X Environment 0 About Your Mac About System Preferences 6 Changing the Appearance 7 Changing

More information

Disable Java Mac Os X Snow Leopard Iso Pc >>>CLICK HERE<<<

Disable Java Mac Os X Snow Leopard Iso Pc >>>CLICK HERE<<< Disable Java Mac Os X Snow Leopard Iso Pc OSX: Create Bootable iso from Mavericks/Yosemite installer Je krijgt een pop-up op je computer om je Java versie te updaten. Dit doe je en However.DS_Store files

More information

Chapter 8 Operating Systems and Utility Programs

Chapter 8 Operating Systems and Utility Programs Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

Mac User Manual x Software. For Mac OS X 10.4.x (Tiger) and 10.5.x (Leopard)

Mac User Manual x Software. For Mac OS X 10.4.x (Tiger) and 10.5.x (Leopard) Mac User Manual - 1.8.x Software For Mac OS X 10.4.x (Tiger) and 10.5.x (Leopard) Powered by Technology Software Release Statement User Manual for Mac OS X 10.4.x and 10.5.x Software Version 1.8.x, released

More information

Manual Mac Os X 10.6 Iso Update 8 Or Later

Manual Mac Os X 10.6 Iso Update 8 Or Later Manual Mac Os X 10.6 Iso Update 8 Or Later imac (Mid 2007 or newer), MacBook (Late 2008 Aluminum, or Early 2009 or If you're running Snow Leopard (10.6.x), update to the latest version of Snow Click the

More information

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU

1- Which of the following tasks is the operating system NOT responsible for? d) Coordinates communication between software applications and the CPU 1- Which of the following tasks is the operating system NOT responsible for? a) Management, scheduling, and coordination of tasks b) File compression c) Manages the computer's hardware d) Coordinates communication

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

How To Uninstall Apps Mac Os X Lion Apple Pc

How To Uninstall Apps Mac Os X Lion Apple Pc How To Uninstall Apps Mac Os X Lion Apple Pc Dual Boot Learn more about Boot Camp and its features for OS X Lion and Mountain Lion. Boot Camp on my Mac Pro? Which application should I use to create the

More information

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate.

Computer Overview. A computer item you can physically see or touch. A computer program that tells computer hardware how to operate. Hardware Computer Overview A computer item you can physically see or touch. Software A computer program that tells computer hardware how to operate. Information Technology (IT) The broad subject related

More information

Windows Download & Installation

Windows Download & Installation BrokerMetrics / AgentMetrics Instructions for a New Installation Windows Download & Installation... 1 Macintosh Download & Installation... 6 Troubleshooting... 10 How to verify your installation... 11

More information

Part 3. Operating Systems

Part 3. Operating Systems Part 3 Operating Systems Key Words The following words will crop up as part of the following presentation. You should use your notes sheet to log information about them when it is covered. You will be

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

Transmission Mac User Guide Apple Os X Lion 10.7

Transmission Mac User Guide Apple Os X Lion 10.7 Transmission Mac User Guide Apple Os X Lion 10.7 Note: For information about printing in OS X Lion, please see this article instead. A generated PDF of your print job is sent to your Fax device for transmission.

More information

CONTENT. Overview 1 LED indication. RAID Mode Selection 3. Quick Installation Guide 4. About RAID RAID function. System Requirements

CONTENT. Overview 1 LED indication. RAID Mode Selection 3. Quick Installation Guide 4. About RAID RAID function. System Requirements CONTENT Overview 1 LED indication RAID Mode Selection 3 RAID mode setup / LED display status Quick Installation Guide 4 About RAID RAID function 8 System Requirements 10 Windows XP / Windows Vista / Windows

More information

Create Mac Os X Lion Install Usb On Windows 7 Dual Boots

Create Mac Os X Lion Install Usb On Windows 7 Dual Boots Create Mac Os X Lion Install Usb On Windows 7 Dual Boots Apple's latest update to Mac OS X, 10.11 El Capitan, will be available to the to use El Capitan on your only computer, it's wise to install it as

More information

Version June 2016

Version June 2016 HOSTING GUIDE Version 3.2.3 June 2016 This guide is sold in conjunction with the VETtrak Hosting Serv ice and is current at the time of purchase. Later v ersions are av ailable for download from www.v

More information

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران

Chapter 8 Operating Systems and Utility Programs أ.أمل زهران Chapter 8 Operating Systems and Utility Programs Chapter 8 Objectives Identify the types of system software Summarize the startup process on a personal computer Summarize the features of several stand-alone

More information

By: Computer Education. Introduction Level One

By:   Computer Education. Introduction Level One Computer Education Introduction Level One What is a Computer? A computer is an electronic machine which can take in data, stores and processed the data, and then produces information Data is information

More information

USB 2.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC

USB 2.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC USB 2.0 DISPLAY ADAPTER INSTALLATION GUIDE ON MAC 1 SYSTEM REQUIREMENTS Available USB 2.0 port Minimum requirement to use one USB 2.0 DISPLAY ADAPTER: CPU: Intel Core 2 Duo 2.4GHz RAM: 2GB memory 2~3 Displays

More information

Drawing Application Mac Os X 10.6 Update 8 Iso

Drawing Application Mac Os X 10.6 Update 8 Iso Drawing Application Mac Os X 10.6 Update 8 Iso A library of over 125000 free and free-to-try software applications for Mac OS. Mac OS X 10.10.4 Supports TRIM for Third-Party SSDs, Here's How to Enable

More information

IRIS Hosted Systems Apple Mac Installation Guide

IRIS Hosted Systems Apple Mac Installation Guide IRIS Hosted Systems Apple Mac Installation Guide Please follow the procedure outlined below to configure a connection to our network from a Macintosh It is assumed that you have correctly downloaded and

More information

How To Completely Wipe A External Hard Drive Macbook Pro Retina

How To Completely Wipe A External Hard Drive Macbook Pro Retina How To Completely Wipe A External Hard Drive Macbook Pro Retina Twitter: twitter.com/italkapple Links to hard drives commy Macbook Pro to my. Boost your Mac's performance and reclaim hard-drive space with

More information

KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X

KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X KODAK EASYSHARE Software CD V1.X Troubleshooting Guide for Mac OS X Getting Started Use this information to solve problems installing KODAK EASYSHARE Software or getting KODAK EASYSHARE Software to function

More information

Tiger Box Firmware Version 2.5 Release Notes

Tiger Box Firmware Version 2.5 Release Notes Tiger Box Firmware Version 2.5 Release Notes What s New........................... 2 Fixed Known Issues in Version 2.5........... 3 Upgrading to Software Version 2.5........... 3 Best Practices..........................

More information

Mac Beginner s Tutorial. Prepared by : Dwarika Dhish Mishra

Mac Beginner s Tutorial. Prepared by : Dwarika Dhish Mishra Mac Beginner s Tutorial Prepared by : Dwarika Dhish Mishra Before Starting with Exercise let me start with the fundamental Keys. That we don t have in Windows two Iceland Keyboard (Command key) - On some

More information

Q:-1: A file deleted from disk drive A: in windows goes to

Q:-1: A file deleted from disk drive A: in windows goes to Q:-1: A file deleted from disk drive A: in windows goes to (A) Recycle Bin (B) My Computer (C) Windows Explorer (D) Permanently deleted Q:-2: The term operating system means (A) A set of Programs Which

More information