Difference between revisions of "Laptop Evaluation"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
getpower [label="get 'em", fontsize="11", shape="diamond"] | getpower [label="get 'em", fontsize="11", shape="diamond"] | ||
poweron [label="Does it power on?", fontsize="11"] | poweron [label="Does it power on?", fontsize="11"] | ||
| − | handwavy [label="Give it to an instructor.", fontsize="11", shape="box", style="bold"] | + | screeny [label="Working screen?", fontsize="11"] |
| + | handwavy [label="Give it to an instructor\nfor Eval2.", fontsize="11", shape="box", style="bold"] | ||
posty [label="Does it post?", fontsize="11"] | posty [label="Does it post?", fontsize="11"] | ||
procclass [label="Proc Class Shown?" fontsize="11"] | procclass [label="Proc Class Shown?" fontsize="11"] | ||
enoughproc [label="P100 or better?" fontsize="11"] | enoughproc [label="P100 or better?" fontsize="11"] | ||
| − | whatzit [label="Boot With Memtest +86 disk" fontsize="11"] | + | whatzit [label="Boot With Memtest \n+86 disk" fontsize="11"] |
record [label="Pull Hard Drive*\nand record info\non keeper sticker" fontsize="11"] | record [label="Pull Hard Drive*\nand record info\non keeper sticker" fontsize="11"] | ||
hdnote [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"] | hdnote [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"] | ||
| − | + | hipower [label="Over 1.Ghz?" fontsize="11"] | |
| + | lockup [label="Give it to an instructor\nfor Lockup.", fontsize="11", shape="box", style="bold"] | ||
recycle [label="RECYCLE the system", fontsize="11", shape="box", style="bold"] | recycle [label="RECYCLE the system", fontsize="11", shape="box", style="bold"] | ||
| − | + | hdsize [label="Hard Drive 2GB or larger?", fontsize="11",] | |
| + | |||
start -> apples | start -> apples | ||
apples -> macpile [label="YES"] | apples -> macpile [label="YES"] | ||
| Line 28: | Line 31: | ||
powerable -> getpower [label="NO"] | powerable -> getpower [label="NO"] | ||
getpower -> poweron | getpower -> poweron | ||
| − | poweron -> posty [label="YES"] | + | poweron -> screeny [label="YES"] |
| + | screeny -> posty [label="YES"] | ||
| + | screeny -> handwavy [label="NO"] | ||
poweron -> handwavy [label="NO"] | poweron -> handwavy [label="NO"] | ||
posty -> procclass [label="YES"] | posty -> procclass [label="YES"] | ||
| Line 35: | Line 40: | ||
procclass -> whatzit [label="NO"] | procclass -> whatzit [label="NO"] | ||
whatzit -> enoughproc | whatzit -> enoughproc | ||
| − | enoughproc -> | + | enoughproc -> hipower [label="YES"] |
enoughproc -> recycle [label="NO"] | enoughproc -> recycle [label="NO"] | ||
| + | hipower -> record [label="NO"] | ||
| + | hipower -> lockup [label="YES"] | ||
record -> hdnote | record -> hdnote | ||
| − | record - | + | record -> hdsize |
} | } | ||
</graphvizr> | </graphvizr> | ||
[[Category: Laptops]] | [[Category: Laptops]] | ||
Revision as of 16:58, 11 June 2006
<graphvizr>
digraph D {
- size="7,10"
start [label="START HERE", fontsize="11", shape="box", style="bold"]
apples [label="Is it an Apple?", fontsize="11"]
macpile [label="Put them in the Mac pile.\nDo not mine.", fontsize="11", shape="box", style="bold"]
powerable [label="Does it have RAM\nand a power supply?", fontsize="11"]
getpower [label="get 'em", fontsize="11", shape="diamond"]
poweron [label="Does it power on?", fontsize="11"]
screeny [label="Working screen?", fontsize="11"]
handwavy [label="Give it to an instructor\nfor Eval2.", fontsize="11", shape="box", style="bold"]
posty [label="Does it post?", fontsize="11"]
procclass [label="Proc Class Shown?" fontsize="11"]
enoughproc [label="P100 or better?" fontsize="11"]
whatzit [label="Boot With Memtest \n+86 disk" fontsize="11"]
record [label="Pull Hard Drive*\nand record info\non keeper sticker" fontsize="11"]
hdnote [label="*If HD hard to remove,\nwipe in system" fontsize="11" shape="diamond"]
hipower [label="Over 1.Ghz?" fontsize="11"]
lockup [label="Give it to an instructor\nfor Lockup.", fontsize="11", shape="box", style="bold"]
recycle [label="RECYCLE the system", fontsize="11", shape="box", style="bold"]
hdsize [label="Hard Drive 2GB or larger?", fontsize="11",]
start -> apples
apples -> macpile [label="YES"]
apples -> powerable [label="NO"]
powerable -> poweron [label="YES"]
powerable -> getpower [label="NO"]
getpower -> poweron
poweron -> screeny [label="YES"]
screeny -> posty [label="YES"]
screeny -> handwavy [label="NO"]
poweron -> handwavy [label="NO"]
posty -> procclass [label="YES"]
posty -> handwavy [label="NO"]
procclass -> enoughproc [label="YES"]
procclass -> whatzit [label="NO"]
whatzit -> enoughproc
enoughproc -> hipower [label="YES"]
enoughproc -> recycle [label="NO"]
hipower -> record [label="NO"]
hipower -> lockup [label="YES"]
record -> hdnote
record -> hdsize
}
</graphvizr>