What is case-sensitive in coding?renutyagi (66)in #prameshtyagi • 8 years ago Case-sensitive programs are those programs that only respond to codes in uppercase. A computer will respond differently to RUN than run and case-insensitive programs are ones that don’t use the uppercase and lowercase mechanic. #coding #programming #computers