Many different data types can be stored on a computer system. Five common data types are string, Boolean, real, character and integer. Give suitable examples of data that could be held in each data type.

The correct answer for this question which is GCSE Computer Science example is:String - example: "University"Boolean - example: FALSE, TRUE, 0, 1. Real - example: 1.1Char - example: "P"Int (integer) - example: 100

Related HTML and CSS Mentoring answers

All answers ▸

How can I express x^2 - 7*x + 2 as (x - p)^2 + q ?


What is the behaviourism?


How would you structure a table in HTML?


What's wrong with the following HTML markup: <p style"font-size:10px;">Copyright <span>2015</span></p>?