1. The document proposes using Tabu Search algorithm for task scheduling in cloud computing environments using CloudSim simulator. It aims to maximize throughput and minimize turnaround time compared to traditional algorithms like FCFS. 2. The methodology section describes how CloudSim simulator works and the components involved in task scheduling. It also provides an overview of how the Tabu Search algorithm guides the search process to avoid getting stuck at local optima. 3. The expected result is that Tabu Search algorithm will provide higher throughput and lower turnaround times for cloud tasks compared to FCFS, as Tabu Search is designed to escape local optima and find better solutions.