A Karnaugh map or Kmap is a table, in which each cell contains a bit and represents a single row from an expression's truth table. Kmaps are an easy tool for simplifying expressions.
Here is how empty Kmaps for 2, 3, and 4-variable expressions look like:
A 2-variable expression Kmap. Based on this website.
A 3-variable expression Kmap. Based on this website.
A 4-variable expression Kmap. Based on this website.