QUESTION IMAGE
Question
high-level programming languages are designed to be:
easier for humans to read and write
very difficult for humans to read
made only of numbers
only used by specific computers
High - level programming languages (like Python, Java) are created with the goal of being user - friendly. They use syntax that is more similar to natural language and have more abstracted constructs compared to low - level languages. This makes them easier for humans to understand, read, and write code in. The option “very difficult for humans to read” is wrong because high - level languages are meant to be accessible. “Made only of numbers” is incorrect as high - level languages use keywords, variables, etc., not just numbers. “Only used by specific computers” is also wrong as high - level languages are generally platform - independent (or at least more so than low - level languages) and can be used across different computer systems with appropriate compilers/interpreters.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. easier for humans to read and write