In a flowchart of an algorithm, what is the shape of the decision symbol?
(a) circle
(b) rectangle
(c) diamond
(d) rounded rectangle
(c) diamond
You might also like to view...
How many times is the following code invoked by the call recursive(4)?
``` void recursive( int i ) { using namespace std; if (i < 8) { cout << i << " "; recursive(i); } } ``` a) 2 b) 4 c) 8 d) 32 e) This is an infinite recursion.
The Labels button is found in the ________ group on the Create tab
A) Forms B) Reports C) Queries D) Tables
Pathways that support communication among the various electronic components on the system board are called ________.
A. network lines B. gate ways C. logic paths D. bus lines
All of the following jumper settings will allow for only one hard drive to exist on the IDE controller EXCEPT:
A. master B. primary C. no jumper D. slave