Multiple Choice Questions:
A programming language is a computer language that is used by the programmers to develop
a) applications
b) text
c) both a) and b)
Which language uses O's and 1's ?
a) Low level language
b) Machine language
c) None of these
Which mnemonic code is used for subtraction ?
a) SUB
b) ADD
C) MUL
Which of the following languages uses English-like language to write programs?
a) Third generation language b) First generation language
c) both a) and b
Which language is used to make webpages?
a) JAVA Script
b) HTML
c) FORTRAN
Answers
Hey mate here are your answers:-
1.a)application
2.b)Machine language
3.a)SUB
4.a)Third generation language
5.b) HTML
Hope it helps...
Answer:
1) Applications
2) Machine Language
3) SUB
4)Third generation language
5)HTML
Explanation:
A programming language is a computer language that is used by the programmers to develop
Applications
A programming language is a set of rules or instructions which helps the programmers to develop various computer applications. It is usually referred to as the high-level language. Some examples of programming languages are BASIC, COBOL, Java, C, C++, etc
Which language uses O's and 1's?
Machine language
Machine language is the only language that a computer can understand. It is made up of binary numbers or bits.
Which mnemonic code is used for subtraction?
SUB
mnemonic codes are Programming codes that are easy to remember as it resembles the original words. Some examples are ADD for addition and SUB for subtractions etc
Which of the following languages uses English-like language to write programs?
Third generation language
The third level languages allow us to write the computer coding instructions like the normal English language and then translate them to machine language to execute
Which language is used to make web pages?
HTML
HTML, or Hypertext Markup Language, is the primary language used to make web pages.