Practice Worksheet-Datatypes Answers Rushabh 8B6
Practice Worksheet-Datatypes Answers Rushabh 8B6
Practice Worksheet-Datatypes Answers Rushabh 8B6
COMPUTER SCIENCE
Term II, 2020-21
YEAR:08
Starting Activity
Find out where the name ‘Boole’ came from and what a ‘Boolean variable’ is. Write
your answer(s) in the space below:
In computer science, the Boolean data type is a data type that has one of two possible values
which is intended to represent the two truth values of logic and Boolean algebra. It is named after
George Boole, who first defined an algebraic system of logic in the mid 19th century.
Hint: Quotation marks are used to show the start and end point of a string, e.g. “this is a
string”
Task 3 / Extension
Continue with your story. Try to include at least one string, one integer and one floating
data type in your variables (you will struggle to use Boolean).