Answer:
The answer to this question is given below in the explanation section.
Explanation:
First, we need to convert these hexadecimal numbers into decimal numbers, then we can easily identify which one is the lowest hexadecimal.
The hexadecimal numbers are F2, 81, 3C, and 39.
F2 = (F2)₁₆ = (15 × 16¹) + (2 × 16⁰) = (242)₁₀
81 = (81)₁₆ = (8 × 16¹) + (1 × 16⁰) = (129)₁₀
3C = (3C)₁₆ = (3 × 16¹) + (12 × 16⁰) = (60)₁₀
39 = (39)₁₆ = (3 × 16¹) + (9 × 16⁰) = (57)₁₀
The 39 is the lowest hexadecimal number among the given numbers.
Because 39 hex is equal to 57 decimal.
39 = (39)₁₆ = (3 × 16¹) + (9 × 16⁰) = (57)₁₀
I’d also say B, which is 2
Answer:
system software is the software which control overall operation of the computer . For eg. Ms.dos ,window 2003 ,etc whereas application software is a software which work on the top of operating system to solve number of problems .For eg. Ms.word,Ms.excel,etc
<span>Two-tiered client/server architecture.
The two-tier is based on Client Server architecture. The two-tier architecture is like client server application. The direct communication takes place between client and server. There is no intermediate between client and server. Because of tight coupling a 2 tiered application will run faster</span>