Organisation and Structure of Data

?
  • Created by: lisamiles
  • Created on: 26-11-18 09:35
View mindmap
  • Organisation and Structure of Data
    • The nature of data
      • Denary
        • Base 10
      • Binary
        • Base 2
          • Adding Binary
          • Arithmetic shift right
          • Arithmetic shift left
      • Hexadecimal
        • Base 16
      • Conversions
        • Denary - Binary - Hex
        • Hex - Binary - Denary
    • Sound
      • Sampling
        • Sampling frequency
    • Images
      • Pixels
      • Colour depth
      • Vector images
      • Pixelation
      • Metadata
        • Height
        • Width
        • Colour depth
        • Date graphic was made
        • Geographical location
    • Characters
      • Character set
        • ASCII
        • Unicode
      • Data types
        • Integer
        • Real
        • Boolean
        • Character
        • String
      • Data structures
        • Static
          • Array
            • Index
            • One-dimensional array
            • Transversing
            • Insertion
            • Deletion
            • Search
            • Two-dimensional array
        • Dynamic
        • List
        • Records
          • Record structure
          • Key field
          • Files
        • Validation
          • Presence check
          • Length check
          • Format check
          • Type check
          • Range check
        • Verification

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Representing data resources »