Answer:
it is a way to store information dud
Explanation:
Answer:
integrated circuits are made up of Transistor and carry an electrical current
Answer:
cout object
Explanation:
Cout object -
This object is used while writing the program in the C++ , C , coding , the main function of Cout , is to display any information of the screen , is referred to as Cout object .
For example -
Cout<<"Hello";
From the above coding ,
The output would be -
Hello
The information to be displayed need to be written with double commas ( " " ).
Source code is the basic component of a computer program and it is the only component where a programmer can read and modify a computer program. The source code for proprietary software is closed. Only the programmers who have made the software have access to the source code.