Answer:
26
Explanation:
I just know it ok; rjkhshwnwjk
Accessing a web site in search of magazine articles about a product before its purchase is an example of<u> information seeking.</u>
<u />
<h3>Why knowledge seeking is important?</h3>
Information seeking as a social phenomenon has been instrumental in identifying how academics disseminate new ideas and comment on existing research. Observing how academics make informed choices, and identify resources and strategies to stay on top of the publications is an important element of academic research.
<h3>What are information-seeking Behaviours?</h3>
Information-seeking behavior is the act of actively seeking information to answer a specific query. Information-searching behavior is the conduct which stems from the searcher interacting with the system in question.
To learn more about Information seeking, refer
brainly.com/question/1382377
#SPJ4
Answer:
A
Explanation:
The answer is A because, to be novice at something that means one is new to and is inexperienced at said activity.
<em>Missing Part:</em>
<em>Assume that the following variables have been properly declared and initialized: an int variable named selection, where 1 represents "beef", 2 represents "chicken", 3 represents "pasta", and all other values represent "fish"</em>
Answer:
if selection == 1:
print("beef")
elif selection == 2:
print("chicken")
elif selection ==3:
print("pasta")
else:
print("fish")
Explanation:
I've completer the question and the questin will be answered in python.
This checks if selection is 1. If yes, it prints the beef
<em>if selection == 1:</em>
<em> print("beef")</em>
This checks if selection is 2. If yes, it prints the chicken
<em>elif selection == 2:</em>
<em> print("chicken")</em>
This checks if selection is 3. If yes, it prints the pasta
elif selection ==3:
print("pasta")
Any other input is considered java/
else:
print("fish")
The correct answer is programming
Hope this helps! :)