The Sierpinski gasket algorithm splits the triangle into four smaller triangles, and then calls itself for three of the four smaller triangles.
Answer the following statement true (T) or false (F)
True
You might also like to view...
In a Base table, the field used to help speed up the sorting of data and to create a join between tables is called the ________ field
Fill in the blank(s) with correct word
Microsoft has created web versions of four of their most popular Office tools: Word, Excel, PowerPoint, and ________
Fill in the blank(s) with correct word
The ___________________ command allows hidden fields to be redisplayed.
Fill in the blank(s) with the appropriate word(s).
Which statement is true?
a) The do … while iteration statement is an alternate notation for the while iteration statement; these statements function identically. b) The do … while iteration statement tests the loop-continuation condition before the loop body is performed. c) The loop body of a correct do … while iteration statement is al-ways executed at least once. d) The braces delineating the body of a do … while statement are always required.