Type Checking, Storage Management, Elementary Types

Static type checking

Dynamic type checking

Storage management

garbage -- lose path, before storage retrieved

dangling reference -- recover storage and fail to destroy path

Data Representation:

Elementary Types

Boolean

char: byte -- 256


integer:

binary representation - integers:

real:

binary representation - reals:


Return to CIS 350 Index Page