Forgot your password?
typodupeerror

Comment What we expect from 4th graders (Score 1) 228

In case you're not sure what "data science" looks like for a 4th grader, it's not about spreadsheets or using computers. What most states expect of 4th graders are some fundamental understandings about how things have attributes and that those attributes can be measured and/or categorizeed, and that data can be organized in tables or simple plots. Here are typical 4th grade academic standards that one might associate with "data science":

  • Students know relative sizes of measurement units within one system of units including km, m, cm; kg, g; lb, oz.; l, ml; hr, min, sec. Within a single system of measurement, express measurements in a larger unit in terms of a smaller unit. Record measurement equivalents in a two-column table. For example, know that 1 ft is 12 times as long as 1 in. Express the length of a 4 ft snake as 48 in. Generate a conversion table for feet and inches listing the number pairs (1, 12), (2, 24), (3, 36),
  • Make a line plot to display a data set of measurements in fractions of a unit (1/2, 1/4, 1/8). Solve problems involving addition and subtraction of fractions by using information presented in line plots. For example, from a line plot find and interpret the difference in length between the longest and shortest specimens in an insect collection.

These build from a few 3rd grade standards that might be tested in 4th grade as well:

  • Draw a scaled picture graph and a scaled bar graph to represent a data set with several categories. Solve one- and two-step “how many more” and “how many less” problems using information presented in scaled bar graphs. For example, draw a bar graph in which each square in the bar graph might represent 5 pets.
  • Generate measurement data by measuring lengths using rulers marked with halves and fourths of an inch. Show the data by making a line plot, where the horizontal scale is marked off in appropriate units— whole numbers, halves, or quarters.

Comment Redundant? (Score 5, Informative) 124

The U.S. federal government already has the U.S. Digital Service (https://www.usds.gov/), which was started in 2014 to help fix problems associated with the launch of healthcare.gov, and they've been re-engineering federal websites and services ever since. This new U.S. Digital Corps (https://digitalcorps.gsa.gov/about/) sure sounds and looks like a duplicate agency. Does anyone know how they'll be different?

Comment Web Pages Use Same Imaging Model (Score 1) 227

Web pages use SVG to render vector graphics. It uses the exact same imaging model as PDF and is implemented in all modern browsers. The web in general has taken a lot of lessons from Adobe because Warnock and Geshke, in the PostScript Red Book, got so much right about how to build an image model that many GUI developers are still learning today. If you start with a PDF, it should be possible to machine-translate it to SVG and present it as a web page.

PDF exists because it is trivial to generate it from the document renderer meant for printing. Although I have once in a while run into an improperly scaled PDF meant to be printed 8-up, I'm just not

Slashdot Top Deals

The program isn't debugged until the last user is dead.

Working...