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
c. Parallelograms
Computer Science & Information Technology
You might also like to view...
The user account type that lets you make changes that will affect other users of the computer and permits the most control over the computer is the:
a. administrator account b. guest account c. standard user account
Computer Science & Information Technology
Picture ________ are picture styles that include bevels, 3-D rotations, and soft edges
Fill in the blank(s) with correct word
Computer Science & Information Technology
____ is the function that copies the contents of string1 to string2.
A. strcat() B. strcopy() C. strcmp() D. strtok()
Computer Science & Information Technology
In C, a pointer to _____ is a generic pointer that can be used to represent any data type during compilation or run time.
A. void B. null C. an ADT D. the head of a list
Computer Science & Information Technology