Theme 2 Flashcards

1
Q

define truncations and wildcards

A

used to widen the search.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the * used for

A
  • is used to truncate words, e.g. depress* will find depressed, depression, depressive etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is thee # used for

A

is used to search for a variable single character, e.g. organi#ation will find organisation and organization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the ? used for

A

? is used to search for a single character, or no character at all. This is very useful for some British and American spellings, e.g. orthop?edics will find both orthopaedics and orthopedics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

why is adjacency searching useful

A

if you want to look for papers where your words might appear NEAR each other rather than only right next to each other. To do this, separate your words with ADJn where n is the number.
e.g physician ADJ3 relationship will find the words physician and relationship within TWO major words of each other in any direction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to combine searches

A

Boolean Operators AND + OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly