Question
Determine the expense incurred for enclosing a
rectangular garden with dimensions of 60m in length and 45m in width, at a rate of Rs 15/meter.Solution
ATQ, Perimeter of the rectangular Garden= 2(60 + 45) = 210 m Cost of incurred for enclosing = 210 × 15 = Rs.3150
Which of the following is TRUE for PROM memories?
Which of the following is a challenge in machine translation?
What were the early operating systems commonly known as, and what was their primary function?
What is the primary purpose of virtual memory in an operating system?Â
What is the primary characteristic of the Spiral Model in software development?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â ...
Which is best fit for blank space 15?
Which of the following is a critical component of data protection in both Windows and Unix/Linux environments?Â
What does the term "code optimization" refer to in the context of software development?
Which reasoning technique derives conclusions from general rules to specific cases?