DOWNLOAD FREE PDF <<CLICK HERE>>
Prefix to Infix Conversion Multiple choice Questions and Answers (MCQs)
Congratulations - you have completed Prefix to Infix Conversion Multiple choice Questions and Answers (MCQs).
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
What would be the solution to the given prefix notation?
- + 5 / 10 5 5
2 | |
5 | |
10 | |
7 |
Question 1 Explanation:
The infix notation of the given prefix notation is 5+10/5-5 which gives us 2 as our answer.
Question 2 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
What would be the solution to the given prefix notation?
/ / / / 16 4 2 1
1 | |
4 | |
2 | |
8 |
Question 2 Explanation:
The infix notation to the given prefix notation is 16/4/2/1 which gives us 1 as our answer. The infix notation is got from the prefix notation by traversing the equation from the right.
Question 3 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
What would be the solution to the given prefix notation?
+ 9 * 3 / 8 4
14 | |
15 | |
18 | |
12 |
Question 3 Explanation:
The infix notation for the given prefix notation is (9+(3*(8/4))) which solves to 15. So 15 is correct answer.
Question 4 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
What would be the solution to the given prefix notation?
- + 1 2 * 3 / 6 2
6 | |
-6 | |
3 | |
-3 |
Question 4 Explanation:
The infix notation for the given prefix notation is (1+2)-3*(6/2). The result of the given equation is -6.
Question 5 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
What would be the solution to the given prefix notation?
- * 1 5 / * / 6 3 6 2
1 | |
0 | |
-1 | |
-2 |
Question 5 Explanation:
The infix notation for the given prefix notation is (1*5)-(6/3)*6/2. The result of the equation is -1.
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 5 questions to complete.