Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False

Answers

Answer 1
Tru tru tru tru tru tru

Related Questions

explain the concept of “survival of the fittest”

Answers

Answer:

i think thats a line from  the lorax

Explanation:

What is wrong with the following recursive sum method? The method is supposed to sum up the values between 1 and x (for instance, sum(5) should be 5 + 4 + 3 + 2 + 1 = 15). public int sum(int x) { if (x == 0) return 0; else return sum(x – 1) + x; } Group of answer choices the base case should return 1 instead of 0 the recursive case should return sum(x – 1) + 1; instead of sum(x – 1) + x; the recursive case should return sum(x) + 1; the method should return a boolean instead of an int the base case condition should be (x <= 0) instead of (x = = 0)

Answers

Answer:

The base case condition should be (x <= 0) instead of (x = = 0)

Explanation:

The given recursive function works fine for positive number. However, it returns an error when the value passed to the function is negative.

To prevent this, the base case should be x <= 0.

This will allow the program returns 0 if a negative number or 0 is passed to the function.

Hence, the changes to be made is to replace the base case with x <= 0

Help please
Who will give the answer I'll mark him/her as brainlist..​

Answers

Answer:

We will be using Average function of Excel Calculation sheet.

Its Syntax in Calc sheet is : =AVERAGE (number1, [number2], ...)

or you can use =Average and then click on the first cell and drag the whole row till end and close the brackets. It will calculate the average of that row.

Once you have applied average function on first row, you can drag this cell down the column and it will replicate the same function for respective rows.

the processing is done in the​

Answers

Answer:

CPU Central Processing Unit

Answer:

CPU.... I'm not sure but it might be right or can u put the full question because it sorta don't make any sense

7. Application software is a program or group of programs designed for end-users.
True
False

Answers

Answer:

True

Explanation:

A software refers to "instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system" (Encyclopedia Britannica).

There are two types of software;

i) system software

ii) Application software

An application software helps the user to perform specific tasks on the computer. It was specifically designed for the end user.

A typical example of an application software is the Microsoft office which could be used to prepare documents using the computer.

Answer:

true

Explanation:

How can HTML be used to express personal value?

Answers

Hypertext Markup language could be described as a computer language which is used to texts and documents used on web pages. With these capability, it offers a platform to make an impression.

Websites are avenues express ideas, views and motives. It serves as a platform to make one's voice heard. It also serves as a marketing platform to make sales and enhance business growth.

Therefore, Hypertext Markup language, markdowns and other computer languages are means of expressing personal values and development.

Learn more : https://brainly.com/question/22645163

Brainliest for correct answer :)
a. X = A NOR B
b. X= NOT (A OR B)
c. X = A OR B

Answers

the answer is A, the logic circuit is a NOR

Which of the following statements is valid?SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = MAX(InvoiceTotal)SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)All of the above

Answers

Correct Answer:

c.

SELECT InvoiceNumber, VendorName

FROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorID

WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

Explanation:

All options only differ on the WHERE clause:

a: WHERE InvoiceTotal = MAX(InvoiceTotal)

Fails because aggregate functions (like MAX, COUNT, etc) have to be used on the SELECT clause.

b: WHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))

Fails because the SELECT clause is incomplete.

c: WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

This one is correct, and returns the InvoiceNumber and VendorName register with the largest value on the InvoiceTotal field.

how was kapilvastu named​

Answers

Answer:  Kapilvastu was named after Vedic sage Kapilamuni

It is important to reflect on feedback.
A. True
B. False

Answers

The answer is A. True

Answer:

YES ITS IS!!

Explanation:

Effective feedback assists the learner to reflect on their learning and their learning strategies so they can make adjustments to make better progress in their learning.

What is the difference between motion transmission and motion transformation?

Answers

Answer:

When the parts move in the same direction, it is rotational motion, and this is called motion transmission. When there is a change in the type the motion from rotation (circular or round and round) to translation (up/down), this is called motion transformation.

Explanation:

Answer:

When we convert a movement of one type into another of the same type (that is, linear in linear or circular in circular) we speak of transmission of movement. When, on the other hand, we convert it into another of another type (that is, linear in circular or circular in linear), we speak of transformation of movements.

Explanation:

This is your code.
>>> a = [5, 10, 15]
>>> b = [2, 4, 6]
>>> c = [11, 33, 55]
>>> d = [a, b, c)
b[1:2] is

Answers

Answer:

got no answr...help me with it

Answer:

6

Explanation:

Which of the following items are not a
component of a graphical user
interface?
(A) windows
(B) icons
(C) menus
(D) prompts​

Answers

Answer:

D

Explanation:

we dont use prompts on graphical iser

Prompts​ following items are not a component of a graphical user interface.

What is Graphical user interface?

A mouse is used to interact with a graphics-based operating system interface, which uses menus and icons to govern user interaction. The Xerox GUI was made popular in the 1980s by the Apple Macintosh.

However, Microsoft Windows, the company's GUI, has since become the standard user interface for personal computers. At the time, Microsoft's operating system, MS-DOS, required the user to input particular commands (PCs).

A graphics library, an interface toolkit, an interface style guide, and standardized applications make up a complete GUI environment. A high-level graphics programming interface is offered by the graphics library.

Therefore, Prompts​ following items are not a component of a graphical user interface.

To learn more about Graphical user, refer to the link:

https://brainly.com/question/14758410

#SPJ2

Which of the following items is the most important piece of
information to include in a page header or footer?
O Author name
Grade
Date
Page number

Answers

Answer:

Page number

Explanation:

Hope this helps

The concept of a logo with a constantly changing persona is contrary to the widely held belief that trademarks and visual identifiers should be absolutely fixed and used in a consistent manner. The _____________ logo changed the face, the idea, and the speed of graphic design; it played a major role in redefining visual identity in the electronic age. This logo anticipated the kinetic world of motion graphics soon to explode as cable television, video games, and computer graphics expanded the variety and range of kinetic graphic messages.

Answers

Answer:

Music Television (MTV).

Explanation:

The concept of a logo with a constantly changing persona is contrary to the widely held belief that trademarks and visual identifiers should be absolutely fixed and used in a consistent manner. The Music Television (MTV) logo changed the face, the idea, and the speed of graphic design; it played a major role in redefining visual identity in the electronic age. This logo anticipated the kinetic world of motion graphics soon to explode as cable television, video games, and computer graphics expanded the variety and range of kinetic graphic messages.

Music Television (MTV) is a 24-hour music cable channel that had its first live transmission in 1981.

Fill in the blank to make the following true.
2 ** 3 =

Answers

Answer:

2 ** 3 = 8

Explanation:

Answer:

8

Explanation:

Can someone tell me how to hit on a link on Brainly to see the answer

Answers

no, please do not hit on links. they're viruses i'm pretty sure.
Make sure to report the answer just in case

Complete the sentence with the correct response. In a two-way selection, if the initial statement is evaluated as , the code skips to the ELSE command.

Answers

Answer:

True.

The code skips the else command

Explanation:

I will answer this question with the following code segment

n = 1

If n > 0:

  Print("greater than 0")

else:

  Print("not greater than 0")

From the code segment above

Print("greater than 0") will be executed because the condition If n > 0 is true

Since the if condition is true, the else condition will not be executed

Differentiate between a window and Windows​

Answers

Answer:

A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system

Explanation:

Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv

Answers

Answer:

= PMT(B4/B2, B2 * B3, B1)

Explanation:

The syntax to use is:

= PMT(Rate,NPER, PV)

To answer this question, the following assumptions will be made.

B1 = Present Value i.e. PV

B2 = Number of Payment Period i.e n

B3 = Duration (in years)

B4 = Rate

So, the formula to enter in B6 is:

= PMT(B4/B2, B2 * B3, B1)

The above formula will return the monthly payment in cell B6

materials used in front office

Answers

Answer:

A Telephone, Printer, Computers, Security Monitor

A spreadsheet will complete a variety of mathematical formulas for the user.

True or false

Answers

Answer: True

Explanation:

A spreadsheet will complete any formula as long as its entered by the user

Answer:

True

Explanation:

Is brainly allowed because you don't Really learn from this..?

Answers

Explanation:

I don't know it's some time good and some times bad

Answer:

i bet ur like that one kid who tells the teacher that she forgot to collect the homework even tho u aint even do it

True or False

Explanation:

A cell is the intersection of a row and a column, identified by a letter and number.

True or false

Answers

Answer: True

hello how are you

Answer: True hope it helps

what do you mean by formatting the document?​

Answers

Answer: See explanation

Explanation:

Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.

During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.

Describe how a cell’s content and format attributes are related.

Answers

Answer: They are independent and not related.

Explanation: Changing the format affects the content. Which of the following is NOT a way to change the column width in Excel?

a cell's content and format are similar. a cell's content and format are unrelated. the content of a cell is influenced by changing its format. the format of the cell is also affected when the content of the cell is changed.

hope this helps

No matter what your fitness level is, you need to exercise more than 20 minutes to get any health or fitness benefit.
A.
True
B.
False


THE ANSWER IS FALSE!!!!!

Answers

Answer:

f

Explanation:

What is one example of a pan lan man and a wan

Answers

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.

Explanation:

i hope this helps

Which term is defined as a single page within a spreadsheet file?

Answers

Answer:

A or C

Explanation:

I'm sorry if I'm wrong

A. Row, i hope you get it right. Have a nice day.

How do you access the

internet in your school and at home?​

Answers

I think they want you to answer personally, but we access internet through computers, ipads, phones, etc. using wifi or mobile data to attain connection.
Other Questions
find a fuction rule for the line that passes through the origin (0,0) and the point (3- 18) What is a topic in nature that I could write a poem about Describe the processes for precertification using the paper method. What does the medical assistant need to do? What set of numbers CANNOT represent the lengths of the sides of a triangle?A. 6, 8, 11B. 9, 12, 19C. 7, 5, 6D. 7, 18, 11 solve using substitution x^2 -4x+20=0 Please help me! I need this answered fast! He decides to paint the box. The flower box is open on the top and does not need to be painted. What is the minimum amount of paint he will need? Evan will need enough paint to cover in.2. What is the maximum amount of soil he will need to fill the box? The maximum amount of soil is in.3. What percent of water returns back to the water cycle to be used again?A. 97%B. 0%C. 3%D. 100% Antonia wants to buy a television that costs $600, including taxes. To pay for the television, she will use a payment plan that requires her to make a down payment of $240, and then pay $68.50 each month for 6 months. What is the percent increase from the original cost of the television to the cost of the television using the payment plan? I need this done today whoever gets this correct gets brainliest!!! PLZZ HELPP MEE Which equation is correctly balanced?A) CaO + 2H2O + Ca(OH)2B) NH3 + 202 HNO3 + H20C) Ca(OH)2 + 2H3PO4 Ca3(PO4)2 + 3H2OD) Cu + H2SO4 CuSO4 + H2O + SO2 What is 12 divided by 3/5 [tex]-3x-8y=10[/tex] From the number is 12345 what is the probability of Choosing an even number at random Which is the newest monotheistic faith? What is the horizontal asymptote of the function g(x)= 3(0.8)^x +6 Adding resistors in series changes the total resistance of a circuit by(5 points)O increasing the resistanceO decreasing the resistanceo it does not affect the resistanceo decreasing the resistance if the value of the resistor added is less than thegreatest resistor in the circuit Hot Wok Cuisine is a premium Asian restaurant chain that differentiates itself from a large number of competitors by providing exclusively organic Chinese cuisine. It has some pricing power because it provides differentiated products and therefore, has some entry barriers in place. In this scenario, Hot Wok Cuisine is most likely operating in a(n) (6x - 5)(6x - 5)(6x - 5)(6x - 5)(6x - 5) = 0 Three ways in which women can protest themselves against abuse