The ____________________ clause is the part of the decision that holds the action or actions that execute when the tested condition in the decision is true.

Fill in the blank(s) with the appropriate word(s).


if then

Computer Science & Information Technology

You might also like to view...

In a flowchart, ____________ are used as input symbols and output symbols to represent the steps in which the program reads input or displays output.

a. Ovals b. Rectangles c. Parallelograms d. Triangles

Computer Science & Information Technology

The Backspace key is an example of a keyboard shortcut

Indicate whether the statement is true or false.

Computer Science & Information Technology

A computer program written in Python is based on a step-by-step ______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Identify the correct syntax to add methods to a custom object.

A. var objName = {function: method () {commands}} B. var objName = {method: function() {commands}} C. Commands = {method: function() {var objName}} D. var objName = {function() {method()}}

Computer Science & Information Technology