[silberschatz] which of the following instructions should be privileged? give a one-sentence explanation for why. a) set value of timer b) read the clock c) set memory content to zero d) turn o\ interrupts e) switch from user to monitor (kernel) mode'

Answers

Answer 1

Out of the given instructions, setting the value of the timer, turning off interrupts, and switching from user to monitor mode should be privileged instructions.

These instructions require access to system resources that are not available to regular user processes and can potentially disrupt the functioning of other processes or the entire system if misused. Therefore, only authorized users with special privileges should be allowed to execute these instructions to ensure the stability and security of the system. On the other hand, reading the clock and setting memory content to zero are non-privileged instructions as they do not pose any risk to the system and can be executed by regular user processes without any restrictions.

Learn about monitor here:

https://brainly.com/question/30619991

#SPJ11


Related Questions

Subject me not to trials,shame not my human form. "Explain".​

Answers

A girl living in a society where everyone has plastic surgery makes her feel increasingly out of place in the Korean body horror short Human Form.

What is Human form?

This animated short is a commentary on plastic surgery and humanity's obsession with what is considered to be "beauty," where we frequently idolize appearances.

It are impossible to achieve naturally and judge natural appearances as not looking "good enough" (which makes everyone a potential "fixer-upper" and gives the beauty industry more and more profits).

And given that several Asian nations have absurd beauty standards, this South Korean short is the ideal commentary on everything.

Therefore, A girl living in a society where everyone has plastic surgery makes her feel increasingly out of place in the Korean body horror short Human Form.

To learn more about Human form, refer to the link:
https://brainly.com/question/8509952

#SPJ5

Answer:

The poet seems to be humiliated and condemns himself for being human just physically. He is sure if Allah subjects him to examination, he would not be successful in it because he cannot tolerate or withstand them like a perfect human being.

Explanation:

Hope it will help ...

a student is looking to add memory in order to speed up a tower computer. which type of memory module should the student be looking for?

Answers

He should use DIMM memory module in order to speed up a tower computer because Motherboards in tower computers accept dual inline memory modules (DIMMs) in the memory expansion slots. A motherboard supports a particular type of DIMM such as a DDR3 or DDR4 module.

What is DIMM Memory?

Dual In-Line Memory Modules, or DIMMs, are a kind of computer memory that plugs into the motherboard's memory slots. While SIMMs (Single In-Line Memory Modules), the predecessor of DIMMs, are 32-bit and require installation in matched pairs to achieve 64-bit data paths, DIMMs are natively 64-bit devices. This makes it possible for one DIMM to transfer data twice as quickly as one SIMM.

Dynamic random access memory (DRAM), the most popular form of primary memory, is found in DIMM memory chips. The CPU's cache memory layer is built using static RAM, which is more expensive and faster. A memory cell, which in DRAM is a single bit represented by a transistor and capacitor, is made. Each data bit is kept in a separate memory cell by the DIMM, which is mounted on a motherboard.

To learn more about RAM, visit:

https://brainly.com/question/13748829

#SPJ4

100% pl…View the full answer
answer image blur
Transcribed image text: Convert the following Pseudo-code to actual coding in any of your preferred programming Language (C/C++/Java will be preferable from my side!) Declare variables named as i, j, r, c, VAL Print "Enter the value ofr: " Input a positive integer from the terminal and set it as the value of r Print "Enter the value of c: " Input a positive integer from the terminal and set it as the value of c Declare a 2D matrix named as CM using 2D array such that its dimension will be r x c Input an integer number (>0) for each cell of CM from terminal and store it into the 2D array Print the whole 2D matrix CM Set VAL to CM[0][0] Set both i and j to 0 While i doesn't get equal to r minus 1 OR j doesn't get equal to c minus 1 Print "(i, j) →" // i means the value of i and j means the value of j If i is less than r minus 1 and j is less than c minus 1 If CM[i][j+1] is less than or equal to CM[i+1][j], then increment j by 1 only Else increment i by 1 only Else if i equals to r minus 1, then increment j by 1 only Else increment i by 1 only Print "(i, j)" // i means the value of i and j means the value of j Increment VAL by CM[i][j] Print a newline Print the last updated value of VAL The above Pseudo-code gives solution to of one of the well-known problems we have discussed in this course. Can you guess which problem it is? Also, can you say to which approach the above Pseudo-code does indicate? Is it Dynamic Programming or Greedy? Justify your answer with proper short explanation.

Answers

The following is the solution to the provided Pseudo code in C++ programming language. As for which problem this Pseudo code gives a solution for, it is the problem of finding the path with minimum weight in a matrix from its top-left corner to its bottom-right corner, known as the Minimum Path Sum problem.The above Pseudo code shows the Greedy approach of solving the Minimum Path Sum problem. This is because at each cell of the matrix, it always picks the minimum of the right and down cell and moves there, instead of keeping track of all paths and comparing them, which would be the Dynamic Programming approach. Hence, it does not require to store all the sub-problem solutions in a table but instead makes a decision by selecting the locally optimal solution available at each stage. Therefore, we can conclude that the above Pseudo code does indicate the Greedy approach to the Minimum Path Sum problem in computer programming.Explanation:After receiving input of the dimensions of the matrix and the matrix itself, the Pseudo code declares a variable VAL and initializes it with the first cell value of the matrix. It then uses a while loop to iterate through the matrix till it reaches its bottom-right corner. At each cell, it checks if it can only move to the right or down, and then it moves in the direction of the minimum value. VAL is then updated by adding the value of the current cell to it.After the loop is exited, the last updated value of VAL is printed, which is the minimum path sum value.

Learn more about Pseudo code here:

https://brainly.com/question/21319366

#SPJ11

You are working as a project manager. One of the web developers regularly creates dynamic pages with a half dozen parameters. Another developer regularly complains that this will harm the project’s search rankings. How would you handle this dispute?

Answers

From the planning stage up to the deployment of such initiatives live online, web project managers oversee their creation.They oversee teams that build websites, work with stakeholders to determine the scope of web-based projects, and produce project status report.

What techniques are used to raise search rankings?

If you follow these suggestions, your website will become more search engine optimized and will rank better in search engine results (SEO).Publish Knowledgeable, Useful Content.Update Your Content Frequently.facts about facts.possess a link-worthy website.Use alt tags.Workplace Conflict Resolution Techniques.Talk about it with the other person.Pay more attention to events and behavior than to individuals.Take note of everything.Determine the points of agreement and disagreement.Prioritize the problem areas first.Make a plan to resolve each issue.Put your plan into action and profit from your victory.Project managers are in charge of overseeing the planning, execution, monitoring, control, and closure of projects.They are accountable for the project's overall scope, team and resources, budget, and success or failure at the end of the process.Due to the agility of the Agile methodology, projects are broken into cycles or sprints.This enables development leads to design challenging launches by dividing various project life cycle stages while taking on a significant quantity of additional labor.We can use CSS to change the page's background color each time a user clicks a button.Using JavaScript, we can ask the user for their name, and the website will then dynamically display it.A dynamic list page: This page functions as a menu from which users can access the product pages and presents a list of all your products.It appears as "Collection Name" in your website's Pages section.

        To learn more about search rankings. refer

        https://brainly.com/question/14024902  

         #SPJ1

you are in a library to gather information from secondary sources, and you want to find a current print resource that can supplement information from a book. what source should you use? the internet periodicals ebsco

Answers

You are in a library gathering information from secondary sources, and you want to find a current print resource that can supplement information from a book.

Why utilize PubMed as a database?

The goal of PubMed is to promote the free search and retrieval of biomedical and life sciences literature with the goal of enhancing both individual and planetary health. More than 34 million citations and abstracts from biomedical literature are available in the PubMed database. The best repository for biological literature and one of the most commonly used resources in the world, PubMed provides a publicly accessible search interface for MEDLINE as well as other NLM resources. The MEDLINE database, PMC, books, chapters, and other publications that the NLM has indexed are all accessible through PubMed as a search engine. More than 30 million citations to the biomedical literature are searchable in PubMed, which is free and open to the public.

To know more about PubMed database visit:

https://brainly.com/question/28275683

#SPJ4

Complete the missing part of the line to allow you to read the contents of the file.
inFile = ____ ('pets.txt','r')

Answers

Answer: Sorry I’m late but the answer is open

Explanation: Edge 2021

The missing part of the line allows you to read the contents of the file. inFile = Open ('pets.txt','r').

What is the file format?

The term file format refers to that, A standard way the information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium. File formats may be either proprietary or free.

The file format is the structure of that file, Which runs a program and displays the contents. As there are many examples like a Microsoft Word document saved in the. DOC file format is best viewed in Microsoft Word. Even if another program can open the file.

Therefore, By the File format allows you to read content and can open up the file format.

Learn more about  file format here:

https://brainly.com/question/1856005

#SPJ2

triacontane is an unbranched alkane that contains 30 carbon atoms in each molecule. how many hydrogens are present in each

Answers

Triacontane, an unbranched alkane, consists of 30 carbon atoms in each molecule. To determine the number of hydrogens present in each molecule, we need to understand the general formula for alkanes.

The general formula for alkanes is CₙH₂ₙ₊₂, where "n" represents the number of carbon atoms. This formula indicates that for each carbon atom, there are two hydrogen atoms attached to it. In the case of triacontane, with 30 carbon atoms, we can use the formula to calculate the number of hydrogens.

Using the formula, we substitute "n" with 30:

C₃₀H₂₉₊₂

Simplifying the formula, we have:

2 × 30 + 2 = 60 + 2 = 62

Therefore, each molecule of triacontane contains 62 hydrogen atoms.

It's important to note that the number of hydrogen atoms in an alkane is determined by the number of carbon atoms in the molecule and follows this pattern. This relationship allows us to easily calculate the number of hydrogens in any unbranched alkane using the general formula CₙH₂ₙ₊₂.

In conclusion, the unbranched alkane triacontane, which consists of 30 carbon atoms in each molecule, contains a total of 62 hydrogen atoms.

Learn more about Hydrogen :

https://brainly.com/question/19813237

#SPJ11

Farmers must meet the changing needs of our planet and the expectations of regulators, consumers, and food processors and retailers- Analyze the statement and predict the most suitable solution

Answers

Farmers must meet the changing needs of our planet and the expectations of consumers.

Why is consumer the right answer?

Consumers are becoming sensitive ot how their product sare produced. For example, consumers will shun a product which was produced using child labor or using unethical practices.

Since protecting the earth is now a big issue, a front burner in with regadds to the global supply chain cycle, Farmers must pay attention to the changing needs of our planet.

Learn more about Consumers :
https://brainly.com/question/15869639
#SPJ1

What smartphone cameras are programmed to autofocus on?.

Answers

Smartphone cameras are programmed to autofocus on subjects within the frame to ensure clear, sharp images.

This is achieved using various methods, such as contrast detection, phase detection, and laser autofocus.

These techniques enable the camera to identify and lock onto areas of high contrast or specific patterns, adjusting the lens accordingly.

Additionally, modern smartphones often utilize artificial intelligence (AI) and machine learning to improve focus accuracy and speed, even recognizing faces and objects for optimal results.

In summary, smartphone cameras use a combination of technologies to automatically focus on subjects, resulting in high-quality, well-defined images.

Learn more about smartphone at

https://brainly.com/question/14774245

#SPJ11

What does it mean when the lottery machine says function suppressed after scanning a ticket

Answers

When a machine  says function suppressed after scanning a ticket, it implies that you have won some certain amount.

What is lottery  wins?

This term connote that a person has  a winning ticket in a lottery that is often owned by a government.

Note that  if a winning ticket is scanned, the terminal often shows a message just for you and that suppress function implies  that your the ticket has won something.

Learn more about lottery  from

https://brainly.com/question/9216200

Multiple Select
It is important to be polite to people when you are online because
it reflects your level of professionalism
it helps build a good reputation
you can be fined if you are impolite
it says a lot about your character
you must avoid getting into trouble
Select 3 options.

Answers

It is important to be polite to people when you are online because

it reflects your level of professionalism.it helps build a good reputation.it says a lot about your character.

What is online presence?

Online presence is said to be the numbers or all activity and content that an individual or a business entails under their name in regards to the internet.

Note that It is important to be polite to people when you are online because

it reflects your level of professionalism.it helps build a good reputation.it says a lot about your character.

Learn more about Online presence from

https://brainly.com/question/27830306

#SPJ1

Social networking sites are usually ________________ during work hours unless the activity is work-related. Responses

Answers

Explanation:

Social networking sites are usually restricted during work hours unless the activity is work-related.

Which of the following is not one of the three basic structured programming constructs a) sequencing b) alternation c) iteration d) condensation e) all of these f) none of these

Answers

The answer is d) condensation. "Condensation" is not one of the three basic structured programming constructs.

The three basic structured programming constructs are:

a) Sequencing: Refers to executing a sequence of statements in a specific order.

b) Alternation: Involves making decisions or choices using conditional statements such as if-else or switch-case.

c) Iteration: Involves repeating a block of statements multiple times based on a condition using loops like for, while, or do-while.

Condensation is not a recognized term or construct in structured programming.

Learn more about programming constructs here:

https://brainly.com/question/27943871

#SPJ11

Choose one answer for each statement, whether it is True or False:
a) CPU stands for Computer Processing Unit
b) The CPU processes all of the data and instructions that make a computer system work
c) The CPU carries out the fetch-decode-execute cycle
d) The clock speed, number of processor cores and cache size all affect CPU performance

Answers

a) false
b) true
c) true
d) true

What are the five types of alignment in Word? side, middle, top, bottom, and graphing left, center, right, decimal, and bar tab, alt, shift, control, and function page layout, review, view, references, and insert

Answers

Answer:

side, middle, top, bottom, and graphing.

Explanation:

Answer: A. side middle top bottom and graphing

Explanation: Saw it on Edgen.

Use a correlated subquery to return one row per customer, representing the customer’s oldest order (the one with the earliest date). Each row should include these three columns: email_address, oldest_order_id, and oldest_order_date.

Sort the result set by the oldest_order_date and oldest_order_id columns.

Answers

A subquery in SQL is a query inside a query and it is used to retrieve data from multiple tables or to perform aggregate functions in a single query. In a correlated subquery, the inner query depends on the outer query to run.

Here is how to use a correlated subquery to return one row per customer, representing the customer’s oldest order (the one with the earliest date). Each row should include these three columns: email_address, oldest_order_id, and oldest_order_date. Sort the result set by the oldest_order_date and oldest_order_id columns:SELECT c.email_address, o.oldest_order_id, o.oldest_order_dateFROM customers c, orders oWHERE c.customer_id = o.customer_idAND o.order_date = (SELECT MIN(order_date)FROM orders o2WHERE o2.customer_id = o.customer_id)ORDER BY o.oldest_order_date, o.oldest_order_id;In the above query, we use a correlated subquery to return the oldest order for each customer.

The outer query joins the customers and orders tables on the customer_id column. The inner query selects the minimum order_date for each customer using the correlated subquery. This query returns one row per customer with the customer’s oldest order (the one with the earliest date). We then sort the result set by the oldest_order_date and oldest_order_id columns.

To know more about SQL  visit:

brainly.com/question/31663284

#SPJ11

1.Choose the best answer.:
 a) Broadly, computers are of ................ purpose and ................ purpose
     (i) specific, general     (ii) specific, broad    (iii) precise, broad     (iv) None of them
 b) .................. computers works on continuous signals
 (i) Analog     (ii) Digital    (iii) PS/2        (iv) None of them
 c) ................ computers are the largest and most expensive digital computers.
 (i) Mainframe        (ii) Mini    (iii) Super        (iv) Apple 
d) .................. is the example of mainframe computer.
 (i) CYBER 205    (ii) IBM 3081        (iii) VAX        (iv) IBM 9375
 e) Macintosh is the OS used in .................. computer.
 (i) IBM        (ii) mainframe        (iii) super    (iv) apple
 f) .............. was mainframe computer brought first time to process census data in Nepal.
 i) IBM 1400        ii) IBM1401        iii) IBM1402 
g) ……… computer are used in hospital for Ultra Sound.
 i) Analog    ii) Digital        iii)Laptop    iv) Hybrid 
h) Nowadays, most powerful super commuter is Sunway taihulight from .......................
 i) India    ii) Germany         iii) China    iv) Nepal

Answers

Answer:

specific, generaldigitalminiCYBER 205IBMIBM1401digitalGermany

among the following, which is not a property that can be assigned to an attribute in a relational data table?

Answers

The property that cannot be assigned to an attribute in a relational data table is the "Index" property. The correct answer is D) Index.

In a relational data table, various properties can be assigned to attributes to define their behavior and relationships.

A "Primary key" is a property that uniquely identifies each record in the table and ensures its uniqueness and integrity.

A "Foreign key" is a property that establishes a relationship between two tables, linking the attribute in one table to the primary key of another table.

"Data type" defines the type of data that can be stored in the attribute, such as integer, string, date, etc.

However, an "Index" is not a property assigned to an attribute itself. It is a database feature used to improve the performance of data retrieval by creating an index structure on one or more attributes. Therefore, option D) Index is the correct answer.

""

among the following, which is not a property to be  assigned to an attribute in a relational data table?

A) Primary key

B) Foreign key

C) Data type

D) Index

""

You can learn more about relational data table  at

https://brainly.com/question/13262352

#SPJ11

When heating a substance a phrase change will start to occur when the kinetic energy of the particles is blink the attractive forces between the particles

Answers

Answer:

great enough to overcome.

Explanation:

Kinetic energy can be defined as an energy possessed by an object or body due to its motion.

Mathematically, kinetic energy is given by the formula;

Where, K.E represents kinetic energy measured in Joules.

M represents mass measured in kilograms.

V represents velocity measured in metres per seconds square.

A conductor can be defined as any material or object that allows the free flow of current or electrons (charge) in one or more directions in an electrical circuit. Some examples of a conductor are metals, copper, aluminum, graphite, etc.

When heating a substance, a phase change will start to occur when the kinetic energy of the particles is great enough to overcome the attractive forces between the particles.

Basically, the phase change includes solid, liquid and gas.

The table button is present in the ……… tab.​

Answers

Answer:

Insert

Explanation:

The table button is present in the Insert tab.​

Refer to screenshot (MS Word)

Insert → Table → Insert Table or Draw Table

The table button is present in the tab.

Question 1 (1 point)
These errors can be difficult to identify, because the program still runs but it does
not do what you expect it to do.
1.Runtime
2.Logic
3.Syntax
4.Executing

Answers

Answer:

Logic

Explanation: I took the test in k12 and got it correct

Your company has surveillance cameras in your office, uses strong authentication protocols, and requires biometric factors for access control. These are all examples of what principle?answer choicesa.Non-repudiationb.Authenticationc.Authorizationd.Integrity

Answers

Answer:Authentication

Explanation:

18. Scrie un program care, citind doua numere naturale a si b, afiseaza cel mai mare divizor comun al lor.


trebuie scris in c++, cu include iostream si int main. ( nivel clasa a 7 a)

Answers

Answer:

#include <iostream>

using namespace std;

int main() {

   int a, b, gcd;

   cout << "Introduceti primul numar: ";

   cin >> a;

   cout << "Introduceti al doilea numar: ";

   cin >> b;

   for (int i = 1; i <= a && i <= b; ++i) {

       if (a % i == 0 && b % i == 0)

           gcd = i;

   }

   cout << "Cel mai mare divizor comun al numerelor " << a << " si " << b << " este: " << gcd;

   return 0;

}

how can single points of failure in a cluster be eliminated?

Answers

Answer:

You just join together and make a cluster of the s

The simulation kept track of the time and automatically recorded data on cart displacement and velocity. If the cart trials were run with a real cart and fan using meter sticks and stopwatches, how might the data compare? check all that apply.

Answers

The simulation kept track of the time and automatically recorded data on cart displacement and velocity, the way that the data might compare is options:

A. There would be variables that would be hard to control, leading to less reliable data.

C. Meter sticks may lack precision or may be read incorrectly.

D: B:  Meter sticks may lack precision or may be read incorrectly.

E. Human error in recording or plotting the data could be a factor.

What are the simulation about?

A simulation is the repeated imitation of the behavior of a system or process in the real world. Models are necessary for simulations; whereas the simulation depicts the model's evolution over time, the model represents the essential traits or behaviors of the chosen system or process.

Real time exercises are designed to be inaccurate; therefore, they are repeated many times, with the average score serving as the final score.

Therefore, Having carried out this deed, it demonstrates to us that the Results are unreliable or imperfect, which effectively forces us to make the decisions listed above.

Learn more about simulation from

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

See full question below

The simulation kept track of the variables and automatically recorded data on object displacement, velocity, and momentum. If the trials were run on a real track with real gliders, using stopwatches and meter sticks for measurement, how might the data compare? Check all that apply.

- There would be variables that would be hard to control, leading to less reliable data.

- The data would be just as valid if it were recorded with a stopwatch.

- Meter sticks may lack precision or may be read incorrectly.

- Real glider data may vary since real collisions may involve loss of energy.

- Human error in recording or plotting the data could be a factor.

- Controlling real glider velocities by hand would be just as accurate as simulation controls.

the standard code of respectful conduct governing the use of software and hardware for electronic communications is called electronic etiquette or

Answers

The standard code of respectful conduct governing the use of software and hardware for electronic communications is called electronic etiquette or Netiquette.

What is Netiquette?

Netiquette is a combination of the words net and etiquette. Netiquette thus describes the rules of conduct for respectful and appropriate internet communication.

Netiquette is another term for internet etiquette. These are not legally binding rules, but rather etiquette guidelines. Netiquette is mostly used when dealing with strangers on the internet. The rules of netiquette differ depending on the platform and its users. In general, the type and scope of netiquette is determined by the operator of a website or communication app. It is also their responsibility to monitor and penalize violations of these fundamental rules.

To know more about Netiquette, visit: https://brainly.com/question/1918317?referrer=searchResults

#SPJ4

How to open a Mac App from an Unidentified Developer?

Answers

To open a Mac App from an Unidentified DeveloperFind the app you wish to launch in the Finder. Use Launchpad for nothing for this. Click Open.

What does a Mac do, exactly?

MACs are multi-state, regional contractors in charge of handling Medicare Part A and Part B claim administration. MACs carry out a variety of tasks, such as: Pay attention to Medicare FFS claims. Make and track payments for Medicare FFS. The computer operating system (OS) for Apple laptops and desktops is called MacOS. Every Mac is run on a proprietary graphical operating system. OSes work with the hardware of a computer to allocate the resources required to carry out tasks assigned to it, like operating an application.

To access the relevant macOS App Store page, click the provided link. Click the Get button in the App Store to start downloading the macOS software. The installer launches instantly after downloading to your Applications folder. Click the application icon while holding down the Control key. From the shortcut menu, select Open. You cannot reach the shortcut menu using Launchpad

Learn more about the MAC here: https://brainly.com/question/13267309

#SPJ4

when the sort field data for each record in a database is different, the sort field is ____.

Answers

Answer:

Organized based on the elicited command

Explanation:

may be different depending on whether you are sorting in ascending or descending order, or any other input criteria

Write a c++ code for infinite 6-die roll and produce a total set of number from the user n

Answers

Here is a sample C++ code that will allow you to roll six-sided dice infinitely and produce a set of total numbers based on the user's input:

```cpp
#include
#include  //for rand() and srand()
#include  //for time()

using namespace std;

int main() {
   srand(time(0)); //initialize random number generator
   
   int n;
   cout << "Enter number of sets to roll: ";
   cin >> n;
   
   while (n--) { //repeat n times
       int total = 0;
       for (int i = 0; i < 6; i++) { //roll 6 dice
           int roll = rand() % 6 + 1;
           cout << "Die " << i+1 << ": " << roll << endl;
           total += roll;
       }
       cout << "Total: " << total << endl;
   }
   
   return 0;
}
```

This code uses a while loop to repeat the dice rolls based on the user's input. Inside the loop, it uses a for loop to roll 6 dice and add up the results to produce a total. The total is then printed to the console. The rand() function is used to generate a random number between 1 and 6 for each die roll.

To know more about user's input visit :
https://brainly.com/question/9799606

#SPJ11

To view a timecard, you select an employee and
A) click the Open Timecard button.
B) click the View Timecard option.
C) choose View in the menu bar.
D) choose Timecard in the menu bar.

Answers

Explanation:

The correct answer would depend on the specific software or system being used to view the timecard. Different systems may have different user interfaces and options. However, based on the given options, the most likely answer would be:

B) click the View Timecard option.

This is a common way to access a timecard in many systems, where you would typically select the desired employee and then choose the "View Timecard" option to display their timecard information.

The answer is B, click the View Timecard option.
Other Questions
Mrs. Thornberry wrote three examples of expressions on the board as shown. Using theexamples, write your prediction of what makes something a mathematical expression in the spacebelow her examples.-2530a + 8-4.2x + 9y - 13x help!!!!!!! Which restriction did the Indian caste system place on untouchables?Untouchables were not allowed to have cleaning jobs.Untouchables were forced to live inside cities or villages.Untouchables could not speak about politics while in public.Untouchables were prohibited from using wells for fresh water. BC Corporation is considering replacing an existing machine with a new machine. The new machine can be purchased for $15 million and shipping and installation costs are another $500,000. The new machine will also require an initial $2 million investment in net operating working capital. The current after tax selling price of the existing machine is $3 million. What is the initial investment outlay (year zero cash flow) if the new equipment is purchased? O a. $15.5 million b. $14.5 million c. $17.5 million d. Cannot be determined from the information e. $17 million Choose the inequality that represents the following graph. According to the passage "The Places It'll G0^ prime prime. Audrey Geisel is the president of Dr. Seuss Enterprises the daughter of Dr. Seuss the museum director the founder of Dr. Seuss Enterprises n is a whole number. 2n is greater than 36, 5n is less than 100. what is the value of n? In celestial navigation, which of the following do you need to know in order to determine your latitude? Select all that apply.A. the declination and right ascension of a bright star like VegaB. the apparent solar time at a known location such as GreenwichC. the apparent solar time at your locationD. the altitude of the north or south celestial pole What is the 14th partial sum of 2,000 1,000 + 500 250 + ...? Round your answer to the thousandths place.1,333.2521,333.3331,999.8783,999.756 A solution has a poh of 7. 1 at 10c. what is the ph of the solution given that kw=2. 931015 at this temperature? remember to report your answer with the correct number of significant figures What do atoms joined by covalent bonds share? Texas law also requires children of certain ages, weights and heights to be restrained by _______________. giving 5 or 10 points. HELP ASAP!! Tornado in a Bottle. Why would this procedure not work without the electrical or duct tape? Deaths resulting from breast cancer are more likely to occur in __________.A.high-income countriesB.middle-income countriesC.low-income countriesD.poor countries How does this jungle law affect father and mother wolf How could you apply a Property of Equality to this equation to solve for x?X + 2 = 4 a sumbmarine dives 300 feet every 2 minutes, and 6/750 feet every 45 minutes. find the constant rate at which the sumbmarine dives. give our answer in feet per minute and in feet per hour. need help asap plz help When discussing non-being or nothingness, Descartes says what about human existence? Select the best answer from the following options.a.that it exists in a middle-ground between supreme being and non-beingb.that nothingness only affects the existence of the willc.that the existence of our minds is pured.that God's existence is exactly our existencee.that nothingness is an illusionDescartes states that one of his goals is to establish firm and lasting scientific truths. What does he say would help us to achieve these kinds of truths? Select the best answer from the following options.a.let our dreams guide usb.accept the sensory information as truec.use our freewill correctlyd.raze the false opinions of our youthe.dissect the human brainIn order to begin his doubt argument, Descartes hypothetically proposes that God is a "what"? identify the phrase below.a."A Philosopher"b."A Nonexistent Being"c."An Evil Genius"d."A Confused Child"According to Descartes, is it possible for a mere human mind to a have a clear and distinct idea of God (the most perfect reality)? Select true if yes and false if no.TrueFalseAccording to Descartes, is it possible for a mere human mind to a have a clear and distinct idea of God (the most perfect reality)? Select true if yes and false if no.TrueFalse For what reasons did the puritan separatists from england chose to leave their new home in holland? 117 Mr. Turtle, Mrs. Squirrel and Ms. Pigeon work at the Magic Forest's post office. Mr. Turtle candeliver a package from the Southern Glade to the Northern Glade in 3 days, while Ms. Pigeon candeliver it in 30 minutes. How much time will the same job take Mrs. Squirrel, if the ratio of Mr.Turtle's time to the Mrs. Squirrel's time is the same as the ratio of Mrs. Squirrel's time to Ms.Pigeon's time?