In a flow chart, you would use a(n) ________ shape to indicate where a decision is made in the chart

Fill in the blank(s) with correct word


diamond

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) In a tree, a node that does not have any children is called a leaf. 2) The height of a tree and the depth of a tree are different. 3) A binary tree is a tree in which any node can have at most two children. 4) Since trees are nonlinear structures, it is impossible to implement them using an array. 5) The methods in the Binary Tree ADT all return references to elements.

Computer Science & Information Technology

Variables can be assigned the value of another variable, as long as they both have the same data type.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Select an operation which may cause an unchecked exception.

A. Accessing an element of an array. B. Accessing data in a file. C. Accessing a remote resource. D. Accessing data in a database. E. Controlling the state of a running thread.

Computer Science & Information Technology

Which image format lets you store multiple images and timing information about the images in a single file?

A. SVG B. JPG C. GIF D. PNG

Computer Science & Information Technology