The source that often provides good general information on a topic to guide you in forming a research question is encylopedia. Thus, option C is correct.
<h3>What is printed encyclopedias?</h3>
The effect that electronic encyclopedias have on Encyclopedia Britannica was it served as a superior product to heavy, bulky, and expensive printed encyclopedias.
With the enhancement in technology the Britannica encyclopedia was launched that reduced the user to deal with the bulky books and difficult to find the content issues.
Therefore, The source that often provides good general information on a topic to guide you in forming a research question is encylopedia. Thus, option C is correct.
Learn more about encyclopedia on:
brainly.com/question/13956571
#SPJ1
Answer:
Find answers below.
Explanation:
1. Input: it takes in data in its raw format or an item that receives data and transfers them to the process.
- <em>Employees in a management team. </em>
- <em>Program code for a software application. </em>
- <em>Flour for making bread.</em>
2. Process: it converts the data from an input to a usable format. Also, it conveys the processed data (informations) to the output.
- <em>Harvesting a crop. </em>
- <em>Dryer spinning at top speed.</em>
3. Output: it is the result produced by a process i.e the finished product.
- <em>Newly painted structure. </em>
- <em>Freshly mowed lawn. </em>
Answer:
Code below
Explanation:
n = int(input('Please enter n: '))#take input n
print('please enter the numbers')#print enter the numbers
total = 0 #intially take total as 0
original_total = 1 #intially take original_total=1
for i in range(2, n+1): #take the range 2 to n+1
total += int(input('Please enter a number: ')) # add total and enter the number
original_total += i
missing = original_total - total #you got missing number original_total - total
print('The missing number is: ' + str(missing)) # print missing number in the given data
Answer:
right clicking should be your answer
Answer:
case-based.
Explanation:
A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.
Simply stated, it's a computer program or application that comprises of sets of code for performing specific tasks on the system.
A software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications. There are seven (7) main stages in the creation of a software and these are;
1. Planning.
2. Analysis.
3. Design.
4. Development (coding).
5. Testing.
6. Implementation and execution.
7. Maintenance.
A case-based reasoning application refers to a knowledge-based system that is designed and developed to use previous case scenarios (similar past problems) to interprete or proffer a solution to a problem.
In design and implementation of any case-based reasoning application, there are four (4) Rs involved: retrieve, reuse, revise, and retain.