Covert Action Wiki
Advertisement
Electronics Crossover Large

A Crossover Chip.

A Crossover Chip is one of the possible Logic Chips that appear in the Electronics Mini-Game.

This chip switches both paths without altering their status.

Action[]

The Crossover Chip takes electricity (or lack thereof) from the bottom input and sends it out the top output, while taking the top input and sending it out the bottom output. In essence, the paths have been switched without interfering with the signal on each path.

Expression[]

The logic of a Crossover chip can be expressed using the following pseudo code:

Top_Output = Bottom_Input;
Bottom_Output = Top_Input;

Possible Outcomes[]

Possibility #1
Input Chip Output
Electronics SafeWire Large Electronics Crossover LargeClean Electronics SafeWire Large
Electronics SafeWire Large Electronics SafeWire Large
Since no electricity flows in either wire, no electricity goes out on either wire.
Same result as:


Possibility #2
Input Chip Output
Electronics LiveWire Large Electronics Crossover LargeClean Electronics SafeWire Large
Electronics SafeWire Large Electronics LiveWire Large
Electricity flows in the top wire, and is sent out the bottom wire.
Same result as:


Possibility #3
Input Chip Output
Electronics SafeWire Large Electronics Crossover LargeClean Electronics LiveWire Large
Electronics LiveWire Large Electronics SafeWire Large
Electricity flows in the bottom wire, and is sent out the top wire.
Same result as:


Possibility #4
Input Chip Output
Electronics LiveWire Large Electronics Crossover LargeClean Electronics LiveWire Large
Electronics LiveWire Large Electronics LiveWire Large
Electricity is fed in on both wires, so after switching them it still flows out on both wires.
Same result as:
Advertisement