Question
(A) The new policy will ___________ the existing norms
and bring more clarity to the process. (B) Proper training is required to ___________ the skills of the employees. (i) evaluate (ii) enhance (iii) terminate In the question given below, two sentences with a blank in each are given. The given blanks must be filled with the same word. Select a word or words from the choices below that can be used to fill in both of the given blanks.Solution
"Enhance" means to improve or increase the quality of something, which makes sense in both contexts. "Evaluate" means to assess, which doesn't fit either sentence properly. "Terminate" means to bring to an end, which contradicts the positive context of both sentences.
Consider the following Python code:
import re
text = "apple, banana, cherry. apple pie, banana split."
pattern = r"\bapple\b|\bbana...
Which type of fragmentation is primarily addressed by paging, and which type does paging typically introduce?
Which of the following best describes a cookie in web technology?
What is the primary disadvantage of using open addressing for collision resolution compared to separate chaining, especially when the hash table becomes...
The result of a SQL SELECT statement is a(n) :
Which of the following is a type of polymorphism achieved through method overloading?
An insert(root, value) function for a Binary Search Tree (BST) is implemented recursively. After inserting several elements, a search(root, value) funct...
The Maximum Power transfer theorem states that maximum power is delivered when_______
What is the relationship between encapsulation and abstraction?
In a Selection Sort algorithm, the inner loop finds the index of the minimum element in the unsorted part. Which line correctly completes the if conditi...