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

Answers

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

Assembly language allows for low-level programming that is closer to machine code, giving developers greater control over hardware and system resources, which is essential for system-level programming.

The other options (HTML, JavaScript, and Ruby) are higher-level languages usually used for web development or application development, rather than direct system development.