Symbols in a flowchart are connected with lines, called ____.

A. chartlines
B. flowlines
C. pointers
D. connectors


Answer: B

Computer Science & Information Technology

You might also like to view...

The purpose of a memory address is

A) to identify the location of a memory cell. B) to allow multitasking. C) to prevent multitasking. D) to locate a program. E) none of the above.

Computer Science & Information Technology

How many times will the following code print "Welcome to Java"?

``` int count = 0; while (count < 10) { System.out.println("Welcome to Java"); count++; } ``` a. 8 b. 9 c. 10 d. 11 e. 0

Computer Science & Information Technology

You can modify the basic formatting features of your message, such as the font, size, color, and text alignment. On the ____ tab, click the attribute you want to change in the Basic Text group.

A. Options B. Format Text C. Message D. Insert

Computer Science & Information Technology

A ____ is a computer program that infects a host computer and then spreads.

scorpion Trojan horse virtual program virus

Computer Science & Information Technology