IST346: Operating Systems / Command Line Interfaces

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

Objectives Overview Define an operating system
Information flow inside the computer IT skills: none IT concepts: computer components (input devices, output devices, memory, storage and CPU), program.
A computer is a machine that is used to store and process data electronically Computer Definition.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510, Section 2.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
CPU The CPU is a microchip that is installed on a motherboard and acts as the computer’s brain - performing calculations and coordinating the hardware.
Computer Terms. Computer A machine designed to run programs and store information that you create.
How computers work Learning objective 2: Explain the four basic functions of a computer.
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510.
Explain the purpose of an operating system
Intro to Computers Computer Apps 1.
Practical Computer Literacy Week-02
Review Everything you need to know for the 1 st Quarter Test.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Parts of the Computer System
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
1.00 Computer Basics 1.01 Classify computer component. 1 Primary sources of information and images: GCFLearnFree.org, Microsoft Digital Learning E-Learning.
Understanding Memory.
TYPES AND COMPONENTS OF COMPUTER SYSTEMS Camila Rodríguez, Senior I B.
HOW IT WORKS …. REVIEW: BINARY NUMBERS DECODE THIS MESSAGE
Chapter 9 Operating Systems Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Unit 1: Computing Fundamentals. Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch.
Hardware Information Created by Nasih 1. Hardware  The physical components of a computer system, including any peripheral equipment such as printers,
Introduction To Computers
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Lesson 4 – Cache, virtual and flash memory
CHAPTER 7 Operating System Copyright © Cengage Learning. All rights reserved.
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Computer Architecture and Number Systems
Primary and Secondary Storage
Parts of a Computer.
Computer Science.
The Study of Computer Science Chapter 0
HOW IT WORKS ….
Essential Introduction to Computers
A Dummies guide to computer memory
Operating System Review
Chapter 1 Getting Started
INTRODUCTION TO COMPUTING
Computer Hardware and Software
Principles of Information Technology
Computer Organization
1.00 Computer Basics 1.01 Classify computer components.
The Study of Computer Science Chapter 0
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Operating System Review
The Study of Computer Science
14/11/2018 RAM and ROM.
Looking Inside the Computer System
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Computer Basics: Inside a Computer Part II
Computer components.
The Study of Computer Science
A451: Computer Systems and Programming
1.00 Computer Basics 1.01 Classify computer components.
IST346: Services: Application Architecture
IST346: Mobile Services.
Software - Operating Systems
Year 10 Computer Science Hardware - CPU and RAM.
IST346: Virtualization and Containerization
Computing Essentials Module 1.
Objectives Describe the difference between RAM and ROM
Computing Essentials Module 1.
The Study of Computer Science Chapter 0
Windows Operating System
Computer components.
Presentation transcript:

IST346: Operating Systems / Command Line Interfaces

Agenda Discussion Content Wrap-Up Computer concepts, Operating System, Command Line Wrap-Up

Discussion Questions What are the 4 key tasks common to all computers? What is the universal format of data on a computer? What is an operating system? What are the 5 responsibilities of the operating systems kernel? What are the two common user interfaces found in an operating system? What are the advantages of each? Give students 1-2 minutes for each question. Its important to provide them with the opportunity to answer the questions based on the reading, labs, and assigned homework.

ROI / TCO Homework Let’s check how you did with your ROI/TCO homework. Give students 1-2 minutes for each question. Its important to provide them with the opportunity to answer the questions based on the reading, labs, and assigned homework.

Lab Debrief Lab - B Go over the lab questions. With the students. Ask them to take out their answers to the lab questions. And their questions about the lab itself.

Computer Defined “an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.” -Dictionary.com

Computer Hardware Input: Keyboard, Mouse Output: Screen Processing: CPU Storage: RAM / SSD Talk a bit about this picture. The ways computers process information is analogous to Eyes on the screen => output for the computer is input for us. Hands on keyboard => input for the computer is output for us. CPU => Brains of the computer Our brain does the same thing. Processing the visual input then commanding our finger to type up a response. Memory =>Computer has memory. We have memory. You might recall what was said about what your read on the computer screen and draw upon your experience to formulate a reply.

What’s Inside a Computer?

These Are All Computers! 4/15/2019 IST346: Info Tech Management & Administration

Computer Storage Primary Storage Secondary Storage RAM – Random Access Memory Fast, Expensive, Limited Resource on the computer The applications and data you’re using currently are in primary storage. Hard Disk Drives (HDD) / Solid-State Drives (SSD) Slower, Less Expensive, Abundant resource on the computer Applications and data available to use are in secondary storage.

Check Yourself When you buy a laptop with 16GB RAM and a 1TB hard disk which is Primary Storage? Secondary Storage? How is storage affected by uninstalling an application? When your phone is out of space because you have too many photos, which type of storage full? Micro SD Cards are which type of Storage? 16GB== RAM, 1TB = Secondary It is removed from secondary storage and the space is reclaimed Secondary storage Secondary Storage

Operating System The interface between you and the computer. Responsibilities: Manage primary and secondary storage Move applications and their data between the two types of storage. Provide support for various hardware devices. Provide a consistent user interface.

Understanding Operating Systems

Popular Operating Systems Windows – Desktop / Server Apple OSX – Desktop / Server Comes in many distributions Ubuntu, RedHat, etc. Linux – Desktop / Server Android – Mobile iOS – Mobile ChromeOS - Desktop Popular Operating Systems

Multitasking / Task Switching Since Primary Storage is limited OS’s cannot load every application in memory. The currently used application is in RAM, while the other applications are spilled to virtual memory in the background ( a form of secondary storage). The more applications you load into primary memory, the slower your computer will run as it has to switch between applications.

Demo: Apps on your Phone Do a demo with your smart phone where you install an app from the app store. Explain the app store is in the “cloud” and when you download the app it gets placed in secondary storage ( PING PONG KING) The app does not install in primary storage until you open it. At that point it gets loaded into RAM where it runs about 100x faster than it would off of secondary storage. While you use the app it creates data. What happened if you restart the phone while in the middle of using the app? Will it save this data? Let’s find out While it reboots, as a question about primary and secondary storage. When you buy a phone with 128GB is that primary or secondary? When you re-launch the app did it save your place? If so those changes were persisted to secondary storage at some point. Show how to see running apps on the phone. How to close running apps. Let’s learn about Operating Systems RAM and Secondary Storage with an example from our smart phones.

Check Yourself Applications can work on any operating system. True or False? Why is it computers never “run out” of primary storage? What happens when too many applications are loaded? 16GB== RAM, 1TB = Secondary It is removed from secondary storage and the space is reclaimed Secondary storage

Command Line Interface A means of interacting with the operating system. Essential components

Demo: Command Line You must be direct There’s no pleasing it: Know what you want to say Know the right way to say it! There’s no pleasing it: Does not congratulate you when you’re write Only complains when you are wrong Let’s cover some simple Linux commands from the lab. The command line does not pat you on the back when you do something write. It only yells at you when you do something wrong.

Group Activity Operating System commands

Details of Group Activity Partner up with someone in the class. On a 8.5x11 sheet of paper put both your names. When you are done we will discuss your answers and you will hand them in. Explain each of these Linux : Commands: ls, mv, rm, cp, pwd, cd, echo, cat, less, ps , kill Symbols: ~ > | < ; &&

Your To-Do List What to work on for next class ALWAYS CONSULT THE SYLLABUS What to work on for next class

Exit Ticket Share one thing you learned today that you didn’t know before class!

Questions?