Question
A circular wire enclosing the area of 9,856 cm² is
bent to form a square. How much area will be enclosed by that wire?Solution
A = π × r2 ⇒ 9,856 = 22/7 × r2 r2 = 9,856 × 7/22 = 3136 r = √ 3136 = 56 cm Circumference = 2 π r = 2 × 22/7 × 56 = 352 cm Hence, perimeter of required square = 4a = 352 cm a = 88 cm Hence, required area = a² = 88 × 88 = 7,744 cm²
Which algorithm is used for minimum spanning tree?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
Which of the following represents the Preorder Traversal of the binary tree given below?
       A       / \      B   C   ...Which of the following correctly describes the primary difference between Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)?
...What is the primary goal of the OWASP Top 10 project?
What is "unit testing" and how does it relate to debugging?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
If a program crashes with a "NullPointerException" (or similar null reference error), what is the most likely cause?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?