Sudoku is a 9×9 logic puzzle. You fill the empty cells so each row, column and outlined 3×3 box contains the digits 1 through 9 exactly once.
Given digits stay fixed. A move is justified by the constraints, so you never need to guess.
A naked single is a cell with one remaining candidate. A hidden single is a digit with only one possible place in a row, column or box, even if that cell has other candidates.
Try these deductions in a free Easy Sudoku puzzle. Use the Notes button to track candidates, or move to Medium Sudoku when you are ready for more candidate work.