Answer: I think its true but I'm not like 100% sure sorry
Explanation: i dont know just seems right
Answer:
Clock (int hours, boolean isTicking, int diff) // constructor clock
{
this.hours = hours;
// set the instance variable hours
this.isTicking = isTicking;
// set the boolean variable isTicking
this.diff =diff;
//set the instance variable diff
}
Explanation:
Here we declared a constructor clock which has 3 parameter hours,boolean isTicking,and diff.
The int hours, diff is of int type and isTicking is of boolean type. In this constructor, we set the instance variables values by using this keyword.
Answer:
"Computer Based Information system (CBIS)" is the correct answer for the above question.
Explanation:
- CBIS means about that system that is used to produce the information or process the information and it is computer-based because CB stands for computer-based and IS stands for an information system.
- It means that a system that helps by the computer and it is used to process the information then it can be called CBIS.
- To process the information in a computer system there is a need for software, people, database, hardware and processor which is a set of CBIS.
- The above question also wants to ask about the system which is a set of software, people, database, hardware and processor then it is known as CBIS which is described above. Hence the answer is CBIS.
Answer:
ENIAC, UNIVAC, EDVAC and IMB 1401 are the list of computers used in history of computer
Explanation:
hope it helps
plz make it brainliest ans