What do the db_file_sequential_read and db_file_scattered_read events indicate? | Oracle DBA

The db_fjle_sequential_read event generally indicates index usage and shows an access by rowid while the db_file_scattered_read event indicates full table scan.
A single block is read at one time in the db_file_sequential_read event while multiple blocks are read parallel in the db_file_scattered_read event.