With a ________ structure, the interviewer begins with generalized questions and then narrows possible responses.

A) funnel
B) diamond
C) pyramid
D) cube


A) funnel

Computer Science & Information Technology

You might also like to view...

What is the default value of a reference?

a) 0 b) Nil c) Nothing d) Null

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which of the following statements is FALSE about relational databases?

A. A relationship is a link within the data. B. The data is often is distributed. C. Many organizations use relational databases for payroll, accounts receivable, order entry, and invoicing. D. Applications best suited for relational databases are those whose data can be organized into a three-dimensional table.

Computer Science & Information Technology

____ is a symmetric block cipher designed in 1993 by Bruce Schneier as a fast, free alternative to existing encryption algorithms.

A. IDEA B. AES C. RC5 D. Blowfish

Computer Science & Information Technology

WriteLine("Final Grade = {0:N2}", CalculateGrade(90, 75, 83)); In the statement above, the values placed inside the parentheses following CalculateGrade are ____.

A. arguments to the method B. formal parameters of the method C. printed at runtime D. values being returned from the method

Computer Science & Information Technology