CIT341 Question: Which of the following is a valid value in Boolean data type ? Answer: ALARM Question: What is the output after executing the following code fragment: int [] x = {1,2,3,4,51; System.out.println(x[0]) Answer: 1 Question: Which of the …