an output device translate information processed by the computer into a form which you can understand.
input device are used to enter information such as letters, numbers, sounds or picture into a computer.
Answer:
A) Gibberish or Vague Profane
Explanation:
Hope this helps
You should state the language you're using in these types of questions; here's an example in C++.
bool onOff = true;
if (onOff)
onOff = false;
else
onOff = true;
Answer:
The answer to this question as follows:
Explanation:
- Media communicates you by collecting and delivering information in terms of mass media industries, like print media, publishing, the corporate media, film, TV, and radio.
- According to "Harold Lasswell" the primary social processes of the press are to Linking different aspects of the social structure and tracking the environment to aim at risks and opportunities.
Answer:
"int result= doubleIt(15);" is the correct answer for the above question
Explanation:
- The function in a c++ programming is used to perform some specific tasks for the user. If a user wants to use any function, Then there is needs to do three things, which are as follows:-
- Firstly, there is needs to give the prototype for any function,
- Then there is a needs to define the function body.
- Then there is needs to call the function
- The function can be called by the help of " data_type variable_name = function_name (argument_list);" syntax in c++.