Why Linux and Not Windows?

Slides:



Advertisements
Similar presentations
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
Advertisements

User Interface. What is a User Interface  A user interface is a link between the user and the computer. It allows the user and the computer to communicate.
 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. 
Why ROOT?. ROOT ROOT: is an object_oriented frame work aimed at solving the data analysis challenges of high energy physics Object _oriented: by encapsulation,
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Memento Alex “J Lo” Brian C Kiefer. Definitions  A Memento is a way to create an object that previously existed a tiny repository that saves an object’s.
Part 3: Design Days 15, 19, 21, 23 Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction.
CSI 400/500 Operating Systems Spring 2009 Lecture #1 – Operating System Fundamentals Wednesday January 21, 2008.
ENGR 3 rocks. Desktop-->Classes-->Matlab-Engineering-- >matlab_using_engineering_toolkits.bat.
Operating Systems Chapter 4.
Week 6 Operating Systems.
How do people communicate with computers?
Overview of Windows and Microsoft Word. Operating System Performs 3 functions –Controls the hardware of the computer Screen, keyboard, disk drives, etc.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Chapter 11 An Introduction to Visual Basic 2008 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
The Role of the Operating System
Common interface of Microsoft Office
Getting Started with MATLAB 1. Fundamentals of MATLAB 2. Different Windows of MATLAB 1.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
COLLECTING Software. Why use Software with Hardware? Software used for collecting includes the software that interfaces with hardware collection device.
1 Operating Systems and Using Linux Topics What is an Operating System? Linux Overview Frequently Used Linux Commands Reading None.
1 Control Software (CAT) Introduction USB Interface implementation Calorimeter Electronics Upgrade Meeting Frédéric Machefert Wednesday 5 th May, 2010.
Chapter 11 An Introduction to Visual Basic 2005 Why Windows and Why Visual Basic How You Develop a Visual Basic Application The Different Versions of Visual.
Computer Operating Systems Unit 1 – BTA 3O Chytra.
Improving Postgraduate Learning – LaTeX Advanced Dr. WONG Tsz Yeung Department of Computer Science and Engineering, CUHK.
Operating Systems. What is an operating system? The software that manages your computer: Maintains your files finds files copies files deletes files links.
Introduction to Matlab & Data Analysis 2015 In this tutorial we will: Build a practical application using GUIDE Learn more about graphical user interface.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Software refer to all the programs that can be run on the computer.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
Software. What is software?  Review: recall the difference between hardware and software (rigid vs. fluid)  Software, in essence, is a set of instructions.
Graphical User Interface Saint-Petersburg IT College Saint-Petersburg 2014.
Oracle Forms Oracle Forms Builder provides various tools, which have powerful Graphical User Interfaces (GUI's) to design such forms. All objects, properties,
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Types of Software Chapter 2.
Software Interfaces. Learning Objectives Describe the characteristics of different types of user interfaces. Discuss the types of user interfaces which.
Operating Systems. Define OS Operating System is a type of system software. Operating system software includes instructions that allow a computer to run.
A user interface, like the one created by the DOS operating system, that makes use of typed commands.
CMSC 104, Version 9/011 Operating Systems and Using Linux Topics What is an Operating System? Linux Overview Frequently Used Linux Commands Reading None.
Don't be afraid of the Linux command line Raul Suarez September 19, 2009.
Allows the user and the computer to communicate with each other.
Introduction to the Linux Commandline
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Operating Systems & System Software
Introduction to Operating Systems
(optional - but then again, all of these are optional)
Computer 4 JEOPARDY Bobbie, Sandy, Trudy.
(optional - but then again, all of these are optional)‏
Chapter 4 – Introduction to Operating System Concepts
Lecture on Oracle Forms
What is an operating system?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Programming Assignment 1
Tonga Institute of Higher Education
Operating Systems and Using Linux
Intro. To Operating Systems
Alice terms Chapter 3.
05 | Desktop Applications
Just Basic Lessons Mr. Kalmes.
Event loops.
3.1 System Software.
Presentation transcript:

Why Linux and Not Windows? Comfort in the Linux Environment Learning Linux commands – Hands On Linux Exercise – File Manipulation Testing your knowledge Things to Remember  Know: Keep Challenged – While U Wait  Try: Reminder: Do you have your large FASTA formatted nucleotide sequence file stored on your computer?

GUI: Graphical User Interface

 Know : GUI: Graphical User Interface (graphical environment for the user)

cat > file1 (> redirects output) >Seq 1 AATTAATT >Seq 2 GCGCGC >Seq 3 CCCCGGGG cat > file2 >Seq 4 TATATATA >Seq 5 ATATATAT >Seq 6 TTTTAAAA

cat file1 file2 >Seq 1 AATTAATT >Seq 2 GCGCGC >Seq 3 CCCCGGGG >Seq 4 TATATATA >Seq 5 ATATATAT >Seq 6 TTTTAAAA

>Seq 1 >Seq 2 >Seq 3 >Seq 4 >Seq 5 >Seq 6 AATTAATT ATATATAT CCCCGGGG GCGCGC TATATATA TTTTAAAA

You will need: file1, file2, and your large FASTA formatted sequence file. Let’s see what’s in them without looking