Question

Which of these programming languages would be BEST suited to system development? (1 point) Responses HTML HTML JavaScript JavaScript assembly language assembly language Ruby Ruby

Answers

GPT-4o mini
The programming language that would be BEST suited to system development from the options provided is **assembly language**.

Assembly language is low-level and provides direct control over hardware, making it ideal for system-level programming, such as operating systems, device drivers, and embedded systems. The other languages listed (HTML, JavaScript, Ruby) are not typically used for system development as they are generally higher-level and abstracted away from direct hardware interaction.

Related Questions