This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
6 - Regular Languages MatchUp
Target Level
C
Running Total
0
0%
Attempt
1 of 3
Click on a top box, then click on its match below. Or, drag a top box and drop it onto the correct match. Match all pairs before clicking ‘Check’.
{0, 2, 4, 6}
{1, 2, 3, 4, 5}
{0, 1}
{1, 2, 3}
{ }
{1, 3, 5}
{2, 3, 4, 5, 6}
Given the set A = {1, 2, 3, 4, 5}, what would be the contents of the set { x ∈ A | x ≥ 1 }
Given the set A = {0, 1, 2, 3, 4, 5, 6}, identify the contents of the set { x ∈ A | x ≤ 1 }
Given the set A = {1, 2, 3, 4, 5}, identify the contents of the set { x ∈ A | x + x < 1 }
Given the set A = {0, 1, 2, 3, 4, 5, 6}, identify the contents of the set { x | x ∈ A ∧ x MOD 2 = 1 }
Given the set A = {1, 2, 3, 4, 5, 6}, identify the contents of the set { x ∈ A | x2 < 15 }
Given the set A = {0, 1, 2, 3, 4, 5, 6}, identify the contents of the set { x | x ∈ A ∧ x MOD 2 = 0 }
Given the set A = {2, 3, 4, 5, 6}, identify the contents of the set {x ∈ A | x ≥ 1 }