CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Mendel 162C Course website: www.csc.villanova.edu/~map/1051/

Slides:



Advertisements
Similar presentations
Chapter 1: Computer Systems
Advertisements

Programming with Java. Problem Solving The purpose of writing a program is to solve a problem The general steps in problem solving are: –Understand the.
1 Kursusform  13 uger med: Undervisning i klassen 1,5-2 timer Opgave ”regning” i databar (løsninger på hjemmeside) En midtvejsopgave der afleveres og.
The Java Programming Language
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Java Software Solutions Foundations of Program Design Sixth Edition by Lewis.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
INF 523Q Chapter 1: Computer Systems. 2 Focus of the Course b Object-Oriented Software Development problem solvingproblem solving program design and implementationprogram.
Outline Java program structure Basic program elements
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Outline Computer Processing Hardware Components Networks The Java Programming.
COMP 14: Intro. to Intro. to Programming May 23, 2000 Nick Vallidis.
Chapter 1 Introduction.
How Do Computers Work? A Gentle Introduction
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Java Software Solutions Foundations of Program Design Sixth Edition by Lewis.
Java Software Solutions Lewis and Loftus Chapter 2 1 Copyright 1997 by John Lewis and William Loftus. All rights reserved. Software Concepts -- Introduction.
How Do Computers Work? A Gentle Introduction Poly Pride.
Chapter Introduction to Computers and Programming 1.
Chapter 1 Introduction.
Prepared by Uzma Hashmi Instructor Information Uzma Hashmi Office: B# 7/ R# address: Group Addresses Post message:
HOW COMPUTERS MANIPULATE DATA Chapter 1 Coming up: Analog vs. Digital.
Chapter 1 Programming Languages. Application Development: Top 10 Programming Languages to Keep You Employed 1. Java 2. C# 3. C++ 4. JavaScript 5. Visual.
1 Identifiers  Identifiers are the words a programmer uses in a program  An identifier can be made up of letters, digits, the underscore character (
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley John Lewis, Peter DePasquale, and Joseph Chase Chapter 1: Introduction.
© 2004 Pearson Addison-Wesley. All rights reserved August 22, 2007 Compiling and Compiler Errors ComS 207: Programming I (in Java) Iowa State University,
© 2006 Pearson Education Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science A 2nd Edition.
Java: Chapter 1 Computer Systems Computer Programming II.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Java Language and SW Dev’t
Welcome to Computing Presentation slides modified by M. A. Papalaskari from “Java Software Solutions Foundations of Program Design (3 rd ed.)” by John.
CSC 1051 – Algorithms and Data Structures I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Mendel 162C Course website:
© 2006 Pearson Education 1 Obj: cont 1.3 and 1.4, to become familiar with identifiers and to understand how programming languages work HW: p.51 #1.8 –
1 Computer Systems -- Introduction  Chapter 1 focuses on:  the structure of a Java application  basic program elements  preparing and executing a program.
Chapter 1 Introduction 5 TH EDITION Lewis & Loftus java Software Solutions Foundations of Program Design © 2007 Pearson Addison-Wesley. All rights reserved.
The Java Programming Language
Introduction. Objectives An overview of object-oriented concepts. Programming and programming languages An introduction to Java 1-2.
Lecture 2 Object Oriented Programming Basics of Java Language MBY.
CSC 1051 – Algorithms and Data Structures I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Lecture 1 Introduction Figures from Lewis, “C# Software Solutions”, Addison Wesley Richard Gesick.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Chapter 1: Introduction Java Programming Language How the Java Virtual Machine Works (compiling, etc…) Update by: Dan Fleck Coming up: The Java Programming.
Java The Java programming language was created by Sun Microsystems, Inc. It was introduced in 1995 and it's popularity has grown quickly since A programming.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
© 2004 Pearson Addison-Wesley. All rights reserved ComS 207: Programming I Instructor: Alexander Stoytchev
Lecture 2 Software Concepts Instructors: Fu-Chiung Cheng ( 鄭福炯 ) Associate Professor Computer Science & Engineering Tatung Institute of Technology.
© 2011 Pearson Education, publishing as Addison-Wesley Monday  Class Requirements  Earn hawk points today with the Name Game  Network Login.
1 Problem Solving b The purpose of writing a program is to solve a problem b The general steps in problem solving are: Understand the problemUnderstand.
Instructor: Alexander Stoytchev CprE 185: Intro to Problem Solving (using C)
© 2006 Pearson Education Chapter 1: Computer Systems.
Programming in Java (COP 2250) Lecture 2 Chengyong Yang Fall, 2005.
ZObject-Oriented Software Development yproblem solving yprogram design and implementation yobject-oriented concepts xobjects xclasses xinterfaces xinheritance.
Intro to Programming  Chapter 1 Part 2  Problem Solving.
Java Software Solutions Lewis and Loftus Chapter 2 1 Copyright 1997 by John Lewis and William Loftus. All rights reserved. Software Concepts -- Introduction.
Chapter 1 Introduction. 2 Focus of the Course Object-Oriented Software Development problem solving program design, implementation, and testing object-oriented.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
1 Problem Solving  The purpose of writing a program is to solve a problem  The general steps in problem solving are: Understand the problem Dissect the.
CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website:
Working with Java.
1.3 Problem Solving The purpose of writing a program is to solve a problem The general steps in problem solving are: Understand the problem Dissect the.
Hardware and Software Hardware Software
Chapter 1: Computer Systems
Units with – James tedder
Compiling and Compiler Errors
Units with – James tedder
Java Software Solutions Foundations of Program Design 9th Edition
Focus of the Course Object-Oriented Software Development
Instructor: Alexander Stoytchev
Presentation transcript:

CSC 1051 – Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Mendel 162C Course website: CSC 1051 M.A. Papalaskari, Villanova University

Last time: Go over syllabus/course information – Introduction to the course – reverse history of computing Take the online survey CSC 1051 M.A. Papalaskari, Villanova University

Today: Data representation Software A glimpse of Java CSC 1051 M.A. Papalaskari, Villanova University

Reverse History of computing Dig deeper into what we already know, travel backwards… 1.What we see now all around us – a connected world of computing 2.Focus on a single “traditional” computer 3.Dig deeper – data and processing CSC 1051 M.A. Papalaskari, Villanova University

CPU and Main Memory Central Processing Unit Main Memory Chip that executes program commands Primary storage area for programs and data that are in active use Synonymous with RAM CSC 1051 M.A. Papalaskari, Villanova University

CPU and Main Memory Central Processing Unit Main Memory Chip that executes program commands Primary storage area for programs and data that are in active use Synonymous with RAM Historic note: Von Neuman architecture John Von Neuman, USA 1945 CSC 1051 M.A. Papalaskari, Villanova University

Memory Main memory is divided into many memory locations (or cells) Each memory cell has a numeric address, which uniquely identifies it CSC 1051 M.A. Papalaskari, Villanova University

Storing Information Large values are stored in consecutive memory locations Each memory cell stores a set number of bits (usually 8 bits, or one byte) CSC 1051 M.A. Papalaskari, Villanova University

Storage Capacity Every memory device has a storage capacity, indicating the number of bytes it can hold Capacities are expressed in various units: UnitSymbolNumber of Bytes kilobyteKB2 10 = 1024 megabyteMB2 20 (over one million) gigabyteGB2 30 (over one billion) terabyteTB2 40 (over one trillion) petabytePB2 50 (a whole bunch) CSC 1051 M.A. Papalaskari, Villanova University

The Central Processing Unit A CPU is on a chip called a microprocessor It continuously follows the fetch-decode-execute cycle: fetch Retrieve an instruction from main memory decode Determine what the instruction is execute Carry out the instruction CSC 1051 M.A. Papalaskari, Villanova University

The Central Processing Unit A CPU is on a chip called a microprocessor It continuously follows the fetch-decode-execute cycle: fetch Retrieve an instruction from main memory decode Determine what the instruction is execute Carry out the instruction system clock controls speed, measured in gigahertz (GHz) CSC 1051 M.A. Papalaskari, Villanova University

The Central Processing Unit Arithmetic / Logic Unit Registers Control Unit Small, very fast memory Performs calculations and makes decisions Coordinates processing (system clock, decoding, etc) CSC 1051 M.A. Papalaskari, Villanova University

Automatic control of computation The concept of a machine that can follow a series of steps - a “program” Some early steps: –Jacquard loom (1801) –Babbage's Difference engine and Analytical engine (1822) –Holerith's census machine (1890) Stored program and the fetch/decode/execute cycle (John von Neumann, 1945) ENIAC - first fully electronic digital computer (Eckert and Mauchley, 1946) CSC 1051 M.A. Papalaskari, Villanova University

Analog vs. Digital Data Analog –continuous, in direct proportion to the data represented –music on a record album - a needle rides on ridges in the grooves that are directly proportional to the voltages sent to the speaker Digital –information is broken down into pieces, and each piece is represented separately –sampling – record discrete values of the analog representation CSC 1051 M.A. Papalaskari, Villanova University

Representing Text Digitally For example, every character is stored as a number, including spaces, digits, and punctuation Corresponding upper and lower case letters are separate characters H i, H e a t h e r binary ASCII / UNICODE CSC 1051 M.A. Papalaskari, Villanova University

Binary Numbers Number system consisting of 1’s & 0’s Simplest way to represent digital information modern computers use binary numbers internally A binary digit is called a bit - binary digit Eight bits together is called a byte CSC 1051 M.A. Papalaskari, Villanova University

Bit Permutations 1 bit bits bits bits Each additional bit doubles the number of possible permutations CSC 1051 M.A. Papalaskari, Villanova University

Bit Permutations Each permutation can represent a particular item There are 2 N permutations of N bits Therefore, N bits are needed to represent 2 N unique items 2 1 = 2 items 2 2 = 4 items 2 3 = 8 items 2 4 = 16 items 2 5 = 32 items 1 bit ? 2 bits ? 3 bits ? 4 bits ? 5 bits ? How many items can be represented by CSC 1051 M.A. Papalaskari, Villanova University

Quick Check How many bits would you need to represent each of the 50 United States using a unique permutation of bits? CSC 1051 M.A. Papalaskari, Villanova University

Quick Check How many bits would you need to represent each of the 50 United States using a unique permutation of bits? Five bits wouldn't be enough, because 2 5 is 32. Six bits would give us 64 permutations, and some wouldn't be used Alabama Alaska Arizona Arkansas California Colorado etc. CSC 1051 M.A. Papalaskari, Villanova University

Binary Representation of Information Computers store all information digitally, in binary: –numbers –text –graphics and images –audio –video –program instructions CSC 1051 M.A. Papalaskari, Villanova University

Mechanization of arithmetic Historic note – the creation of various special purpose calculators –Abacus (2400 BC) –Number systems (Babylonian, Greek, Roman, Arabic 1000 BC = 600 AD) –Stonehenge ( BC) –Napier's bones (1600, a precursor of the slide rule) –Pascal's adder (1642) –Leibniz's calculator (1670s) –modern calculators CSC 1051 M.A. Papalaskari, Villanova University

Today: Representing and processing bits Electronic circuits: high/low voltage Magnetic devices (eg hard drive): positive/negative Optical devices (eg DVD): light reflected/not reflected due to microscopic grooves CSC 1051 M.A. Papalaskari, Villanova University

Reminder: Storage Capacity Every memory device has a storage capacity, indicating the number of bytes it can hold Capacities are expressed in various units: UnitSymbolNumber of Bytes kilobyteKB2 10 = 1024 megabyteMB2 20 (over one million) gigabyteGB2 30 (over one billion) terabyteTB2 40 (over one trillion) petabytePB2 50 (a whole bunch) CSC 1051 M.A. Papalaskari, Villanova University

Memory characteristics Volatile - stored information is lost if the electric power is removed Direct access or Random access – information can be reached directly (as opposed to sequentially as in the case of magnetic tape) Read/Write – information can be overwritten (as opposed to read-only devices – ROM) CSC 1051 M.A. Papalaskari, Villanova University

Random Access Memory Devices VolatileNon-volatile fastest CPU registers Cache memory ROM chip fast main memory ( Also called Random Access Memory -- RAM) ROM chip slow USB flash drive Hard disks CD-ROM DVD CSC 1051 M.A. Papalaskari, Villanova University

Random Access Memory Devices VolatileNon-volatile fastest CPU registers Cache memory ROM chip fast main memory ( Also called Random Access Memory -- RAM) ROM chip slow USB flash drive Hard disks CD-ROM DVD Electronic circuits CSC 1051 M.A. Papalaskari, Villanova University

Random Access Memory Devices VolatileNon-volatile fastest CPU registers Cache memory ROM chip fast main memory ( Also called Random Access Memory -- RAM) ROM chip slow USB flash drive Hard disks CD-ROM DVD magnetic CSC 1051 M.A. Papalaskari, Villanova University

Random Access Memory Devices VolatileNon-volatile fastest CPU registers Cache memory ROM chip fast main memory ( Also called Random Access Memory -- RAM) ROM chip slow USB flash drive Hard disks CD-ROM DVD optical CSC 1051 M.A. Papalaskari, Villanova University

Hard Disk Drive CSC 1051 M.A. Papalaskari, Villanova University

Compact Discs A CD-ROM is portable read-only memory A microscopic pit on a CD represents a binary 1 and a smooth area represents a binary 0 A low-intensity laser reflects strongly from a smooth area and weakly from a pit A CD-Recordable (CD-R) drive can be used to write information to a CD once A CD-Rewritable (CD-RW) can be erased and reused The speed of a CD drive indicates how fast (max) it can read and write information to a CD CSC 1051 M.A. Papalaskari, Villanova University

DVDs A DVD is the same physical size as a CD, but can store much more information The format of a DVD stores more bits per square inch A CD can store 650 MB, while a standard DVD can store 4.7 GB –A double sided DVD can store 9.4 GB –Other advanced techniques can bring the capacity up to 17.0 GB Like CDs, there are DVD-R and DVD-RW discs CSC 1051 M.A. Papalaskari, Villanova University

RAM vs. ROM RAM - Random Access Memory – synonymous with main memory: fast read/write volatile random access ROM - Read-Only Memory –ROM typically holds the firmware, eg BIOS fast (except in CD-ROM) read only non-volatile random access CSC 1051 M.A. Papalaskari, Villanova University

Modern computer Great human developments that gave rise to the modern computer: Number systems and other encodings – data representation Mechanization of arithmetic – the concepts of algorithms and computation Automatic control of computation – a “program” to control operations (fetch/decode/execute cycle and the stored program concept) CSC 1051 M.A. Papalaskari, Villanova University

Hardware and Software Hardware –the physical, tangible parts of a computer –keyboard, monitor, disks, wires, chips, etc. Software –programs and data –a program is a series of instructions A computer requires both hardware and software Each is essentially useless without the other CSC 1051 M.A. Papalaskari, Villanova University

Software Categories Operating System –controls all machine activities –provides the user interface to the computer –manages resources such as the CPU and memory –Windows, Mac OS, Unix, Linux, Application program –generic term for any other kind of software –word processors, missile control systems, games Most operating systems and application programs have a graphical user interface (GUI) CSC 1051 M.A. Papalaskari, Villanova University

Software – What is it? CSC 1051 M.A. Papalaskari, Villanova University

Communicating with a Computer Programming languages –Bridge the gap between human thought and –Computer binary circuitry Programming language: –A series of specifically defined commands –Given by human programmers –To give directions to the digital computers CSC 1051 M.A. Papalaskari, Villanova University

Translation Needed Special program to translate into binary Programmer writes –Source code Translation produces the binary equivalent – Object code The translator is an assembler, compiler, or an interpreter –Takes in the source code –Yields computer understandable instructions CSC 1051 M.A. Papalaskari, Villanova University

Object-Oriented Java is an Object Oriented Language Object-Oriented Languages –Expresses a problem as a series of objects Example student –Once an object / class is created, we can put it on the shelf and use it over and over again –Reuse is what makes Java such a rich language –Many Classes already exist and are in a library for our use

Java A programming language specifies the words and symbols that we can use to write a program A programming language employs a set of rules that dictate how the words and symbols can be put together to form valid program statements The Java programming language was created by Sun Microsystems, Inc. It was introduced in 1995 and it's popularity has grown quickly since CSC 1051 M.A. Papalaskari, Villanova University

Java Program Structure In the Java programming language: –A program is made up of one or more classes –A class contains one or more methods –A method contains program statements These terms will be explored in detail throughout the course A Java application always contains a method called main See Lincoln.java Lincoln.java CSC 1051 M.A. Papalaskari, Villanova University

//******************************************************************** // Lincoln.java Author: Lewis/Loftus // // Demonstrates the basic structure of a Java application. //******************************************************************** public class Lincoln { // // Prints a presidential quote. // public static void main (String[] args) { System.out.println ("A quote by Abraham Lincoln:"); System.out.println ("Whatever you are, be a good one."); }

CSC 1051 M.A. Papalaskari, Villanova University //******************************************************************** // Lincoln.java Author: Lewis/Loftus // // Demonstrates the basic structure of a Java application. //******************************************************************** public class Lincoln { // // Prints a presidential quote. // public static void main (String[] args) { System.out.println ("A quote by Abraham Lincoln:"); System.out.println ("Whatever you are, be a good one."); } Output A quote by Abraham Lincoln: Whatever you are, be a good one.

Java Program Structure public class MyProgram {}{} // comments about the class class header class body Comments can be placed almost anywhere CSC 1051 M.A. Papalaskari, Villanova University

Java Program Structure public class MyProgram {}{} // comments about the class public static void main (String[] args) {}{} // comments about the method method header method body CSC 1051 M.A. Papalaskari, Villanova University

Comments Comments in a program are called inline documentation They should be included to explain the purpose of the program and describe processing steps They do not affect how a program works Java comments can take three forms: // Basic this comment runs to the end of the line /* Basic this comment runs to the terminating symbol, even across line breaks */ /** this is a javadoc comment */ CSC 1051 M.A. Papalaskari, Villanova University

Identifiers Identifiers are the words a programmer uses in a program An identifier can be made up of letters, digits, the underscore character ( _ ), and the dollar sign Identifiers cannot begin with a digit Java is case sensitive - Total, total, and TOTAL are different identifiers By convention, programmers use different case styles for different types of identifiers, such as –title case for class names - Lincoln –upper case for constants - MAXIMUM CSC 1051 M.A. Papalaskari, Villanova University

Identifiers Sometimes we choose identifiers ourselves when writing a program (such as Lincoln ) Sometimes we are using another programmer's code, so we use the identifiers that he or she chose (such as println ) Often we use special identifiers called reserved words that already have a predefined meaning in the language A reserved word cannot be used in any other way CSC 1051 M.A. Papalaskari, Villanova University

Reserved Words The Java reserved words: abstract assert boolean break byte case catch char class const continue default do double else enum extends false final finally float for goto if implements import instanceof int interface long native new null package private protected public return short static strictfp super switch synchronized this throw throws transient true try void volatile while CSC 1051 M.A. Papalaskari, Villanova University

White Space Spaces, blank lines, and tabs are called white space White space is used to separate words and symbols in a program Extra white space is ignored A valid Java program can be formatted many ways Programs should be formatted to enhance readability, using consistent indentation See Lincoln2.java, Lincoln3.java Lincoln2.java Lincoln3.java CSC 1051 M.A. Papalaskari, Villanova University

Program Development The mechanics of developing a program include several activities –writing the program in a specific programming language (such as Java) –translating the program into a form that the computer can execute –investigating and fixing various types of errors that can occur Software tools can be used to help with all parts of this process CSC 1051 M.A. Papalaskari, Villanova University

Programming Languages Each type of CPU executes only a particular machine language A program must be translated into machine language before it can be executed A compiler is a software tool which translates source code into a specific target language Often, that target language is the machine language for a particular CPU type The Java approach is somewhat different CSC 1051 M.A. Papalaskari, Villanova University

Java Translation Java source code Machine code Java bytecode Bytecode interpreter Bytecode compiler Java compiler CSC 1051 M.A. Papalaskari, Villanova University

Development Environments There are many programs that support the development of Java software, including: –Sun Java Development Kit (JDK) –Sun NetBeans –IBM Eclipse –IntelliJ IDEA –Oracle JDeveloper –BlueJ –jGRASP Though the details of these environments differ, the basic compilation and execution process is essentially the same CSC 1051 M.A. Papalaskari, Villanova University

Syntax and Semantics The syntax rules of a language define how we can put together symbols, reserved words, and identifiers to make a valid program The semantics of a program statement define what that statement means (its purpose or role in a program) A program that is syntactically correct is not necessarily logically (semantically) correct A program will always do what we tell it to do, not what we meant to tell it to do CSC 1051 M.A. Papalaskari, Villanova University

Errors A program can have three types of errors The compiler will find syntax errors and other basic problems (compile-time errors) –If compile-time errors exist, an executable version of the program is not created A problem can occur during program execution, such as trying to divide by zero, which causes a program to terminate abnormally (run-time errors) A program may run, but produce incorrect results, perhaps using an incorrect formula (logical errors) CSC 1051 M.A. Papalaskari, Villanova University

Summary Computer processing Data representation A little bit of history Programming and programming languages An introduction to Java CSC 1051 M.A. Papalaskari, Villanova University

Homework Review Chapter 1 –Always do all self-review exercises when you review material Do Exercises EX Read Section 2.1 to prepare for next class CSC 1051 M.A. Papalaskari, Villanova University