程序代写案例-INFO 3300

欢迎使用51辅导,51作业君孵化低价透明的学长辅导平台,服务保持优质,平均费用压低50%以上! 51fudao.top
CS/INFO 3300 // INFO 5100
Homework 1
Due at 11:59pm Friday, February 19

Goals: Review visual channels, Javascript types, data structures, and JSON.

Your work should be in the form of an HTML file called index.html with one

element
per problem. Wrap any Javascript code for each problem in a




Create a zip archive containing this file and upload it to Canvas before the deadline.


1. For each of the following visualizations, identify the marks used and visual channels
employed from the list provided. Be as exhaustive as possible. You do not need to supply
the precise data attribute – you only need to write the marks and visual channels used.

Possible visual channels:
Aligned Position (x or y); Unaligned Position (x or y); Aligned Length; Unaligned Length;
Area; Volume; Color Hue; Color luminosity;

EXAMPLE:

Marks: Blue rectangles
Channels: Varying the vertical aligned length and horizontal aligned position of rectangles
A)




















B)
C)
























(Note: The row of numbered items at the top (1.SS, 2.CoS, etc.) are individual books in the series.
Word position continues through the entire series of books from start to end)


2. For each of the following items in the list, please:
A: Identify whether it is a canonical Javascript type
B: If the type is a canonical Javascript type, please provide an example in your