Answers

Answer 1

click on saved changes notification and mark me brainliest ans

Answer 2

Answer:

click on document title your answer is marking brainless answer


Related Questions

When the entire network, including all security devices, is virtualized, this is known as:_________

Answers

When the entire network, including all security devices, is virtualized, this is known as SDN (software-defined networking

SDN (software-defined networking) is a network architecture in which network control is decoupled from hardware and moved into the cloud. This means that the entire network, including all security devices, can be virtualized.

This has many advantages, including simplified network management, increased flexibility, and improved performance. However, it also comes with some risks. One of the biggest risks is that of security vulnerabilities.

When all security devices are virtualized, it becomes much easier for hackers to breach them. This is because all of the devices are in one place and are often not as well-protected as they would be in a physical network.

Another risk is that of data loss. If something goes wrong with the virtualization process, all of the data stored on the virtual devices could be lost.

Despite these risks, SDN is a promising technology that can offer many benefits. It is important to be aware of the risks involved, but with proper security measures in place, SDN can be a great way to improve your network.

Learn more on SDN here:

https://brainly.com/question/24321959

#SPJ4

Assume double[][][] x = new double[4][5][6], what are x.length, x[2].length, and x[0][0].length?
a. 4, 5, and 4
b. 4, 5, and 6
c. 6, 5, and 4
d. 5, 5, and 5

Answers

If we assume double[][][] x = new double[4][5][6], then  x.length, x[2].length, and x[0][0].length are; b; 4, 5 and 6

How to Interpret Multidimensional Array?

In C/C++, we can define multidimensional arrays in simple words as an array of arrays. Data in multidimensional arrays are stored in tabular form (in row-major order).  

General form of declaring N-dimensional arrays:  

data_type  array_name[size1][size2]....[sizeN];  

data_type: Type of data to be stored in the array.  

Now, if we Assume double[][] x = new double[4][5], then we can say that x.length and x[2].length are; 4 and 5

In a similar form, If we assume double[][][] x = new double[4][5][6], then  x.length, x[2].length, and x[0][0].length are; 4, 5 and 6

Read more about Multidimensional Array at; https://brainly.com/question/23459333

#SPJ1

Debra tracks her business finances in a spreadsheet. She wants to figure out how much she could increase profits if she raises prices on some products. What feature should she use to find the answer?.

Answers

On this spreadsheet, a feature which Debra should use to find the answer is the What-if analysis.

What is a spreadsheet application?

A spreadsheet application can be defined as a type of software program which is typically designed and develop with cells that are arranged in a tabulated format in rows and columns, so as to do the following on a data set:

GenerateSortCalculateFormatArrange

What is the What-if analysis?

The What-if analysis can be defined as a feature of Microsoft Excel and it can be defined as a process that is designed and developed for changing the values in cells, so as to see how these changes will affect the outcome of Excel formulas on the spreadsheet.

Read more on What-if analysis here: https://brainly.com/question/24843744

#SPJ1

What is the syntax for the show command that will allow you to see the password is encrypted?

Answers

The syntax for the show command that will allow you to see the password is encrypted is: b. Show run.

What is a command?

A command can be defined as the set of instructions that is used to configure a network device such as a router, so as to make it active on a computer network and enable it perform certain tasks automatically during network communication.

In Computer networking, "Show run" is the syntax that is designed and developed to avail an end user the opportunity to see that the password is encrypted.

Read more on commands here: https://brainly.com/question/25808182

#SPJ1

Complete Question:

What is the syntax for the show command that will allow you to see the password is encrypted?

a. Show flash

b. Show run

c. Show help

d. Show version

When using a windows internet browser, pressing _____ reloads a page.
a. f7
b. f3
c. f1
d. f5

Answers

When using a windows internet browser, pressing option d. f5 helps to reloads a page.

What is function F5?

The function F5 is known to be used in computing and it is one that is used for all forms of  modern Internet browsers.

Note that if a person is said to be pressing F5, the page will reload or it will help to refresh the said document window or the page.

Therefore, based on the above, one can say that when using a windows internet browser, pressing option d. f5 helps to reloads a page.

Learn more about windows internet browser from

https://brainly.com/question/22650550
#SPJ1

Click the _______________________________ button in the css designer panel to create a new css files, or define an existing external css file that should be used for the active page.

Answers

Click the Attach Style Sheet button in the css designer panel to create a new css files, or define an existing external css file that should be used for the active page.

The tag located inside the head element is used by external stylesheets. The link's relationship to our document is explained via the rel property. The value in this case will always be stylesheet , since that is what we're making a link to. The link to our stylesheet is in the href attribute.

There are three techniques to include CSS in HTML documents: Using the style attribute inside HTML elements is known as "inline." Utilizing a "style" element in the "head" section is one internal method. External – by linking to an external CSS file using the link> element.

For HTML publications that have different style requirements from the other documents in your project, embedded style sheets are especially helpful. However, you should link to an external style sheet rather than using distinct embedded style sheets if the styles need to be applied to several publications.

Learn more about panel:

https://brainly.com/question/26715294

#SPJ4

Which example best describes an ethical issue raised by computers?
OA. Millions of businesses using their knowledge and skills to sell
products and services online
OB. Causing others harm by posting unkind words or embarrassing
pictures of them on social media
OC. Organizations posting job openings online and job seekers
filtering searches to find a job
OD. Messages or images a person shares with friends being saved for
an unlimited amount of time

Answers

The option that is the example best describes an ethical issue raised by computers is Causing others harm by posting unkind words or embarrassing pictures of them on social media.

What are some of ethical issues concerning the use of computers?

To start with, there is known to be a lot of issues in regards to computer ethics.

It is one that covers:

(1) Computer crime

(2) The  responsibility for computer failure

(3) The protection of computer property, records and software

(4) privacy of the company, workers and customers

Note that Computer ethics is seen as the use of moral principles to the use of any kind of computers as well as the use of the Internet.

Therefore, The option that is the example best describes an ethical issue raised by computers is Causing others harm by posting unkind words or embarrassing pictures of them on social media.

Learn more about ethical issue from

https://brainly.com/question/13514672

#SPJ1

In contrast to objects in object-oriented development, service-oriented development has these distinct features?

Answers

In contrast to objects in object-oriented development, service-oriented development has these distinct features

A service has a language-independent interface; and proxy to the service is created in the application.

Service-Oriented Development

In contrast to objects in object-oriented development, service-oriented development has these distinct features:

1. A service has a language-independent interface.

2. A proxy to the service is created in the application and the application can access the service through the proxy.

Service-oriented development is a way of designing and developing software that focuses on creating services that can be reused by different applications. This approach to software development is gaining popularity as it can offer many benefits, such as increased flexibility and agility, lower costs, and improved overall quality.

Learn more on service-oriented development here:

https://brainly.com/question/14308549

#SPJ4

True or false: even when using cables to connect network devices, interference form fluorescent light fixtures and electric motors can sometimes disrupt the transmission of data.

Answers

Answer:

I think its false

Explanation:

slot is a small form factor solid state drive SSD for laptops and modern motherboards. ​

Answers

Answer:

M.2

Explanation:

Jackson is working as part of a large animation team and is having a hard time making the characters move realistically because the “bones” and “joints” in the 3D models have some problems. In what step in the animation process were mistakes made?

A.
animation

B.
visual effects

C.
rigging

D.
rendering

Answers

The step in the animation process that involves some mistakes is rendering. Thus, the correct option for this question is D.

What is the Animation process?

The animation process may be defined as the methodology of formulating the illusion of movement through the utilization of still images in a two-dimensional space. The process of animation significantly includes characters, storyboards, and backgrounds in the form of vector graphics.

The movement of bones and joints in the 3D models has some problems due to the rendering of actual sense to the viewers. The animation of this part is perfect along with visual effects but the delivery of this includes some confusion which creates problems.

Therefore, the step in the animation process that involves some mistakes is rendering. Thus, the correct option for this question is D.

To learn more about the Animation process, refer to the link:

https://brainly.com/question/28152242

#SPJ1

A major difference between data warehouses and transactional systems as compared to big data is?

Answers

A major difference between data warehouses and transactional systems as compared to big data is option b) the data is unstructured in big data systems.

What do you mean by data warehouse?

The term data warehouse is known to be a kind of a central positioning of information that can be examined to be able to decide or to help one to  make more informed decisions.

Note that  Data flows into a data warehouse from the process known to be  transactional systems, relational databases, and others.

In computing, a data warehouse is seen as a enterprise data warehouse that helps in the reporting, data evaluation  and it is the key aspect of business intelligence.

Therefore, A major difference between data warehouses and transactional systems as compared to big data is option b) the data is unstructured in big data systems.

Learn more about data warehouses from

https://brainly.com/question/28427878

#SPJ1

A major difference between data warehouses and transactional systems as compared to big data is:

All of these.

the data is unstructured in big data systems.

the size of the CPU used.

the programming required to access data.

In linux, in the /dev directory, devices that start with sd can be associated with what type of device? check all that apply

Answers

In Linux computer system, in the /dev directory, devices that start with sd can be associated with this type of device:

Hard drivesUSB drivesMemory sticks

What is a directory?

A directory is also referred to as a folder and it can be defined as a document that is typically used for storing and organizing a file on a computer system.

What is a hard-disk drive?

A hard-disk drive can be defined as an electro-mechanical, non-volatile data storage device that is made up of magnetic disks (platters) that rotates at high speed in a computer system.

On all Linux computer system, the /dev directory is a command that is generally associated with mass storage devices and as such it can be used to manage all of the following devices that start with sd:

Hard drivesUSB drivesMemory sticks

Read more on Linux computer directory here: https://brainly.com/question/25704515

#SPJ1

Complete Question:

In Linux, in the /dev directory, devices that start with sd can be associated with what type of device? Check all that apply.

Speakers

Hard drives

USB drives

Memory sticks

This problem can sometimes be caused by disabling or refusing to accept cookies.

Answers

"The Page isn’t Redirecting Properly” Message is a problem that can sometimes be caused by disabling or refusing to accept cookies. Something went wrong if you experience the issue in your web browser.

The message basically signifies that the website keeps getting cycled through numerous addresses and may have become stuck in an infinite loop, which prevents you from accessing the website you wanted to.

In some cases, turning off or rejecting cookies can lead to this issue. The issue could be resolved by deleting your cookies for this site or permitting cookies from third parties.

An illustration of how cookies are used has been given on the link below

https://brainly.com/question/28142160

#SPJ4

Elena wrote the following code in scratch to have the sprite move and then turn around. however, the code does not work as expected. what should be done to fix the error?

change "move 20 steps" to "move 10 steps"
change "turn left 180 degrees" to "turn left 90 degrees"
change "turn left 90 degrees" to "turn right 180 degrees"
change "turn right 90 degrees" to "turn left 90 degrees"

Answers

The thing that Elena  need or should do  to fix the error is option  Change "turn right 90 degrees" to "turn left 90 degrees".

How is the  error going to be fixed?

Based on the question, we have the the  highlights which are:

The sprite is need to move forward and also turns aroundThe first line of the code segment moves the sprite 20 steps forward;This step is correct, and it does not need to be changed.

Based on the sprite turn, it is one that  need to rotate 360 degrees in a direction.

Based on the code segment, we have the below rotations:

180 degrees left90 degrees left90 degrees right

When the angles of rotation are added, we have:

180 + 90 - 90 = 90.

Therefore, The thing that Elena  need or should do  to fix the error is option  Change "turn right 90 degrees" to "turn left 90 degrees".

Learn more about error from

https://brainly.com/question/26561906

#SPJ1

In the context of the types of data in a database, which is a source of internal data?

Answers

Answer:sales records

Explanation:

Which device can relay packets from one network to another and is usually programmable?

Answers

The device can relay packets from one network to another and is usually programmable is known to be called Router.

What is a router used for?

A router is known to be a kind of device that links two or more packet-switched networks as well as subnetworks.

Note that it is one that tends to serves some primary functions and as such, one can say that The device can relay packets from one network to another and is usually programmable is known to be called Router.

Learn more about Router from

https://brainly.com/question/24812743

#SPJ1

where do i click next to get to the following window? ​ a. change settings b. system protection c. advanced system settings d. device manager

Answers

The option to click to get to the next window is option c. advanced system settings.

What is the aim  of System settings?

System is known to be the first, as well as one  one of the most vital , areas that is found inside of the Settings app.

Note that it is said to be  the place where a person can be able to find the most basic form of settings to be able to customize your computer, such as display, notifications, apps, and others.

Therefore, The option to click to get to the next window is option c. advanced system settings.

Learn more about advanced system  from

https://brainly.com/question/24260354

#SPJ1

What form of addressing uses 32 bits, subnetting, and suffers from a lack of integrated security?

Answers

The  form of addressing that uses 32 bits, subnetting, and suffers from a lack of integrated security is option d) Static.

What is subnetting used for?

Subnetting is known to be a term that gives room for network administrators to be able to lower network-wide threats by the act of quarantining compromised areas  of the network.

It is one that is often done  by making it more hard for trespassers to transfer around an organization's network.

Hence, The  form of addressing that uses 32 bits, subnetting, and suffers from a lack of integrated security is option d) Static.

Learn more about subnetting from

https://brainly.com/question/13438935

#SPJ1

Which form of addressing uses 32 bits and subnetting, but suffers from a lack of integrated security?

a) Internet Protocol version 4 (IPv4)

b) Internet Protocol version 6 (IPv6)

c) Media Access Control (MAC)

d) Static

________ is an application program function that deals with storing and retrieving data. data storage data access logic application logic presentation logic application access storage

Answers

Data storage is a function of application programs that manages storing and retrieving of data. The correct option is a i.e data storage.

One of the general functions of all application programs is data storage that handles storing and retrieving large amounts of data. Some examples of data storage provided by various application programs are:

MS E-xcel handles datasheets by storing data for the purpose of analysisWhats-App is used for communication purposes dealing with storing and retrieving data such as messages, media, and documentsDatabase management systems deal with storing, analyzing and retrieving large amount of dataWord processors allow to input, modify, format, and output data, thus, help in data storing and retrieving.

Options (b) data access logic, (c) application logic and (d) presentation logic are also functionalities of application programs but they do not offer data storage facilities. They serve their own purposes such as:

Data access logic creates a logic to store and fetch the data in databases.Application logic sends the data to the front-end to serve users. Presentation logic provides a graphical user interface, also called front-end, in order to make application programs usable.

Whereas, option application access storage (e) is the functionality of system software such as operating system, not the application software, that provides storage so that application programs can organize their data file.

You can learn more about data storage at

https://brainly.com/question/24227720

#SPJ4

Which tool is used by an administrator to manage many routers and provide an overall view of all the network? group of answer choices

Answers

A tool which is used by an administrator to manage many routers and provide an overall view of all the network is called: C. Network Management System (NMS).

What is a router?

A router can be defined as a network device (node) that is designed and developed to connect two (2) different computer networks together, in order to allow them communicate by forwarding and receiving packets.

In Computer Networking, a Network Management System (NMS) simply refers to a tool which is designed and developed to be used by a network administrator in order to manage several routers while providing an overall view of all the network.

Read more on router here: brainly.com/question/24812743

#SPJ1

Complete Question:

Which tool is used by an administrator to manage many routers and provide an overall view of all t.

A. traceroute

B. ping

C. Network Management System (NMS)

D. MTR

Experience does not always help us to grow. often we go through experiences that should develop us but they do not. why do they not help us to grow? what holds us back?

Answers

Experience does not always help us to grow because we are said to be immature and as such the thing that holds us back is immaturity or lack of sensitivity.

What is an immature person like?

A person who is known to be Emotionally immature is said to be a person who lack some forms of emotional as well as  social skills and have trouble communication to other adults.

Note that some kind of behaviors can be a signal that a person have no experience and as such, Experience does not always help us to grow because we are said to be immature and as such the thing that holds us back is immaturity or lack of sensitivity.

Learn more about Experience from

https://brainly.com/question/3735128

#SPJ1

You have a computer that runs on a windows 10 operating system and supports modern sleep. what will happen if you close the lid of the computer?

Answers

You have a computer that runs on the Windows 10 operating system and supports modern sleep mode what will happen if you close the computer lid is the computer will be put into sleep mode. If Modern Sleep is supported, the settings for closing the lid will be configured to trigger sleep mode.

A computer system is a basic, complete and functional arrangement of hardware and software with everything needed to implement computing performance. That is the basic working definition of a computer system as we know it, but computer systems have gone through many formal changes over the last few decades.

The physical components of a computer can also be interpreted as hardware. This includes the keyboard, mouse, monitor and processor. Hardware consists of input devices and output devices that make up a complete computer system. Examples of input devices are keyboards, optical scanners, mice and joysticks that are used to enter data into a computer.

You can learn more about computer system here https://brainly.com/question/14583494

#SPJ4

The ability to present an effective message with useful content is obviously important to a good _____ presentation.

Answers

A successful oral presentation depends on your ability to communicate your ideas clearly and with relevant content.

What is an oral expression? Oral presentations, often known as public speaking or just presentations, involve one or more speakers discussing a particular topic with an audience.This seeks to provide information, amuse, educate, and/or make a point.When the author speaks in front of other students, coworkers, or other interested groups to convey the results of years of expertise and research while outlining essential elements to success, the book is referred to as an example of oral presentation.An oral presentation is one of the best venues for fusing verbal prowess with powerful nonverbal indicators to extend your communication.It enables people to speak in front of a live audience with assurance about their thoughts and opinions.

To learn more about Oral presentation, refer to:

https://brainly.com/question/27326303

#SPJ4

Exercise Answer the following questions: a) Describe any three advantages of the Internet.​

Answers

Answer:

1.It helps to know about information

2. It helps us in entertainment

3. It helps in doing our homework

Answer:

Explanation:

1, You can learn way more than any other way at a much greater speed, thanks to the world wide web. 2, You can do almost anything from your computer, without even leaving your house. 3, It does everything that every other kind of device can do and more, and it evolves more and more every day. Take the trillions of data and websites catered just to your searches. This is the greatest human achievement Of All Time. Seriously, there is so much stuff all around you when your in the internet.

For email links, use anchor elements to link to an email address by including the href attribute followed by?

Answers

For email links, use anchor elements to link to an email address by including the href attribute followed by mailto: and then the email address.

What are anchor elements used for?

The anchor element is known to be one that is often used to make hyperlinks that tend to between a source anchor and that of a destination anchor.

Note that the source is said to be the text, image, as well as the button that connect to another resource and the destination is seen as the resource that the source anchor tends to connect to.

Therefore, For email links, use anchor elements to link to an email address by including the href attribute followed by mailto: and then the email address.

Learn more about anchor elements from

https://brainly.com/question/11526390

#SPJ1

For email links, use anchor elements to link to an email address by including the href attribute followed by _____ and then the email address.

Which of these is system software? check all that apply.1 point
a. cpu
a. windows
b. ostext
d editor
e. bios

Answers

System software includes BIOS and Windows OS. Operating systems like macOS, Linux, Android, and Microsoft Windows are examples of system software.

What is system software?

Programs that serve as a foundation for other programmes are referred to as system software. Operating systems including Microsoft Windows, Linux, Android, and macOS are examples of system software. Additional examples include applications for software as a service, game engines, search engines, industrial automation, and software for computational science.

A subset of computer programmes called "system software" is intended to run a computer's hardware and application software. The system software, if we consider the computer system as a layered model, serves as the interface between the hardware and user applications. The most well-known example of system software is the operating system.

Hence, System software consists of Windows OS and BIOS.

To learn more about system software, refer to:

https://brainly.com/question/24321656

#SPJ4

Most manufacturers or retailers of laptops offer a warranty that lasts for at least how long?.

Answers

Most laptop makers and sellers provide warranties that last for at least an year, but the coverage varies by brand. The majority of businesses also provide an extended warranty option. It is aspect that makes a brand reliable is its customer support.

A product warranty is the assurance given to customers by the maker of a good or item. Most laptop manufacturers, including Apple, Alienware, Dell, and HP, provide a single year of guarantee. Any problems that occur after that point are your responsibility and will be paid for by you.

Follow the link below to see the difference between warranty and guaranty

https://brainly.in/question/1978885

#SPJ4

advantages and disadvantages of technology and what is technology​

Answers

Explanation:

technology is the application of scientific knowledge to make work easier and faster the disadvantage of technology is the making of atomic bombs . unemployment because there have been introduction of robots . the advantages of technology is improving health and transportation .

Which combining form is spelled incorrectly? group of answer choices gynic/o carcin/o nephr/o laryng/o

Answers

The combining form is spelled incorrectly is known to be called gynic/o .

What is combining form in medical terminology?

The term Combining Forms is known to be one that is linked to the Correct pronunciation of all of medical words and it is known to be important.

For a person to be able to make the pronunciation of word roots to be easy, sometimes it is needed to place a vowel after the root.

Therefore, based on the above, The combining form is spelled incorrectly is known to be called gynic/o .

Learn more about combining form from

https://brainly.com/question/3124757

#SPJ1

Other Questions
Please help with. Scale Factors Exercise 2 Write c next to each compound sentence.Bartholdi studied painting and architecture in Paris, and his first sculpture was shown in 1883. Once a cervical collar has been applied to a patient with a possible spinal injury, it should not be removed unless? A disease that will end in death is called a _____ disease. a. chronic b. exacerbation c. palliative d. terminal In its simplest form, ___________ represents streams of raw facts with limited usefulness until organized. Explain the personal, interpersonal, and societal consequences, of the use and abuse of alcohol and other drugs. What is the aws iam feature that provides an additional layer of security on top of user-name and password authentication? When you code a selector that selects by ______________________, the rule set applies to just one html element. A tool for simulating the behavior of a logic circuit for purposes of design verification is called a:________. Which Vocabulary word describes these antonyms understate / play down / ignore.Vocabulary Words1. Emphasize2. Emphatic3.Engaging When was the idea of creating a Jewish state in Palestine first entertained?A. the 1920s by Zionists themselvesB. the 1930s by Nazis trying to find a place for JewsC. the 1940s by Soviet troops looking to place refugeesD. the 1950s by American government officials looking to close DP camps the mass extermination of jews as part of the holocaust during world war ii caused the displacement of millions of jewish survivors. a large portion of them immigrated to which location? Proteins are large, complex molecules that play many critical roles in the body. Some protein Which progressive reform was wilson unable to successfully establish? reducing import tariffs establishing 8-hour workdays for railroad workers eliminating child labor expanding womens rights and the right to vote Goleman recommends meditation as a way to counteract technology's negative influences upon emotional intelligence. a) true b) false Discuss a factor that may lead to substance or alcohol use and abouse He claimed that she had been shaped up by d cow kicking her from behind. She was an ironing board withthings throwed at it.Which phrase from the excerpt is the best example of nonstandard English? claimed that she had beenO cow kicking her from behindO was an ironing boardO things throwed at it The data below shows the number of people visiting a local clinic per day to be vaccinated against Measles.5 12 19 29 35 23 15 33 37 21 26 18 23 18 13 21 18 22 201.1 Determine the mean of the given data. (2)1.2 Calculate the standard deviation of the data.(2)1.3 Determine the number of people vaccinated against Measles that lies within ONE standard deviation of the mean.(2)1.4 Determine the interquartile range for the data.(3)1.5 Draw a box and whiskers diagram to represent the data.(3)1.6 Identify any outliers in the data set. Substantiate your answer.(2) What cultural ideas and priorities shaped New England farm women's lives in the early 1700s? How did this change over time? Complete the sentence using the correct pair of antonyms.We should _____ good eating habits rather than ______ them.admit to accept as trueadvance to move forwardattract to be magneticcasual not seriouscompliment a nice comment aboutdeny negatedestroy to make unusablediscourage to take away hopeencourage to give hope tofact a true statementfiction pretendformal very seriousgush to flow out quickly in a large amountinsult to say something mean or degradingjoyous happilypreserve to saverepel to push awayretreat to run away fromsorrowful full of sadnesstrickle to slowly drip