Answer:
All of them apply
Explanation:
Green computing is the process of using environmental friendly computers and its associated components, accessories and other supporting devices.
Virtualization helps us to reduce the number of hardware that we are using.
Grid computers helps us to reduce the use of number of machines and thus supporting the environment in a right way.
Recycling process. Any material that we use needs to be recycled effectively and also in an environmental friendly way.
Autonomic computing uses eco-friendly system which in turn hugely support green computing.
Answer:
Runnable.
Explanation:
Java is an all round programming language which is typically object-oriented and class-based. It was designed by James Gosling, developed by Sun microsystems and released officially on the 23rd of May, 1995. Java programming language is designed to have only a few implementation dependencies as possible because it was intended to be written once, and run on any platform.
Java makes concurrency to be available to software developers through the application programming interface (API) and the language. Also, it supports multiple threads of execution, by making each thread have its respective program counter and method-call stack, which then allow concurrent executions with other threads.
The preferred means of creating multithreaded Java applications is by implementing the runnable interface. An object of a class that implements this interface represents a task to perform. The code is public void run ().
mutualism, commensalism, competition and predation
Answer: SCANNING ELECTRON MICROSCOPY,
Explanation:Many methods are available for use in an explosion site to determine or confirm the explosive materials or bomb fragment seen or obtained from the site they include the following; SCANNING ELECTRON MICROSCOPY,
CHROMATOGRAPHY-MASS SPECTROMETRY, STEREO MICROSCOPY, CAPILLARY ELECTROPHORESIS.
SCANNING ELECTRON MICROSCOPY, is a technique used to identify or confirm a material by scanning the surface of the material using FOCUSED BEAM OF ELECTRONS IN AN ELECTRON MICROSCOPE.
Answer:
The solution of this question is given below in the explanation section.
Explanation:
To design a database for a new soccer club, the following sequence of activities will be carried out.
_____8_____Create the application programs.
_____4_____ Create a description of each system process.
_____9_____ Test the system. Load the database.
____7______ Normalize the conceptual model.
___1_______ Interview the soccer club president.
___6_______ Create a conceptual model using ER diagrams.
___2_______ Interview the soccer club director of coaching.
____7______ Create the file (table) structures.
____3______ Obtain a general description of the soccer club operations.
____5______ Draw a data flow diagram and system flowcharts.
The correct orders of activities the to design a soccer club database is given below:
- Interview the soccer club president.
-
Interview the soccer club director of coaching.
- Obtain a general description of the soccer club operations.
-
Create a description of each system process.
-
Draw a data flow diagram and system flowcharts.
- Create a conceptual model using ER diagrams.
- Create the file (table) structures.
- Normalize the conceptual model.
- Create the application program
- Test the system. Load the database.