Download presentation
Presentation is loading. Please wait.
1
What is a program? IT skills: none IT concepts: computer components, program, executing (running) a program, algorithm, information flow inside the computer, operating system, program and data, multitasking, virtualization This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
2
Where does this topic fit? Internet concepts – Applications – Technology – Implications Internet skills – Application development – Content creation – User skills
3
Applications require programs
4
Combine Coca-Cola and buttermilk; set aside. Beat butter at low speed with an electric mixer until creamy. Gradually add sugar; beat until blended. Add egg and vanilla; beat at low speed until blended. Combine flour, cocoa, and soda. Add to butter mixture alternately with cola mixture; begin and end with flour mixture. Beat at low speed just until blended. Pour batter into a greased and floured 13- x 9-inch pan. Bake at 350° for 30 to 35 minutes. Remove from oven; cool 10 minutes. Recipes are lists of instructions for chefs
5
1.Display “Do you like me?” 2.Input likeme 3.If likeme = “yes” display “I like you too!” 4.If likeme = “no” display “You are ugly!” 5.Stop Programs are lists of instructions for computers What will happen when this program is executed?
6
Do you like me? _ 1.Display “Do you like me?” 2.Input likeme 3.If likeme = “yes” display “I like you too!” 4.If likeme = “no” display “You are ugly!” 5.Stop
7
1.Display “Do you like me?” 2.Input likeme 3.If likeme = “yes” display “I like you too!” 4.If likeme = “no” display “You are ugly!” 5.Stop Do you like me? yes I like you too! stop
8
1.Display “Do you like me?” 2.Input likeme 3.If likeme = “yes” display “I like you too!” 4.If likeme = “no” display “You are ugly!” 5.Stop Do you like me? Yep What will happen if the user types “yep?”
9
1.Display “Do you like me?” 2.Input likeme 3.If likeme = “yes” display “I like you too!” 4.If likeme = “no” display “You are ugly!” 5.Stop Do you like me? yep stop
10
Al-Khwarizmi Al-Khwarizmi – gave us the term “algorithm”
11
Want to learn more? Start programming – 20 lessons, one hour20 lessons, one hour Empezar a programar - 20 lecciones en una hora20 lecciones en una hora
12
Let’s look inside the computer Memory CPU Storage devices (programs and data) Input devices Output Devices
13
Operating system (master control program) Application program Application data What is in memory?
14
Operating system (master control program) Application program Application data Our example Display “Do you like me?” Input likeme If likeme = “yes” display “I like you too!” If likeme = “no” display “You are ugly!” Stop Likeme: yes
15
Running Word What would be in memory?
16
Program, data and operating system How would this diagram change if we were running both Excel and Word?
17
Operating system (master control program) Program Data Multitasking Program Data
18
ProgDoc Operating system 2...ProgDoc Operating system 3...ProgDoc Operating system 1 … Virtualization
19
Windows and Mac OS-X Virtualization is used primarily on servers.
20
Summary Do you like me? _
21
1.What would be displayed if the user of our simple program example had entered “no” when the computer asked “do you like me”? 2.What would be displayed if the user entered “for sure”? 3.What if the user answered in capital letters, “YES”? 4.We used Microsoft Word as an example word processing program – is Word a network application? (Explain) 5.When you type text into a word processing program, is it displayed before it is put in memory or put in memory then displayed? (Explain). 6.We saw that a program must be in memory if it is to be executed. When using Microsoft’s Windows operating system, how do you cause a program to be loaded from storage to memory and executed? (Hint: what do you do to cause Microsoft Word to be loaded into memory from storage). 7.We saw that data like word processing documents are copied from memory to storage when they are finished. If you create a document using Microsoft Word, how do you get the computer to store it? 8.Is the operating system hardware or software? (Explain) 9.Are the examples in this presentation network-based programs or stand- alone? Self-study questions
22
A taste of programming – interactive tutorial: http://www.codecademy.com/ More programming tutorials: http://www.w3schools.com/ Resources
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.