Case Based Critical ThinkingCase 1A project involving a series of landscape illustrations offers Mark and his team the opportunity to use symbols as part of their design process.

One of the illustrations is a snowy winter scene. Mark plans to create the snowflakes as symbols? What other objects typical of landscapes would apply to the use of symbols.

What will be an ideal response?


Repetitive elements, like snowflakes, grass, stones, clouds, flowers, trees, bricks etc. are all good subjects for symbols.

Computer Science & Information Technology

You might also like to view...

Write a program that prompts the user to enter the year and month in this order, and displays the number of days in the month. For example, if the user entered month 2 and year 2000, the program should display that February 2000 has 29 days. If the user entered month 3 and year 2005, the program should display that March 2005 has 31 days.

``` Enter a, b, c, d, e, f: 9.0 4.0 3 -5 -6 -21 x is -2.0 and y is 3.0 Enter a, b, c, d, e, f: 1.0 2.0 2 4 4 5 The equation has no solution ```

Computer Science & Information Technology

The Java statement: g.fillOval(290, 100, 90, 55);

a. Draws a filled oval with its center at coordinates x=290, y=100, with height=90 and width=55. b. Draws a filled oval with its leftmost point at coordinates x=290, y=100, with height=90 and width=55. c. Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with width=90 and height=55. d. Draws a filled oval bounded by a rectangle with its upper-left corner at coordinates x=290, y=100, with height=90 and width=55.

Computer Science & Information Technology

Which of the following is the common port number for FTP data using TCP?

A) 20 B) 25 C) 23 D) 69

Computer Science & Information Technology

What is the smallest unit of storage on a disk?

a. cluster b. sector c. track d. wedge

Computer Science & Information Technology