Answer the following questions true (T) or false (F)
1. True/False: Hierarchy charts are just a different name for flowcharts.
2. True/False: A flowchart is a pictorial representation of the flow of a program.
3. True/False: If you use a flowchart to design a program, you cannot use pseudocode for the same program.
1. F
2. T
3. F
You might also like to view...
The time needed to write to main memory can be as much as 1,000 times longer than the time to write to secondary memory.
Answer the following statement true (T) or false (F)
Which of the following is the proper method to apply a transition effect?
a. ``` element.filters( "blendTrans" ).apply(); ``` b. ``` element.transition( "blendTrans" ).filters.apply(); ``` c. ``` element.apply( "blendTrans" ).transition(); ``` d. ``` element.filters( transition( "blendTrans" ) ).apply; ```
When creating a presentation, you should use full sentences for your bulleted items
Indicate whether the statement is true or false
When you apply the Stand Alone command to a text block, each character in the text block becomes an individual text block.
Answer the following statement true (T) or false (F)