Given two sets A={q,w,e,r,t,y} & B={r,t,y,u,i}
Now, let's look at the operations one by one.
1. A∪B is set of all elements of A & B
⇒A∪B={q,w,e,r,t,y,u,i}
2. A∩B is set of all common elements of A & B
⇒A∩B={r,t,y}
3. A−B is set of all elements in A but not in B
⇒A−B={q,w,e}
4. B−A is set of all elements in B but not in A
⇒B−A={u,i}