Answer:
<em>public static void printLarger(double sales1, double sales2){</em>
<em> if (sales1>sales2){</em>
<em> System.out.println(sales1+" is larger");</em>
<em> }</em>
<em> else {</em>
<em> System.out.println(sales2+" is larger");</em>
<em> }</em>
<em> }</em>
<em>A complete code calling the printLarger method is given below</em>
Explanation:
<em>public class Larger{</em>
<em> public static void main(String[] args) {</em>
<em> int sales1 = 100;</em>
<em> int sales2 = 120;</em>
<em> printLarger(sales1,sales2);</em>
<em> }</em>
<em>public static void printLarger(int sales1, int sales2){</em>
<em> if (sales1>sales2){</em>
<em> System.out.println(sales1+" is larger");</em>
<em> }</em>
<em> else {</em>
<em> System.out.println(sales2+" is larger");</em>
<em> }</em>
<em> }</em>
}
Answer:
Case-based reasoning.
Explanation:
A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.
A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.
In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.
This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. This records are stored and communicated to other data when required or needed.
Basically, when a database management system (DBMS) receives data update requests from application programs, it simply instructs the operating system installed on a server to provide the requested data or informations.
Case-based reasoning is a problem-solving technique where each problem in a database is stored with a description and keywords that identify it. It is typically based on cognitive science and artificial intelligence.
A database is used to organize a large collection of data, hence the name database. It is literally a base that would contain a chunk of data that a person or an organization will need to pull out later when they need it. Databases are usually used by companies or organizations
Answer:
A digital projector, also called a digital projection display system, is a specialized computer display that projects an enlarged image on a movie screen. Such devices are commonly used in presentations.
its different because In a computer display , the screen is the physical surface on which visual information is presented. This surface is usually made of glass.