Answer:
Internet
Explanation:
The "Cloud" is an Online service this means it works on the Internet and without the Internet you can't have access to it.
Answer:
Even though both are interfaces and serve its purpose of attempting to run the strategies, their components as well as the manipulate they will get from the patient differ.
Explanation:
CUI (Character User Interface) :-
- It's a sort of user interface that only uses binary data and pseudographics for interface-output and data sessions.
- That's characterized by low availability for operating systems I / O resources (act with integrity) and high speed with a display of data.
GUI (Graphical User Interface (GUI):-
- Using graphical elements such as windows, icons, menus helps the user to communicate with the program.
- It is a kind of user interface along which people interact with electronic equipment through characterizations of visual indicators.
5 or 7 I believe Good luck!
Algorithm
STEP 1: START.
STEP 2: DEFINE n, i, j.
STEP 3: SET sum =0.
STEP 4: SET n =100.
STEP 5: REPEAT STEP 6 to STEP 10 UNTIL i<=n.
STEP 6: REPEAT STEP 7 and STEP 8 UNTIL j<=i/2.
STEP 7: if i%j ==0.
STEP 8: sum =sum + j.Algorithm
STEP 1: START.
STEP 2: DEFINE n, i, j.
STEP 3: SET sum =0.
STEP 4: SET n =100.
STEP 5: REPEAT STEP 6 to STEP 10 UNTIL i<=n.
STEP 6: REPEAT STEP 7 and STEP 8 UNTIL j<=i/2.
STEP 7: if i%j ==0.
STEP 8: sum =sum + j.