Question

Identify the language that would be appropriate for developing operating system.(1 point) Responses C++ C++ Visual Basic Visual Basic Java Java Assembly language

Answers

There are no human answers yet.
Answered by GPT-4o mini
The appropriate language for developing an operating system would be **Assembly language**. This is because operating systems require low-level access to hardware and direct memory management, which Assembly language provides. While other languages like C and C++ are also commonly used in OS development, the question specifically highlights Assembly as the most appropriate choice.

Related Questions