With AND, items have to satisfy both conditions. In our case, that means students items with major = 'Biology' and year = 1.

Make sure to pick = followed by 'Biology' and then AND, year = 1.