with the ________ delivery model, cloud computing vendors provide software that is specific to their customers’ requirements.

Answers

Answer 1

Cloud Computing  is simply known to be a type of computing. Software-as-a-Service (SaaS) delivery model, cloud computing vendors provide software that is specific to their customers’ requirements.

Software-as-a-Service (SaaS) is simply define as a type of cloud computing vendors that gives software that is particular to their customers' needs.

It is the most used  service model as it gives a broad range of software applications. It also gives web-based services to its user.

Learn more from

https://brainly.com/question/14290655


Related Questions

the correct banner marking for a commingled document

Answers

Answer:

The correct banner marking for a commingled document is Headers and footers are mandatory and must be identical All sections or portions must be marked or portion marked CUI markings and Limited Dissemination Control markings appear after all classified marking in both Banner Lines and Portion Markings

Hope this helps :D

Please Mark Brainliest :D

A computer game allows a player to repeat a level until they run out of lives. Which two of the following loops would work correctly?

Answers

Answer:

c.

Explanation:

because this is the right syntax for the following loops

Technical security measures like anti-virus (anti-malware), firewalls, and keeping browsers up-to-date will:

Answers

prevent malware from old exploits

Which tool was developed for packet flow monitoring and was subsequently included in Cisco routers and switches

Answers

Wireshark. It’s a free tool used to analyze packets.

____ refers to protecting against unauthorized data disclosure and ensuring the authenticity of the data source.

Answers

Answer:

Secrecy

Explanation:

Options:

A) Necessity.

B) Secrecy.

C) Integrity.

D) Encryption.

B) Secrecy Is correct answer

(Hope this helps can I pls have brainlist (crown)☺️)

Which component of a DC motor ensures electrical connectivity to the rotor?



What is the value of the current in x?

Answers

Answer:

ketchup?

Explanation:

You often travel away from the office. While traveling, you would like to use your laptop computer to connect directly to a server in your office and access files. You want the connection to be as secure as possible. Which type of connection do you need

Answers

Answer:

You will use a secure connection

Explanation:

You need VPN so that your IP cant be tracked which will help hackers to find you

A secured connection is a connection which is encrypted and secure the data from both the ends. A VPN (Virtual Private Network) is a secured connection.

What is Secured connection?

A secured connection is a connection that is encrypted by one or more security protocols to ensure the data security which is flowing between two or more ends.

A secured connection can help someone from stealing or changing information that has been sent online. To create a secured connection, the device and website's server use an SSL protocol. SSL protocol is a set of encryption rules that both computers understand and keep the data secured.

VPN stands for "Virtual Private Network". It is used for the opportunity to establish a protected network connection when using public networks. VPNs encrypt the internet traffic and disguise online identity of an individual. This makes it more difficult for third parties to track the activities online and steal data of an individual.

Learn more about Secured connection here:

https://brainly.com/question/25556545

#SPJ2

5.23 LAB: Contains the character
Write a program that reads an integer, a list of words, and a character. The integer signifies how many words are in the list. The output of the program is every word in the list that contains the character at least once. For coding simplicity, follow each output word by a comma, even the last one. Add a newline to the end of the last output. Assume at least one word in the list will contain the given character.

Ex: If the input is:

4 hello zoo sleep drizzle z
then the output is:

zoo,drizzle,
To achieve the above, first read the list into a vector. Keep in mind that the character 'a' is not equal to the character 'A'.

Answers

Answer:

In C++:

#include<iostream>

#include<vector>

using namespace std;

int main() {

int len;

cout<<"Length: ";  cin>>len;

string inpt;

vector<string> vect;

for(int i =0;i<len;i++){

  cin>>inpt;

  vect.push_back(inpt); }

char ch;

cout<<"Input char: ";  cin>>ch;  

for(int i =0;i<len;i++){

  size_t found = vect.at(i).find(ch);  

      if (found != string::npos){

          cout<<vect.at(i)<<" ";

          i++;

      }

}  

return 0;

}

Explanation:

This declares the length of vector as integer

int len;

This prompts the user for length

cout<<"Length: ";  cin>>len;

This declares input as string

string inpt;

This declares string vector

vector<string> vect;

The following iteration gets input into the vector

for(int i =0;i<len;i++){

  cin>>inpt;

  vect.push_back(inpt); }

This declares ch as character

char ch;

This prompts the user for character

cout<<"Input char: ";  cin>>ch;  

The following iterates through the vector

for(int i =0;i<len;i++){

This checks if vector element contains the character

  size_t found = vect.at(i).find(ch);  

If found:

      if (found != string::npos){

Print out the vector element

          cout<<vect.at(i)<<" ";

And move to the next vector element

          i++;

      }

}  

Fill in the blank: A data analyst is creating the title slide in a presentation. The data they are sharing is likely to change over time, so they include the _____ on the title slide. This adds important context.

Answers

The title of a presentation often gives a meaning and closure to what the presentation is all about. The data they are sharing is likely to change over time, so they include the date of the presentation on the title slide.

A title slide in PowerPoint often has a lot of different meaning. The date on a title slide is usually placed in the Header and Footer box, you have to click on the Slide tab, select the Date and time check box.

The Layout option to title a slide is simply the following steps below

The first you click Home and select Layout. Select Title Slide for a standalone title page or select Title and Content for a slide that contains a title and a full slide text box. There are a lot of other layout options include titles, too. Pick the one that's best suited for your presentation.

Learn more from

https://brainly.com/question/11068366

Which feature in early networks made aggregating threat intelligence difficult?.

Answers

Considering the computing troubleshooting historical records, the feature in early networks that made aggregating threat intelligence difficult is "Point Solution."

What is a Point Solution?

Point Solution is a term used in engineering and computing processes that involve the use of tools or machines to solve one issue or problem at a time within operations.

This situation leads to time-consuming and complicated means of solving multiple problems in operation.

Present Methods of solving aggregating threat intelligence

Today there are various means or formats for solving these problems which include the following:

STIX/TAXII, JSON, XML,PDF, CSV

Hence, in this case, it is concluded that the correct answer is "Point Solution."

Learn more about Point Solution here: https://brainly.com/question/17748237

If the disaster requires actions offsite from the primary infrastructure, it is under the jurisdiction of__________.

Answers

Answer:

Business continuity

Explanation:

The disaster is affecting business functions and needs to be urgently remedied.

Most general-purpose applications use a(n) ________ that displays graphical elements called icons to represent familiar objects.

Answers

A general purpose application is often called a 'off-the-shelf'. It is a kind of software that one can use at home and school. Most general-purpose applications use a graphical user interface that displays graphical elements called icons to represent familiar objects.

The graphical user interface is simply defined as a type of user interface that gives users permission to interact with electronic devices via the aid of graphical icons and audio indicator such as primary notation.

General purpose application software is simply defined as a type of application that is used for different kind of tasks.

It is not known to be able to perform more than one function. For example, a word processor.

Learn more from

https://brainly.com/question/2919813

A web-based program that uses artificial intelligence techniques to automate tasks such as searches is called

Answers

A web-based program that uses artificial intelligence (AI) techniques to automate tasks such as web searches is called a: bot.

Artificial intelligence (AI) is also referred to as machine learning and it can be defined as a branch of computer science which involves the process of using computer algorithms to build a smart computer-controlled robot that is capable of automatically performing and handling tasks that are exclusively designed to be performed by humans or using human intelligence.

In the field of artificial intelligence (AI), a bot is an abbreviation for robot.

A bot is a web-based software program that assists an end user, or acts on his or her behalf, in the automatic performance of repetitive computer-related tasks such as web searches.

Read more: https://brainly.com/question/21656851

AND, NOT and OR are comparisons of values included in which type of operation?

Answers

Answer:

Comparison Operators

Explanation:

Answer:

comparative operation

Explanation:

not need

Choose the response that best completes the following statement.

"If you're not sure if you should be on a site or signing up for a profile, ________."

ask permission
consider the outcome
don't say it online
use the 5-second pause

Answers

Answer:

probably the 5 second pause

consider the outcome?

You have installed Windows Server 2016 on a new server and want to centralize user logons and security policies. What type of software should you install and configure on this server

Answers

Answer:

Directory Service

Explanation:

The type of software that you should need to install and configure on this server is known as the directory services such as Microsoft office.

What is Software?

Software may be defined as a set of instructions, data, or programs which are considerably utilized in order to operate computers and execute specific tasks with respect to the instructions. The function of the software is absolutely the opposite of the hardware.

According to the context of this question, each and every directory service have some special class of software that enables the window to install and configure Microsoft's proprietary. These proprietaries mutually support the window and execute the function with respect to the user's instructions.

Therefore, the directory service is a type of software that you should need to install and configure on this server.

To learn more about Software, refer to the link:

https://brainly.com/question/28224061

#SPJ2

Recursive functions are ________ iterative algorithms. as efficient as less efficient than more efficient than impossible to compare to

Answers

Based on computer programming, Recursive functions are less efficient than iterative algorithms.

Recursive Function vs. Iterative Algorithm

During implementation, the Recursive functions require the module to call itself multiple times till the base condition is satisfied, thereby making the line of codes longer and slower to execute.

In contrast, the Iterative algorithm utilizes looping statements such as for LOOP, WHILE LOOP, or DO-WHILE LOOP to repeat the same steps, thereby making the line of codes shorter and faster to execute.

Hence, in this case, it is concluded that the correct answer is "less efficient than."

Learn more about Recursive Functions here: https://brainly.com/question/25647517

A(n) _____is a small application that cannot run on its own but can be used with other software products.

Answers

Answer:

emulador

Explanation:

it need apps to run

A shared feature is a small application that cannot run on its own but can be used with other software products.

What is software?

A device's running programs, scripts, and applications are collectively referred to as "software" in this context. It can be compared to the variable component of a computer, whereas the invariable component is the hardware.

Application software and system software are the two main subcategories of software. System software and application software are the two categories of software. System software is employed to direct operations as well as a computer's internal processes and hardware components.

Therefore, a little program known as a shared feature can be utilized with other software items but cannot be used independently.

To learn more about software, refer to the link:

https://brainly.com/question/1022352

#SPJ5

If, in a recursive solution, function A calls function B which calls function C, this is called ________ recursion. indirect three function call direct continuous

Answers

If, in a recursive solution, function A calls function B which calls function C, this is called Indirect recursion.

A recursive algorithm is said to be recursive if such an algorithm calls itself with smaller input values and get current result for implementing basic operations on those simple inputs.

Indirect recursion occurs when a function A invokes another function B which in turn makes it the original function and calls another function C.

Learn more about recursion here:

https://brainly.com/question/3169485?referrer=searchResults

Sort the options for formatting a table under the tab where they are located.

Answers

Answer:

yes those are the correct order

Explanation: post protected

NO LINKS Please
Based on the information presented in the article, do you think that schools should invest in technology to improve academic outcomes for their students? Explain.

Answers

Answer:

ok po majsbejwwlaodhd susbvskwmoskwaubsbsiwnwis sisbsbsb is a good 2AM 2AM 2nd edition 2and I am a nanny 2and and u 2122feet 225feet to see how 2nd grade are you 22feet but not yet a lot more because it has alot of people who is the key to the girl in your life of your own life NATO is the most powerful and I was a great person in a sentence and a very nice meeting you had to do nothing babe and she had an affair in a way maker that I am in a relationship with u are in bed now babe and my mom and my dad a lot of my cousn and my kids in the morning and my kids were in the same boat and 5PM was the first of my two 5th grade boys in school to be with u at work now babe on my messenger then the Lord was in bed and she had no probs and no babe to be in Philippines and my kids had to be a good 58 and a little more because I was so happy bday sis had a lot to say about the girl and she was busy with me I will be having dinner with the kids on me sometime next time because she is very good at home now babe ruth is it ur wife is still single forever ni mama ne is a good girl also a big part in her to be the center babe if I will be a good person and I think they 5th 5 and 5 and u have a lot more to lose than me if u have a lot

Answer:

Yes because using technology in classrooms has the potential to create increased student motivation, increased social interactions, positive outcomes, enhanced student learning, and enhanced student engagement.

Assume that the method call slope(1, 2, 5, 10) appears in a method in the same class. What is printed as a result of the method call

Answers

Answer:

8\4

Explanation:

hope it hepl

According to the question, the answer would be 8/4.

What is the Result?

something that happens as a result of a cause, problem, or conclusion; a positive or observable result.

The modifications or consequences that are anticipated to occur once the project is implemented are referred to as project results. The recipients' lives have typically improved as a result of the results. Three categories of results are presented: Outputs. Outcomes.

Results reflect how successful we are as people. In project management, it's very crucial to track your progress. The results of a project should always be evaluated. How would we recognize our accomplishments and draw lessons from our mistakes if we didn't measure?

To know more about the Results follow the link.

https://brainly.com/question/27751517

#SPJ5

___1. What is the first thing you should do if you received a package?
a. count the number of items c. accept it immediately then leave

b. check out the whole package d. check for the delivery receipt

________2. What should you do with the copy of your request for inspection?

a. return to the delivery man c. dispose it immediately

b. keep the copy of your request letter d. do not accept the letter

________3. What form is used to request for tools and equipment to be used for a

particular job written instruction to perform a work?

a. job order / order forms c. inventory of Materials forms

b. borrower’s forms d. purchase requisition

Answers

1.C
2.D
3.D
4.B
5.A
6.A
7.C
8.D
9.A
10.C

Above all, you want to implement the cheapest CRM system available. You are willing to accept any risks associated with this, so you would want to implement a(n) ________ CRM system.

Answers

Answer: Open-source CRM

write an expression taht evaluated to true if and only if the variable s does not contain the string 'end'

Answers

Answer:

//check which string is greater

if(strcmp(name1,name2)>0)

//assign name1 to first, if the

    //name1 is greater than name2

    first=name1;

else

    //assign name2 to first, if the

    //name2 is greater than name1

    first=name2;

5)

//compare name1 and name2

    if(strcmp(name1,name2)>0)

   

         //compare name1 and name3

         if(strcmp(name1,name3)>0)

       

             //assign name1 to max, becuase

             //name1 is greater than name2 and name3

             max=name1;

       

Explanation:

3.5 code practice python

Answers

Answer: This chapter is about variables in Python. So a variable can be any data type. And to find the datatype of a variable we need to use below code: x =10 print (type (x)) This will output: integer Now we can covert a string into integer as below:x=input("Enter X:")But above x is considered as string, and we need to convert it to integer to make use in for loop or any calculation.we can use:int(x), and this will convert x to int from string.Also, we have operators to change the variable values like =. +=, -=, /=, *= etc. So you need to remember these, and you will be up with all that is required for understanding variables. And rest is self explanatory certainly.

Explanation:

The answer is self explanatory

Which type of security is specifically concerned with computers or devices that are part of a network infrastructure

Answers

Answer:

Ransomware

Explanation:

"Ransomware is malicious software that threatens to reveal sensitive data or prevent access to your files/systems until you pay a ransom payment within a set timeframe."

Which process refers to the process of translating between a set of private addresses inside a network and a set of public address outside the network

Answers

Answer:

The process of translating between a set of private addresses inside a network and a set of public addresses outside the network is called

IP pulling through use of a subnet mask bypass

The implementation stage of the SDLC is when the system is moved into operation where it can be used. What stage PRECEDES the implementation stage and what happens in this preceding stage

Answers

The stage that precedes the implementation stage of SDLC is testing and it involves checking the functionality of the system.

System design involves the process of determining an overall system architecture, which typically comprises the following:

Hardware.End users.Physical processing components.Software.Communication channel.

Generally, there are seven (7) main stages in the systems development life cycle (SDLC) model and these include:

1. Planning.

2. Analysis.

3. Design.

4. Development.

5. Testing.

6. Implementation.

7. Maintenance.

From the above, we can deduce that the stage which precedes the implementation stage of SDLC is testing.

During the testing stage of SDLC, a quality assurance (QA) expert checks the system to determine whether or not it is functioning properly before it is deployed for operation, which is where the system can be used.

Read more: https://brainly.com/question/20813142

When a single physical computer runs this type of software, it operates as though it were two or more separate and independent computers.

Answers

Answer:

Virtualisation

Explanation:

The correct answer would be virtualisation software, this is because it allows more computers to be "created" in the form of virtual machines. These virtual machines contain everything that a regular computer would have, i.e networks, storage devices, and processors except that it is virtual. You just need to have hyper v enabled in system settings.

Hope this helps!

Other Questions
Lee earns $17.00 per hour at her job. How much money will Lee earn if she works for 4 hours? Pocahontas was a daughter of a Native American chief who lived in Virginia. The story has been told that John Smith had made friends with the chief's twelve-year-old daughter Pocahontas. Later John Smith was captured by Native Americans. Just as he was to be killed by a stone war club in the hand of the chief, Pocahontas ran to him, placed her head on his, and begged her father not to kill him.Later when a war broke out between Native Americans and the white settlers, Pocahontas was captured. She was put on an English ship. During that time she fell in love with John Rolfe, who was also on the ship. John was an early English settler of Jamestown, Virginia. They were married two years later. She became a Christian and was baptized with the English name, Rebecca. In 1616 she went to London with her husband. She was received as a Native American princess.Take notes on the paragraph above. Type your notes in the box below to answer the questions about Pocahontas. Be brief. Name two processes that release nuclear energy? someone please help me asap Write the missing note needed in the rythmic pattern.1: 2/42: 3/43: 4/44: 4/45: 6/8 after working out for 45 minutes, Juanita heartbeat at 75 beats in 30 seconds what equation represent the relatship of b and m .15 x (-0.6)help me please how long do monoclonal antibodies last in the body (25)2 100 23 + [24 (13 5)] = 14 A group of 200 adults were asked whether they prefer getting their news from newspapers or from TV. The gender of the adults and their responses arereported in the following table.NewspapersWomen 30Men 50TV5268(a) What percentage of the adults are women?(b) What percentage of the adults prefer TV? what is the area of the soccer field if x=40m? base is 2x+20 height is x+20 Do you think that Aunt Jemima should have been removed from the brand? 14. Find m(9x + 2)(15x -52) Ten times the sum of a number and 12 is 84. Miko filled two tanks with water. The ratio of the amount of water in Tank A to Tank B is 3 : 2. The total amount of water in both tanks is 210 . How much water must Miko pour from Tank A into Tank B so that both tanks have the same amount of water? orthwest Fur Co. started 2021 with $114,000 of merchandise inventory on hand. During 2021, $590,000 in merchandise was purchased on account with credit terms of 2/15, n/45. All discounts were taken. Purchases were all made f.o.b. shipping point. Northwest paid freight charges of $8,700. Merchandise with an invoice amount of $4,800 was returned for credit. Cost of goods sold for the year was $372,000. Northwest uses a perpetual inventory system. Assuming Northwest uses the gross method to record purchases, what is the cost of goods available for sale How can the writer revise the introduction to be more effective? by adding an opening sentence that strengthens the hook so that the reader keeps reading all the way to the claim by deleting the first sentence so that the reader is not distracted by reasons and can get straight to the claim by splitting the second sentence into short, choppy sentences so the reader can skim them and get to the claim quickly by adding a closing sentence that rebuts the counterclaim so that the reader knows the claim is right tell me th efirst thing that just came to your min!! find 3 1/6 + (-4 1/3). What is a isotonic solution? How does it affect a red blood cell?What is a hypertonic solution? How does it affect a red blood cell? What is a hypotonic solution? How does it affect a red blood cell?Answer plz!