Answer:
Rapid prototyping is the fast fabrication of a physical part, model or assembly using 3D computer aided design.
Answer: Well, in transit means "in the process of being transported" according to Merriam Webster, so I would think that would mean that it is being shipped from China over to America (Or wherever you may live) currently. Hope this helped!
Explanation:
Oracle, DB2, and Microsoft SQL Server are examples of RDBMS. Therefore, the <u>correct option of this question is (c)</u> i.e. RDBMS.
A software used to store, query, and retrieve data stored in a relational database is referred to as a relational database management system (RDBMS). In RDBMS, data is represented in tables with rows and columns.
The RDBMS handles administrative functions such as managing data access, storage and performance. To perform these administrative services, RDBMS provides an interface between the database, applications and users.
Some features of RDBMS are described below:
- RDBMSs are more secure, faster and easier to work with.
- More than one user can have access to RDBMS at a point of time.
- RDBMS supports distributed databases.
- RDBMS can store a vast amount of data.
- Only the data in the form of tables is managed by RDBMS.
- Data redundancy is reduced in RDBMS using primary keys and indexes.
Thus, Oracle, DB2, and Microsoft sql server are example of RDBMS.
<u>While the other ptions (a) supply chain management and (b) erp applications are not correct because:</u>
- Supply chain management is a centralized management process that handles the flow of goods and services, such as movement and storage of raw materials, inventory, finished goods, and delivery of the final product.
- Enterprise resource planning (ERP) applications refers to software used in organizations to manage day-to-day business operations such as project management, risk management and compliance, procurement, accounting and supply chain operations.
You can learn more about relational databases at
brainly.com/question/13262352
#SPJ4
Answer:
Input: Take 3 numbers A, B and C
Processing: Find average of 3 numbers using formula: Average= A+B+C/3
Output: The output is Average of three numbers.
Explanation:
We need to write an algorithm to compute and print out the average of 3 numbers A,B,C
An algorithm has Input, Processing and Output
The algorithm required is:
Input: Take 3 numbers A, B and C
Processing: Find average of 3 numbers using formula: Average= A+B+C/3
Output: The output is Average of three numbers.