High Level Language II - SS3 ICT Past Questions and Answers - page 1
Which of the following is NOT a classification of High-Level Languages (HLLs)?
Object-Oriented Languages
Functional Languages
Low-Level Languages
Procedural Languages
Which of the following is NOT a classification of High-Level Languages (HLLs)?
Object-Oriented Languages
Functional Languages
Low-Level Languages
Procedural Languages
Which programming language is known for its simplicity and is often used for educational purposes?
C
Java
BASIC
Python
Which programming language is widely used for system programming and embedded systems due to its efficiency?
Python
Pascal
C
Ruby
Which of the following languages promotes strong typing and structured programming?
COBOL
Haskell
Pascal
JavaScript
COBOL is primarily designed for which type of applications?
Scientific computing
Business data processing
Game development
Web development
Which of the following is NOT an advantage of High-Level Languages (HLLs) over Low-Level Languages (LLL)?
Abstraction
Portability
Readability
Direct hardware access
What is one key feature of High-Level Languages (HLLs that makes them more readable than Machine Language (ML)?
They are compiled directly to machine code.
They use a higher level of abstraction.
They are platform-specific.
They are more memory-efficient.
Which type of language is often used for automating tasks and is usually interpreted?
Procedural Language
Object-Oriented Language
Scripting Language
Functional Language
Which High-Level Language is known for its emphasis on good coding practices and teaching programming concepts?
C++
Python
Pascal
Ruby