?In an interview, _____ limit or restrict the response.

A. ?open-ended questions
B. ?closed-ended questions
C. ?leading questions
D. ?range-of-response questions


Answer: B

Computer Science & Information Technology

You might also like to view...

List four types of information that an NIDPS typically logs.

What will be an ideal response?

Computer Science & Information Technology

What are configuration notes and why are they important?

What will be an ideal response?

Computer Science & Information Technology

Which of the following loops counts backwards from 20 to 10?

A. Declare Numeric countDown = 20 While countdown > 0    Display countDown    countDown = countDown - 1 End While B. Declare Numeric countDown = 20 While countdown > 10    Display countDown    countDown = countDown - 1 End While C. Declare Numeric countDown = 20 While countdown = 10    Display countDown    countDown = countDown - 1 End While D. Declare Numeric countDown = 20 While countdown > 9    Display countDown    countDown = countDown - 1 End While

Computer Science & Information Technology

A domain name is a text alias for one or more ____.

A. browser windows B. IP addresses C. page tabs D. browsers

Computer Science & Information Technology