5th 10 Flashcards

1
Q

This technique involves including
specific keywords or terms in
your search query to ensure that
the search results contain those
terms.

A

inclusion

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

this search technique involves
searching for a specific phrase or a set
of words in a way that tells the search
engine to find documents or web
pages containing that exact phrase in
the exact order you specify

A

phrase (narrowing down your search)

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

this is a search technique that
allows you to combine keywords and
phrases using logical operators to refine
your search and retrieve more accurate
and relevant results from a database,
search engine, or information retrieval
system

A

boolean search

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

blank operator narrows down your
search by requiring that all the specified
keywords or phrases must be present in the
results

A

AND

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

operator broadens your search by
allowing you to retrieve results that contain at
least one of the specified keywords or phrases.
It is useful when you want to search for
synonyms or related terms

A

OR

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

operator excludes specific
keywords or phrases from your search results.
It is used when you want to eliminate certain
terms from your search.

A

NOT

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

this is part of the BLUEPRINT or PLAN for the computer program

“An effective procedure for solving a problem in a finite number of steps”

A

algorithm

Niklaus Wirth

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

This means that each step or process in the algorithm is execute in the specified order

A

sequence

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

this is used to iterate or repeat a process or sequence of processes until some condition becomes true. it has the general form

A

Repeat Loop

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

this is also a human language but tends toward more by using a limited vocabulary

A

Pseudocode

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