Which of the following architecture is suitable for a wide range of data types?
2022
Which of the following architecture is suitable for a wide range of data types?
- A.
IA-32
- B.
ARM
- C.
ASUS firebird
- D.
68000
Attempted by 563 students.
Show answer & explanation
Correct answer: A
The correct answer is IA-32.
IA-32 is Intel's 32-bit x86 architecture. In computer organization, it is commonly cited as an architecture suitable for a wide range of data types because it supports several operand sizes and data forms, such as byte, word, doubleword, quadword-sized operands, integer data, floating-point data, BCD-related operations, and multimedia/SIMD extensions such as MMX/SSE.
ARM is a RISC architecture known for efficiency and low power consumption. It supports common data types, but the standard answer to this question is IA-32 because the question is asking specifically about broad data type support.
ASUS Firebird is not a standard processor architecture.
Motorola 68000 is a 16/32-bit CISC architecture, but it does not provide the same breadth of data type and extension support associated with IA-32 in this context.
Therefore, among the given options, IA-32 is suitable for a wide range of data types.