* 8) Embedded operating systems are specialized software meant only to manage the
resources of the specific device for which they were written, True or false?
True
False

Answers

Answer 1

Answer:

True

Explanation:

Embedded operating systems are operating systems which supports hardware which is not a computer and allows the hardware to perform its task.

An example of a device with an embedded operating system is an SD card. The operating system on the card allows the card to be readable by the computer which its is plugged to.

Other examples of hardware with embedded systems are traffic lights, digital televisions, ATMs, point of sale (POS) and digital cameras.


Related Questions

Now imagine that the smart watches have been purchased for all employees. A company wellness program has been set up to encourage employees to use their smart watches to monitor their fitness activities both in and out of the office. The company views this program as a success and wants to keep it running. You now need to consider how you will be able to maintain upgrades for this program.

Answers

Explanation:

Analyzing the scenario of the question above and the information about the success of the organization's wellness program, it is necessary that for the program to remain updated and bringing significant benefits to the company, project program management must be carried out, that is, control and maintenance of the variables that make up the program.

For this, it is necessary to analyze and develop effective management actions so that the program continues to achieve its goals. It is necessary to align the program's objectives to organizational planning, managing its life cycle, eliminating possible restrictions and finding solutions.

It is also necessary to include a management of the benefits of the program, the management of the stakeholders, etc., so that the program continues to have the results expected in the organization.

HELP!! I keep getting an EOFError on line 6 while trying to run my code in python.

my code-

line 1: num = int(input("Enter a number: "))

line 2: c=0

line 3: sum=0

line 4: while (num<100):

line 5: sum=sum+num

line 6: num = int(input("Enter a number: "))

line 7: c=c+1

line 8: print("Sum: " +str(sum))

line 9: print("Numbers Entered: "+str(c))

Answers

I'm almost certain you were getting an EOF error because you were asking for too much input. My code works for me. Best of luck.

Two forms of compression are lossy and lossless. State giving reasons which
would be the most suitable form of compression to use when transmitting:
(i) a draft manuscript for a book.
(ii) A video recording which you have made of the school play.

Answers

Answer:

(i) When transmitting a draft manuscript for a book, the lossless compression technique is most suitable because after decompression, the data is rebuilt and restored in its form as it was from where it originated

(ii) When transmitting a video recording which you have made of the school play, a lossy compression technique is most suitable because the large size of video files require the increased data carrying capacity which is provided by the lossy transmission technique. The quality of the video can be reduced without affecting the message intended to be delivered

Explanation:

What is unique about a dual-axis chart?
O Data is coded with two different colors.
O Data is charted by two different types of data.
O The information on the axis has two different fonts.
x One set of data is shown two different ways

Answers

Answer:

B: data is charted by two different types of data.

Explanation:

Got it correct in edge.

Answer:

B) Data is charted by two types of data.

Explanation:

What term is commonly used to refer to HTML formatting?

Answers

Answer:

<html> or </html>

when installing a Windows 10 an already installed Windows 7 what happen​

Answers

Answer:

are u updating it? or u r rooting it?

Answer:

If you've already installed Win7, the boot media *should* realize, and so the Windows 7 data gets overwritten with Windows 10 and all personal data stays intact. This is known as an upgrade, rather than just replacing.

Why is simplicity important in navigation design?
A. It provides users with more choices and control.
B.
It makes navigation easy to understand.
C.
It reduces the load on the user's memory.
D.
It makes the design more attractive.

Answers

I think it’s B.
Since it’s sometime easier to visually see something.

Which one Bc I’m struggling

Answers

14 is c and 16 a btw do you go to connection academy

Answer:

c

Explanation:

Which term describes a web address such as www.еdgеnuitу.com?
Option 1. DNS
Option 2. ISP
Option 3. domain name
Option 4. IP address

Answers

Answer:

C.

READ BELOW

Explanation:

A DNS LOOKS LIKE (DNS Primary: 8.8.8.8 Secondary: 8.8.4.4)

AN ISP is a internet service provider. For example (Comcast LLC)

A DOMAIN NAME IS (the name of a url www. [domain name] .com, .org, .gov)

an Ip address is an identifier of your computer, and it looks similar(all are unique) to [64.233.191.255]

Answer:

Domain Name

Explanation:

I just did the Instruction/Assignment on EDGE2022 and it's 200% correct!

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)

A ball is at rest on top of a roof of a car.

Answers

Answer:

When it is in frictional force or in the action of movement varies the speed and if it will stop

Explanation:

If a object is in action a out side force is needed to make it start or stop

Serena is adding headers and footers in the Slide Master view using the Header and Footer dialog box What is not
an option on the Slide tab to be included in the header and/or footer?
Slide Number
O Date and Time
O Company Logo
O Don't Show on Title Slide

Answers

Answer:

NUMBER 3

Explanation:

Answer:

it is c

Explanation:

what are the parts of plants that store most stach ?
A. Roots, Leaves and Seeds
B. Seads, Roots and Leaves
C. Seeds, Roots and Tubers
D. Tubera, Seeds and Leaves

Answers

Answer: A. Roots, Leaves and Seeds

Explanation:

Starch is produced in plants through the process of photosynthesis. The energy that is gotten from the rays of the sun during photosynthesis is stored by plants so that they can use it later.

Plant store starch in the roots. An example is potato. Others store it in their leaves and seeds as well. Therefore, the parts of plants that store most starch are the roots, leaves and seeds.

The correct option is A.

function for cell range F1 to F5

Answers

Answer:

The correct answer to this question is given below in the explanation section.

Explanation:

An essential skill in Excel is to know how to determine the range of values in Excel for Excel users. Maybe you don't have time to waste sorting through rows and columns in order to find the lowest and highest values of sales, revenue, or other finance-related information, etc. The range in Excel, the difference between the highest and lowest value helps in making accurate decisions, forecasting, and budgeting.

To find the minimum and maximum, you can use the following functions.

To determine the range for Cell F1 to F5 is given below:

To find the minimum, you can use this function: =MIN(F1:F5)

To find maximum, you can use this function: =MAX(F1:F5)

If you want to find the highest and lowest values for the example sale amount, you can use the following formulas.

To find the lowest, you can use this function:=SMALL(F1:F5,1)

To find the next lowest, you can use this function:=SMALL(F1:F5,2)

To find the third-lowest, you can use this function:=SMALL(F1:F5,3)

To find the highest, you can use this function: =LARGE(F1:F5,1)

To find the next highest, you can use this function: =LARGE(F1:F5,2)

To find the third-highest, you can use this function: =LARGE(F1:F5,3)

write a code to test if a number is equal to 89 or 78

Answers

number = whatever value you want

if number == 89 or number == 78:

   print("The variable number equals 89 or 78.")

else:

   print("The variable number does not equal 89 or 78.")

Is this statement true or false?



It is always better to run over and give more information when you are giving a presentation versus quitting on time.


true

false

Answers

Answer:

THIS IS TRUE

Explanation:

but try to hurry up if the time is about to finish or try to find a quick way to wrap it up if the timing is too strict.

Hope this helped :)

This is a very true statement

how do you make a triangle on art.kano.com

Answers

Umm, I guess you just try to do one? I don't know.. Sorry if I couldn't help out.

I believe you can do it!

Answer: I would watch a YouT-ube video on a tutorial on doing that

But i am pretty sure it involves coding

Explanation:

today food is produced and transported all over the world. name some pros and cons of it.

Answers

Answer:

Waste and left

Explanation:

Pros: Widespread Food Variety, Larger Food Quantity

Cons: Extra Uses Of Non-Reusable Energy By Transport, Taxes

Is this statement true or false? Factual data is always the best data because it is based on facts. true false

Answers

The answer is true do you want an explanation to go with the answer

Answer:

The statement is true

Explanation:

In order to sell a new product to a store owner, taking the store owner into trust is the most important stage. We must provide proper details and the proofs that our product will make his business more effective. All of the above statements are part of the deal and they can be used to assure the store owner that the product we are selling to him is trustworthy.  

Only text values can be displayed as a part of <TD> and <TH> tags.
True or False? ​

Answers

Answer:

I'm not sure but I think its true

What type of file format is PSD?

Answers

Answer:

PSD (Photoshop Document)

Explanation:

PSD (Photoshop Document) is an image file format native its one of Adobe's popular Photoshop Application. PSD files are commonly used for containing high quality graphics data.

Answer:

PSD (Photoshop Document) is an image file format native to Adobe's popular Photoshop Application. It's an image editing friendly format that supports multiple image layers and various imaging options. PSD files are commonly used for containing high quality graphics data.

Format Creator: Adobe Inc.

Explanation:

Another term that describes the preconditions and postconditions associated with a method is

Select one:
a. contract
b. rubrik
c. exception
d. outcome

Answers

Answer:

Answer option C: Exception.

Explanation:

Should be the correct answer.

Assume: itemCost = input(“Enter cost of item: “) Write one line of code that calculates the cost of 15 items and stores the result in the variable totalCost

Answers

itemCost = input("Enter cost of items: ")

totalCost = 15 * float(itemCost)

print(totalCost)

The first line gets the total cost of the item from the user. The second line calculates the cost of 15 of those items and stores that value in the variable totalCost. The last line is just to test that our calculation works. I hope this helps!

One line code that calculates the cost of 15 items and stores the result in the variable total cost is written below.

What is coding?

We connect with computers through coding, often known as computer programming. Coding is similar to writing a set of instructions because it instructs a machine on what to do. You can instruct computers what to do or how to behave much more quickly by learning to write code.

itemCost = input("Enter cost of items: ")

totalCost = 15 x float(itemCost)

print(totalCost)

The user is asked for the item's total cost on the first line. The cost of 15 of those things is calculated in the second line and is stored in the total cost variable. The final line merely serves as proof that our math is correct.

Therefore, the one-line coding is written above.

To learn more about coding, refer to the link:

https://brainly.com/question/29906210

#SPJ2

give some examples where military needs have influenced technological development

Answers

Answer:

Satellite Systems,

Autonomous Vehicles

BRAINLIESTTTT How does a project manager evaluate the scope of a project?

Determine the overall work that needs to be completed to deliver the desired product, service, or end result
Estimate some of the resources that are needed to deliver the desired product, service, or end result
Evaluate the time it will take to deliver the desired product, service, or end result
Guess how much money it will cost to deliver the desired product, service, or end result

Answers

Answer:

The first choice

Explanation:

I took the test and that was the correct answer

Hope it helped!


State ONE (1) disadvantage of using computers to store and process
information.

Answers

Answer:

it can be hacked

Explanation:

there is always a chance for computer data to be hacked

the ____number system is base 10​

Answers

Answer:

The correct answer to this question is given below in the explanation section.

Explanation:

This is a fill-in-blank question.

The answer is:

The decimal number system is base 10.

In our everyday life, we use a number system that is a Base-10 system. As we know that the base-10 is known as the decimal system and this number has 10 digital starting from 0 to 9 such as:

0,1,2,3,4,5,6,7,8,9

We use this number system in our daily accounting and in daily life and it is a base-10 number system. This number system uses 10 as its base number so it is called a base-10 system. It is also called the decimal number system.

Put the steps in order to produce the output shown below. Assume the indenting will be correct in the program.


5 2

5 3

8 2

8 3
plz help ill give brainliest

Answers

Answer:

for numB in [5,8]:

     for numA in [2,3]:

            print(numB, numA)

Explanation:

Looking at the given output it can bee sent that the first numbers are repeated twice consecutively and the second numbers in a sequence.

This means that nested loops are used.

Assuming that the indentation will be correct in the program

The code in squence is:

for numB in [5,8]:

     for numA in [2,3]:

            print(numB, numA)

Answer:

Line 1: for numB in [5,8]

Line 3: print (numB, numA)

Line 2: for numA in [2,3]

Explanation:

Why should you create folders when saving files?

Answers

Answer:

it keeps your work organised

Explanation:

Answer:

You can create folders to store and organize your pictures , your videos and soon . Folders are also used to separate the files created by diffrent users.

Select the correct answer. What do bureaucrats do on a wiki website? A. Settle disputes between users. B. Manage the wiki's infrastructure. C. Add or remove editors of a wiki. D. Assign or remove administrator rights on wikis.

Answers

Answer:D ,Assign or remove administrator rights on wikis.

Explanation:

Some Word processors miss some errors because....?

Answers

“She could sew seeds better than she could sew clothes.”

The above sentence is one that I came across while reading a self-published novel the other day, and is a perfect example why one cannot merely rely on a spell-checking program to ensure that one’s writing is error-free. Although “sew” and “sow” are homophones (they sound the same despite having different spellings and meanings), they are obviously not interchangeable: When you write phrases such as, “In miss you,” “I’ll pick the care up from the garage,” or, “We’re having meet for dinner,” SpellCheck doesn’t catch any errors, because none of the words are actually misspelled. The same thing goes for Word and other word-processing softwaresow seeds, and sew clothes.

Other Questions
Britain won the war but amassed hugeType Herein thewar. This chart shows information about the population of the colony of New Netherlands.1.Based on this chart, what conclusion can be drawn about the colony of New Netherlands?A.The colony was dominated by a single ethnic group, which led to social conflicts.B.The majority of the population was non-European, which caused tensions with other colonies.C.The colony had a diverse population, which led to greater religious and political tolerance.D. The majority of the population were Puritans, which resulted in a theocratic government. (Language is in Java) Write an interactive version of the InchesToFeet class that accepts the inches value from a user.class InchesToFeetInteractive{ public static void main(String[] args) { // Modify the code below final int INCHES_IN_FOOT = 12; int inches = 86; int feet; int inchesLeft; feet = inches / INCHES_IN_FOOT; inchesLeft = inches % INCHES_IN_FOOT; System.out.println(inches + " inches is " + feet + " feet and " + inchesLeft + " inches"); }} Read the following scenario. Then read the statements below it. Which statement, if true, would offer the most support for Maggie's position?Fred and Maggie are a retired couple. Fred has been reading about how to maintain cognitive function during one's senior years. He feels that Maggie is not doing enoughshe spends a lot of her day sewing and cooking. Maggie feels she is doing plenty.O Maggie likes to make soups and sauces. She knows her recipes so well that relatives joke she could make them in her sleep.O Maggie likes researching new quilting patterns and trying out different schemes. She is experimenting with pictorial quilts.O Maggie collects fabrics. She has had some fabrics since she was a newlywed forty years ago.O Maggie enjoys baking cakes and muffins. She once won a recipe contest. What is the percent increase when 7200 increases by 1800? 20 percent 25 percent HURRY ILL GIVE BRAINLIEST You would trust the book written by the historian, because its most likely going to be written using facts. Unlike the movie where it was written and made not to inform but to entertain, and they most likely put non-factual information in the movie to make it more interesting. i just dont understand this please help its for accuracy and itll be 50 points pleaseee Based on your knowledge of poetry and drama, which writing type do you think best communicates an idea or a topic? Why do you think that writing type is better? Use your knowledge of the elements and structures of poetry and drama to support your argument. Athenian democracy wasnt perfect. For example, Athenian democracy excluded women, slaves, children, and foreigners. These individuals didnt have citizenship and could not vote. Therefore, they did not have any influence on the government at this time.American democracy was similar to Athenian democracy for much of US history. Review this information on voting rights, and then answer the following questions:What percentage of Americans could vote when George Washington first ran for president? Who were they?When did former slaves get the right to vote?When did women get the right to vote?When did 18-year-olds get the right to vote? Why did this happen?What does this information tell you about democracy in the United States? plzzz help 9.2 Find theMednof the following discretea x 2090SO20623 After the Civil War ended, how was the North affected economically?The agricultural economy suffered and declined.Industry thrived and the economy soon recovered.The rise in inflation bankrupted many businesses.Economic uncertainty caused businesses to fail. Its is b PLEASE ONLY HAVE !) MINNNNNNNNNNNNNNNNNNNNThe 2010 Supreme Court case, Wagner v. Tritch, involves the illegal distribution of copyrighted material to foreign consumers via the Internet, which is a new area of law. The 9-0, unanimous vote on the Court is set to overturn the lower appellate court decision that Augustus Tritch was liable for millions of dollars to the plaintiff, Frederick Von Wagner, for illegally distributing his book to overseas customers. Now that the court has voted on the case, explain what must happen next? Describe the different types of opinions that could come from the Court. Why were the technological innovations listed in the box developed inthe late nineteenth century? (in the box was mechanical reaper steel plow steel windmill and seed drill)Farmers began experimenting with new inventions tosell in newly-formed businesses.Business leaders had money to invest in research anddevelopment of new technologies.New inventions were introduced to the United Statesby immigrants coming from Europe.Population growth in the United States resulted inincreased demand for agricultural products. Fiber optics have been "too good for their own good," fueling an over-reliance on (wireless) cloud computing that now requires integrated photonics to relieve the increasing demands society makes of the technology. Can you think of another example where such a back-and-forth between a technology's capability and society's response has guided its evolution? Find slope plz and ty!! The point which divides the line segment joining the points (2, -6) and (3, 4) in the ratio 1 : 2 internally lies in the Find the solution to the system. Write your solution as an ordered pair (x,y) with no spaces, no solution, or infinitely many. -6x+8y=12 and -3x+4y=6 How does Dame Van Winkle act towards Rip?Question 3 options:She tells jokes with him.She is kind and sweet to him.She nags him.She hides his pipe. Engao velado; un tipo de "argumento" que aparentemente posee validez, sin que sea el caso. Resea crtica ___________ 2.- tipo de presentacin oral con apoyos visuales, la cual aborda un tema en especifico. Debate____________ 3.-discusin organizada en la que se manifiestan diferentes posturas en entorno a un tema de difcil acuerdo. Texto argumentativo___________ 4.- resumen breve, estructurado y valorativo que tambin incluye una opinin o comentario. Falacia____________ 5.- razonamiento bien fundamentado que sustenta una opinin o consigna un hecho. Argumento_______________ 6.- escrito bien estructurado que sostiene cierta postura en entorno a un tema a travs de argumentos y apoyos pertinentes Exposicin___________________ C=59(F32)....................................