Difficulty: Easy
Correct Answer: PL/M
Explanation:
Introduction / Context:
During the early microcomputer era, Intel provided a high-level language aimed at firmware and operating system components while still keeping close to the hardware. Recognizing this historical language is part of computer history and systems knowledge.
Given Data / Assumptions:
Concept / Approach:
PL/M (Programming Language for Microcomputers) was developed by Gary Kildall for Intel. It combined high-level constructs with direct access to hardware ports and registers, making it a bridge between assembly and higher-level languages.
Step-by-Step Solution:
Verification / Alternative check:
Classic Intel software and early CP/M components were written in PL/M, confirming its role in the Intel ecosystem.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
PL/M.
Discussion & Comments