A system administrator is selecting an operating system for use by the company’s research and development team. The team requires an OS that can be easily modified and changed to meet its particular requirements. Which of the following operating systems will be the best choice for the users?

A. Windows 10 Enterprise
B. Mac OS X
C. Linux
D. Windows 7 Professional

Answers

Answer 1

Answer:

Linux

Explanation:

Linux is the open source operating system that can be modified at any time as per requirement of the client or user.

Answer 2

Answer:

the correct answer would be linux i believe.


Related Questions

need help with this please and thanks

Answers

Answer:

Connector names are written below Picture vise:USB-CUSB 2.0Micro USB

Explanation:

Following is the brie Illustration of the terms used:

USB-C:

              It is the newest connector in the market with the             reversible/symmetrical design. It can be adapted to work with the legacy connectors such as USB-A, USB-B, USB-C and Micro USB.

USB 2.0:

              It is used mostly in the connections of electronic devices such as printers and smartphones. It has A to B connectors as well as micro USB connectors and mini USB connectors.

Micro USB:

              It is used for the connection o compact devices such as smartphone and mp3 players. They are further grouped into three categories: Micro A, Micro B and micro USB 3.

I hope it will help you!

You have four DCs in your domain. Active Directory appears to be corrupted on one of the DCs, and you suspect a failing hard drive. You attempt to remove it from the domain, but the procedure fails. You take the DC offline permanently and will replace it with another DC of the same name. What must you do before you can replace the DC?

Answers

Answer:

perform a metadata cleanup

Explanation:

Based on the information provided within the question it can be said that in this situation the the first thing you must do is perform a metadata cleanup. This is a procedure that must be used every time when forcibly taking a DC offline, this will remove all data from the Active Directory Domain Services that identifies a DC to the replication system. Allowing you to replace it with another DC of the same name.

True or False. Dragging the pointer over the font list allows you to preview how selected text will look if the highlighted font is applied.

Answers

Answer:

True is the correct answer for the above question-statement.

Explanation:

In MS-Powerpoint, when a user highlights the selected text and he wants to preview the highlighted text to see what how it will look like for that he needs to move the mouse pointer to the font list and click the preview button to see the preview of that text.

The above question also states the same statement which is described above, hence it is a true statement.

Write a function double average(int arr[] , int n), that returns the average of the even elements of the array. If the array has no even elements, throw an integer-based exception containing the value 0. The number of elements in the array is specified by the parameter n.

Answers

Answer:

double average(int arr[], int n){

int evenElementCount = 0;

double sum = 0;

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

if( arr [ i ] % 2 == 0 && arr [ i ] != 0 ){

evenElementCount += 1;

sum+=arr[i];

}

}

if(evenElementCount == 0)

throw 0;

return sum/evenElementCount;

}

Explanation:

The Method called average takes in an array and number of elements, it loops through the array using a for-loop to find all the even elements in the array, it stores the number of even elements in a variable named evenElementCount, it throws an integer-based exception if the evenElementCount variable is 0, returns average of even elements if the evenElementCount variable is not 0.

A filtering system designed for use by Web site owners is available through the ____, a nonprofit organization whose members include Internet industry leaders such as AOL Europe, BellSouth, British Telecom, IBM, Microsoft, and Verizon.

a. Anti-Defamation League (ADL)
b. Electronic Privacy Information Center
c. Internet Content Rating Association (ICRA)
d. Electronic Frontier Foundation

Answers

Answer:

The answer is C. Internet Content Rating Association (ICRA)

Explanation:

The Internet Content Rating Association (ICRA) is a non profit organization whose members include internet industry leaders such as AOL Europe, BellSouth, British Telecom, IBM, Microsoft and Verizon.The Electronic Privacy Information Center (EPIC) mission is to focus public attention on emerging privacy and related human rights issues. EPIC works to protect privacy, freedom of expression, and democratic values, and to promote the Public Voice in decisions concerning the future of the Internet. The Anti-Defamation League (ADL) is a global leader in exposing extremism and delivering anti-bias education, and is a leading organization in training law enforcement. ADL is the first call when acts of anti-Semitism occur. ADL's ultimate goal is a world in which no group or individual suffers from bias, discrimination or hate.The Electronic Frontier Foundation (EFF) is an international non-profit digital rights group founded to promote Internet civil liberties.

When researching the new power supply, what feature does James need to look for to make sure he has enough power to run his computer with the new video card?

Answers

Answer:

Power in watts also called Wattage

Explanation:

Power supply needs to have enough power to run a device or a computer, in a case where the device's wattage is greater than that of the power supply the power supply won't work. the solution will be to get a power supply with enough wattage to power the device or computer, considering the fact that video cards' wattage has increased in recent times.

Performance-related data from what document is used to develop the After-Action Report (AAR)?

Answers

Answer:

The answer is "EEGs".

Explanation:

EEGs stands for Exercise Evaluation Guides, It is designed to collect information related specifically to the evaluation criteria defined by the EP (Exercise Planning)Committee.

It is an organization that assesses the capacity to perform a task, role or goal.It is an evaluation based on the performance of critical tasks for the selected capability at specific levels.

Name a process of deleting data by sending an eraser to clear the instruction in an address of nonvolatile memory.

Answers

Answer:

Data in Rest / Data at Rest

Explanation:

According to literature; there are basically three states associated with digital data .

1. Data in Rest

2. Data in Transit / Motion  

3. Data in Use

Data-in-rest corresponds to the data permanently stored in non-volatile memory such as hard drive, SSD, cloud storage etc. this data is inactive since it is not being currently processed or transmitted that’s why it is called data at rest.

Data-in-transit corresponds to the data temporarily stored in volatile memory such as RAM or it is being currently transmitted to a network that’s why it is called data in transit.

Data-in-use corresponds to the data that is being used by some applications and is in process of being updated/erased and is being used by the user at any endpoint.

You can change the __________ of labels and values in cells to be left, right, or center.

Answers

Answer:

Alignment

Explanation:

Microsoft Excel is used to analyze data. It is a spread sheet application, divided into rows and columns. The small blocks on the page are called cells.To input data into a cell, click on the cell and type in the entry.

Entries in a cell can be align to the left, right, center, top or down, depending on the width and height of the column or row it is in. To align an entry, click on the cell, go to the home tab or right click and pick the alignment suitable.

Which of the following must be added to a VLAN with a gateway in order to add security to it?

Answers

Answer:

A SSH configuration with password and username and a IP address and subnet mask to the Vlan.

Explanation:

Vlan also called virtual lan or switch virtual interface, is used to assign an IP address, subnet mask and a default gateway address, to make configuration of switches and routers remote through SSH or telnet.

By default, the Vlan comprises of all the ports in an intermediate device like routers and switches.

The SSH configuration is a low encrypted channel of port number 22, with required username and password.

Seeing if a website has a , .gov, .edu, or .org URL can give you information about the _________ of a website.

Answers

Answer:  Credibility

Explanation:

Government and education websites are the most trusted websites

Which of the following examples of using the internet to conduct research meets the federal definition of research with human subjects?

Answers

The question is incomplete! Here is the complete question and it’s answer!

Q. Which of the following examples of using the internet to conduct research meets the federal definition of research with human subjects?

A. Gathering data to supplement an oral history project about a local civil rights activist. The activist passed away while the researcher was in the process of conducting in-person interviews with the individual's social network.

B. Analyzing a website visitor report from several pro-anorexia blogs to determine the popularity of each blog. Access to the blogs is not restricted.

C. Downloading a publicly available data-set that includes high school students' academic achievement rates. The data are in aggregate and were derived from multiple school districts from different states.

D. Conducting an on-line focus group with cancer survivors to determine familial support systems. The researcher also invites subjects' significant others to be a part of the focus group.

Answer:

D. Conducting an on-line focus group with cancer survivors to determine familial support systems. The researcher also invites subjects' significant others to be a part of the focus group.

Explanation:  

According to federal definitions;

1. ‘Human Subject Research’ is a research that involves human subjects.

2. ‘Research’ is a systematic investigation that is designed to contribute to generalizable knowledge.  

Only option D is valid since other options do not fulfill the two criterion mentioned above

Which of the following represent correct syntax to display first name from global variable user? Select the one correct answer.
a. {User.FirstName}
b. {!User.FirstName}
c. $User.FirstName
d. {!$User.FirstName}

Answers

Answer:

Option D i.e., {!$User.FirstName} is the correct answer.

Explanation:

The following option is correct because in the following statement, the user programmer will ask to display the first name by using the global variable then, in the PHP Programming Language the following is the correct way to display the first name of the user, which is inside the curly braces then, not operator and then, name of the variable through which it call.

Final answer:

The correct syntax to display the first name from the global variable user is option d. {!$User.FirstName}, which is used in platforms like Salesforce that require merge field syntax.

Explanation:

The correct syntax to display the first name from a global variable user is d. {!$User.FirstName}. This syntax is typically used in Salesforce or similar platforms where the merge field syntax is required. The exclamation mark and curly braces indicate that it is a dynamic reference to a variable's property, and the dollar sign indicates that it is a global variable.

If you are working within a different context, such as pure JavaScript or another programming language, this syntax may not be applicable, and the correct syntax for accessing object properties might differ.

What data discovery process, whereby objects are categorized into predetermined groups, is used in text mining?
A. classification
B. trend analysis
C. association
D. clustering

Answers

I believe the answer is (A) classification. Have a nice day :)

Dot Notation can be used with lower(), upper() or str() string methods. true or false

Answers

Final answer:

The statement is true; dot notation can indeed be used with the lower(), upper(), or str() string methods to manipulate strings in programming.

Explanation:

The statement that Dot Notation can be used with lower(), upper(), or str() string methods is true. Dot notation is a syntactic form that allows access to an object's properties, functions, or methods. In the context of string manipulation in programming languages such as Python, when you have a string object, you can apply various methods to it using dot notation.

For example, the lower() method can be used to convert all characters in a string to lowercase. Similarly, the upper() method converts all characters to uppercase. The str() method is often used to convert a non-string object to a string.

Here's how they can be used in practice:

my_string.lower() - Turns all characters in my_string to lowercase.my_string.upper() - Converts all characters in my_string to uppercase.str(my_object) - Converts my_object (which could be any type of object like an integer or a float) to a string format.

The Solution Explorer window ____.

a. displays items that you can use when creating a project
b. displays the classes, methods, and properties included in a solution
c. displays data connections and servers
d. displays a list of the projects contained in the current solution

Answers

Answer:

The correct answer for the given question is option(d).

Explanation:

Solution Explorer is found in Microsoft Visual Studio.When we create a project in the c# or another programming language the solution explorer window is used. The Solution Explorer takes care of the projects and files.  

Solution Explorer displays an overall view of the current project. In the Solution Explorer we can delete or add the file in the project. The  Solution Explorer window displays the list that is contained in the current solution.

Option(a),Option(b) and Option(c) are the incorrect option for the Solution Explorer window. So, Option(d) is the correct answer for the solution explorer.

d. displays a list of the projects contained in the current solution.

The Solution Explorer window in an Integrated Development Environment (IDE) like Visual Studio typically displays the projects, files, and resources contained within a solution. It provides a hierarchical view of the components of your software project, allowing you to navigate through the different files and folders, manage project dependencies, and access various project settings. It's an essential tool for organizing and managing the structure of your solution.

A(n) __________ network is a high speed communications connection used to exchange data between production line equipment and other devices within a manufacturing facility.

Answers

Answer:

Industrial network

Explanation:

Networks is simply a medium to transfer data and one example is an industrial network which is a high speed communications connection network that deal with the exchange of data on a large scale between the production line equipment and other devices within a manufacturing facility.

According to EEOC guidelines, a reasonable accommodation includes: (I) Providing interpreters or readers for the disabled employee (II) Making the facilities usable by individuals with disabilities (III) Restructuring the job by lowering the standards for disabled employees (IV) Modifying work schedules

Answers

Answer:

Option (i), (ii) and (iv) is the correct options for the following question.

Explanation:

Because according to the EEOC, the citizen of the United State gets the equal rights of the employment without any resistance on the color of the peoples, religion, sex, etc.

Under these guidelines, the government especially facilitates those persons also who are disabled by providing them interpreters or readers and also modifying schedules of the work.

Matthew is working to select an authentication method for his company that will support REST as well as many web-based and mobile clients. Which of the following would be the best choice?A) ShibbolethB) RADIUSC) OpenID ConnectD) OAuth

Answers

Answer:

C) OpenID Connect

Explanation:

The best option is OpenID Connect because is based in OAuth, and supports multiple web based and mobile clients, and supports REST.

With OAuth, we cannot make any user authentication just provide a token to access data.

RADIUS is a networking protocol, and Shibboleth is a single sign-on log-in system for computer networks and the Internet, both not support REST.

An administrator is trying to enable hardware-assisted virtualization in the BIOS of a computer and notices it is not an option. He checks the specification on the manufacturer's website and finds that the system should support hardware-assisted virtualization. What is most likely the reason why he can't enable it?A. The BIOS needs a firmware update.B. The BIOS is corrupt.C. Hardware-assisted virtualization is enabled in the operating system, not the BIOS. D. The firmware is corrupt.

Answers

Answer:

this is difficult

Explanation:

i also need helo with this question

__________ describes a module for which the software developer does not care how the processing is performed, but instead, knows that the code, when provided valid inputs, will produce predictable results.

Answers

Answer:

The correct answer for the following question is "Black Box Testing" .

Explanation:

The black box is a software testing in which it works overall specification of the application rather than the internal structure of the application.The main aim of this kind of testing to check the functionality of the overall system.

In the black box testing when valid inputs are performed the predictable results is produced rather then it focuses on the processing. The advantages of black-box testing is given below.  

it hides the internal structure of the program.  focus on the output rather than the implementation. This type of testing takes less time to test the module of the code.

After correctly configuring a new wireless enabled thermostat to control the temperature of the company's meeting room, Joe, a network administrator determines that the thermostat is not connecting to the internet-based control system. Joe verifies that the thermostat received the expected network parameters and it is associated with the AP. Additionally, the other wireless mobile devices connected to the same wireless network are functioning properly. The network administrator verified that the thermostat works when tested at his residence. Which of the following is the MOST likely reason the thermostat is not connecting to the internet?

Answers

Answer:

The WPA2 shared key is incorrect is the correct answer.

Explanation:

The WPA2 shared key is incorrect because when the technician installs a new wireless thermostat for the purpose to control the temperature of the meeting room. Then, admin determines that the thermostat is not connecting to the control system through the internet and the admin authenticate that its parameter of receiving thermostat is associated with the AP. So, that's why the following option is correct.

Your app needs to store the following information. For each type of information, decide whether you would use an array or a variable to store it:________.

a.All the messages a user has sent.
b.The highest score a user has ever reached on the app.
c.A username and password to unlock the app.

Answers

Answer:

The answer is "option c".

Explanation:

In the question, It is defined that an array variable that stores the value. This variable is used to store more than one value or in programming terms, we can say that an array is a collection of the homogeneous elements, that means it will store similar type of value that is "text value or numeric value"if we would use an array to store all messages that are sent by the user, however, the highest value of the score is stored in variable that would be a better choice for a password/username.That's why option c is correct.

Answer:

Array

Variable

Array

Explanation:

A _______________ is most often a device with a tablet form factor that is designed to integrate with a detachable keyboard.

Answers

Answer:

Ultra book convertable / tablet hybrid

Explanation:

In recent times laptops comes out in a fashion that makes them take the form of tablets, they come with a detachable keyboard which reduces the power consumption and boost performance. the keyboard is used when attached and the touch screen is used when detached, giving you the best experience if both laptops and tablets.

Final answer:

A 2-in-1 PC is a versatile device designed to function both as a tablet and a traditional laptop when combined with a detachable keyboard. This reflects the personal nature of modern computing. Graphics tablets, which also use induction principles, differ by converting stylus-induced magnetic fields into digital images.

Explanation:

A 2-in-1 PC is most often a device with a tablet form factor that is designed to integrate with a detachable keyboard. This versatile computing device represents the evolution of personal computing, as each individual shapes their unique relationship with technology. Unlike traditional laptops or desktops, 2-in-1 PCs offer the portability of a tablet with the full functionality of a computer when connected to a keyboard.

Graphics tablets are another type of device that utilize passive tablets with induction principles for digital image creation. They differ from the touch tablets, as they have an intricate grid of wires and use a magnetic field from a stylus to create changes in electromagnetic fields, which are then translated into digital lines or strokes on the screen.

in python Write a loop that counts the number of lowercase characters that appear in the string referenced by mystring.

Answers

Answer:

mystring = "My name is David Acheme"

count = 0

for i in mystring:

    if(i.islower()):

        count=count+1

print("The number of lowercase characters in: "+mystring)

print(count)

Explanation:

1. We declare a String Variable and assign a value.

2. Intialize a count variable to zero.

3. Using a for loop is to loop through each characters in the string.

4. The if condition checks when a lower case character is encountered using the islower method and increases count by 1

5. Prints the value of count.

What is VoIP?

a. VoIP uses IP technology to transmit telephone calls.
b. VoIP offers the low cost ability to receive personal and business calls via computer.
c. VoIP offers the ability to have more than one phone number.
d. VoIP offers all of these.

Answers

Answer:

D) offers all the given options

Explanation:

VoIP also referred to as  IP telephony, Internet telephony or broadband telephony are  technologies that has made phone, video and general multimedia communication over the internet possible. It allows low cost because the communication infrastructure is shared between data and voice,  and can be used by both individuals and businesses

You can use a(n) ____ to visually separate related controls from other controls on the form.

Answers

Answer:

The correct answer to the following question will be Group Box.

Explanation:

Group Box:

A type container that contains many types of controls that are usually related to each other in the form.It usually provides the identified grouping for other controls.used for the subdivision of the forms.Separation of the controls can be done with the help of grouping by group box.

In defining security implemention, what are the roles of the following committees. 1) gateway committee 2) project committee 3) security compliance committee

Answers

In network, security plays important roles and implementing is a big task.

1. Gateway committee: It protects the hackers and any malware spyware to attack the network. Once hardware appliance is installed schedule update is happening at regular interval time.

2. Project committee:- it is an implementation plan and with minimum downtime in network and restoring the network and bring back the activities of the network.

3. Security compliance committee: - The network administrator has to select proper hardware appliance and to place in a network with minimum downtime.

On the Visit screen, you will not see one of the following:
a. Eligibility
b. Access level
c. Home Address
d. None of the Above

Answers

Answer:

The answer is "Option b".

Explanation:

An access level denotes a set of data type permissions or restrictions, that reduces the access level, which is an effective way to reduce failure modes, debug time and system complexity. and other options are not correct, i.e. define as follows:

In option a, In some of the cases, the system provides security, which is responded by the server to check the Eligibility of user, that's why it is not correct.In option c, The home address is always shown on the URL, that's why it is not correct.

To take private property through eminent domain, three steps must be taken by the state or local government. What are they?

Answers

Answer:

•The owner of the property must receive compensation on the property.

• The property must be useful to the general public.

• The owner must initiate due process in the court.

Explanation:

Other Questions
What social commentary does Mark Twain make in this excerpt from "The 1,000,000 Bank-Note?"You will remember that the Bank of England once issued two notes of a million pounds each, to be used for a special purpose connected with some public transaction with a foreign country. For some reason or other only one of these had been used and canceled; the other still lay in the vaults of the bank. Well, the brothers, chatting along, happened to get to wondering what might be the fate of a perfectly honest and intelligent stranger who should be turned adrift in London without a friend, and with no money but that million-pound bank note, and no way to account for his being in possession of it. Brother A said he would starve to death; brother B said he wouldn't. Brother A said he couldn't offer it at a bank or anywhere else, because he would be arrested on the spot. So they went on disputing till brother B said he would bet twenty thousand pounds that the man would live thirty days, any way, on that million, and keep out of jail, too. Brother A took him up. Brother B went down to the bank and bought that note. Just like an Englishman, you see; pluck to the backbone."A. Rich Londoners love to profess their wealth and use it to settle argumentsB. Rich Londoners are quick to bet huge sums of money to settle trivial argumentsC. Rich Londoners are apathetic toward the condition of the poor and would often use them as subjects for betsD. Rich Londoners would spend huge sums of money to gain popularity in the upper class of London Wiskurv Inc. is a large electronics supplier that does not rely exclusively on traditional financial measures for organizational control. It also considers operational measures that relate to the company's critical success factors. In this scenario, Wiskurv Inc. most likely uses___________. If atoms energy during a change of state, they are pulled together by attractive forces and become more organized. Find the coordinates of the midpoint of a segment having the given endpoints.Q(0.3, 1.8), R(2.7, 3.9)(1.5, 2.85)O (1.05, 3.3)(-1.2, -1.05)O(-2.4, -2.1) What is the approximate rate of descent required (for planning purposes) to maintain the electronic glide slope at 105 knots ground speed? Define time distance decay Of the powers granted to Congress, which describes a constitutional power unique to the Senate? Using the false-belief task, researchers find that children under age _________ are not likely to have developed a "theory of mind." Which best describes why Chinese workers were used to construct a trans continental railroad Which expression is equivalent to (-60) 5? Select all that apply. One natural consequence of mastering your job can be increaseda Excitementb. BoredomC. Interestd. FearPlease select the best answer from the choices providedSave and Exit Which statement strays from the topic of a proposed school uniform? "Uniforms violate students' right to express themselves." "Some studies have shown that schools with uniforms have fewer behavior problems." "Studies have shown that uniforms do not improve academic performance." "I have better fashion sense than anyone else." Fred and Diana want their children to "find their own path in life." As a result, they place very few demands on their children's behavior and provide lots of love but very few rules. According to Baumrind's theory of parenting, they are using a ____________ parentingstyle. If the governor appointed a loyal supporter to serve on the Sunset Advisory Commission, it would be considered an act of: Why would a home or facility choose pre-plated or family-style meals? What are the benefits and drawbacks of each? Sean read 1-5of a book in 11-2hours.How long will it take Sean to read 1-2of this book?Enter your answer as a mixed number in simplest form in the box. A video game decreased in price from $50 to $45. What was the approximate percent decrease in the price? 0.1% 1% 5% 10% Can someone help me :) Can someone help me with this T-T In three to four sentences, use what you have learned to answer the following prompt.After analyzing the costs and benefits of building a small or large pyramid, which option do you think is the best decision, and why?Be sure to include examples of economic, social, and political costs and benefits. Steam Workshop Downloader