SPListItem represents a single row/item in a SharePoint list - it's the object model representation of one list item. Option B is incorrect - SPList represents the entire list, not a single item. Option C is wrong - SPField represents a field/column. Option D is redundant with A.