Question
Select the phrase/connector/word-pair from the given
three options to form a single sentence from the two sentences given below, implying the same meaning as expressed in the original sentences. The phrase/connector must appear at the beginning of the final sentence. I. Priya has a degree in psychology from the Harvard University. II. She has the ability to understand people's mind. (i) While (ii) Instead (iii) AsSolution
'While' is used for comparing things, situations, or people and showing how they are different. It can't be used here as both the sentences are linked to each other and are on the same tone. 'Instead' is used for saying that one person, thing, or action replaces another. It will not make the combined sentence grammatically or contextually correct. 'As' is used for giving a reason for something. The first sentence can be the reason for the second sentence. E is the answer. "As Priya has a degree in psychology from the Harvard University, she has the ability to understand people's mind."
In an E-R Diagram, entities are typically represented by:
Which of the following is used to remove all records from a table without removing the table structure?
Which SQL constraint ensures that a column cannot have NULL values?
What will re.findall(r'\d+', 'abc123def45ghi') return?Â
Which SQL command is used to retrieve data from a database?
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which SQL clause is used to group rows based on one or more columns?
Which of the following is not part of the process control block (PCB)?
Given a binary tree, a "zigzag" level order traversal prints the nodes level by level, but alternating the order of nodes from left-to-right and right-t...