1. Before a computer can understand a program it must be ________.
[ A ] Translated into its machine code.
function myFunction(elmnt,clr) {elmnt.style.color = clr;}
[ B ] Translated into a low-level language.
function myFunction(elmnt,clr) {elmnt.style.color = clr;}
[...
Computer Fundamental MCQ Set-4
