logging in or signing up Chapter 1 Introduction to Computers, Programs Part IA kg0000931 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 16 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: January 18, 2012 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Chapter 1 Introduction to Computers, Programs, and Java: 1 Chapter 1 Introduction to Computers, Programs, and JavaWhat is a Computer?: What is a Computer? 2 CPU Input OutputWhat is a Computer?: What is a Computer? 3 CPU InputWhat is a Computer?: What is a Computer? 4 CPU OutputWhat is a Computer?: What is a Computer? 5 CPU Input OutputWhat is a Computer?: 6 What is a Computer?How Data is Stored?: How Data is Stored? 7What is a Computer?: 8 What is a Computer?Programs &Programming Languages: 9 Programs &Programming Languages Machine Language 1101101010011010 Assembly Language Add(R1, R2) High-Level Language SalesTax = Amt * .06; Print Student-DatePrograms &Programming Languages: 10 Programs &Programming Languages Machine Language 1101101010011010 Assembly Language Add(R1, R2) High-Level Language SalesTax = Amt * .06; Print Student-DatePrograms &Programming Languages: 11 Programs &Programming Languages Machine Language 1101101010011010 High-Level Language SalesTax = Amt * .06; Print Student-DateOperating Systems: 12 Operating SystemsWhy Java?: 13 Why Java? Developed by Sun Microsystems (now Oracle) Java is a general purpose programming language. Platform independent Byte Code Java Virtual Machine Interpreted Object Oriented Java is the Internet programming language Java is an Application development languageCharacteristics of Java: 14 Characteristics of Java Java Is Simple Java Is Object-Oriented Java Is Distributed Java Is Interpreted Java Is Robust Java Is Secure Java Is Architecture-Neutral Java Is Portable Java's Performance Java Is Multithreaded Java Is Dynamic Companion Website www.cs.armstrong.edu/liang/intro8e/JavaCharacteristics.pdfJDK Editions: 15 JDK Editions Java Standard Edition (J2SE) J2SE can be used to develop client-side standalone applications or applets. Java Enterprise Edition (J2EE) J2EE can be used to develop server-side applications such as Java servlets and Java ServerPages. Java Micro Edition (J2ME). J2ME can be used to develop applications for mobile devices such as cell phones. This book uses J2SE to introduce Java programming.Popular Java IDEs: 16 Popular Java IDEs Notepad Javac -- the Java compiler MyProgram.java -> javac -> MyProgram.class Java --- the Java Virtual Machine java MyProgram --- executes you program Textpad NetBeans Open Source by Sun Eclipse Open Source by IBMAssignment: Assignment Create accounts for the Book’s online sites (p2 of Syllabus) Videos Text book site Download JDK 7u w/ NetBeans Download Textpad v5.4.2 See Blackboard 17 You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
Chapter 1 Introduction to Computers, Programs Part IA kg0000931 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: (To copy code, click on the text box) Embed: URL: Thumbnail: WordPress Embed Customize Embed The presentation is successfully added In Your Favorites. Views: 16 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: January 18, 2012 This Presentation is Public Favorites: 0 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Chapter 1 Introduction to Computers, Programs, and Java: 1 Chapter 1 Introduction to Computers, Programs, and JavaWhat is a Computer?: What is a Computer? 2 CPU Input OutputWhat is a Computer?: What is a Computer? 3 CPU InputWhat is a Computer?: What is a Computer? 4 CPU OutputWhat is a Computer?: What is a Computer? 5 CPU Input OutputWhat is a Computer?: 6 What is a Computer?How Data is Stored?: How Data is Stored? 7What is a Computer?: 8 What is a Computer?Programs &Programming Languages: 9 Programs &Programming Languages Machine Language 1101101010011010 Assembly Language Add(R1, R2) High-Level Language SalesTax = Amt * .06; Print Student-DatePrograms &Programming Languages: 10 Programs &Programming Languages Machine Language 1101101010011010 Assembly Language Add(R1, R2) High-Level Language SalesTax = Amt * .06; Print Student-DatePrograms &Programming Languages: 11 Programs &Programming Languages Machine Language 1101101010011010 High-Level Language SalesTax = Amt * .06; Print Student-DateOperating Systems: 12 Operating SystemsWhy Java?: 13 Why Java? Developed by Sun Microsystems (now Oracle) Java is a general purpose programming language. Platform independent Byte Code Java Virtual Machine Interpreted Object Oriented Java is the Internet programming language Java is an Application development languageCharacteristics of Java: 14 Characteristics of Java Java Is Simple Java Is Object-Oriented Java Is Distributed Java Is Interpreted Java Is Robust Java Is Secure Java Is Architecture-Neutral Java Is Portable Java's Performance Java Is Multithreaded Java Is Dynamic Companion Website www.cs.armstrong.edu/liang/intro8e/JavaCharacteristics.pdfJDK Editions: 15 JDK Editions Java Standard Edition (J2SE) J2SE can be used to develop client-side standalone applications or applets. Java Enterprise Edition (J2EE) J2EE can be used to develop server-side applications such as Java servlets and Java ServerPages. Java Micro Edition (J2ME). J2ME can be used to develop applications for mobile devices such as cell phones. This book uses J2SE to introduce Java programming.Popular Java IDEs: 16 Popular Java IDEs Notepad Javac -- the Java compiler MyProgram.java -> javac -> MyProgram.class Java --- the Java Virtual Machine java MyProgram --- executes you program Textpad NetBeans Open Source by Sun Eclipse Open Source by IBMAssignment: Assignment Create accounts for the Book’s online sites (p2 of Syllabus) Videos Text book site Download JDK 7u w/ NetBeans Download Textpad v5.4.2 See Blackboard 17