Discuss note taking software and how it is used.
What will be an ideal response?
Student responses will vary, but should be drawn from the following information from the text.
Note taking software is an application that enables users to enter typed text, handwritten comments,
drawings, sketches, photos, and links anywhere on a page and then save the page as part of a notebook. Users also can include audio recordings as part of their notes. Many note taking applications also include a calendar feature. Users find note taking software convenient during meetings, class lectures and conferences, and in libraries and other settings that previously required a pencil and tablet of paper for recording thoughts and discussions.
You might also like to view...
The default Highlighting color is ________
Fill in the blank(s) with correct word
________ are displayed along the bottom of a column chart
A) Numeric labels B) Data markers C) Category labels D) Value labels
A(n) ____ key is the field that contains unique information for each row of Excel table data imported into Access.
A. primary B. secondary C. search D. information
public static double secret(int first, double second){ double temp; if (second > first) temp = first * second; else temp = first - second; return temp;}Based on the code in the accompanying figure, what would be the output of the following statement?System.out.println(secret(5, 7.0));
A. 5.0 B. 7.0 C. 2.0 D. 35.0