Download Print this page

VTech PreComputer 2000 Manual page 46

Advertisement

TRUTH TABLE FOR "OR" FUNCTION
A
B
T
T
T
F
F
T
F
F
Note that T = TRUE and F = FALSE.
Example:
10 INPUT A,B,C
A ORB
T
T
T
F
20 IF A=B AND B=C THEN PRINT "A=B=C"
30 IF (NOT A=B) OR (NOT B=C) THEN 50
40 END
50 PRINT "A=B=C IS FALSE"
60 END
RUN
? 10
??
5
??
7
A=B=C IS FALSE
45

Advertisement

loading
Need help?

Need help?

Do you have a question about the PreComputer 2000 and is the answer not in the manual?

Subscribe to Our Youtube Channel