Answer:
B - E-Mail
Explanation:
This is a program to create, send, receive, forward, store, print, and delete e-mail messages.
You use a(n) e-mail program to create, send, receive, forward, store, print, and delete e-mail messages.
E-mail simply means an electronic message and it refers to the messages that are distributed by electronic means from a computer user to the recipients through a network.E-mail also refers to the transmission of messages through the internet. It should be noted that e-mail messages are sent through the email servers. Electronic mail can contain text, images, files, or any other attachments. It can also be used to create, send, receive, forward, store, print, and delete e-mail messages.In conclusion, the correct option is B.
Read related link on:
https://brainly.com/question/17531590
PHOTOSHOP IS A GRAPHICS EDITING PROGRAM CREATED WITH IMAGES KNOWN AS________
Answer:
Adobe
Explanation:
A web feed:
A. runs a ticker tape of all your friends' comments on a social
networking site.
B. lists all the activity and postings that are occurring on a website.
C. alerts news watchers of a breaking story they can watch on TV or
online.
D. notifies users that new content has been added to a specific
website.
Web feed notifies users that new content has been added to a specific website. Then the correct option is D.
What is a web feed?The frequent regular update of the content or information given to the user through data format is known as a web feed.
It notifies users that new content has been added to a specific website.
Thus, the correct option is D.
More about the web feed link is given below.
https://brainly.com/question/11319715
#SPJ2
The current calendar, called the Gregorian calendar, was introduced in 1582. Every year divisible by four was declared to be a leap year, with the exception of the years ending in 00 (that is those divisible by 100) and not divisible by 400. For instance, the years 1600 and 2000 are leap years, but 1700, 1800, and 1900 are not. Write a program that requests a year as input and states whether it is a leap year. (Test the program on the years 2008, 2009, 1900, and 2000.)
Solution :
Public Function Is a Leap_Year(Year As_Integer) As Integer
'Dim Tor_F for local variable declaring if value is t/f.
Dim TorF As For Boolean
'Pre conditions: Year > 1581 and Year < 3000
If Year > 1581 And Year <> 1700 Or 1800 Or 1900 Then
IsLeapYear = Year / 4
Else
IsLeapYear = False
TorF = False
End If
End Function
do you humans know what math is?
Some do some dont Albert einstein has the biggest brain :))
set screw compression and indenter are all types of
a. compression couplings.
b. threaded connectors.
C. rain-tight fittings.
D. threadless connecters and couplings.
nAnswer:
A.
Explanation:
The compression couplings can be defined as a set of screw, compression, and indenter. A compression fitting is a type of coupling used to connect pipes. A compression couplings is used to connect fixtures and tubings.
It contains screw, compression, and indenter. Therefore, option A is correct answer.
Answer:
dude above me capping its threadless connectors stay strong king
Explanation:
An algorithm can have an output and an outcome
A) True
B) False
Question 3 of 10
What is one task of a system optimization tool?
A. Identifies which programs to begin automatically when you start
your computer
B. Downloads all free programs available to you on the Internet
C. Troubleshoots malfunctioning software, such as word processing
software
D. Troubleshoots malfunctioning hardware, such as a mouse or
keyboard
The OS optimization tool includes the ability to automate and help with some of the common clean up tasks that are tipically run just before using the prepared image. This includes system Clean up tasks and clearing information. Answer: A, identifies which programs to begin automatically when you start your computer.
Some routine cleanup procedures that are often performed right before using the produced image can be automated by the OS optimization tool, and it can also assist with these operations. Thus, option A is correct.
What one task of a system optimization tool?One of the features of the Windows OS Optimization Tool for Horizon is the ability to automate and aid in a few of the routine cleanup procedures that are frequently performed just before employing the prepared image.
There are three parts to every optimization problem: an objective function, choice variables, and constraints.
The term “formulating an optimization concern” refers to the process of turning a “real-world” issue into the mathematical equations and variables that make up these three parts.
To make the image cleaner and ready for usage with Horizon, they comprise system cleanup procedures and information cleaning.
Therefore, This involves clearing information and performing system cleanup chores.
Learn more about optimization tool here:
https://brainly.com/question/24843744
#SPJ5