Multiple choice technology testing x=StrComp("abc","abc") x=??? 0 1 2 3 Reveal answer Fill a bubble to check yourself A Correct answer Explanation StrComp returns 0 when strings are identical. Non-zero values indicate which string sorts before or after the other. This matches standard comparison conventions.