10 sys ("command.com /c cls")
11 print " what grade are you in?"
12 input num1
13 if (num1)= 9 then goto 40
15 if (num1)= 10 then goto 60
17 if (num1)= 11 then goto 80
19 if (num1)= 12 then goto 100
20 if (num1)> 12 then goto 120
30 if (num1)< 9 then goto 140
40 print " freshmen? sucks to be you right now"
50 goto 160
60 print " sophmore? have fun"
70 goto 160
80 print " junior? you have so much to do"
90 goto 160
100 print " senior? have fun!!!"
110 goto 160
120 print "sorry, cant tell you"
130 goto 160
140 print "sorry, i dont know what grade your in"
150 goto 160
160 end
Thursday, June 11, 2009
assignment 3
10 sys ("command.com /c cls")
11 print " what grade are you in?"
12 input num1
13 if (num1)= 9 then goto 40
15 if (num1)= 10 then goto 60
17 if (num1)= 11 then goto 80
19 if (num1)= 12 then goto 100
40 print " freshmen? sucks to be you right now"
50 goto 160
60 print " sophmore? have fun"
70 goto 160
80 print " junior? you have so much to do"
90 goto 160
100 print " senior? have fun!!!"
110 goto 160
160 end
11 print " what grade are you in?"
12 input num1
13 if (num1)= 9 then goto 40
15 if (num1)= 10 then goto 60
17 if (num1)= 11 then goto 80
19 if (num1)= 12 then goto 100
40 print " freshmen? sucks to be you right now"
50 goto 160
60 print " sophmore? have fun"
70 goto 160
80 print " junior? you have so much to do"
90 goto 160
100 print " senior? have fun!!!"
110 goto 160
160 end
Wednesday, June 10, 2009
Basic IF
the if statement tells you if your statement is wrong or right
it can be use as a calculator
the guessing my number tells you if you have guessed a number right and if you guessed wrong then you have to keep guessing.
ex
10 sys ("command.com /c cls")
12 print "guess a number from 1-10"
14 input num1
20 IF (num1) = 9 THEN GOTO 50
30 PRINT " tight"
40 GOTO 60
50 PRINT " you got lucky "
60 end
it can be use as a calculator
the guessing my number tells you if you have guessed a number right and if you guessed wrong then you have to keep guessing.
ex
10 sys ("command.com /c cls")
12 print "guess a number from 1-10"
14 input num1
20 IF (num1) = 9 THEN GOTO 50
30 PRINT " tight"
40 GOTO 60
50 PRINT " you got lucky "
60 end
Wednesday, May 13, 2009
Monday, May 4, 2009
Tuesday, April 28, 2009
worksheet
A type of application program which manipulates numerical and string data in rows and columns of cells. The value in a cell can be calculated from a formula which can involve other cells. A value is recalculated automatically whenever a value on which it depends changes. Different cells may be displayed with different formats.
workbook
Monday, April 6, 2009
window
title bar
taskbar
menu bar
Friday, April 3, 2009
the most accessible os
the most accessible OS in my opinion to use is window xp. its original and easy to use. it is also very easy for physical disable people, for people who cant talk, hear and etc.... should use this because its very easy and understandable to use. this os is also very fast.
Tuesday, March 31, 2009
system software
utility software
user interface
Monday, March 30, 2009
guis
operating system
Subscribe to:
Posts (Atom)