Which of the following computer languages is/are assembly language(s)?<br>1. Python<br>2. Java<br>3. x86<br>4. MIPS<br>Select the answer using the codes given below:
- A. 1 only
- B. 2 and 3 only
- C. 3 and 4 only ✓
- D. 1, 3 and 4
Correct Answer: C. 3 and 4 only
Explanation
Python and Java are high-level programming languages, whereas x86 and MIPS are low-level assembly languages (instruction set architectures).
Related questions on Computer Science
- Which of the following statements, as per the Information Technology Act, 2000, is/are correct? 1. This Act provides that electronic signatu...
- Which language uses the symbolic representation of machine codes needed to program a particular processor or processor family?
- What are the uses of software ports? 1. Connect client computer to server 2. Connect external devices to computer 3. Identify different serv...
- Assuming the computer is a 4-bit computer, what result is produced after subtraction of 3 from 5 using the 2's complement representation?
- Which one of the following is <strong>NOT</strong> a logical operator?