Question
Which of the following is NOT identified in the Johari
Window as a situation that can occur as a result of interpersonal communication styles?Solution
The Johari window was created by psychologists Joseph Luft (1916–2014) and Harrington Ingham. The philosopher Charles Handy calls this concept the Johari House with four rooms. Room 1 ( Open or Arena ) is the part of ourselves that we see and others see. Room 2 ( Hidden or Façade ) is the aspects that others see but we are not aware of. Room 3 ( Blind ) is our private space, which we know but keep hiding from others. Room 4 ( Unknown ) is the most mysterious room in that the unconscious or subconscious part of us is seen by neither ourselves nor others.
Which of the following statements about SQL `INDEXES` is generally TRUE?
Which clause is used to sort query results in SQL?
Given a table employees(id, dept_id, salary), which query returns departments with average salary greater than overall average across the company?
Which of the following SQL constructs avoids returning duplicate rows?
What is the primary purpose of a PL/SQL `CURSOR`?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?
Which operator is used for pattern matching in SQL?
Which SQL operator is used to search for a pattern in a column?
Which SQL keyword removes duplicate rows automatically from results?
Which SQL clause is used to group rows?