Answer:
b
Explanation:
C and D have equivalent iterations
C: D:
99 990
90 900
81 810
72 720
63 630
54 540
45 450
36 360
27 270
18 180
9 90
Answer:
Explanation:
Because the virus disguises it self as something you are trying to download, then it attackes your device
Answer:
rv = "hello"
num_chars = len(rv)
print(num_chars)
Explanation:
*The code is in Python.
Initialize the string rv, in this example I set it to "hello"
Use the len() method to get the number of characters in the rv and set it to the num_chars
Print the num_chars
Note that the result will be 5 in this case, because <em>hello</em> consists of five characters
Answer: Ok so Sorry about this but I will answer thing at 10:20 tommorow I promise
Explanation:
Answer:
Application software
Explanation:
There are two types of software: application software and systems software. Systems software focuses on managing the computer itself, like file managing applications, DOS, etc. Application software is for the users of the device. Examples include a media broadcaster, like Netflix, a video game, email services, and of course, word processor.
If you're looking for examples of word processing software, these include Microsoft Word, Google Docs, Pages, etc.