The result of MINUS operator will be 10 - 2 = 8 records (number of records in CUSTOMER - number of common records).
Main Answer:What type of html list will automatically place a list marker, or bullet point, indicator in front of each item? group of answer choices description l <u>unordered list</u>
Sub heading:
How many types of html list and explain?
Explanation:
1.There are three types
unordered list
ordered list
description list
2.unordered list: is used to group a set of related items in no particular order.
Reference link:
https://brainly.com
Hashtag:
#SPJ4
The correct answer: The motherboard
The motherboard which is a piece of technology which has most of the electronics of a personal computer is (usually) found at the center most part of a Central Processing unit (CPU).
The motheboard needs to be compatible with all the components found in the Central Processing Unit because almost all the important components is connected to it. Just imagine if the power which the power suppy supplies to the motherboard is inadequate due to electrical incompatibility, do you think the Central processing unit will work? It won't. As a matter of fact if you turn on the CPU, it will just switch off on itself in just a few seconds.
Answer:
"Materials requirement planning" is the correct answer for the above question.
Explanation:
- The "Materials requirement planning" is a software system that is used to hold the record of the raw materials.
- It is used to tell about the material which is present in the stocks. It also used to schedule the delivery.
- This software is used to enhance the productivity of the company.
- The above question asked about the software which is needed to keep the record of the raw material. This software is known as "Materials requirement planning".
Answer:Interface segregation principle
Explanation: Interface-segregation principle (ISP) is amongst the major principles of the object-oriented design which describes that none of the users/clients can be forced for indulging and depending on the unknown methods or methods that they don't have knowledge about.
It functions by making the interfaces visible to the user that specifically fascinates them and keeping other smaller interfaces.Interfaces are made by splitting process and making the small interfaces from them.