What is the only language that a smartphone or tablet can understand?
(1 point)
Responses
binary
binary
assembly language
assembly language
C++
C++
JavaScript
1 answer
The correct answer is binary. Smartphones and tablets are electronic devices, and their operating systems and software are written in binary code, which is the only language they can truly understand. Assembly language, C++, and JavaScript are high-level programming languages that are used to develop applications for smartphones and tablets, but they need to be compiled or interpreted into binary code for the device to execute them.