Answer:
B: Hacker
Explanation:
literally anything else aren't even real things besides hacker.
Answer:
def prime_generator(s, e):
for number in range(s, e+1):
if number > 1:
for i in range(2, number):
if (number % i) == 0:
break
else:
print(number)
prime_generator(6,17)
Explanation:
I believe you want to ask the prime numbers between s and e.
- Initialize a for loop that iterates from s to e
- Check if the number is greater than 1. If it is, go inside another for loop that iterates from 2 to that number. If the module of that number to any number in range (from 2 to that number) is equal to 0, this means the number is not a prime number. If the module is not equal to zero, then it is a prime number. Print the number
Tools such as microsoft's word, excel, and PowerPoint are examples of Application software.
<h3>
What is Application Software?</h3>
Application software exists as an end-user program typically separated into two classes: application software and systems software. Systems software delivers an operating system and utilities that allow applications software such as database programs, spreadsheets, web browsers, and more to run.
The most common examples of application software stand the computer programs that we utilized in our everyday life. This application software includes Microsoft products such as Office, PowerPoint, Word, Excel, Outlook, etc. Music Application Software like Pandora and Spotify.
Types of Application Software
- Web browsers.
- Presentation software.
- Spreadsheet software.
- Graphic software.
- Word processors.
- Database software.
- Multimedia software.
- Education software.
Hence, Option e Application Software is correct.
To learn more about Application Software refer to:
brainly.com/question/25704037
#SPJ4
Answer: Hyperpersonal communication
Explanation:
In this type of communication we have inter personnel communication mediated through computers such that there is more scope for textual messages than face to face communication.
Answer:
1. Template
2. Name of the website
3. Signature of the instructor