Answer:
False
Explanation:
Input/output devices do NOT transfer information in only one direction.
Input devices receives the information while the output devices sends the information. The direction of the information being transferred between the input and output is NOT just in one direction.
Examples of input devices are keyboard, mouse, joy stick, scanner, etc.,
Examples of output devices are monitor (LED, LCD, CRT etc), printers (all types), plotters, projector, speaker(s), head phone, etc.
Answer:
What are you trying to say?
Explanation:
There are a lot of computer apps. A service that enables a customer to build and run their own applications but doesn't include extensive access to hardware and middleware is PaaS.
<h3>What is PaaS?</h3>
This is known to be one that helps user to install and run their own application on any kind of vendor-supplied hardware and system software.
The Platform-as-a-Service, is said to be a cloud computing model that gives customers a full cloud platform such as hardware, software, and infrastructure that is used for creating, running, and handling applications.
Learn more about PaaS from
brainly.com/question/14364696
Answer:
The answer is "Option D".
Explanation:
In the given code an array that is "array1" is declared that stores double value because its data type is double. This array stores 10 element, that is equal, and between 0 to 9, because array indexing always starts from 0. In the given array declaration code all options are correct, that can be described as follows:
- In option A, It is correct, because all element stores double value.
- In option B, It is correct, because the size of the array is 10.
- In option C, It is also correct, because it ranges between 0 to 9.