Answer:
#include <iostream>
using namespace std;
int main()
{
int userInput = 0;
do {
cout << "Enter a number (<100):" << endl;
cin >> userInput;
}
while(userInput >= 100);
cout << "Your number < 100 is: " << userInput << endl;
return 0;
}
Explanation:
Inside the <em>do part</em>, ask user to enter a number and get that number.
In the <em>while</em>, check if the number is greater than or equal to 100. It is going to keep asking to enter a number until a number that is smaller than 100 is entered.
Print out the number that is smaller than 100.
Answer and Explanation:
POLLING MODE: In polling mode in communication process the processor continually check UART port for data instead of UART port signaling the process through an interrupt when data is ready as is done in interrupt mode.
THE DISADVANTAGES AS COMPARED TO THE INTERRUPT MODE :
the disadvantages in polling mode is that the processor wastes time in checking the UART continually while in interrupt mode it is doing useful task
until the UART interrupt this
Answer:
then you???
Explanation:
i think you're forgetting something (like you're pfp)
Answer:
if you could capture another image of this work bc I cant make out some words I can barley make out words
Answer:(1) To manage the computer's resources, which includes central processing unit, memory, disk drives, and printers, (2) To establish a user interface
(3)To execute and provide services for applications software.
The old mainframe computers have
(1) low memory sizes
(2) slower connectivity speed
(3) Larger sizer
(4) low sophistication.
Explanation: Operating system is a system software that manages the computer resources,helps to establish user interface and it helps to provide services for application softwares.
Operating system software includes WINDOWS X,WINDOWS 7,WINDOWS 8,LINUX,etc.
Mainframe computers are computers used by large multinational companies for processing bulk data. Old mainframe computers were produced by IBM(INTERNATIONAL BUSINESS MACHINE) in the year 1952 they are classed two scientific and commercial mainframe computers with different information although they had some incompatibilities. Old mainframe computers are large in size with low processing speed, sophistication and storage compared to present day system.