Computers cannot read high-level programming languages. Explain how a programmer can be understood by a computer.

What will be an ideal response?


First the programmer writes high-level code. Then it gets converted to the computers language when the code is compiled

Computer Science & Information Technology

You might also like to view...

Which is an array called numbers and initialized with the following values?

1.22, 2.12, 1.43, 1.55, 2.04, 1.67. ```A. float numbers = {1.22, 2.12, 1.43, 1.55, 2.04, 1.67}; B. float numbers = [6] {1.22, 2.12, 1.43, 1.55, 2.04, 1.67}; C. float numbers[3] = {1.22, 2.12, 1.43, 1.55, 2.04, 1.67}; D. float numbers[6] = {1.22, 2.12, 1.43, 1.55, 2.04, 1.67};```

Computer Science & Information Technology

When the Conditional Formatting button is clicked the ________ displays

A) Conditional Formatting Rules Manager B) Conditional Formatting Wizard C) Conditional Formatting Input Manager D) Conditional Formatting Grid

Computer Science & Information Technology

Data that is organized in a useful manner is referred to as ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

To delete a hyperlink, right-click it, then click ____________________ Hyperlink.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology