Predicting Output from Triple Module Redundancy System

  • Thread starter Thread starter aceminer
  • Start date Start date
  • Tags Tags
    module
AI Thread Summary
In a system utilizing triple modular redundancy, three modules compute the same function on a 16-bit input. Given outputs a, b, and c, the goal is to determine the most likely correct output based on the assumption that zero errors occur frequently, one error is rare, and two or more errors are almost never expected. The outputs are analyzed bit by bit, considering the possibility of errors in the outputs. The discussion raises a question about whether the gates connecting the modules are AND gates, suggesting that the type of gate could influence the output determination process. The analysis focuses on identifying the correct output by examining the consistency of bits across the three outputs.
aceminer
Messages
1
Reaction score
0
Code:
Referring to figure Q5, which shows triplemodule
redundancy, assume that each module is configured to
calculate the same function y=f(x) on 16bit
input word x. Without knowing what is the value of x, and without
knowing the exact function f() that each module implements, determine the most likely correct output from
this system given the following information:
Output a=0001 1010 1111 1011
Output b=0010 1101 0000 0111
Output c=1000 0111 0000 1101


Hi guys, can someone explain to me what is going on. I have no clue of what does the question want. I am unable to copy down the diagram. But each module is connected to an AND gate.

Such that a AND b, b AND c, a AND c

and I would have to tell which is the correct output.
 
Computer science news on Phys.org
With triple modular redundancy they assume:
zero errors happen most of the time,
one error happens rarely and
two or more errors happen almost never, you sometimes or often assume this never happens.

So if you look at your outputs I think you should be trying to look at each column.
If you do that and you use the assumptions above then what do you get?

Different issue, are you sure those are AND gates and not XOR or XNOR gates?
You might want to think why I would ask a question like that.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Back
Top