Question
Identify the language that would be appropriate for developing operating system.(1 point)
Responses
C++
C++
Java
Java
Assembly language
Assembly language
Visual Basic
Visual Basic
Responses
C++
C++
Java
Java
Assembly language
Assembly language
Visual Basic
Visual Basic
Answers
GPT-4o mini
The most appropriate language for developing an operating system from the options provided is **C** (though it is not explicitly listed, it's commonly intertwined with C++), followed by **Assembly language**. However, since only C++ and Assembly language are noted, I would recommend **Assembly language** as it allows for low-level programming and direct hardware manipulation, which is crucial in OS development.