MTEL Digital Literacy and Computer Science

Category - Digital Lit and CS

Which of the following lists of programming languages is ordered from lowest level to highest level of abstraction? 
  1. Machine, assembly, procedural, object-oriented.
  2. Object-oriented, machine, procedural, assembly.
  3. Machine, assembly, object-oriented, procedural.
  4. Procedural, assembly, machine, object-oriented.
Explanation
Correct Response: A. Machine language is a sequence of bit patterns, assembly is a low- level language that maps almost directly into machine language, procedural is a high-level language involving subroutines and functions, object-oriented is at the highest level abstraction allowing data and its procedures to be accessible only through the proper channels; all the other answers (B, C, D) are mis-ordered.
Was this helpful? Upvote!
Login to contribute your own answer or details

Top questions

Related questions

Most popular on PracticeQuiz