<h2>Hey there!</h2>
<h3>Printer is an output device. </h3>
<h2>Explanation:</h2>
<h3>CD - We insert CD,so it is an input device.</h3>
<h3>Hard Drive - It is responsible for the memory of the computer, so it also an input device. </h3>
<h3>Joystick - It is used to play games on a computer, it inputs instructions through which a game/games can be played. So,it an input device.</h3>
<h3>Printer - It is used to print out the hard copies from a computer,like pages etc..</h3>
<h2>Hence, the correct option will be </h2>
<h3>D. printer </h3>
<h2>Hope it helps </h2>
Answer:
- int birthMonth, birthYear;
-
- cin >> birthMonth;
- cin >> birthYear;
-
- cout << birthMonth << "/" << birthYear;
Explanation:
Firstly, we declare two integer type variables, <em>birthMonth</em> and <em>birthYear </em>(Line 1). Next, we use cin as the standard input stream to get the birth month and year from user (Line 3 - 4). Finally, we print the date using cout. We can chain the << operator to create a date string with format birthMonth/birthYear as expected by question (Line 6)
central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections.
Answer:
The correct answer is option (A) 1111
Explanation:
For initial state Q3Q2Q1Q0=0011,
For load = 1 and count = 1 the count is as follows;
1100
1101
1110
1111
Therefore, the maximum count value is 1111