0% found this document useful (0 votes)
34 views

Unit 6 - Data Types

This document defines and describes various data types including array, ASCII, binary, boolean, character, data type, denary, floating point, hash table, hexadecimal, integer, linked list, list, queue, record, signed and magnitude negative binary, signed binary, stack, string, tuple, two's complement negative binary, unicode, and unsigned binary. It provides brief explanations of each data type.

Uploaded by

rich steed
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Unit 6 - Data Types

This document defines and describes various data types including array, ASCII, binary, boolean, character, data type, denary, floating point, hash table, hexadecimal, integer, linked list, list, queue, record, signed and magnitude negative binary, signed binary, stack, string, tuple, two's complement negative binary, unicode, and unsigned binary. It provides brief explanations of each data type.

Uploaded by

rich steed
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 22

ARRAY

• Data structure used to store one or more rows of values that share
the same data type

A2 Computer Science keywords Data Types


ASCII
• Simple character set that can represent 128 different characters

A2 Computer Science keywords Data Types


BINARY
• Number system in base 2 that computers use to represent data and
instructions

A2 Computer Science keywords Data Types


BOOLEAN
• Data type that can only store one of two values

A2 Computer Science keywords Data Types


CHARACTER
• Data type that stores a single symbol

A2 Computer Science keywords Data Types


DATA TYPE
• Property of a particular piece of data that specifies how the data
should be treated

A2 Computer Science keywords Data Types


DENARY
• Number system in base 10

A2 Computer Science keywords Data Types


FLOATING POINT
• Data type that stores a decimal number

A2 Computer Science keywords Data Types


HASH TABLE
• Data structure that maps values to keys, where the key for a value is
generated by applying an algorithm to that value

A2 Computer Science keywords Data Types


HEXADECIMAL
• Number system in base 16 where each digit represents four binary
digits

A2 Computer Science keywords Data Types


INTEGER
• Data type that stores a whole number

A2 Computer Science keywords Data Types


LINKED LIST
• List that uses pointers to refer to the location of other elements of the
list, allowing it to be reordered without creating a new list

A2 Computer Science keywords Data Types


LIST
• Collection of data elements of the same data type QUEUE Data
structure where elements are removed in the order in which they are
added

A2 Computer Science keywords Data Types


RECORD
• Data structure that permits a combination of different data types

A2 Computer Science keywords Data Types


SIGN AND MAGNITUDE NEGATIVE
BINARY
• Signed binary that has a 0 added to the front if the value if positive, or
a 1 added to the front if the value is negative

A2 Computer Science keywords Data Types


SIGNED BINARY
• Binary values that can store both positive and negative values

A2 Computer Science keywords Data Types


STACK
• Data structure where only the most recently added element can be
removed

A2 Computer Science keywords Data Types


STRING
• Data type that can store a series of characters

A2 Computer Science keywords Data Types


TUPLE
• An ordered list of elements, used to store the data for each record in
a database

A2 Computer Science keywords Data Types


TWO'S COMPLEMENT NEGATIVE BINARY
• Signed binary that converts between negative and positive values by
flipping all bits and adding 1

A2 Computer Science keywords Data Types


UNICODE
• Industry-standard character set that can represent thousands of
different characters

A2 Computer Science keywords Data Types


UNSIGNED BINARY
• Binary values that can store only positive values

A2 Computer Science keywords Data Types

You might also like