Introduction
Introduction
• High Level…. ?
• Platform Independent…?
• Object Orientation…?
Computer language hierarchy :
(Higher is the language ‘lower’ is the complexity
, at highest level the language will be simplest)
• High-Level language (java, c, c++…)
• Assembly Language
• Machine Language
• Hardware
Example
• In high level language if we want to store 23 in a
location in ram, then we just have to give the location a
name like “location” and then
Location = 23; (simplest)