GIVING BRAINLIEST
Sending messages electronically to one or more recipients is called

cloud computing
emailing
social networking
web conferencing

Answers

Answer 1

Answer:

Sending messages electronically to one or more recipients is called emailing.

Explanation:

Please mark brainliest

Answer 2

Sending messages electronically to one or more recipients is called, ''Emailing''. So option (2) is true.

Given that,

The sentence to define,

''Sending messages electronically to one or more recipients.''

Since, When you send messages electronically to one or more recipients, it is referred to as emailing.

It's a convenient and widely used method of communication.

Hence, Sending messages electronically to one or more recipients is called, ''Emailing''.

So, Option 2 is true.

Learn more about Email, here;

brainly.com/question/14380541

#SPJ6


Related Questions

at which layer of the osi model would a logical address be added during encapsulation?

Answers

Answer:

At which layer of the OSI model would a logical address be added during encapsulation?? Explain: Logical addresses, also known as IP addresses, are encapsulated at the network layer. Physical addresses are encapsulated at the data link layer.

The layer of the OSI model  that  a logical address be added during encapsulation is network layer.

What is the network layer?

This layer is known to be the part of an online communications that helps or give one room to make an association or linkage and move data packets between a lot of devices or networks.

Conclusively, The layer of the OSI model  that  a logical address be added during encapsulation is network layer. because it moves information to the address a person wants.

Learn more about encapsulation from

https://brainly.com/question/13147634

#SPJ2

what is the full form of CCTV​

Answers

Answer:

CCTV stands for closed-circuit television

closed-circuit television

answer asap please
Feather Light Footwear approaches Roy and his team to develop a website that will help increase the company’s sales and customer base. Apart from other items that are clarified in the requirements-gathering session, the client insists on a speedy launch of the site, in two months flat. Roy and his team already have partially complete projects for other clients that they must complete first. How should Roy handle this situation?
A.
Roy can put aside his current projects and prioritize to finish this new project before the others.
B.
Roy should commit to the project deadline and then later change the delivery date as they work on the project.
C.
Roy can commit to the timeline set by the client and make his team work overtime each day to meet the deadline.
D.
Roy can take up the project, hire additional resources, and later charge the client additional fees for the extra hires.
E.
Roy should be honest and agree on a reasonable timeline that he and his team can easily meet.

Answers

Roy must inform the customer that the team is already working on other tasks that must be finished before the team can begin developing the Feather Light Footwear website.

What application has Roy's model seen in real life?

In order to provide comprehensive care, Roy's adaption model can assess patients in terms of their physiology, self-concept, role function, and interdependence.

What role does Roy's adaptation theory have in nursing practice?

The purpose of nursing is to promote compliance and life expectancy, according to the Roy adaption model. In order to provide comprehensive therapy, the Roy Adaptation Model assesses the patient in four different modes: physiologic, self-concept, role function, and dependency.

To know more about website visit:-

https://brainly.com/question/19459381

#SPJ1

in a network operating system, this computer coordinates all communication between computers.

Answers

Answer:

Explanation:

In a network environment, the network server computer coordinates all communications between the other computers. Smartphones generally include a network operating system. The operating system is often referred to as the software platform.

what is the full form of DBMS​

Answers

Answer:

Database Management System.

Answer:

"Database Management System."

Explanation:

In short, a DBMS is a database program. Technically speaking, it is a software system that uses a standard method of cataloging, retrieving, and running queries on data.

Which types of computer hardware are internal?

Answers

Answer:

Here are some :) (sorry if there are too many)

Explanation:

RAM (Random Access Memory): It's a fast-access memory that is cleared when the computer is powered-down. RAM attaches directly to the motherboard, and is used to store programs that are currently running.

Video Card/GPU (Graphics Processing Unit): It's a specialized processor originally designed to accelerate graphics rendering.

Sound Card: USB sound "cards" are external devices that plug into the computer via USB.

Storage: SSD (Solid State Drive): It is a data storage device that uses solid-state memory to store persistent data.

HDD (Hard Disk Drive): It is a non-volatile storage device which stores digitally encoded data on rapidly rotating platters with magnetic surfaces. Just about every new computer comes with a hard disk these days unless it comes with a new solid-state drive.

CPU (Central Processing Unit/ sometimes just called a processor) It's a machine that can execute computer programs, and sometimes called the brain of the computer.

Motherboard: The motherboard is the body or mainframe of the computer, through which all other components interface. It is the central circuit board making up a complex electronic system.

Firmware: Firmware is loaded from the Read only memory (ROM) run from the Basic Input-Output System (BIOS). It is a computer program that is embedded in a hardware device, for example a microcontroller.

Power Supply: The power supply as its name might suggest is the device that supplies power to all the components in the computer.

CD-ROM Drive: There are two types of devices in a computer that use CDs: CD-ROM drive and a CD writer. The CD-ROM drive used for reading a CD. The CD writer drive can read and write a CD.

Floppy Disk: A floppy disk is a type of data storage that is composed of a disk of thin, flexible(“floppy”) magnetic storage medium encased in a square or rectangular plastic shell.

Internal Storage: Internal storage is hardware that keeps data inside the computer for later use and remains persistent even when the computer has no power.

Disk Array Controller: A disk array controller is a device which manage the physical disk drives and presents them to the computer as logical units.

On some computers the speakers are internal as well. :)

High-performance video graphics cards often use ________ memory.
GDDR6

GDDR5

GDDR4

GDDR3

Answers

Answer:

GDDR5

Explanation:

¿Cuanto cuesta un procesador de textos?

Answers

Answer:

Too Much

demasiado

Explanation:

Put the steps in order to produce the output shown below. Assume the indenting will be correct in the program.

4.0

1. Line 1

•def divide(numA, numB):

2. Line 2

•print (answer)

3. Line 3

•answer = divide(24,6)

4. Line 4

•return numA / numB

Answers

Answer:

Correct arrangement

•def divide(numA, numB):

•answer = divide(24,6)

•return numA / numB

•print (answer)

Explanation:

The program is written in Python code.

The correct arrangement is as shown;

1. Line 1  

•def divide(numA, numB):

#This line defines a function that calls in 2 numbers in parenthesis as the argument

2. Line 2

•answer = divide(24,6)

#This line assigns the argument with numbers and stores it with a variable called 'answer'

3. Line 3

•return numA / numB

#This line returns the required division

4. Line 4

•print (answer)

#This line prints out the answer to the console. The answer of which is 4

Assume the following cache sizing parameters
Bytes of RAM: 220 bytes
Bytes of cache: 215 bytes
Bytes per cache line: 25 bytes
From these values calculate
Lines of RAM (bytes/bytes per line): _____________________
Lines of Cache (bytes/bytes per line): _____________________

Answers

Based on the cache sizing parameters provided, here are the calculations for Lines of RAM and Lines of Cache:

Lines of RAM (bytes/bytes per line): 2^20 bytes / 2^5 bytes = 2^(20-5) = 2^15 lines

Lines of Cache (bytes/bytes per line): 2^15 bytes / 2^5 bytes = 2^(15-5) = 2^10 lines

Your answer:
Lines of RAM: 32,768 lines
Lines of Cache: 1,024 lines

RAM (Random Access Memory) consists of memory cells organized into rows and columns, where each cell stores a bit of data. The term "lines of RAM" is not a standard phrase used in reference to RAM. However, we can discuss the basic components and organization of RAM to provide a better understanding.

RAM is typically organized into modules, and each module consists of several memory chips. Each memory chip contains multiple memory cells arranged in a matrix. The number of rows and columns in this matrix depends on the specific RAM module and its capacity.

Visit here to learn more about RAM brainly.com/question/31089400

#SPJ11

frrrrrrrrrrreeeeeeeeee brainliest for u

Answers

Answer:

thank you, have a nice day!

Explanation:

How are you and how have you been?

Which are examples of traditional computer-based technology?

O blogs and websites

D word processing software

social networking sites

Ospreadsheet software

Answers

Traditional computer-based technology includes standard office applications and specialist applications. Out of the options given, the traditional computer-based technologies would be word processing software and spreadsheet software. Blogs, websites, and social networking sites are a separate thing, known as digital communication technologies.

HELP PLEASEE!!
True or False. The POP is a bank of switches that allows many users to connect to the ISP at the same time.

Answers

Answer:

yes it is true. the pop is a bank of switches that allows many users to connect to the ISP at the same time.

Which client statement indicates an understanding of the nurse's instructions concerning a Holter monitor?
a. "The only times the monitor should be taken off are for showering and sleep."
b. "The monitor will record my activities and symptoms if an abnormal rhythm occurs."
c. "The results from the monitor will be used to determine the size and shape of my heart."
d. "The monitor will record any abnormal heart rhythms while I go about my usual activities."

Answers

(d) "The monitor will record any abnormal heart rhythms while I go about my usual activities."

Option (d) accurately indicates an understanding of the nurse's instructions concerning a Holter monitor. The purpose of a Holter monitor is to continuously record the electrical activity of the heart over a period of time, typically 24 to 48 hours, while the person engages in their normal daily activities. By wearing the monitor throughout their usual activities, any abnormal heart rhythms or arrhythmias can be detected and recorded for further analysis by healthcare professionals.

This option demonstrates that the client understands that the monitor will capture any irregularities in their heart rhythm during their regular routines and not just during specific events or activities. It reflects comprehension of the instructions provided by the nurse regarding the purpose and functionality of the Holter monitor.

Other options provide inaccurate or incomplete information. Option (a) suggests that the monitor should only be taken off for showering and sleep, which neglects the importance of wearing it during daily activities. Option (b) relates to the purpose of the monitor but does not mention regular activities. Option (c) refers to determining the size and shape of the heart, which is not the primary objective of a Holter monitor.

Learn more about Holter monitors

brainly.com/question/32666648

#SPJ11

How to fix Error "The goal you specified requires a project to execute but there is no POM in this directory" after executing maven command?

Answers

To fix the error "The goal you specified requires a project to execute but there is no POM in this directory" after executing a Maven command, follow these steps:

1. Check your current directory: Ensure that you are in the correct directory where the POM file (pom.xml) is located. If you are in the wrong directory, navigate to the correct one using the command line or terminal.

2. Verify the presence of the POM file: In the correct directory, check if the pom.xml file is present. If it is not, you will need to create one or obtain it from your project source.

3. Create a POM file if needed: If your project is missing a POM file, create a new file named pom.xml in the project directory with the appropriate content. You can find examples and documentation on how to create a POM file on the Maven website: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html

4. Execute the Maven command again: Once the POM file is in the correct directory, re-run the Maven command. The error should be resolved, and the command should execute successfully.

Remember, always make sure you are in the correct directory containing the POM file when executing Maven commands to avoid this error.

To learn more about error; https://brainly.com/question/14056040

#SPJ11

PLS HURRY!!
Look at the image below

PLS HURRY!!Look at the image below

Answers

Answer:

1. A function can use variables as parameters.

2. A function can have more than one parameter.

3. The definition of a function must come before where the function is used.

Explanation:

The definition of a function can come before or after it is used - I am pretty sure it cannot be placed after the function is being used. It should always come before it is used, so this statement is false.

A function can use variables as parameters - this is true, variables are just labels to hold data.

A function can have more than one parameter - this is true.

A function must have a return value - functions do not always have to return values. It could simply print, so this statement is false.

The definition of a function must come before where the function is used - As said earlier, the definition of functions must come before it is used/called. This statement is true.

Hope this helps :)

While in the Current View command group for notes, which view options do you have available? Check all that apply.

Answers

Answer: A, B, C (is this for a Microsoft class?)

Explanation: Edge

Answer:

Icon

Note list

Last 7 days

Explanation:

Why do chloroplasts appear only in plant cells and lysosomes appear only in animal cells?

Answers

Answer:

Both animal and plant cells have mitochondria, but only plant cells have chloroplasts. ... Because animals get sugar from the food they eat, they do not need chloroplasts: just mitochondria.

_______ codes are supplemental codes used to help researchers collect data, track illness and disease, and measure quality of care

Answers

Answer:

Category II CPT codes are supplemental tracking codes, also referred to as performance measurement codes. These numeric alpha codes [e.g., 2029F: complete physical skin exam performed] are used to collect data related to quality of care.

I need help writing the algorithm I know how to do the flow chart for the first one but I’m not sure if the second question is a for loop

I need help writing the algorithm I know how to do the flow chart for the first one but Im not sure if

Answers

Answer:

The algorithm is as follows:

(a) Sales and commission

1. Start

2. Input Sales

3. Commission = 0.30 * Sales

3. If sales >= 4000.00 then

3.1   Commission = 0.60 * Sales

4. End If

5. Print Commission

6. Stop

(b) Amount of Rainfall

1. Start

2. Days = 1

3. Total = 0.0

4. While Days <= 31

4.1. Input Rainfall

4.2. Total = Total + Rainfall

4.3. Days = Days + 1

4.4. End If

5. Print Total

6. Stop

See attachment for flowchart

Explanation:

(a) Sales and commission

This begins the algorithm

1. Start

This gets sales from the user

2. Input Sales

This calculates the commission based on 30% (i.e. for sales < 4000)

3. Commission = 0.30 * Sales

This checks if sales is greater than or equal to 4000

3. If sales >= 4000.00 then

This calculates the commission as 60% of Sales

3.1   Commission = 0.60 * Sales

This ends the if condition

4. End If

This prints the calculated commission

5. Print Commission

This ends the algorithm

6. Stop

(b) Amount of Rainfall

This begins the algorithm

1. Start

This initializes the number of days to 1

2. Days = 1

This initializes total rainfall to 0

3. Total = 0.0

The following while loop is repeated until day 31st

4. While Days <= 31

This gets input for Rainfall from the user

4.1. Input Rainfall

This calculates the total rainfall

4.2. Total = Total + Rainfall

This increments the number of days

4.3. Days = Days + 1

This ends the if statement

4.4. End If

This prints the total rainfall

5. Print Total

This ends the algorithm

6. Stop

I need help writing the algorithm I know how to do the flow chart for the first one but Im not sure if

the ________ method returns a copy of the string with all the alphabetic letters converted to lower case..
fill in the blank

Answers

The method that returns a copy of the string with all the alphabetic letters converted to lowercase is `lower()`.The `lower()` method returns the lowercase string from the given string by converting all the alphabetic characters to lowercase.

The method takes no parameters. It returns a copy of the string in which all alphabetic characters have been converted to lowercase.Suppose, you have a string called myString = "This Is An Example". If you want to convert all alphabetic letters to lowercase, you can use the `lower()` method to achieve that result.

You can use the following code to do this:myString = "This Is An Example"print(myString.lower()) # output: this is an exampleThe `lower()` method is a Python built-in string method. It is a useful method for data cleaning and for making sure that all strings are in the same case. When you want to compare two strings, for instance, you may want to convert both strings to lowercase or uppercase to avoid errors.

To know more about copy visit:

https://brainly.com/question/1443651

#SPJ11

given an array with values 5, 10, 15, 20, 25, what are the fewest number of swaps needed to reverse the list?

Answers

The list can be reversed with the smallest possible barters, which is 2.

What's an array?

Generally speaking, a data structure known as an array in the field of computer wisdom is one that's made up of a group of particulars, each of which is linked by at least one array indicator or key. The way an array is saved allows a fine formula to use each element's indicator tuple to detect that element within the array.

Given that,

A set of array 5, 10, 15, 20, and 25 is handed.

The array was reversed using barters.

25, 10, 15, 20, 5

25, 20, 15, 10, 5

As a result, two barters are needed to reverse the list. This is the least number that can be used.

To add up, two exchanges are the absolute minimum demanded to reverse the list.

Learn more about array click here:

https://brainly.com/question/28565733

#SPJ4

Eli needs to export files from his mailbox into a single file that is portable and can be backed up to removable media. Which file type will he use?

Answers

Answer:

PST

Resource:

This question has already been answered here: https://brainly.com/question/18415952

Explanation:

PST is the personal storage table, which is a file built by Microsoft to store data from outlook and other services too.  Really quick, this may or may not be an option that you are looking for but, what I would do in my opinion would be to use the PST and export it on a removable USB, since USBs are removeable media.

What are the 3 common uses of the Internet?

Answers

Answer:

1. reaserch

2. downloading files

3. decision groups

how many microprocessers will a small computer have

Answers

Answer:

for what i know its one hope that helps

What are the safety precautions related to networks?

Answers

Answer:

The following are some of the common safety precautions mentioned in the Network+ objectives.

...

Installation Safety

Lifting equipment. When lifting equipment, it's best to lift with your legs, not your back. ...

Rack installation. ...

Placement. ...

Tool safety.

Answer:

*we should not give details about ours bank, otps etc

Computer _ rely on up to date definitions?

A. Administrators
B. Malware Scan
C. Firmware updates
D. Storage Drivers

Answers

Answer:  The correct answer is B. Malware Scan

Explanation:

The word "definition" only applies to antivirus and malware removal applications that scan for patterns using the definitions. The other choices do not use definitions. Firmware updates rely on images, storage drives use drivers and administrators are user privilege type.

What is the missing line?

import csv
_____
myReader = csv.reader(inFile)
for item in myReader:
print(item)

inFile = open("fruit.txt","r")

inFile = reader("fruit.txt","open")

inFile = reader("fruit.txt","r")

inFile = open("fruit.txt","read")

Answers

Based on the code written above, the missing line is option C: inFile = reader("fruit.txt","r")

What does line encoding mean?

The code used to transmit data from a digital signal via a transmission line is called a line code. This coding method was chosen to prevent signal overlap and distortion like inter-symbol interference.

A group of instructions used to alter data such that a certain input yields a specific output is known as a program in computer coding.

Digital data is transformed into digital signals through the process of line coding. Using this method, we turn a series of bits into a digital signal. Digital data are encoded into a digital signal at the sender side, and they are reproduced at the receiver side by decoding the digital signal.

The full code is:

import CSV

inFile = open('pets.txt', 'r')

myReader =

reader(inFile)

for item in myReader

print(item)

exit()

Learn more about code from

https://brainly.com/question/23865485

#SPJ1

You defined a book data type.

class book:
title = ''
author = ''
pages = 0

Then, you created an instance of your book.

myBook = book()

Which statement assigns a value to the title?

title = 'To Kill a Mockingbird'
myBook.title('To Kill a Mockingbird')
myBook.title = 'To Kill a Mockingbird'
myBook.book.title = myBook.title = 'To Kill a Mockingbird'

Answers

Answer:

myBook.title = 'To Kill a Mockingbird'

Explanation:

Correct answer edge 2020

____________ refers to bits that have been changed, in error, from 1 to 0, or vice versa, in a data transmission.

Answers

Answer:

Flipped bits

Hope this help.

Other Questions
place the steps involved in catalytic hydrogenation in the correct sequence, Find the value of x? How does the goal of science compare to the goal ofengineering? calculate internal fragmentation if, page size = 2,048 bytes, and process size = 72,766 bytes Which phrase best completes the diagram?Canada's First NationsThe IroquoisHunted and farmedfor foodLived in the GreatLakes region? what is the decimal for 6/7 If f(x) = 2x and g(x) = 5x, what is f(g(x)) when x = 3? If measurements are all consistent, such as 3.4, 3.6, 3.5, these numbers are said to haveA. precisionB. accuracyC. precision and accuracyD. neither precision or accuracy 2) Find the midpoints of the line segment with endpoints ( 4 12, 5/2) and ( 10/7, 4/7)3) suppose you have lunch with five friends and the total check (with tax and tips) is $252. how much should each person pay if you split the check evenly. Find the critical point of the given function and then determine whether it is a local maximum, local minimum, or saddle point. (Order your answers from smallest to largestxx, then from smallest to largestyy.)f(x,y)=(xy)(xy9) the ratio of the corresponding edge lengths of two similar solids is 4;9 what is the ratio of their volume ? Which is the best description of a molecule? A car covers 100 km in 2 h , what is the speed of the car. Difference between limiting value and functiona value of function ? give some eample A shop has a sale of 10% off all items in stock.If the original price of a dress is 70 what would be its sale price? osteocytes are surrounded by a dense, bony matrix. how do they get the nutrients they need to survive? how much oil does the department of energy's energy information service (eis) predict the anwr will produce, as a percentage of worldwide oil production? write the dlope-intercept from of the equation of the line passing through the point (5,5) and perpendicular to the line y = 4/9x -1 Determine the equation of the circle graphed below. Can someone please help with this question? Whoever answers it will become the brainliest.Iroquois Creation StoryIn the great past, deep water covered all the earth. The air was filled with birds, and great monsters were in possession of the waters, when a beautiful woman was seen by them falling from the sky. Then huge ducks gathered in council and resolved to meet this wonderful creature and break the force of her fall. So they arose, and, with pinion overlapping pinion, unitedly received the dusky burden. Then the monsters of the deep also gathered in council to decide which should hold this celestial being and protect her from the terrors of the water, but none was able except a giant tortoise, who volunteered to endure this lasting weight upon his back. There she was gently placed, while he, constantly increasing in size, soon became a large island. Twin boys were after a time brought forth by the womanone the spirit of good, who made all good things and caused the maize, fruit, and tobacco to grow; the other the spirit of evil, who created the weeds and all vermin. Ever the world was increasing in size, although occasional quakings were felt, caused by the efforts of the monster tortoise to stretch out, or by the contraction of his muscles.After the lapse of ages from the time of his general creation Tarhuhiwhku, the Sky Holder, resolved upon a special creation of a race which should surpass all others in beauty, strength, and bravery; so from the bosom of the great island, where they had previously subsisted upon moles, Tarhuhiwhku brought out the six pairs, which were destined to become the greatest of all people. The Tuscaroras tell us that the first pair were left near a great river, now called the Mohawk. The second family were directed to make their home by the side of a big stone. Their descendants have been termed the Oneidas. Another pair were left on a high hill and have ever been called the Onondagas. Thus, each pair was left with careful instructions in different parts of what is now known as the State of New York, except the Tuscaroras, who were taken up the Roanoke River into North Carolina, where Tarhuhiwhku also took up his abode, teaching them many useful arts before his departure. This, say they, accounts for the superiority of the Tuscaroras. But each of the six tribes will tell you that his own was the favored one with whom Sky Holder made his terrestrial home, while the Onondagas claim that their possession of the council fire prove them to have been the chosen people. Later, as the numerous families became scattered over the State, some lived in localities where the bear was the principal game and were called from that circumstance the clan of the Bear. Others lived where the beavers were trapped, and they were called the Beaver clan. For similar reasons, the Snipe, Deer, Wolf, Tortoise, and Eel clans received their appellations.Which BEST provides an objective summary of the passage? A. The Sky Holder cast a woman down to the earth. A tortoise saved her from the monsters of the deep. She gave birth to twin sons, and from those sons, all humans descended. These people moved throughout the earth and formed tribes. B. When a woman fell from the sky, she was caught by ducks. She was placed on a large tortoise, which grew into an island. The woman gave birth to a good spirit and an evil spirit. The Sky Holder created all people from six original pairs of humans. C. A council of ducks, the most majestic of birds, saved a woman as she fell from the sky. They placed her on the back of a tortoise. The tortoise stretched and contracted his muscles and grew into a large island. This is where all humans sprang forth from.D. Six tribes trace their origins back to six pairs of humans. These humans shared the same mother who fell from the sky. The tribes honor the animals, like the deer, tortoise, wolf, eel, and ducks, who saved the woman from the monsters who lived in the deep waters.