System is one in which you duplicate functions in order to improve the reliability and availability of a system.

Answers

Answer 1

Answer:

a summary definition: a system is a set of indpendent operating systems interacting in a collection of design patterns to effect desired functions

Explanation:

a system, in computer science, is a colection of independent operating systems interacting in communcation design patterns (a game theory aspect) to optimize particular desired functions. for example in medical instrumentation, desired functions may be 1) fast reponse times in microseconds (needed in medical instrumentation) and 2) desired stable event states such as required in physiological data logging as in surface electromyography.


Related Questions

What is a geotag?


It gives the geographic location of the user.


It helps users find a location based on pictures.


It helps to give the geographic location of photos.


It allows a user to get updates about photos from specific geographic locations.

Answers

Answer:

It helps to give the geographic location of photos.

Explanation:

A geotag is added into the photography information when it's taken.  That info is part of the EXIF information of a photo that lists a bunch of data related to the photo, like the camera brand, model, the aperture, the speed, the ISO, and so on.

That's assuming the GPS info is available of course, but if it's taken by a phone, it has the GPS info.  Most mid-range and upper-range cameras have it too.

That information is used for example by Google Maps to present photos taken at a specific location.

Answer:

c it helps give the geographic location of photos

Explanation:



A pseudocode program is started below that asks the user for input and stores the value in a variable. Continue writing pseudocode to accomplish this task:


If the hour is within the school day (8 to 15) then display “Nice to see you!”, Otherwise, display “It’s time to go home!


DISPLAY (“Enter the hour of day (0-23)”)

hour <- INPUT ()

Answers

Answer:

IF hour >= 8 AND hour <= 15

     DISPLAY("Nice to see you!")

ELSE

    DISPLAY("It's time to go home!")

END IF

Explanation:

We check the value entered, and stored in the variable 'hour'.

If the value of 'hour' is greater or equal to 8, but lower or equal 15, we wish the student welcome.  Otherwise, we tell him to go home.  Then end of the IF structure.

This fragment of code would be placed below the one provided in the question statement.

printArray is a function that has two parameters. The first parameter is an array of element type int and the second is an int, the number of elements in the array. The function prints the contents of the array parameter; it does not return a value. inventory is an array of ints that has been already declared and filled with values. n is an int variable that holds the number of elements in the array. Write a statement that prints the contents of the array inventory by calling the function printArray.

Answers

Answer:

printArray(inventory, n);

Explanation:

The question doesn't specify in which language this has to be done, here's a generic call then... so if it's aimed at a specific language, some minor adjustments might be needed to respect the proper syntax/structure of that specific language.

Given:

printArray: function name, using 2 parameters.

inventory: array of ints

n : integer, number of items in array inventory

The call to the function would be:

printArray(inventory, n);

Your ipad has an application that will not stop running. what feature/tool can you use to stop it? kill treason task manager force quit

Answers

you could force quit

You would force quit on an iPad.

The primary advantage of using the Replace All option in the Find and Replace dialog box it that _____. a. it allows you to make more complex replacements than the Replace option b. it allows you to examine each occurrence before deciding whether to replace it c. it saves time d. mistakes are less likely when you use Replace All rather than Replace. Please select the best answer from the choices provided A B C D

Answers

It saves time so it should be letter c

Which is an example of skimming?


Money from sales is stolen before it gets recorded


A ghost employee is created to defraud payroll


There is a Pyramid of investors in which the lower rungs pay for investment returns on higher ones, while the criminal siphons money.


A legal money is rendered legal in a 3 step process

Answers

Answer:

Money from sales is stolen before it gets recorded

Explanation:

To insert a column without using commands in any tabs, a user can _____ -click and then click insert column.

There’s no answer choices

Answers

You can RIGHT click and then click insert column. Hope this helped!

Which statement does not describe a guideline for presentation content development? Don't use more than four bullet points on a slide. Include as much detail on slides as you have room for. Limit the number of lines of text on your slide to seven or less. Use a font size of at least 24 point.

Answers

Answer:

Include as much detail on slides as you have room for.

Explanation:

It contradicts some of the other points, if you add too much the slide will look overcrowded and be hard to read.

Answer:

the answer is d

What is an identified component of a software program that might allow a hacker or other intruder to gain entry and control of a computing resource?

patch
endpoint
imaging software
vulnerability

Answers

D. Vulnerability

A patch is basically the same thing as a quick bug fix.

An endpoint is basically a way to access a server/resource.

Imaging software is just a type of software.

it’s vulnerability i think

Why was it important for that date format to be standardized by the International Organization for Standardization (ISO) ?

Answers

Answer:

Because many different countries use different formats for the date.

The most important difference is the order of the year, month and day.

When writing a date with numbers, some countries stick to a sequence order more natural to their language. In the USA for example, they usually write dates in the format MONTH-DAY-YEAR.

Other countries use DAY-MONTH-YEAR, like many countries speaking French, because it matches the sequence in the written language.

Others use YEAR-MONTH-DAY, which makes sense and facilitates a lot the sorting.

If you want to represent for example January 10 only in numbers, because both month and day numbers are below 13... someone could easily mistake that as October 1st, if he doesn't know the exact sequence you're using.  

Problem becomes bigger if you write the year with only 2 digits... since we are now in year 19....  that could also be mistaken with a day. If I show you for example 09-02-10, which date am I talking about?

There's also another minor difference in terms of separator, like the dash (-), the period (.), the apostrophe (') and a few other symbols are used to separate the date elements.

What is the most common form of renewable energy used to generate electricity

Answers

i think that it’s either sunlight or solar energy

How can using a thesaurus increase the quality of your work?

Answers

Answer:

Using a thesaurus will help you avoid repeating words, avoid beginning sentences with identical words, and add interest or creativity to a document.

Explanation:

Got 100% E2020

Using a thesaurus enhances your work by providing varied vocabulary, avoiding repetition, increasing clarity, encouraging creative expression, and improving overall language proficiency for a polished, professional tone.

Using a thesaurus can significantly enhance the quality of your work by providing a richer vocabulary, which helps to avoid repetition and adds variety to your language. By offering synonyms and related words, a thesaurus allows you to choose more precise and vivid terms that better convey your intended meaning.

This can make your writing more engaging and nuanced, capturing the reader's attention and making your points more compelling.

Additionally, employing a wider range of words can improve the clarity of your writing by reducing ambiguity and making your ideas more distinct. It also encourages more creative and thoughtful expression, as you are prompted to consider different ways to articulate your thoughts.

Furthermore, using a thesaurus can aid in expanding your vocabulary over time, enhancing your overall language proficiency and making you a more versatile writer. By integrating a diverse lexicon, your work can achieve a more polished and professional tone.

Luke created an electronic address book in Excel. When two of his friends got married, Luke combined their names and addresses into one row, leaving him with a blank row. How can he permanently delete this extra row?
a.
Hide the empty row.
b.
Change the row’s color to black
c.
Right click the row and select Shift Cells Down
d.
Delete the empty row using the Delete Sheet Rows button.


Please select the best answer from the choices provided

A
B
C
D

Answers

Answer:

D. Delete the empty row...

Explanation:

The question asks how to permanently delete the row. This option is the only one that deletes the row.

What two tools can be used to disable a service and to give a list of all currently running services, respectively?

Answers

I can only think of one tool, which is task manager. Hope this helps (somewhat, at least)!

Which of the following is an example of Syndrome E in action?

Dan stood up for a freshman who was being bullied by his classmates.
Clarisa decided to buy the new shoes all her friends are raving about.
Jared joined in a group text making fun of an unpopular classmate.
Alice posted a makeup tutorial showing how to perform the latest beauty fad.

Answers

Final answer:

Syndrome E is exemplified by Jared engaging in a group text mocking an unpopular classmate, showing how group pressure can lead to negative behaviors.

Explanation:

The example of Syndrome E in action would be Jared joining in a group text making fun of an unpopular classmate. Syndrome E, also identified as a kind of group behavior, occurs when individuals conform to the actions of a group, often leading to negative or harmful outcomes.

In this case, the behavior involves participating in the collective ridicule and ostracization of an individual, which can be emotionally damaging. This correlates with the broader concept of collective behavior, where individual responsibilities and morals are often subdued in favor of group dynamics and pressure.

Final answer:

The correct answer is "Jared joining a group text to make fun of an unpopular classmate" reflects collective behavior but is not an example of Syndrome E or cultural syndromes like susto or anorexia nervosa.

Explanation:

The concept of Syndrome E in the question seems to refer to collective behavior driven by certain social or cultural factors. However, the provided examples do not fit with Syndrome E but rather exhibit typical social behaviors. Instead, let's consider the notion of cultural syndromes, which are defined as patterns of behavior and experience that are culturally bound. For instance, cultural syndromes such as susto, experienced in Latino societies, are brought on by witnessing traumatic events, resulting in symptoms ranging from nervousness to depression. Another example is anorexia nervosa, a culture-bound syndrome more prevalent in societies with specific beauty standards.

When examining the options provided, none directly reflects a cultural syndrome. However, Jared's action of joining in a group text making fun of an unpopular classmate exhibits a form of collective behavior that mirrors the dynamic of in-groups and out-groups, where exclusion and torment can occur due to group dynamics. This aligns with question 3 related to collective behavior.

The only internet service used more frequently than the web is ___, which is a system for exchanging messages through a computer network.

Answers

the only Internet service used more frequently than the web is e-mail

E-Mail is the only popular one I can think of that could possibly be more popular than the web.


Which Is The Best Website Designer In Delhi/NCR? How To Find The Cheapest But The Best Website Designing Company In Delhi?

Answers

Explanation:

Top 8 Web Design & Development Companies In Delhi

1 B2B Infosoft. ...

2 CSSChopper. ...

3 Artattackk Visit Website9 VoteE.

4 Dreamsmedia Visit Website9 VoteE.

5 Sparx IT Solutions Sparx IT Solutions is a web & app development company that creates user-centric websites. ...

6 Cyberworx Visit Website9 VoteE.

7 360 Website Design Visit Website9 VoteE.

8 Tranciscolabs.

hope this helps

The Outline tab and the Slides tab can be open at the same time.


Please select the best answer from the choices provided

T
F

Answers

The Outline tab and the Slides tab can be open at the same time.

Answer: F

The initial _____ and subsequent _______ of ________ can be observed on an oscilloscope when testing the starter motor. Select one: a. Drop; surge; voltage b. Surge; drop; voltage c. Surge; drop; amperage d. Drop; surge; amperage

Answers

Answer:

surge, drop, amperage

Explanation:

surge, drop, amperage

The initial surge and subsequent drop of amperage can be observed on an oscilloscope when testing the starter motor.

Take this with a grain of salt, I am remembering something my grandpa told me when I was younger.

*If right please mark brainliest*

The initial Surge and subsequent drop of amperage can be observed on an oscilloscope when testing the starter motor. option C is correct.

When testing a starter motor using an oscilloscope, the initial surge and subsequent drop of amperage can be observed.

The starter motor experiences a surge of high amperage when it first engages to overcome the initial resistance and start the engine.

Afterward, the amperage drops as the engine starts running.

Hence, Option c is correct, Surge; drop; amperage.

To learn more on Oscilloscope click:

https://brainly.com/question/30907072

#SPJ4

An animation is made up of individual images called _______________.
A. Thumbnails
B. Hot spots
C. Icons
D. Frames

Answers

Answer:

D. Frames

Explanation:

An animation is made up of individual images called FRAMES.

The term refers to old film ribbons where each image was presented in a frame, on the long film ribbon that would be moving in front of a light to project the movie images.

A. Thumbnails: they're a small version of an image.

B. Hot spots are areas that can be clicked to link somewhere else for example.

C. Icons are small images, can be animated or not.

ASAP....Rough sketches of what individual screens in an app will look like are called a0.

Answers

Answer:

Heyy your answer is A website wire frame

Explanation:

A website wire frame, also known as a page schematic or screen blueprint, is a visual guide that represents the skeletal framework of a website. Wire frames are created for the purpose of arranging elements to best accomplish a particular purpose. The purpose is usually being informed by a business objective and a creative idea. The wire frame depicts the page layout or arrangement of the website’s content, including interface elements and navigational systems, and how they work together. The wire frame usually lacks typographic style, color, or graphics, since the main focus lies in functionality, behavior, and priority of content. In other words, it focuses on what a screen does, not what it looks like. Wire frames can be pencil drawings or sketches on a whiteboard, or they can be produced by means of a broad array of free or commercial software applications. Wire frames are generally created by business analysts, user experience designers, developers, visual designers, and by those with expertise in interaction design, information architecture and user research.

Hope this helps!!

Which of these factors can adversely affect a computer performancea: cold b: heat c: moisture d: dryness

Answers

Answer:

B Heat and C.moisture

Explanation:

If your device over heats it can cause damage the same goes for moisture.

over heating and moisture

Requirement types discussed during software development include _____.
A) functional and color scheme
B) nonfunctional and code style
C) constraint and nonfunctional
D) fashionable and functional.

Answers

Final answer:

Requirement types in software development include functional, nonfunctional, and constraints. These requirements define what the software will do and how it should perform, as well as any development limitations. The development process may revisit requirements due to new features or bugs.

Explanation:

Requirement types discussed during software development include functional and nonfunctional requirements, as well as constraints. Functional requirements refer to what the software should do, including tasks, features, and capabilities. Nonfunctional requirements describe how the software should perform, covering aspects such as security, reliability, and usability. Constraints are limitations or conditions the development must adhere to, like specific technologies or legal regulations.

During the software development cycle, new ideas, bug fixes, and feature requests can trigger the requirements phase to begin anew, following a sort of waterfall effect where different parts of the project might be in different phases at the same time. Additionally, structural decisions such as adopting Architectural Patterns like the Model View Controller (MVC) and deciding which criteria are most important for a design's success are critical steps in the development process.

A(n) Answer display color uses the least electricity when compared to any other color.

Answers

Is there answer choices because I’m not understanding what you want me to answer

Items that are cut or copied are placed on the Clipboard.


Please select the best answer from the choices provided

T
F

Answers

Anwer is True

please mark me brainliest answer

The answer to this would be true

Can you help me with this question?

Answers

for var in list:

    print (var)

Explanation:

Kerberos is ideally meant for ________________

a. authenticating lan users

b. authenticating wan users

c. encrypting database

d. encrypting user names

Answers

I’m pretty sure the answer should be A

Consider a router that interconnects three subnets: subnet 1, subnet 2, and subnet 3. suppose all of the interfaces in each of these three subnets are required to have the prefix 223.1.17/24. also suppose that subnet 1 is required to support at least 60 interfaces, subnet 2 is to support at least 90 interfaces, and subnet 3 is to support at least 12 interfaces. provide three network addresses (of the form


a.b.c.d/x) that satisfy these constraints.

Answers

Final answer:

To satisfy the given constraints, we can choose the following network addresses: 223.1.17.0/26 for subnet 1, 223.1.17.128/25 for subnet 2, and 223.1.17.192/28 for subnet 3.

Explanation:

In this scenario, we need to find three network addresses that satisfy the given constraints. Each subnet should have the prefix 223.1.17/24 and support a minimum number of interfaces.

Let's start with subnet 1. Since it needs to support at least 60 interfaces, we can choose a /26 subnet mask. This will give us a network address of 223.1.17.0/26.

For subnet 2, which needs to support at least 90 interfaces, we can choose a /25 subnet mask. This will give us a network address of 223.1.17.128/25.

Finally, for subnet 3, which needs to support at least 12 interfaces, we can choose a /28 subnet mask. This will give us a network address of 223.1.17.192/28.

From the perspective of the prosecution, the safest legal means of obtaining incriminating documents from a suspect is by: a. Subpoena duces tectum b. A search warrant c. Having an informant steal the documents d. Surreptitiously copying the documents

Answers

Answer:

a. Subpoena duces tectum

Explanation:

Options C (an informant steal the documents) and D (discrete copy of the documents) would be considered illegal and/or inadmissible in most places, so you should avoid these.

Options A (subpoena) and B (search warrant) are usually issued by a judge after considerations, so they are both legal ways to obtain something.

In a subpoena duces tecum, the court orders an individual (or a moral person) to produce (usually very specific) documents to court or face penalty.

A search warrant is executed by law enforcement officials who are seeking information to help in their investigation, usually not highly specific (not 'search for a copy of the April 10 minutes of the meeting.').

Final answer:

The safest legal means of obtaining incriminating documents from a suspect, according to the prosecution, is by obtaining a search warrant, as it is authorized by a judge and ensures constitutional protections.

Explanation:

From the perspective of the prosecution, the safest legal means of obtaining incriminating documents from a suspect is by a search warrant. This is because a search warrant is a legal document, signed by a judge, that authorizes law enforcement officials to search and/or seize persons or property. This ensures that the method of obtaining the evidence complies with the constitutional protections against unreasonable searches and seizures. On the other hand, options such as having an informant steal the documents or surreptitiously copying the documents could lead to the evidence being deemed inadmissible as they may violate privacy rights and due process provisions. A subpoena duces tecum, while also a legal mechanism, typically compels someone to produce documents or evidence in a court of law or a legal setting and might not be as immediate or enforceable as a search warrant in the collection of evidence.

You buy a new workstation that features an embedded RAID controller on the motherboard. You want to setup hardware RAID 10. How many hard drives are required, without multiple partitions per disk, and where would you set this up? (Choose all that apply). Each choice provides half of the answer.

Answers

Answer:

4 hard drives are required for RAID 10 and you would set this up in your operating systems (Windows, Linux, Mac) storage management.

Answer:

4

BIOS

Explanation:

BIOS is short for Basic Input Output System. Its a built-in program a system utilize to power on after it is shut down. It also controls data flow between the operating system and other attached devices such as the hard drive, mouse etc. It is usually found on the motherboard of a system. BIOS manages the hard drives, it acts as an intermediary between the CPU and the I/O (input/output) devices.

Other Questions
Read the scenario.An acorn starts at a position of 0 m. A squirrel picks it up and moves it to a position of 4 m west. Then, a second squirrel steals it and brings it to a final position of 2 m west.Which option represents a vector quantity from the scenario? velocity = 6 m/s west distance = 6 m displacement = 2 m west displacement = 6 m please help with this thank you In A Vindication of the Rights of Woman, Wollstonecraft contrasts her logic and reasoning withvarious priests works.her earlier work.Rousseaus work.various European authors. it will be fun in the sentence the verb is On Friday John has $100 over the weekend he bought pizza for $37 and uses his debit card for concert tickets that cost $89 how much money did John have on Monday Which activity represents a major role that political parties play in elections? A. Informing the public about candidates and issues B. Selecting the winners in major elections C. Creating and passing legislation regulating elections D. Providing the materials and machinery for voting and counting ballots The combustion of ethene in the presence of excess oxygen yields carbon dioxide and water: c2h4 (g) + 3o2 (g) 2co2 (g) + 2h2o (l) the value of s for this reaction is ________ j/kmol. What is the meaning of Zero on a number line What group of people opposed slavery Summarize the two stages of cellular respiration. Be sure to explain where in the cell each stage occurs. Adding a catalyst to a reaction would increase which quantity? A.grams of product produced in an hour B.grams of product at the end of the reaction C.concentration of product at the end of the reaction D.concentration of reactants at the end of the reaction (Show your work please) Read the sentence.My sister is quite the chef; she often creates her own meals and recipes that include different vegetables and spices.Why does the author most likely use the word chef instead of the word cook?to show how often she prepares mealsto emphasize how creative her meals areto create a negative view of her recipesto highlight the number of ingredients in her recipes 8x-6y=54 in slope intercept form please!! Which response corresponds to the question being asked?Salut comment ca va? Comment tait ta journe? Comment vous sentez-vous?A: Je vais bien. Ma journe a t bonne. Mon chat se sent bien.B: Je vais bien. Mon dner tait super. Ma voiture a fire allure.C: Je vais bien. Ma journe s'est bien passe. Je me sens un peu malade. What is Africa art most used for "One step in the manufacture of silicon wafers used in the microelectronics industry is the melt crystallization of silicon into a crystalline silicon ingot. This processis carried out within a special furnace. When the newly solidified ingot is removed from the furnace, it is assumed to have a uniform initial temperature of 1600 K, which is below the crystallization temperature. At this temperature, the thermal conductivity of silicon is 22 W/(mK), the density is 2300 kg/m3, and the heat capacity is 1000 J/(kgK). The hot solid silicon ingot is allowed to cool in air maintained at a constant ambient temperature of 30C. The diameter of the silicon rod is 15 cm. End effects are considered negligible. The convective heat transfer coefficient is 147 W/(m2K). What temperature will exist 1.5 cm from the surface of the ingot after a cooling time of 583 sec (9.72 min)?" Consider the rod as acylinder placed vertically. A system of government by groups or officials. The distinctive feature of the psychodynamic perspective is its emphasis ona. natural selection.b. brain chemistry.c. unconscious conflicts.d. learned behaviors. what the hell is a rotation?