A control program is basically a computer system which receives data from sensors and sends it to the output device, after being converted by the data converter box. Computers are now used to control many things such as heating system, burgal alarm, traffic lights, etc.
A control system sample diagram (From bbc)
Computer Control is:
• Robotic
• System that works without human
• Automatic System
Computer control is similar to other Syntax (computer languages) such as Java, HTML, etc.
2nd Febuary 2012
Acronyms:
• ADC - Analog-to-Digital Converter
• DAC - Digital-to-Analog Converter
• Algorithm - a step-by-step procedure for calculations
Code for colored house (Your house must be done first)
setfloodcolor [255 0 0]
fd 50
fd 10
fd 50
fill
bk 100
rt 90
fd 10
setfloodcolor [205 175 149]
fill
fd 50
setfloodcolor [0 255 0]
fill
It would be the same as Soha's. I agree with Soha
I should have grouped the layers which I forgot to do. Other than that, there was only one point left - attaching text to paths.
Control Programs
A control program is basically a computer system which receives data from sensors and sends it to the output device, after being converted by the data converter box. Computers are now used to control many things such as heating system, burgal alarm, traffic lights, etc.Computer Control is:
• Robotic
• System that works without human
• Automatic System
Computer control is similar to other Syntax (computer languages) such as Java, HTML, etc.
2nd Febuary 2012
Acronyms:
• ADC - Analog-to-Digital Converter
• DAC - Digital-to-Analog Converter
• Algorithm - a step-by-step procedure for calculations
Logo
Vocabulary:- command
- argument
- procedure
- turtle
Basic commands:- fd & bk (Forward & Backward)
- lt & rt (Left & Right)
- pu & pd (Pen Up & Pen Down)
Logo help url:http://derrel.net/ep/logo/logo_com.htm
3 New Things I learned today:
• DAC & ADC
• Color commands in Logo / Other many more commands such as SetPenSize, SetPC, PE, etc.
• Reuseability in Programming
Logo Powerpoint
The 'T' Circle
Code (Copy the code into Edall, save it and type in 'tlol' :
to tlol
repeat 8 [fd 50
lt 90
fd 20
rt 90
fd 20
rt 90
fd 60
rt 90
fd 20
rt 90
fd 20
lt 90
fd 50
rt 90
fd 20
lt 10]
end
Code for colored house (Your house must be done first)
setfloodcolor [255 0 0]
fd 50
fd 10
fd 50
fill
bk 100
rt 90
fd 10
setfloodcolor [205 175 149]
fill
fd 50
setfloodcolor [0 255 0]
fill
The Robot(Unfinished)
Code:
to robot
square 100 rt 90 fd 80 rt 90 square 50 fd 50 pu lt 90 fd 25 rt 90 pd square 100 fd 100 rt 90 fd 25 lt 90 square 25 fd 25 square 15 fd 15 square 35 bk 35 bk 15 fd 10 rt 90 fd 25 lt 90 square 25 fd 25 square 15 fd 15 square 35 rt 90 pu rt 90 fd 50 fd 50 fd 50 fd 100 rt 90 fd 30 fd 10 fd 5 pd square 15 fd 15 rt 90 fd 15 square 25 fd 25 square 15 pu lt 90 lt 150 lt 30 fd 20 fd 50 fd 30 fd 20 bk 5 rt 90 fd 15 fd 15 lt 90 square 15 pd square 15 rt 90 rt 90 rt 90 square 25 fd 25 square 15 rt 90 rt 90 fd 50 fd 10 fd 10 fd 5 rt 90 fd 45 lt 90 square 25 fd 25 square 40 pu bk 100
end
to square :lenght
repeat 4[fd :lenght rt 90]
end
Computer Shop Logo
Computer Shop Spreadsheet
2 New things I learned today:
1. Data Types
2. Adding / Deleting record
Jooleem Game Score:
Database for Books:
Queries in Database proof:
Reports:
Validation Rule:
Animation Assessment
Banner Review:
Plan for Banner:
Spreadsheet Assessment
Graphics Assessment
Exam
peer assesment
self-assessment:
It would be the same as Soha's.
I agree with Soha
I should have grouped the layers which I forgot to do. Other than that, there was only one point left - attaching text to paths.
Flash Presentation