Viruses - PowerPoint PPT Presentation

1 / 20
About This Presentation
Title:

Viruses

Description:

The Project Approach is about letting children control the curriculum ... Get some anchovy. 0100001111111001. lea anchovy,a1. Get some peanut butter. 0100000111111001 ... – PowerPoint PPT presentation

Number of Views:62
Avg rating:3.0/5.0
Slides: 21
Provided by: paulschwa
Category:

less

Transcript and Presenter's Notes

Title: Viruses


1
Viruses
  • By
  • Jami Shimp
  • Paul Schwarzwalder

2
Computers
  • Computers are everywhere
  • We use them every day
  • They are complex

3
(No Transcript)
4
Starting Point
  • To understand the complexity of computers,
    children need to explore hands on.
  • Brainstorm a list of resources available for
    implementing a project

5
Project Approach
  • The Project Approach is about letting children
    control the curriculum
  • Topics are chosen from childrens interests
  • There are three Phases in Project Approach
  • This PowerPoint is meant to be used for any phase
    but could be a initiating event or substitute for
    field site visit
  • For Further information go to http//mypage.iu.edu
    /jlshimp/Bibliography.doc

6
Images of Learning Children
7
Using This PowerPoint
  • Children can not absorb all the information at
    once
  • Use different parts of the slideshow over time
  • Revisit after exploring concepts in classroom
  • Read Speaker Notes Prior to Presentation
  • Use as a resource not lesson

8
Monitor
Keyboard
Mouse
9
(No Transcript)
10
CPU
Memory
11
Hard Drive
Bus
12
Get an instruction
Figure out meaning
Remember result
Get materials needed
Follow the instruction
13
  • public class HelloWorld
  • /
  • Prints the message Hello World to the
  • terminal
  • /
  • public static void main(String argv)
  • System.out.println(Hello World)

14
public class HelloWorld / Prints
the message Hello World to the
terminal / public static void
main(String argv) System.out.println(He
llo World)
15
  • public class HelloWorld
  • /
  • Prints the message Hello World to the
  • terminal
  • /
  • public static void main(String argv)
  • System.out.println(Hello World)

16
SECTION CODE START clr.b d0 moveq 1,d1 lea
message,a0 loop move.b (a0),d0 cmpi.b
0,d0 beq exit trap 15 nop bra
loop exit moveq 0,d1 trap 15 SECTION
DATA message dc.b Hello World,0
17
0100001000000000 0111001000000001 0100000111010000
0001000000000000 0000110000000000 011001110000100
0 0100111001001111 0100111001110001 01100000111110
10 0111001000000000 0100111001001111 100100011001
01110110011011001101111010000010101111101111111001
0110110011001000000000
18
(No Transcript)
19
(No Transcript)
20
(No Transcript)
21
(No Transcript)
22
(No Transcript)
23
(No Transcript)
24
Viruses
  • Viruses are in the computer
  • Viruses come from floppy disks and email
  • Viruses are written in computer languages
Write a Comment
User Comments (0)
About PowerShow.com