Computer-aided engineering (CAE) and finite element analysis (FEA) Computer-aided manufacturing (CAM) including instructions to computer numerical control (CNC) machines. Photorealistic rendering and motion simulation. Document management and revision control using product data management (PDM).
40. External Peripherals of a Computer systems are the following:
-> Keyboard – this is an input device
-> Mouse – This is an input device also
-> Printer – this is an output device
-> Flashdrive – This is a storage device
-> Monitor – this is an output device
-> external hard drive – this is a storage device
Output device are those devices that communicate the results of the data processing to the user
Input device are those device that communicate the results of the data processing to the computer system
Storage device are those device that stores data.
What are you trying to ask...
Answer:
The answer to this question is "Option a".
Explanation:
The description of the JavaScript code as follows:
- In the code, there is two variable defined that are "years and months". The years convert string value in number and calculate years and holds value in years variable and months variable calculate the moths and holds value in months variable.
- Then we use conditional statements in this statement we use two if blocks. In first if block we check that years variable value is equal to 0. if this condition is true. it will print months in the alert box.
- In second if block we check that if months variable value is equal to 0. if this condition is true. it will print years in the alert box.
- In else block, we use an alert box that prints years and months.