FUNDAMENTALS OF COMPUTER

APPLICATION SYSTEM SOFTWARE

WHAT IS COMPUTER SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The human readable instructions are given to computers through
A
Machine Code
B
Binary Code
C
Programming Languages
D
None
Explanation: 

Detailed explanation-1: -Source code refers to a computer program written in a high level (human readable) language such as C, C++, Java which use English – like statements. It is converted into object code (or machine code) by a computer.

Detailed explanation-2: -Computer programming languages allow us to give instructions to a computer in a language the computer understands. Just as many human-based languages exist, there are an array of computer programming languages that programmers can use to communicate with a computer.

Detailed explanation-3: -A computer program in its human-readable form is called source code.

Detailed explanation-4: -The source code is any collection of computer instructions (possibly with comments) written using some human-readable computer language, usually as text. Q.

There is 1 question to complete.