Questions
Herstory: what do footbinding and witch burning tell us about women as a caste? Dworkin tells...

Herstory: what do footbinding and witch burning tell us about women as a caste?

Dworkin tells a "herstory," which she describes as "the underbelly of history." She centres this herstory on two practices: footbinding and witchburning. Why might she focus on these particular practices? What do they have in common? What do they tell us about women as a caste?

(word limit: around 250)

In: Psychology

make a table of important vitamin facts. At the top of the document list your demographic...

make a table of important vitamin facts. At the top of the document list your demographic (age/sex) category. In the table, include the following information for all vitamins (there are 13 - see Chapter 9 & 10)

  • RDA and UL for your demographic (age/sex) - and state what that is. Provide appropriate, accurate units
    • On tests you will need to know RDAs and ULs for all groups - remember that you can refer to the tables inside the text if you have a hard copy or use the scanned RDA/UL tables provided in the orientation module.
  • chemical name(s)
    • there may be more than one so include all common ones listed in the text (eg. vitamin A comes in the form of retinol, retinal and retinoic acid; vitamin B1 is also known as thiamin, etc.)
  • type and storage
    • indicate if it is water or fat soluble
    • include whether/where in the body excess is stored (if it isn't stored just say N/A for not applicable)
  • symptoms of deficiency
    • summarize the effects on the body if you don't have enough
    • describe the symptoms and include the names of any specific diseases caused by lack of this vitamin in the diet
  • symptoms of toxicity
    • summarize the effects on the body if you get too much
    • for some vitamins this is rare and/or there is no known toxicity - if that's the case say so
  • food sources - food groups and specific foods that are good sources
  • any additional info that you think is important or is emphasized in lecture slides

FORMAT - choose a format that works for you. You may use either of the vitamin table templates (one is an excel file, one is a word doc) provided on the Chapter 9 page as a guide for what information to include in your table or make your own.

  • EXCEL or WORD - if you have the Microsoft office suite, you can download either the excel or word template and fill in/modify as you like. Then submit your version of this file to the dropbox.
  • OTHER DIGITAL PROGRAMS - want to use a different program? You can make your table in any program just be sure to include and label all required information. IMPORTANT: you must save it as an excel file, word doc or pdf then submit to the dropbox. If you use other digital programs then you must save and submit as a pdf so I can see and grade it!!
  • HAND WRITTEN - flash cards or sheets of paper; if your handwriting is neat and legible and you don't want to use a computer program, you can create a paper version. You can use colored pens and get creative

In: Biology

To kill a mockingbird chapter 9 : answer the following questions in complete sentences: 1.What advice...


To kill a mockingbird chapter 9 : answer the following questions in complete sentences:

1.What advice does Atticus have for Scout?

2. Scout and Jem have “mixed feelings” about Christmas. What are these feelings and why?

3. Why is Aunt Alexandra critical of the way Atticus is raising Scout? In light of this criticism, what is ironic about the fact that Francis is learning to cook?

4. How does Scout respond to Aunt Alexandra’s vision of what it means to be “ladylike”? What does Atticus think about Scout’s conformity to gender roles?

5. Harper Lee uses dehumanizing language in the novel to deliberately illustrate the society she writes about. The dehumanizing power of the “N” word and the ease with which some Americans have used it to describe their fellow human beings is central to understanding the themes of identity and human behavior at the heart of the book. When Atticus tells Scout not to use that language, he says it’s “common.” Look up the definition of the word common. Atticus is not using the word common to mean something prevalent or something that occurs or is found often. Write the definition he means instead. What does this indicate about his expectations of Scout?

6. What does it say about the power of the “N” word that Scout is moved to anger by the insult Francis hurls at her about her father, even though she does not know what the insult means? What does this insult mean to the other residents of Maycomb? Why is it such a powerful insult?

7.Discussing the Tom Robinson case with Uncle Jack, Atticus refers to “Maycomb’s usual disease.” What does he mean? Why doesn’t he suffer from it?

8.What reasons (more than one) does Atticus give for defending Tom Robinson?

9.What factors influenced his choice to take the case seriously? How does he expect the case will turn out?

10. Atticus explains to Scout: “This time we aren’t fighting the Yankees, we’re fighting our friends. But remember this, no matter how bitter things get, they’re still our friends and this is still our home.” Are there some fights you can have with friends that make it impossible to remain friends? What types of fights are those? What does it say about Atticus that he doesn’t view the insults he receives for defending Tom Robinson as reason enough to end any friendships? How can you respond when friends or family members express views that you find abhorrent?

In: Psychology

Normalizing the Relational Model for the Student Project and Creating a Normalized SQL Database Patient (patientNo,...

Normalizing the Relational Model for the Student Project and
Creating a Normalized SQL Database

Patient (patientNo, name, address, phone, dateOfBirth, sex, insuranceCo, policyNo, relationshipToInsured)

Appointment(patientNo, apptdate, appttime, reason, staffNo, visitNo)

Visit(visitNo, patientNo, visitdate, visittime, duration, reason, visitType, visitCost, staffNo, roomNo)

Staff(staffNo, name, title, specialty, address, phone)

Availability(staffNo, availDate, startTime, endTime)

InsurancePolicy (company, policyNo, insuredName, policytype, medicalCoPay, labCoPay, pharmacyCoPay, startDate, endingDate)

DiagnosisMenu(diagCode, diagName)

ProcedureMenu(procCode, procName, cost)

Room(roomNo, roomType, condition)

PrescriptionScript(scriptNo, visitNo, dateWritten, itemPrescribed, quantityPrescribed, directions, numberRefills)

LabTest(testNo, prescriptionNo, testype, testDate, testTime, cost, result)

Diagnosis(visitNo, diagCode, dateOnset, symptons, severity, prognosis)

Referral(refNo, visitNo, refTo, reason)

Bill(invoiceNo, billDate, totalAmount, dueDate, patientNo, amountPaid)

Charge(invoiceNo, serviceType, serviceDate, amountCharged)

Payment(invoiceNo, date, amountPaid, patientPayer, insuranceCoPayer, insurancePolNoPayer)

Task 1:

Begin with the list of the tables that the entities and relationships from the E-R diagram mapped to naturally. For each table on the list, identify the functional dependencies. List the functional dependencies in a Microsoft Word document.

Task 2:

Normalize the relations to BCNF, placing the normalized relations in your Word document.

Task 3:

Then decide whether the resulting tables should be implemented in that form. If not, explain why in your Word document.

Task 4:

For each table, write the table name and write out the names, data types, and sizes of all the data items, Identify any constraints, using the conventions of the DBMS you will use for implementation. Add this information to your Word document.

Task 5:

Write and execute SQL statements to create all the tables needed to implement the design. Note that you will need to name your database something different then the name you previously used.

Task 6:

Create indexes for foreign keys and any other columns that will be used most often for queries.

Task 7:

Insert about five records in each table, preserving all constraints. Put in enough data to demonstrate how the database will function.

Task 8:

Write SQL statements that will process five non-routine requests for information from the database just created. For each, write the request in English, followed by the corresponding SQL command.

Task 9:

Create at least one trigger and write the code for it.

In: Computer Science

I need the c# code for the below assignment. Complete PigLatin program in Windows Forms GUI....

I need the c# code for the below assignment.

Complete PigLatin program in Windows Forms GUI. Zip the solution project file and attach to this submission. Do this in the GUI format (Windows Form). Be sure and add a Clear Button to reset for entering another word or words.

PigLatinGUI

Basic Steps in Creating your Program

  1. Create your user interface (GUI). Use different font styles but don’t overdo it, Use colors, and Use graphics (You can find all kinds of graphics for the images pizzas). Add the controls you will use for your program. You could use picture boxes, buttons, labels, combo box, radio buttons, option box and any other controls that might help in the presentation of GUI. The book has an example of what the GUI could look like, but be creative and make your own GUI.
  2. Set the names of all controls. (for example, if you have a list box or label it could be txtNumber). Follow the naming convention (camel casing) for naming controls.
  3. Now you are ready to write the code that will be executed by events at run time. You will probably have a button or other picture box control that you will click on at runtime. Double Click it and you will be taken to the code window where you can write code inside of the control code event handler.
  4. Run and debug your program, making sure all parts work correctly. Consider data validation for the input information. As you advance to more complicated programs you will be given various ideas on validating input.
  5. Remember to document your code with comments included in your code statements in the code window.

Your program assignment

Pig Latin is a nonsense language. To create a word in pig Latin, you remove the first letter and then add the first letter and “ay” at the end of the ford. For example, “dog” becomes “ogday” and “cat” becomes “atcay”. Write a program named PigLatin that allows the user to enter a word and display’s the pig Latin version.

For words which begin with vowel sounds or silent letter, one just adds "yay" to the end. Examples are:

  • "eat" → "eatyay"
  • "omelet" → "omeletyay"
  • "are" → "areyay"

Another less common way some speakers may use a different ending for words starting with vowels is adding "way" (or "wa") to the end. Examples are:

  • "egg" → "eggway"
  • "inbox" → "inboxway"
  • "eight" → "eightway"

You could use the split command to enter more than one word. Indicating delimiters

char[] delimiterChars = { ' ', ',', '.', ':', ';', '\t' };

string[] words = text.Split(delimiterChars);

In: Computer Science

Quoting and Summarizing Practice Use your previous Reference Page Homework to cite the student versions below....

Quoting and Summarizing Practice

Use your previous Reference Page Homework to cite the student versions below.

DIRECTIONS:

For each number below you will find an excerpt from an original article (Original). Below the original article is how a student used the information from the original article in his or her paper (Student version).

The student version needs to be correctly cited as per APA.

If the student used the exact words of the original article, the words are bolded.

For each of the following student versions, correctly cite the direct quotations as per APA (in text or parenthetically as per pp. 171 and 177 in Manual).

Cite the summarized information as per APA Manual (in text or parenthetically as per pp. 171 and 177). Also see p. 15 for how to cite summaries over 1 sentence long.

1)Original Research Article:

The results revealed that there was a gap between the perceptions of nurses and caregivers about the needs of family members. The in hospital informal caregivers perceived that family members have more educational and informational needs than the nurses did.

The above excerpt came from the following article referenced in your homework reference page:

Maria Lavdaniti, Vasilios Raftopoulos, Markos Sgantzos, Maria Psychogiou, Tsaloglidou Areti, Charikleia Georgiadou, Ismini Serpanou and Despina Sapountzi-Krepia article, p. 35 (use the information from your reference page homework from earlier)

Use IN TEXT (see pp. 171 & 177 APA Manual) to cite the following summary sentence and to cite the direct word for word quotation (in bold). The chart on p. 177 will show you how to cite IN TEXT when using a work by six or more authors.

Student Version:

A study revealed a gap between caregivers’ and nurses’ perceptions about how much information family members need. The study showed in hospital caregivers perceived that family members have more educational and informational needs than the nurses did.

1)      Original Research Article:

The results illustrate that the vast majority of in-hospital informal caregivers were middle-age women. This was an expected outcome based on preceding studies. Moreover, in Greece, women have traditionally held the role of caring for the family, as is the case in almost all societies.

The above research article came from p. 35 in your homework reference page:

Maria Lavdaniti, Vasilios Raftopoulos, Markos Sgantzos, Maria Psychogiou, Tsaloglidou Areti, Charikleia Georgiadou, Ismini Serpanou and Despina Sapountzi-Krepia article,

Use PARENTHETICAL (see pp. 171 & see chart p. 177 APA Manual) to cite the following: The first sentence is a summary (yes, you must cite it!), and the second sentence is a direct word for word quote (yes, you must use quotation marks, author, year, and p. # for a direct word for word quote (see chart p. 177 on how to do so with this many authors)

Student Version:

Middle-aged women are the highest number of caregivers within hospitals. Greece is an example of how women have traditionally held the role of caring for the family, as is the case in almost all societies.

4) Original Research Article:

The intentional or unintentional copying of the words of another. Whenever an author uses another person's exact words, they must be placed in quotation marks and a citation must be given. The reader of an article in AJN must know which words are the author's and which belong to someone else. Even documents in the public domain, such as government documents, must be attributed to their source.

The above research article excerpt came from the American Psychological Association article in your homework reference page:   paragraph 5.

Use PARENTHETICAL citation (pp. 171 & 177 APA Manual) to cite the following 2 sentence summary:

Student Version:

Plagiarism is copying someone else’s words, whether intentional or not. Exact words of any author must have quotation marks placed around them and cited since journal readers need to understand what words belong to the author.

In: Nursing

Item 1 In the case below, the original source material is given along with a sample...

Item 1

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

To summarize, the elaboration model of instruction starts by presenting knowledge at a very general or simplified level in the form of a special kind of overview. Then it proceeds to add detail or complexity in "layers" across the entire breadth of the content of the course (or curriculum), one layer at a time, until the desired level of detail or complexity is reached.

References:
Reigeluth, C. M. (1999). The elaboration theory: Guidance for scope and sequence decisions. In C. M. Reigeluth (Ed.), Instructional design theories and models: A new paradigm of instructional theory (Vol. II, pp. 425-453). Hillsdale, NJ: Lawrence Erlbaum.

They soon switched to a model based on the elaboration theory (Reigeluth, 1999). Using this approach, the game would begin with a level that offered the simplest version of the whole task (the epitome); subsequent levels would become increasingly more complex--an approach common to videogames--with opportunities for review and synthesis.

References:
Reigeluth, C. M. (1999). The elaboration theory: Guidance for scope and sequence decisions. In C. M. Reigeluth (Ed.), Instructional design theories and models: A new paradigm of instructional theory (Vol. II, pp. 425-453). Hillsdale, NJ: Lawrence Erlbaum.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 2

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Other major issues involve the accepted methods by which fidelity is measured. There are two major methods described in the literature for fidelity measurement. The first is through mathematical measurement that calculates the number of identical elements shared between the real world and the simulation; the greater the number of shared identical elements, the higher the simulation fidelity. A second method to measure fidelity is through a trainees' performance matrix.

References:
Liu, D., Blickensderfer, E. L., Macchiarella, N. D., & Vincenzi, D. A. (2009). Simulation fidelity. In D. A. Vincenzi, J. A. Wise, M. Mouloua & P. A. Hancock (Eds.), Humanfactors in simulation and training (pp. 61-73). Boca Raton, FL: CRC Press.

Liu et al. (2009) identified two major methods for measuring fidelity. The first is a mathematical (objective) method that requires counting "the number of identical elements shared between the real world and the simulation; the greater the number of shared identical elements, the higher the simulation fidelity" (p. 62). The second method involves a performance matrix that compares a human's performance in the simulation with that person's real-world performance, producing an indirect measure of fidelity.

References:
Liu, D., Blickensderfer, E. L., Macchiarella, N. D., & Vincenzi, D. A. (2009). Simulation fidelity. In D. A. Vincenzi, J. A. Wise, M. Mouloua & P. A. Hancock (Eds.), Humanfactors in simulation and training (pp. 61-73). Boca Raton, FL: CRC Press.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 3

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Educational researchers, policymakers, and practitioners agree that educational research is often divorced from the problems and issues of everyday practice--a split that creates a need for new research approaches that speak directly to problems of practice (National Research Council [NRC], 2002) and that lead to the development of "usable knowledge" (Lagemann, 2002). Design-based research (Brown, 1992; Collins, 1992) is an emerging paradigm for the study of learning in context through the systematic design and study of instructional strategies and tools. We argue that design-based research can help create and extend knowledge about developing, enacting, and sustaining innovative learning environments.

References:
DBRC (Design-Based Research Collective). (2003). Design-based research: An emerging paradigm for educational inquiry. Educational Researcher, 32(1), 5-8.

A decade later, researchers interested in studying learning in naturalistic settings (inspired by Brown's approach) began a concerted effort to define the standards and argue the legitimacy of this type of research through design. For example, the Design-Based Research Collective defined design-based research (DBR) as "an emerging paradigm for the study of learning in context, through the systematic design and study of instructional strategies and tools" (DBRC, 2003, p. 5).

References:
DBRC (Design-Based Research Collective). (2003). Design-based research: An emerging paradigm for educational inquiry. Educational Researcher, 32(1), 5-8.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 4

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

The study of learning derives from essentially two sources.Because learning involves the acquisition of knowledge, the first concerns the nature of knowledge and how we come to know things.... The second source in which modern learning theory is rooted concerns the nature and representation of mental life.

References:
Driscoll, M. P. (2000). Psychology of learning for instruction (2nd Ed.). Needham Heights, MA: Allyn & Bacon.

The study of learning derives from essentially two sources. The first concerns the nature of knowledge and how we come to know things. The second source concerns the nature and representation of mental life.



References:
Driscoll, M. P. (2000). Psychology of learning for instruction (2nd Ed.). Needham Heights, MA: Allyn & Bacon.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 5

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

In examining the history of the visionary companies, we were struck by how often they made some of their best moves not by detailed strategic planning, but rather by experimentation, trial and error, opportunism, and--quite literally--accident. What looks in hindsight like a brilliant strategy was often the residual result of opportunistic experimentation and "purposeful accidents."

References:
Collins, J. C., & Porras, J. I. (2002). Built to last: Successful habits of visionary companies. New York, NY: Harper Paperbacks.

When I look back on the decisions I've made, it's clear that I made some of my best choices not through a thorough analytical investigation of my options, but instead by trial and error and, often, simply by accident. The somewhat random aspect of my success or failure is, at the same time, both encouraging and scary.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 6

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

A communication channel is the means by which messages get from one individual to another.The nature of the information-exchange relationship between a pair of individuals determines the conditions under which a source will or will not transmit the innovation to the receiver and the effect of such a transfer.

References:
Rogers, E. M. (2003). Diffusion of innovations (5th ed.). New York: Simon & Schuster.

Rogers places great importance on the sharing of information about an innovation. He defines a communication channel as "the means by which messages get from one individual to another" (p. 18). He describes two general media channels of communication: mass media and interpersonal; and two scopes of channels: localite and cosmopolite.

References:
Rogers, E. M. (2003). Diffusion of innovations (5th ed.). New York: Simon & Schuster.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 7

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

The philosophical position known as constructivism views knowledge as a human construction. The various perspectives within constructivismare based on the premise that knowledge is not part of an objective, external reality that is separate from the individual. Instead, human knowledge, whether the bodies of content in public disciplines (such as mathematics or sociology) or knowledge of the individual learner, is a human construction.

References:
Gredler, M. E. (2001). Learning and instruction: Theory into practice (4th Ed.). Upper Saddle River, NJ: Prentice-Hall.

Does knowledge exist outside of, or separate from, the individual who knows? Constructivists argue that "... human knowledge, whether the bodies of content in public disciplines (such as mathematics or sociology) or knowledge of the individual learner, is a human construction."

References:
Gredler, M. E. (2001). Learning and instruction: Theory into practice (4th Ed.). Upper Saddle River, NJ: Prentice-Hall.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 8

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Precedent is also described as "the unique knowledge embedded in a known design" (Oxman, 1994, p. 146), meaning, in everyday terms, that the memory of having experienced an existing design is a memory that contains special forms of knowledge... At heart, the design case is a description of a real artifact or experience that has been intentionally designed. A case may be as minimal as an individual image of a commercial product, a building, an advertisement, a classroom or anything else designed; these forms of design cases appear in hundreds of magazines, design annuals, competition catalogs, display books, web portfolios and similar venues.

References:

Boling, E. (2010). The need for design cases: Disseminating design knowledge. International Journal of Designs for Learning, 1 (1), 1-8.

According to Boling (2010, p. 2), "At heart, the design case is a description of a real artifact or experience that has been intentionally designed." She explains that the primary goal of a design case is to provide designers with precedent--defined by Oxman as "the unique knowledge embedded in a known design" (as quoted in Boling, 2010, p. 2). She further explains that expert designers are aware of numerous precedents which may be helpful in future designs. For example, educational game designers can view unique cases of game designs as precedents, which, in turn, may facilitate design of new games.

References:

Boling, E. (2010). The need for design cases: Disseminating design knowledge. International Journal of Designs for Learning, 1 (1), 1-8.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 9

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

The study of learning derives from essentially two sources.Because learning involves the acquisition of knowledge, the first concerns the nature of knowledge and how we come to know things.... The second source in which modern learning theory is rooted concerns the nature and representation of mental life.

References:
Driscoll, M. P. (2000). Psychology of learning for instruction (2nd Ed.). Needham Heights, MA: Allyn & Bacon.

Driscoll (2000) concludes that "the study of learning derives from essentially two sources... The first concerns the nature of knowledge and how we come to know things.... The second ... concerns the nature and representation of mental life" (p. 10).


References:
Driscoll, M. P. (2000). Psychology of learning for instruction (2nd Ed.). Needham Heights, MA: Allyn & Bacon.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Hints

Item 10

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

It is helpful to think in terms of two basic kinds of change: piecemeal and systemic. Piecemeal change leaves the structure of a system unchanged. It often involves finding better ways to meet the same needs, such as using an analogy to help your students learn the science concepts you taught in an otherwise similar manner last year. In contrast, systemic change entails modifying the structure of a system, usually in response to new needs.

References:
Reigeluth, C. M. (1999). What is instructional-design theory and how is it changing? Instructional-design theories and models: A new paradigm of instructional theory (Vol. 2, pp. 5-29). Mahwah, New Jersey: Lawrence Erlbaum.

Reiguleth (1999) mentions two different kinds of change: Piecemeal and Systemic change. Systemic change entails modifying the structure of a system, in order to meet new needs. In contrast, piecemeal change leaves the structure of a system unchanged. For example, new innovations instead of traditional methods could be used to engage students in learning.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

In: Psychology

Item 1 In the case below, the original source material is given along with a sample...

Item 1

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Science classrooms offer at least five ways to individualize and to enhance students'learning using games and simulations beyond what is possible in informal settings. First, teachers can assign students to teams based on detailed knowledge of learners' intellectual and psychosocial characteristics. Second, in contrast to relatively unguided learning in contexts outside of school, science teachers can alter their classroom instruction and support based on the feedback educational games and simulations provide. Third, science games and simulations are adaptable to students with special needs, allowing them to be mainstreamed in science classrooms. Fourth, educational games and simulations can prepare students to take full advantage of real world field trips in science classrooms. Fifth, teachers through their knowledge of students can relate virtual experiences in science games and simulations to what is happening in the real world or in their personal lives.

References:
Dede, C. (2009). Learning context: Gaming, gaming simulations, and science learning in the classroom. Paper commissioned for the National Research Council Workshop on Gaming and Simulations, October 6-7, Washington, DC. Retrieved from: http://www7.nationalacademies.org/
bose/Dede_Gaming_CommissionedPaper. pdf

According to Dede (2009), different games can be assigned and used based on students' characteristics. Information about student performance when playing games can help science teachers plan subsequent classroom activities. Games also can be utilized for students with special needs, which can be selected to match their ability levels.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 2

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

In a complex task such as creating a website for learning, instructors may want to support the generation of multiple solutions in learners' peer feedback. Anonymity may create a social context where learners feel freer to express varied ideas, and make the task of giving feedback less inhibited. However, teachers need to know just how anonymity impacts the learning dynamic in order to make informed choices about when anonymous configurations are appropriate in peer feedback.

References:
Howard, C. D., Barrett, A. F., & Frick, T. W. (2010). Anonymity to promote peer feedback: Pre-service teachers' comments in asynchronous computer-mediated communication. Journal of Educational Computing Research, 43(1), 89-112.

According to Howard, Barrett, and Frick (2010), in order to make appropriate choices educators must understand the ways in which hiding or showing the identity of participants can impact the interaction that takes place in peer feedback activities. Obscuring the identity of participants in peer feedback "may create a social context where learners feel freer to express varied ideas, and make the task of giving feedback less inhibited" (p. 90).

References:
Howard, C. D., Barrett, A. F., & Frick, T. W. (2010). Anonymity to promote peer feedback: Pre-service teachers' comments in asynchronous computer-mediated communication. Journal of Educational Computing Research, 43(1), 89-112.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 3

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Analysis of patterns in time (APT) is a method for gathering information about observable phenomena such that probabilities of temporal patterns of events can be estimated empirically. If appropriate sampling strategies are employed, temporal patterns can be predicted from APT results. Finally, APT is compared to the linear models approach and event history analysis. The major difference is that in APT there is no mathematical model assumed to characterize relations among variables. In APT the model is the temporal pattern being investigated.

References:
Frick, T. (1990). Analysis of Patterns in Time (APT): A Method of Recording and Quantifying Temporal Relations in Education. American Educational Research Journal, 27(1), 180-204.

APT is an empirical approach to observing and coding phenomena by using mutually exclusive and exhaustive categories within multiple classifications (Frick, 1990). Once these data have been collected, researchers specify APT queries to calculate the probability of joint and/or sequential patterns of interest. In effect, researchers create measures of temporal patterns by counting the occurrences of these coded patterns. According to Frick, Analysis of Patterns in Time is different from the linear models approach of measuring variables separately and using statistics to analyze their relations.

References:
Frick, T. (1990). Analysis of Patterns in Time (APT): A Method of Recording and Quantifying Temporal Relations in Education. American Educational Research Journal, 27(1), 180-204.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 4

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

If learners are new to critique, we see anonymity as a scaffold to generating critical feedback. Learners can practice giving feedback knowing they are not vulnerable to social repercussions. Less than perfect expressions, unwarranted negative reactions, and fruitless ideas are bound to be part of novice feedback, but teachers hope to create learning configurations that support both the giver and the receiver of feedback, especially if the commenters are novices.

References:
Howard, C. D., Barrett, A. F., & Frick, T. W. (2010). Anonymity to promote peer feedback: Pre-service teachers' comments in asynchronous computer-mediated communication. Journal of Educational Computing Research, 43(1), 89-112.

If providing peer feedback is a skill to be learned then perhaps it is advisable to give learners opportunities to practice giving feedback knowing they are not vulnerable to social repercussions. In this way, anonymity can act "as a scaffold to generating critical feedback" (Howard, Barrett, & Frick, 2010, p. 104).

References:
Howard, C. D., Barrett, A. F., & Frick, T. W. (2010). Anonymity to promote peer feedback: Pre-service teachers' comments in asynchronous computer-mediated communication. Journal of Educational Computing Research, 43(1), 89-112.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 5

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

In contrast to the transmittal model illustrated by the classroom lecture-note taking scenario, the constructivist model places students at the center of the process--actively participating in thinking and discussing ideas while making meaning for themselves. And the professor, instead of being the "sage on the stage," functions as a "guide on the side," facilitating learning in less directive ways.

References:
King, A. (1993). From sage on the stage to guide on the side. College Teaching, 41, 30-35.

Considering the major changes and shifts in educational needs of today's society, the need for a new paradigm of education has emerged. This new paradigm of education requires a major change in the role of teachers from being the sage on the stage to a guide on the side, facilitating learning in less directive ways.

References:
King, A. (1993). From sage on the stage to guide on the side. College Teaching, 41, 30-35.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 6

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Major changes within organizations are usually initiated by those who are in power. Such decision-makers sponsor the change and then appoint someone else - perhaps the director of training - to be responsible for implementing and managing change. Whether the appointed change agent is in training development or not, there is often the implicit assumption that training will "solve the problem." And, indeed, training may solve part of the problem.... The result is that potentially effective innovations suffer misuse, or even no use, in the hands of uncommitted users.

References:
Dormant, D. (1986). The ABCDs of managing change. In Introduction to Performance Technology (p. 238-256). Washington, D.C.: National Society of Performance and Instruction.

When major changes are initiated in organizations, there is often the implicit assumption that training will 'solve the problem.' And, indeed, training may solve part of the problem (Dormant, 1986, p. 238).


References:
Dormant, D. (1986). The ABCDs of managing change. In Introduction to Performance Technology (p. 238-256). Washington, D.C.: National Society of Performance and Instruction.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 7

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

The concept of systems is really quite simple. The basic idea is that a system has parts that fit together to make a whole; but where it gets complicated - and interesting - is how those parts are connected or related to each other. There are many kinds of systems: government systems, health systems, military systems, business systems, and educational systems, to name a few.

References:
Frick, T. (1991). Restructuring education through technology.Bloomington, IN: Phi Delta Kappa Educational Foundation.

The fundamental idea of systems, such as corporations and schools, is actually very simple. Each system has components which interact. What is important is how those components are connected together.

References:
Frick, T. (1991). Restructuring education through technology.Bloomington, IN: Phi Delta Kappa Educational Foundation.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 8

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Instructional designers typically employ models to guide their day-to-day work. Due to the increased practice of the systematic design of instruction in a growing number of settings, available models become more and more proliferated, focusing on particular types and contexts of learning, particular groups of learners or designers, or particular instructional units (either whole curricula or individual modules or lessons.)

The main goal of any instructional design process is to construct a learning environment in order to provide learners with the conditions that support desired learning processes.

References:
Merriënboer, J. J. van. (1997). Training complex cognitive skills.Englewood Cliffs, NJ: Educational Technology Publications.

The primary aim of the process of designing instruction is to create a learning environment which provides students with conditions that help them to learn. Process models proliferate because more and more designers generate models that focus on specific contexts, learners, or even units of instruction.






References:
Merriënboer, J. J. van. (1997). Training complex cognitive skills.Englewood Cliffs, NJ: Educational Technology Publications.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 9

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

Instructional designers typically employ models to guide their day-to-day work. Due to the increased practice of the systematic design of instruction in a growing number of settings, available models become more and more proliferated, focusing on particular types and contexts of learning, particular groups of learners or designers, or particular instructional units (either whole curricula or individual modules or lessons.)

The main goal of any instructional design process is to construct a learning environment in order to provide learners with the conditions that support desired learning processes.

References:
Merriënboer, J. J. van. (1997). Training complex cognitive skills.Englewood Cliffs, NJ: Educational Technology Publications.

The main goal of any instructional design process is to construct a learning environment in order to provide learners with the conditions that support desired learning processes (van Merriënboer, 1997, p. 2). Process models proliferate because more and more designers generate models that focus on specific contexts, learners, or even units of instruction, according to van Merriënboer.

References:
Merriënboer, J. J. van. (1997). Training complex cognitive skills.Englewood Cliffs, NJ: Educational Technology Publications.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

Item 10

In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button.

Original Source Material

Student Version

I accept the point that whenever learning occurs, some medium or mix of media must be present to deliver instruction. However, if learning occurs as a result of exposure to any media, the learning is caused by the instructional method embedded in the media presentation. Method is the inclusion of one of a number of possible representations of a cognitive process or strategy that is necessary for learning but which students cannot or will not provide for themselves.

References:
Clark, R. E. (1994). Media will never influence learning.  Educational technology research and development, 42(2), 21-29.

Media do not influence learning. Learning takes place because of the instructional methods represented in the medium which are used, rather than medium itself. It is the instructional methods which influence learning.

References:
Clark, R. E. (1994). Media will never influence learning.  Educational technology research and development, 42(2), 21-29.

Which of the following is true for the Student Version above?

Word-for-Word plagiarism

Paraphrasing plagiarism

This is not plagiarism

In: Psychology

In the LEFT function in Excel, what is the purpose of the num_characters? Select one: a....

In the LEFT function in Excel, what is the purpose of the num_characters?

Select one:

a. How many characters to the left of a word to extract.

b. It counts the total number of characters in a text string.

c. None of the options listed are correct.

d. It counts how many characters in a cell are numbers.

ANN stands for:

Select one:

a. Administration Neural Network

b. Add Null Neuron

c. Artificial Neural Network

In: Computer Science

Dr. Mervyn Silverman says, in an interview from Part 1 Age of AIDS that “AIDS was...

Dr. Mervyn Silverman says, in an interview from Part 1 Age of AIDS that “AIDS was the most political disease I had ever seen or read about.”

What does he mean?

How did your understanding of this statement change or grow by the viewing of the film? –particularly attend to the many senses of the word ‘political’—as well as the fact that the statement applies equally well to global issues as to domestic ones.

In: Nursing