One listening technique is _______, where you respond with similar words and phrases to demonstrate your understanding

Fill in the blank(s) with correct word


paraphrasing.Two other techniques are repeating and reflecting.

Computer Science & Information Technology

You might also like to view...

Write a Java statement to recover the unused memory in the resulting vector in number 4 above.

What will be an ideal response?

Computer Science & Information Technology

Show instructors (along with their course numbers and section numbers) teaching class sections with students whose last name begins with ‘M’.

What will be an ideal response?

Computer Science & Information Technology

Show the output of running the class Test in the following code lines:

``` interface A { } class C { } class B extends D implements A { } public class Test { public static void main(String[] args) { B b = new B(); if (b instanceof A) System.out.println("b is an instance of A"); if (b instanceof C) System.out.println("b is an instance of C"); } } class D extends C { } ``` a. Nothing. b. b is an instance of A. c. b is an instance of C. d. b is an instance of A followed by b is an instance of C.

Computer Science & Information Technology

Which of the following is NOT true about application software?

A) Windows-based applications are computer programs that are written to work on a computer using a Mac operating system. B) Apps can refer to programs that work on hand-held devices such as a smartphone, tablet computer, or scanning device or on a desktop or laptop computer. C) Application software for short is the term used for computer programs that accomplish a specific set of tasks. D) Microsoft Office is a suite of applications that performs tasks commonly used in an office environment.

Computer Science & Information Technology