This document provides information about sequential logic circuits. It begins by defining sequential logic circuits as consisting of a combinational circuit with storage elements that provide feedback, causing the output to depend on the sequence of inputs. It describes the main types of sequential circuits as synchronous and asynchronous. It also discusses different types of storage elements including latches and flip-flops. Latches are level sensitive while flip-flops are edge triggered. Specific latch and flip-flop circuits like the SR latch, D latch, and JK flip-flop are described along with their operations.