Yes. Multiple A records for the same hostname implement DNS-based load balancing and redundancy. When a resolver queries the domain, the DNS server returns all A records (usually shuffled), and the client typically uses the first one. This provides basic round-robin load distribution and fault tolerance if one IP goes down.
All questions