Question
Perimeter of a square shaped plot is 160 metres and the
area of a rectangular plot is 66% more than that of the square shaped plot. Find the area (in m2) of a rectangular plot?Solution
Perimeter of square shaped plot = 160 metres Let length of each side of the square shaped plot be ‘a’ metres. So, 4a = 160 Or, a = 40 Area of square shaped plot = 40 × 40 = 1600 m2 Area of rectangular plot = 1.66 × 1600 = 2656 m2
What is the primary purpose of Continuous Integration (CI) in software development?Â
A process makes a system call to request a resource. If the resource is unavailable, the process will typically transition to which state?
Which statement is FALSE about open loop system?
What does "optimal substructure" mean in the context of Dynamic Programming?
What is the primary disadvantage of using an array as a data structure?
A system call is typically implemented as a(n):
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â
Which of the following is an example of SaaS?
Consider the following JSON object:
json
{
 "user": {
  "id": "u123",
  "name": "Alice",
  "age"...
In AJAX (Asynchronous JavaScript and XML), which of the following properties must be set to true to prevent the browser from waiting for the response be...