January 16, 2019Conditional / Expression Quiz Please take this 33 question quiz. Mark the evaluation of the expression. If it is true or false select that value, if it is a number select that value. The variables referenced in the questions and their values will be seen in a floating box on the right hand of your screen. Drag it where you desire for easy reference. Once a question is answered, there will be immediate feedback explaining the answer. Variables a = 2 b = 3 c = 4 d = 5 e = 10 num1 = 19 num2 = 38 Name* First Last num2 % 2 > 0Is this expression true or false? True False num2 % num1 == 0Is this expression true or false? True False num1 % b == 0Is this expression true or false? True False num2 % 2 == 0Is this expression true or false? True False b % 2What is the value of this expression? 0 1 c != dIs this expression true or false? True False b % 2 > 0Is this expression true or false? True False c % 2What is the value of this expression? 0 1 b % 10What is the value of this expression? 0 1 2 3 4 5 6 7 8 9 a == bIs this expression true or false? True False e % 2What is the value of this expression? 0 1 a % 2What is the value of this expression? 0 1 num1 % 2 == 0Is this expression true or false? True False num1 % b > 0Is this expression true or false? True False num1 % 10What is the value of this expression? 0 1 2 3 4 5 6 7 8 9 e < dIs this expression true or false? True False num1 % 2 > 0Is this expression true or false? True False a % 2 == 0Is this expression true or false? True False d % 10What is the value of this expression? 0 1 2 3 4 5 6 7 8 9 e - d >= c + 1Is this expression true or false? True False num1 >= c * dIs this expression true or false? True False num1 % 2What is the value of this expression? 0 1 d == (num1 + 1) / cIs this expression true or false? True False a + b >= dIs this expression true or false? True False a % 2What is the value of this expression? 0 1 e % 10What is the value of this expression? 0 1 2 3 4 5 6 7 8 9 num2 % 10What is the value of this expression? 0 1 2 3 4 5 6 7 8 9 num2 % 2What is the value of this expression? 0 1 d % 2What is the value of this expression? 0 1 5*c < num1Is this expression true or false? True False e/a == dIs this expression true or false? True False 2 * a + 1 < cIs this expression true or false? True False num2 % b > 0Is this expression true or false? True False CommentsThis field is for validation purposes and should be left unchanged.