Which program flow charting symbol is used to indicate a choice between two alternative paths?

a) process
b) general input/output
c) terminal interrupt
d) decision


d) decision

Computer Science & Information Technology

You might also like to view...

When used by itself, ________ causes a file's contents to be deleted if the file already exists.

A) ios:app B) ios::in C) ios::out D) All of the above E) None of the above

Computer Science & Information Technology

A(n) ___________________ is an object that defines a screen element used to display information or allow the user to interact with a program in a certain way.

a) GUI b) component c) event d) listener e) AWT

Computer Science & Information Technology

How many times will the following code print out the message?

``` for x in range (0 ,5): for y in range (0 ,10): print "I will be good" ```

Computer Science & Information Technology

Which GUI text editor is included with GNOME?

A. Gedit B. TextPad C. vi D. Emacs

Computer Science & Information Technology