Which logic gate produces 1 only when ALL inputs are?, OR, NOT, AND, XOR, Which logic gate produces 1 when at least one input is?, OR, NOT, AND, XOR, What does a NOT gate do?, Adds two inputs, Produces the opposite of the input, Produces 1 only when all inputs are 1, Produces 0 always, Which JavaScript operator represents AND?, ||, !, &&, ==, Which JavaScript operator represents OR?, &&, ||, !, !=, What happens when the condition in an if statement is TRUE?, The code inside the if block executes, The program stops, The else block executes, Nothing happens, What happens when the first TRUE condition is found?, All remaining conditions are checked, Its code block executes and the remaining conditions are skipped, The program gives an error, The else block executes, 5 > 3 && 10 < 8, TRUE, FALSE, Error, 0, true || false, TRUE, FALSE, Error, 0

Leaderboard

Visual style

Options

Switch template

Continue editing: ?