Question
What approximate value will come in place of the
question mark (?) in the following question? (Note: You are not expected to calculate the exact value.) ? = 27.91% of (36.2 × (144.01 + 5.95))ÂSolution
ATQ, ? = 27.91% of (36.2 × (144.01 + 5.95)) ? ~ 28% of (36 × (144 + 6)) ? ~ 28% of (36 × (144 + 6)) ? ~ 28% of (36 × 150) ? ~ 28% of 5400 ? ~ 1512
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Which of the following best explains segmentation in memory management?
Which testing type evaluates internal code logic and control flow?
Which design pattern is most suitable for controlling access to a resource by limiting the number of clients that can use it concurrently?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?
What is the purpose of the keys() method in a dictionary?
Which of the following is a primary feature of Mobile Computing?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Â