This document discusses SR latches using NOR gates. It describes the logic diagram and truth table of an SR latch, showing it is an active high circuit where a 1 on the R input resets Q to 0 and a 1 on the S input sets Q to 1. Simultaneously having both inputs at 1 is forbidden as it causes an unpredictable state. SR latches are level sensitive storage elements unlike flip-flops, so they cannot be used in synchronous circuits but are the building blocks for flip-flops. The document explains how the NOR-based SR latch works and maintains its state while avoiding the forbidden state of both inputs being 1 at the same time.