Desk Checking - PowerPoint PPT Presentation

1 / 2
About This Presentation
Title:

Desk Checking

Description:

Desk Checking. Looking at a program as if you are the computer. Step through ... But even developers desk check! real real real int int int. Desk Checking Loops ... – PowerPoint PPT presentation

Number of Views:30
Avg rating:3.0/5.0
Slides: 3
Provided by: dickwi5
Category:
Tags: check | checking | desk

less

Transcript and Presenter's Notes

Title: Desk Checking


1
Desk Checking
  • Looking at a program as if you are the computer
  • Step through program line by line
  • Keep track of all constants, variables and output
    values
  • Ensures program is doing what its supposed to.
  • Great way to understand code youre not familiar
    with
  • Helps teach programming basics
  • But even developers desk check!

2
Desk Checking Loops
real real real int int int
Computer Screen
peach plum pear apple banana i
pear 2.0
3.0
0.5
0.0
0
12
0
pear 8.0
1
-2.0
8
2.0
pear 12.0
-22.0
8.0
-2
2
-220.0
12.0
-44
3
pear 16.0
-1980.0
16.0
-660
4
plum -1980.0
-7920
Write a Comment
User Comments (0)
About PowerShow.com