We were given 4 lists of 15 words by the professor. We were asked to listen as he read each list, then write down as many as we could remember, in no particular order. Each list was made up of similar words, except for one word that was distinct that was placed in the middle of the group. We were trying to measure the probablity of recalling the word in each serial position.
Independent variable-type of word (distinct vs similar)
Independent variable-location of word in list (serial position)
Dependent variable-probablitiy of recalling correctly
Can you tell me what type of T-test we should use?
We should use independent two sample t-test to measure the probability of recalling the word in each serial position.
We were given 4 lists of 15 words by the professor. We were asked to listen...
Your lab group has been assigned the task of designing an experiment to investigate the effect of time spent studying on a recall task. Both groups list the same five key words for five minutes. After the five minutes of listing their key words, each group is denied their study lists and lists of words for a total of ten minutes. Both groups are then asked to recall the 5 key words from their origional word list. We will have...
I need the andwer for 1,2,3, and 4
Note: For the third[3] question the first select the
options are
independent
dependent.
The options for the second select are:
1. using different types of words on the recognition
test
2. measuring how long participants took to complete the recall
test
3. altering the time that each word was displayed
4. presenting words visually of auditorily
EXPERIENCE Psychology Lab: False Memory | Synthesis 2 0 08 1. Which of the following best...
1. We reject the null hypothesis only when: a. our sample mean is larger than the population mean. b. the p value associated with our test statistic is greater than the significance level of the test we have chosen. c. our sample mean is smaller than the population mean. d. the p value associated with our test statistic is smaller than the significance level of the test we have chosen. 2. In a study of simulated juror decision making, researchers...
exercise 5.2 questions 1-4
executive and yet others without talking on hjects have 2 years of driving The remaining participants have 4 years 157 Applications Tercises word lists have been este participants have a minute to recall y wed as they can in any order that occurs hands-free phone, an phone at all. Half experience. The per driving experience and why is we some samie a Spot the Confound(s) reach of the s wing, identify the independent and depende levels...
For this week's lab, you will use two of the classes in the Java Collection Framework: HashSet and TreeSet. You will use these classes to implement a spell checker. Set Methods For this lab, you will need to use some of the methods that are defined in the Set interface. Recall that if set is a Set, then the following methods are defined: set.size() -- Returns the number of items in the set. set.add(item) -- Adds the item to the...
For this week's lab, you will use two of the classes in the Java Collection Framework: HashSet and TreeSet. You will use these classes to implement a spell checker. Set Methods For this lab, you will need to use some of the methods that are defined in the Set interface. Recall that if set is a Set, then the following methods are defined: set.size() -- Returns the number of items in the set. set.add(item) -- Adds the item to the...
Assignment 4 Real Deal: Crier On Us Some word games, like Scrabble, require rearranging a combination of letters to make a word. This type of arrangement is generally referred to as an anagram, it's known as a permutation in mathematics. This assignment will give you some experience thinking about and writing recursive functions. Write a C++ program that searches for ``anagrams'' in a dictionary. An anagram is a word obtained by scrambling the letters of some string. For example, the...
I've posted 3 classes after the instruction that were given at start You will implement and test a PriorityQueue class, where the items of the priority queue are stored on a linked list. The material from Ch1 ~ 8 of the textbook can help you tremendously. You can get a lot of good information about implementing this assignment from chapter 8. There are couple notes about this assignment. 1. Using structure Node with a pointer point to Node structure to...
Can someone help me with my homework please. No need of an
explanation just need the letters.
1. Unconditioned responses by definition occur a. independent of any learning b. only in lower organisms c. only in conditions of deprivation d. only in response to sccondary reinforcers 2. What is an objoct or event called that elicits a response without prior learning? b. conditioned response 1s followed by a- 3. The basic procedure that produces classical conditioning is that a a,...
For this assignment you will be creating a multi-file project in which you implement your own templated linked list and use it to create a simple list of composers. When doing this assignment, take small, incremental steps; trying to complete the lab in one go will make the lab more difficult. This means that any time you finish part of the lab, such as a linked list method, you should immediately test and debug it if necessary. Part 1: Creating...