LIN 260 Midterm

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/57

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

58 Terms

1
New cards

computational theory

What is the goal of the computation, why is it appropriate, and what is the logic of the strategy by which it can be carried out? input and output.

2
New cards

representation and algorithm

how can this computational theory be implemented? in particular, what is the representation for the input and output, and what is the algorithm for the transformation? step-by-step process.

3
New cards

computational example

input: two numbers; output: the product of those two numbers

4
New cards

algorithmic example

14 X 11; 14(10 + 1); (14x10)(14x1); 140 + 14 = 154

5
New cards

hardware example

your brain, pen, and paper

6
New cards

syntactic structures (Chomsky 1957)

how to characterize what makes some sentences grammatical, but not others?

7
New cards

ungrammatical but felicitous

what did alice cut the onions and BLANK with a knife?

8
New cards

ungrammatical and infelicitous

furiously sleep ideas green colorless

9
New cards

Sternberg (1969)

how do we access the information in our memory? applied the subtraction method

10
New cards

parallel search

look at memory all at once and answer yes or no

11
New cards

serial self-terminating search

look at each individual memory, end when answer is found

12
New cards

serial exhaustive search

look at each individual memory, answer cannot be conclude until the end

13
New cards

intercept

initial condition for a set of data

14
New cards

RT1

time it takes to press the button when the light comes on. time to perceive the light + time to press the button

15
New cards

RT2

time to takes to press the left button if it comes on, right button if it comes on. time to perceive the light + time to decide + time to press the button

16
New cards

subtraction method

measuring the reaction time for a task that includes that process, then subtracting the reaction time for a similar task that does not include the process

17
New cards

farah et al (1995)

is there a specific module for facial recognition? results found that there was.

18
New cards

broca's and wernicke's area

parts of the brain that are responsible for speech

19
New cards

finite-state machine

an exact formal model for the representation of langauge

20
New cards

a language (in a formal sense)

a set of strings built over a finite alphabet, an fsm only accepts strings in that language

21
New cards

prototype theory

the "best" or "most typical" member of a category

22
New cards

exemplar theory

we make category judgments by comparing a new instance with stored memories for other instances of the category

23
New cards

category

a collection of things regarded as having shared characteristics

24
New cards

hardware implementation

how can the representation and algorithm be realized physically?

25
New cards

phonetics

concrete speech sounds

26
New cards

phonology

abstract organization of sounds

27
New cards

morphology

organization of words

28
New cards

syntax

organization of utterances

29
New cards

semantics

literal meaning of utterances

30
New cards

pragmatics

meaning as part of the discourse

31
New cards

grammaticality

is an utterance well-formed in language x?

32
New cards

felicity

is an utterance sensical in language x?

33
New cards

grammatical and felicitous

alice cut the onions and peppers with a knife

34
New cards

grammatical but infelicitous

colorless green ideas sleep furiously

35
New cards

what is cognitive science?

the study of the mind. how does the mind process and represent information?

36
New cards

components of cognitive science

psychology, philosophy, anthropology, linguistics, computer science, neuroscience

37
New cards

information processing approach

generate testable predictions, measure behavior, analyze results, evaluate with respect to theory

38
New cards

results of Sternberg's study

serial exhaustive search

39
New cards

parallel search response time

constant regardless of set size

40
New cards

serial self-terminating search response time

increase with set size, worse for no

41
New cards

serial exhaustive search response time

increase with set size, same for yes or no

42
New cards

donders (1868)

how long does it take to make a decision?

43
New cards

decision time equation

RT2 - RT1 = (perception time + decision time + press time) - (perception time + press time)

44
New cards

prosopagnosia

face blindness

45
New cards

where is language localized in the brain?

the left hemisphere

46
New cards

aphasia

damage to these areas

47
New cards

broca's aphasia

mostly structure

48
New cards

wernicke's aphasia

mostly meaning

49
New cards

bayes rule

the probability of b given a is equal to the probability of a given b times the probability of b divided by the probability of a

50
New cards

minimal pairs

words that differ by only one phoneme

51
New cards

phonemes

sound categories

52
New cards

unsupervised learning

direct feedback is not provided, language works this way

53
New cards

supervised learning

direct feedback, most formal education works this way

54
New cards

subordinate

more specific

55
New cards

superordinate

more general

56
New cards

concept

characterization of a category

57
New cards

voiced

vocal cords vibrate when sound is produced

58
New cards

voiceless

vocal cords do not vibrate when sound is produced