1. The running configuration is also known as the _____________ (Select Two) a. Startup config b. Working configuration c. Current configuration d. Backup configuration

Answers

Answer 1

Answer:

1. The running configuration is also known as the b. working configuration

c. current configuration

Explanation:

hopes this help (:


Related Questions

In flowcharts the rectangle shape represents a process or assignment statement?

A. True
B. False

Answers

The answer is true. So A

what is the answer
i don't know how to decode this, could i get the answer without any links

Answers

Answer:

Try the Cesar cypher

Explanation:

The Cesar cypher shifts the letters one side

How can you connect and access data from the database?

Answers

Answer:

In order to access data in a given database, you must first connect to the database. When you start SQL*Plus, you normally connect to your default Oracle database under the username and password you enter while starting.

How many internet browser sessions can you have open at one time?.

Answers

Theoretically there is no limit that I know of, however it uses RAM and will eventually use all available RAM.

James, an IT manager, expresses a concern during a monthly meeting about weak user passwords used on company servers and how they may be susceptible to brute-force password attacks. Which concept can James implement to make the weak passwords stronger

Answers

Answer:

James could implement the use of symbles and numbers in the passwords so its less easy to brute-force it, and a maximum amount of characters and symbles

Explanation:

a password that looks like: invisable man (invisableman), is easy to guess unlike a password that looks like this: &31invisable#man%^2

or you could go with something like this: 1nv1548!3 m4n (or add random caps+numbers (maybe symbles))

=(A2+A3)*12% is an example of a function in excel true or false

Answers

False but I’m not to sure

easy python question, no explanation just right answer

Answers

Answer:

See the code below.

Explanation:

def sumOfTwo(a, b, v):

   output = False

   for i in a:

       for j in b:

           sum = i + j

           if sum == v:

               output = True

   print(output)

sumOfTwo([-4, 6, 1], [10, .5, 30], 6)

You can use any online python ide to check the code.

What does a good résumé help you do?
A. hide your contact details
B. emphasize your best skills and accomplishments
C. highlight only your most recent projects
D. highlight only your academic qualifications

Answers

Answer:

b, emphasize your best skills and accomplishments

Explanation:

think of an acting resume!!

Software designed to facilitate conversation between a computer and a human end user is called?.

Answers

Answer:

User interface

Explanation:

I believe this would be referring to a user interface (or UI).

User interface is defined as a Software designed to facilitate conversation between a computer and a human end user.

What is the User interface?

The user interface (UI) of a device is the point of human-computer contact and communication. Keyboards, Display displays, mice, and the look of a desktop are all examples of this.

An interface in computing is a common boundary that allows two or more distinct components of a computer system to communicate information.

It is also the method through which a user interacts with a program or a website. A user interface is a piece of software that is meant to enable communication between a computer and a human end user.

Therefore, it is user interface.

Learn more about the User interface, refer to:

https://brainly.com/question/28351003

#SPJ2

Why is my phone not notifying me when i get text messages?.

Answers

Because your bad, you should feel bad, and your phone knows it

question in the attached img. pls help me thank you in advance ​

Answers

Answer:here you go miss

Explanation:

1.A title bar is a graphical user interface (GUI) component of a software application or Web page.

2. A menu bar is a row or strip of menu items titles that, when clicked, display dropdown menu of other items or commands.

3. The toolbar, also called bar or standard toolbar, is a row of buttons, often near the top of an application window, that controls software functions.

4. Apache Axis (A pache e X tensible I nteraction S ystem) is an open-source, XML based Web service framework.

5. A status bar is located at the bottom of Internet browser windows and many application windows and displays the current state of the web page or application being displayed.

6. VCB box Type in value and press Enter to apply the

value to the active tool (no click required).

You can access elements in a list by using an index the same way that you can index a character from a.

Answers

One can access elements in a list by using an index the same way that you can index a character from indexing into the string.

What is String Indexing?

Strings are known to be a form of ordered method of character data, 00:15 and the specific characters of a string.

They can be accessed straight through the use of  numerical index. String indexing in Python is known to be a kind of zero-based in nature.

Learn more about indexing from

https://brainly.com/question/4692093

True or false: A local area network is a group of computers, printers, and other devices connected to the same network and covers a large geographic range such as a city, a county, or a state.

Answers

Answer:

True.

Explanation:

Hope this helps you!

The following flowchart symbol is used to repeat instructions:

A. Rectangle
B. Square
C. Circle
D. Hexagon

Answers

d

Explanation:

⇛σ=

n

∑f(x−

x

)

2

Find f(x-x^-)²

It's

313.29+806.45+474.32+72.9+58.19+532.9+605.16+0+497.29

3360.5

Now

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{\dfrac{3360.5}{50}\end{gathered}

\begin{gathered}\\ \rm\Rrightarrow \sigma=\sqrt{67.21}\end{gathered}

⇛σ=

67.21

\begin{gathered}\\ \rm\Rrightarrow \sigma=8.2\end{gathered}

⇛σ=8.2

A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

Answers

An operational database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

What is an operational database?

An operational database is known to be a kind of a database management system where one can save and processes data using real- life time.

Therefore, an Operational databases often saves manage and monitors real-time business data . For example, a firm can use their operational database to monitor their warehouse or their stock quantities.

Learn more about database  from

https://brainly.com/question/26096799


Tasha makes fun of Jeffery at work, harasses him, and calls him names. How
might an HR manager overcome this situation of office bullying?

Answers

Answer:

public class bullyFixer

{

   public static void main(String[] args) {

       System.out.println("buller of 5 and 15 is "+buller(5,15));

       System.out.println("buller of 2 and 3 is "+buller(2,3));

       System.out.println("buller of 20 and 100 is "+buller(20,100));

   }

   

   public static int buller(int num1, int num2){

       if (num2 <= num1 && (num1%num2 == 0)){

           return num2;

       }

       else if (num1<num2){

           return buller(num2,num1);

       }

       else{

           return buller(num2,num1%num2);

       }

   

   }

}

Explanation:

public class bullyFixer

{

   public static void main(String[] args) {

       System.out.println("buller of 5 and 15 is "+buller(5,15));

       System.out.println("buller of 2 and 3 is "+buller(2,3));

       System.out.println("buller of 20 and 100 is "+buller(20,100));

   }

   

   public static int buller(int num1, int num2){

       if (num2 <= num1 && (num1%num2 == 0)){

           return num2;

       }

       else if (num1<num2){

           return buller(num2,num1);

       }

       else{

           return buller(num2,num1%num2);

       }

   

   }

}

A _______ is a group of elements that you want to style in a particular way.

a. id
b. element
C. class

Answers

a id is a group of elements of that you want to style in a particular way

Answer:

Brainliest

Explanation:

C. class

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the _______

Answers

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

What is ERP (Enterprise Resource Planning)?

The Enterprise Resource Planning or ERP is the software which is used by the organization to manage its essential elements such as sales, marketing, accounting etc.

The cloud used to manage this sensitive data is called the Cloud ERP.

Cloud ERP is the system which runs on the cloud platform of a vendor.This system allow the customers and organization to store and manage their sensitive data.

ERP customers will store most of their data on cloud servers managed by cloud vendors and store sensitive data on servers they manage themselves. This is known as the cloud ERP.

Learn more about the Enterprise Resource Planning here;

https://brainly.com/question/14635097

#SPJ1

the oppurtunity cost of earning an advanced college degree is that

Answers

You can use it to win arguments on the internet

Answer:

you like to say hi

Explanation:

new ppl are wihn

In the context of customer relationship management (CRM) applications, which approach is chosen by organizations with an established IT infrastructure

Answers

In the context of customer relationship management (CRM) applications, On-premises CRM approach is chosen by organizations with an established IT.

What is on-premise CRM?

This is known as  On-Premise software. It is also called  CRM. This is regarded as a software that has its infrastructure, hardware, operating system etc. found on the client's premises.

Note that this implies that any form of maintenance, repairs, updates, etc. must be done a personal own IT member or staff.

Learn more about customer relationship from

https://brainly.com/question/25656282

What is the advantage of selecting the only create connection option when importing data?.

Answers

The advantage of selecting the only create connection option when importing data is that  there would be no tables or reports that will show in your workbook.

What is only create connection about?

The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.

Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.

Learn more about data from

https://brainly.com/question/19243813

A method of capturing only the changes that have occurred in the source data since the last capture is called ________ extract.

Answers

A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

What is Static extract?

This is known to be a given method that is often used in getting only the alterations that have taken place in the source data since its last capture.

Note that in  full extraction, there is data extraction and loading and as thus A method of capturing only the changes that have occurred in the source data since the last capture is called Static extract.

Learn more about source data from

https://brainly.com/question/26928042

#SPJ1

The other term for template document is _______.
A. DATA FILE
B. DATA SOURCE
C. MAIN DOCUMENT
D. MAIN MENU

Answers

The data source is a document, spreadsheet or database that contains personalized information such as names, addresses, and phone numbers. The Main Document can be a Form Letter, Labels, Email, or Directory.

So the answer is B. Data source.

Hope it helps :)

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the ________.

Answers

The representation of the content, relationships, and constraints of the data needed to support the system requirements is the  data model.

What is system relationship data model?

The system  or Entity Relationship Model (ER Modeling) is known to be a kind of graphical method that is used in database design.

It is known to be a form of high-level data model that helps one to state out the data elements and their linkage for a specific software system. An ER model is often employed to stand for real-world objects.

Learn more about system requirements from

https://brainly.com/question/26420125

A distinguishing feature of methods that have the reserved word void in the method header is that they have:.

Answers

Answer:

no return statements

Explanation:

A distinguishing feature of methods that have the reserved word void in the method header is that they have no return statement.

What is reserved word?

Reserved words are expressions that have been designated for a certain purpose but cannot be used when naming variables. For instance, "print" is a reserved term since it is used to display text on a screen in many different languages.

Operating systems employ reserved words as a way to designate a device file or another service. The MS-DOS and Windows operating systems' reserved terms are listed below.

For instance, if you try to save a file as CON or CON.txt, you can get an error saying the file already exists or that the name is reserved.

Therefore, A distinguishing feature of methods that have the reserved word void in the method header is that they have no return statement.

To learn more about no return statement, refer to the link:

https://brainly.com/question/14894498

#SPJ2

The _____ method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Answers

The value method is similar to the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

What is this method about?

The values() method is known to be a method that acts by returning a new array iterator object that has or is made up of the values for all the index in the array.

Note that the  value method is very much like the apply() method except that the argument values are placed in a comma-separated list of values instead of an array.

Learn more about Array from

https://brainly.com/question/24275089

Exercise 1.7.4: Remove From Line4 points
You are given an array of names of people who are in line for movie tickets. Use the remove element
to remove the first person from the line twice, as if you have just given them their tickets.

var line = ["Sam", "Lisa", "Laurie", "Bob", "Ryan"];
You should write a function to print everyone in line. Then print the line before and after removing the people.

The console should print this:

Sam, Lisa, Laurie, Bob, Ryan
Laurie, Bob, Ryan

When I run the program it does not match the desired result because I don't have spaces.

Answers

Use the knowledge in computational language in python  to write a code with array of names of people who are in line for movie tickets.

How to define an array in python?

Arrays are similar data structures to Python lists, but not as flexible. In an array all elements must be of the same type, typically numeric, such as int or float. Also, the size of an array cannot be modified, unlike lists that can grow dynamically. In contrast, using arrays is much more efficient and makes it easier to compute large volumes of numerical data. This makes arrays particularly useful in scientific computing.

So in an easier way we have that the code is

function start(){

var line = \["Sam", "Lisa", "Laurie", "Bob", "Ryan"\];

for(var i = 0; i < line.length; i++)

{

if(i + 1 == line.length){

println(line[i]);

}else{

print(line[i] + ", ");

}

}

var elim = line.remove(1);

var elim2 = line.remove(0);

for(var i = 0; i < line.length; i++){

if(i + 1 == line.length){

print(line[i]);

}else{

print(line[i] + ", ");

}

}

}

See more about python at brainly.com/question/18502436

What is a menu?
another name for a window
a section that allows you to choose settings
a set of commands that provides quick access to a tool
a list of commands and options for working with a program

Answers

Answer:

a list of commands and options for working with a program

Explanation:

How did the introduction of illustrations and photos into design impact the newspaper?
A. It caused a national craze in purchasing cameras.
B. It detracted from the overall look of the paper, making it less interesting to customers.
C. It was quickly removed from the layout due to the negative reaction of the public.
D. It appealed to a new base of customer, making the newspaper more successful.

Answers

The  introduction of illustrations appealed to a new base of customer, making the newspaper more successful.

What is the importance of graphics in newspaper?

Graphics through the use of illustrations is one that helps to communicates a kind of messages even to those who do not know how to read.

Note that  the  introduction of illustrations appealed to a new base of customer, making the newspaper more successful as it also draws in the attention of readers.

Learn more about illustrations from

https://brainly.com/question/1504175

#SPJ1

Which of the following is an example of reducing? (waste management)

- printing on both sides of a piece of paper instead of just one

-processing use paper into new sheets of paper

-writing a report about the benefits of reusing paper

-emailing a document instead of printing and mailing it

Answers

Answer:

emailing a document instead of printing and mailing it

Other Questions
What is the correct way of representing hydrogen gas alone, in a reaction?? The triangles on the grid below represent a translation.43021b854-32-141 23b8To form the image, the pre-image movedfive units right and three units up.two units right and three units up.Mark this and returnSave and ExitNext Compute x/y if x + 1/y = 4 and y + 1/x = 1/4Please explain the process on how to solve it- I'll give brainliest! Ni(CO)4 how many moles of oxygen the $120 repair bill included $36parts and the rest for labor.hat percent of the bill was forlabor? A cafe offers 3 sides with the lunch special. A customer can choose from rice, green beans, carrots, salad, and corn. How many different combinations are possible?65108 Which of the following is a characteristic of slowOa. it is small in sizeO b. it has a fast contraction speedO c. it has a medium endurance capacityO d. it has a high power output 5 less than 8 in expression Find the area (Please would mark Brainily Kendra isnt feeling well and her face is pale she is as pale as a ghost a squirrela bucket of sand a black and white penguin please help asap tysm helpp Leading up to the U-2 Plane incident, US-Soviet relations had been ______; afterwards, they _______.A. Getting better; fell apartB. Getting better; improved even moreC. Getting worse; improvedD. Getting worse; fell apart completely help!Can you please give me the area of this. I would really like it. five years ago, Nina was twice as old as Sam. In five years she will be 1.5 times as old as Sam. How old are Nina and Sam now? When it comes to summertime refreshments, many debate the question: Which is better-sparkling water or lemonade? Sparkling-waterovers believe there is nothing more refreshing than water. They claim the flavor is simple and pure. On the other hand, lemonade lovers claim thatthe tart lemon flavor quenches their thirst on hot summer days. Water drinkers claim that the sugar in lemonade just makes people thirstler. If youreally want to quench your thirst, unsweetened water is better. Those who can't decide just combine the two!What text structure does the writer use in this passage?O 1. cause and effect2. chronological orderO 3. problem and solution4. comparison and contrast I will give Brainliest!What is the probability that parents with genotypes Ee and ee will have a child with attached earlobes? Explain please please please hurry central idea of an informational text titled "The Grand Canyon: Full of Life"? O A. The desert conditions in the Grand Canyon make it a dangerous place. O B. The Grand Canyon is easy to reach from Las Vegas or Salt Lake City O C. There are many plants and animals living in the Grand Canyon. O D. The Grand Canyon was formed by rushing river water. Which statement best describes the system of sharecropping 5 1/3 - 2/3 ( this is fractions) Is the function is even, odd or neither? How do you know? Researchers gave 40 index cards to a waitress at an Italian restaurant in New Jersey. Before delivering the bill to each customer, the waitress selected one of the index cards without reading it and wrote on the bill the same message that was printed on the card. Twenty of the cards had the message "The weather is supposed to be really good tomorrow. I hope you enjoy the day!" Another 20 cards contained the message "The weather is supposed to be not so good tomorrow. I hope you enjoy the day anyway!" After the customers left, the waitress recorded the amount of the tip (percentage of bill) before taxes. The tips for those receiving the goodweather message are as follows.20.8 18.7 19.9 20.6 21.9 23.4 22.8 24.9 22.2 20.3 24.9 22.3 27.0 20.5 22.2 24.0 21.2 22.1 22.0 22.7 The tips for the 20 customers who received the bad weather message are as follows.18.0 19.1 19.2 18.8 18.4 19.0 18.5 16.1 16.8 14.0 17.0 13.6 17.5 20.0 20.2 18.8 18.0 23.2 18.2 19.4 Click to download the data in your preferred format. CSV Excel JMP Mac-Text Minitab14-18 Minitab18+ PC-Text R SPSS TI CrunchIt!Backtoback stemplots of the tips are shown.Good Weather Tips Bad Weather Tips13 614 01516 1 817 0 57 18 0 0 2 4 5 8 89 19 0 1 2 48 6 5 3 20 0 29 2 218 7 3 2 2 1 0 224 23 29 9 0 2425260 27Because the distributions are reasonably symmetric with no extreme outliers, the procedures will work well.Is there good evidence that the two different messages produce different percentage tips?Bruce Rind and David B. Strohmetz, "Effect of beliefs about future weather conditions on restaurant tipping," Journal of Applied Social Psychology, 31 (2001), pp. 21602164.Carry out a twosample test. What is the test statistic? Give your answer to three decimal places.= What is the -value? Give your answer to three decimal places.-value: