Computer Science: An Overview: Global Edition (12th Edition)

Published by Pearson Higher Education
ISBN 10: 1292061162
ISBN 13: 978-1-29206-116-0

Chapter 6 - Programming Languages - Section 6.2 - Traditional Programming Concepts - Questions & Exercises - Page 292: 3

Answer

Integer, float, character, and Boolean see the following image

Work Step by Step

In computer science and computer programming, a data type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. there are $Primitive\ data\ types$ like: Integer, float, character, and Boolean and $Composite \ types$ like: array, set, and Union. and there is another advanced data type like Abstract data types: Examples include: 1- queue is a first-in first-out list. Variations are Deque and Priority Queue. 2- set can store certain values, without any particular order, and with no repeated values. 3- stack is a last-in, first out data structure. 4- tree is a hierarchical structure. 5- graph. 6- list.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.