Question
A particle moving in a straight line with uniform
acceleration covers distances 5 m, 9 m, and 13 m in the 1st, 2nd, and 3rd second of motion respectively. What is its acceleration?Solution
We are given the distances covered in the 1st, 2nd, and 3rd seconds of motion: s₁ = 5 m (1st second) s₂ = 9 m (2nd second) s₃ = 13 m (3rd second) For uniformly accelerated motion, the distance covered in the n-th second is given by: sₙ = u + a/2 (2n - 1) Let’s apply this for each second: First second: s₁ = u + (a/2)(2×1 – 1) = u + (a/2) Second second: s₂ = u + (a/2)(3) = u + (3a/2) Third second: s₃ = u + (a/2)(5) = u + (5a/2) Now subtract: s₂ – s₁ = (u + 3a/2) – (u + a/2) = a ⇒ 9 – 5 = a = 4 m/s²
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks { Stacks1 = new Stack <>... Which of the following is the most critical success factor for the implementation of a Decision Support System (DSS) within an organization?
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
Which network topology ensures full redundancy but is highly expensive and complex to implement?
Which search algorithm is complete but not always optimal?
Which of the following is an example of an emerging technology that is most likely to impact the future of computing?
Which of the following best explains segmentation in memory management?
Which SQL query will retrieve the second highest salary from an Employee table?