What is the difference between system software and operating system with examples each​

Answers

Answer 1

Answer:

OS is an example of System Software.

Let me clarify at a basic level, For an application to work on a system , It needs

Embedded Software (codes Dumped inside hardware)

System Software

Application Software (Obviously as that is what you see on screen and work with)

The work users wish to do with the system is done by the processor/CPU.

But, Processors know only machine language instructions.

System software is the one which gets to know what the user wants to do from the Application software and conveys,manages the processor/other hardware of what needs to be done.

There are numerous examples of System Software each having functions of its own. It can be BIOS,Assembler,Compilers,kernel,other utilities.

Kernel+OS utilities= Operating System

Explanation:


Related Questions

Which statement gives an advantage of multicellular organisms?

Answers

Answer:

D and B

Explanation:

Multicellular organisms thus have the competitive advantages of an increase in size without its limitations. They can have longer lifespans as they can continue living when individual cells die. Multicellularity also permits increasing complexity by allowing differentiation of cell types within one organism.

Answer:

B and D

Explanation:

srry i am a bit late can u give me Brainliest i rlly need it plz

Suppose you are designing a marketing website and you would like it to be as user-friendly as possible. In particular, you do not want repeat customers to have to enter their address, email, telephone number, and credit card data every time they make an online purchase. Rather, you would like your Website to recognize each customer by name every time he or she visits the website and to retrieve all the information about that customer automatically whenever he or she wishes to make a purchase. To achieve this goal, you would most likely use Group of answer choices search engine. spam/canspam webrooming/showrooming. cookies. customerization.

Answers

Answer: cookies

Explanation:

Cookies refers to small files which are sent by websites to the device of the user which are used in monitoring the user and remembering certain information about the user such as login information, phone number, email addresses, etc. Cookies are necessary in enhancing a website user-friendliness.

Following the information given in the question, since the user will like th website to recognize each customer by name every time he or she visits the website and to retrieve all the information about that customer automatically whenever he or she wishes to make a purchase, the cookies will be used.

10 POINTS!! Picture below: NOT A QUIZ

Answers

Answer:

a. Windows Photo Viewer: PNG

b. MS Word: DOCX

c. MS Excel: XLS

d. Go-ogle Chrome: HTML

e. MS PowerPoint: PPT

Explanation:

A file can be defined as a computer resource that avails end users the ability to store or record data as a single unit on a computer storage device.

Generally, all files are identified by a name and type such as audio, image, video, document, system, text, etc.

On a related note, all software applications (programs) are designed and developed for use with specific file extensions or formats and as such, when a particular software is used to open a file it isn't developed for, it result in an error.

a. Windows Photo Viewer: PNG. This software application is specifically designed for viewing images (photos) which could either be in a PNG or JPEG format.

b. MS Word: DOCX. Microsoft (MS) Excel is a word processing software application (program) developed by Microsoft Inc. to enable its users type, format and save text-based documents with a DOC or DOCX file extension.

c. MS Excel: XLS. Microsoft (MS) Excel is a software application or program designed and developed by Microsoft Inc., for analyzing and visualizing spreadsheet documents having a XLS file extension.

d. Go-ogle Chrome: HTML. HTML is an acronym for hypertext markup language and it is a standard programming language that is used for designing, developing and creating web pages. Go-ogle Chrome is a web browser designed for browsing websites or opening HTML files.

e. MS PowerPoint: PPT. Microsoft (MS) PowerPoint is a software application or program designed and developed by Microsoft, to avail users the ability to create various slides containing textual and multimedia informations that can be used during a presentation.

What is difference between reserved and user defined word

Answers

Answer:

A user defined word is a name we give to a particular data structure. Reserved keywords are words which are pre-defined by the programming language. Reserved keywords are mostly lowercase like int, long, short, float etc.

User defined words can be made up of capital letters, low case letters, digits and underscores.

Chris needs to modify the default bullets that are used in a nonnumbered list in Word.

Which method should he use?

Select the arrow next to the bullet list option in the Paragraph group.
Select the arrow next to the number list option in the Paragraph group.
Use the Styles group on the Home tab.
This cannot be done.

Answers

Answer:

Select the arrow next to the bullet list option in the Paragraph group.

Explanation:

This allows you to decide what shape of bullets you would like to have.

Hope this helps!

Note: I personally recommend using stars :)

You have a folder on your Windows 7 computer that you would like to share with members of your development team. Users should be able to view and edit any file in the shared folder. You share the folder and give Everyone Full Control permission to the shared folder. Users connect to the shared folder and report that they can open the files, but they cannot modify any of the files. What should you do?

Answers

Answer:

change the NTFS permissions on the folder that you are sharing

Explanation:

In order to solve this, you are going to need to change the NTFS permissions on the folder that you are sharing. These are permissions that allow or prevent the files in that current system location from being modified. In order to do this, you will need to first, right-click on the folder that you are sharing. Next, click on "Properties" and head to the Security tab. Finally, choose the groups or user names of the individuals who have access and check allow on all the boxes. This will give them full control over the data in the folder.

Consider a system having buddy system with physical address space 128 KB. Calculate the size of partition for 18 KB process

Answers

Answer:

size of partition for 18 KB process is 32 KILOBYTES. It divides by 2, till possible to get minimum block to fit 18 KB.

ASAP

There are two competing scientific theories that try to explain the illusion of animation. Which of these answers is NOT one of the competing theories?


Persistence of Vision


Image-permanence


Phi Phenomenon


The first who answers correct will get brainlest and those that are incorrected will be marked with a red flag.

Answers

It’s image-permanence. Hope that helps

write a note on antispyware progrmaes?​

Answers

Answer: See explanation

Explanation:

Spyware refers to the software that has

a malicious behavior which gathers information about an individual or organization and then sends the information gathered to another entity which is used in causing harms to the user such as the privacy violation of the user.

Antispyware programmes are also called the spyware removal tools and they're the software which are used in the detection of harmful spyware which are then removed from the system. Examples include Avira, Norton, Avast, McAfee etc.

Answer:

Anti-spyware software is a type of program designed to prevent and detect unwanted spyware program installations and to remove those programs if installed. Detection may be either rules-based or based on downloaded definition files that identify currently active spyware programs.

Read the Python program below: num1 = int(input()) num2 = 10 + num1 * 2 print(num2) num1 = 20 print(num1) Question 1 When this program is executed, if the user types 10 on the keyboard, what will be displayed on the screen as a result of executing line 3? A. 30 B. 40 C. 10 + 10 * 2 D. 10 + num1 * 2

Answers

Answer

B. 30

Explanation:

Assuming the code is written like this:

1. num1 = int(input())

2. num2 = 10 + num1 * 2

3. print(num2)

4. num1 = 20

5. print(num1)

Line 3 will print 30 when the number 10 is inputted at line 1.

Remember to use Order of Operations! :)

variable index has a value of 4, and variable accessValid has a value of False. What value does variable, accessPoints, have after the if is executed?
accessPoints = 0
if ((index >=2) or accessValid):
accessPoints += 10
else:
accessPoints = 1

Answers

Answer:

10

Explanation:

If index is greater than or equal to 2, accessPoints will increase by 10 even if accessValid is false because the if statement states that if index is greater than or equal to 2 OR accessValid is true. The if statement gets executed if either expression is true, and index is greater than 2 because index has a value of 4.

if a= ‘ Stay home, Stay safe’ , print its value
a. 3 times in the same line
( 2 x 1 = 2)
b. 2 times in different lines using one print statement

Answers

Answer:

Since the language isn’t stated, I’ll give answers in the two most-used (?) languages: Java and Python.

a) To print a’s value 3 times in the same line, in Java we would do:

System.out.print(a+a+a);

In Python, we would write:

print(a*3)

b) 2 times in different lines using one print statement

In Java, we would write

System.out.println(a+”\n”+a+”\n”+a);

In Python we would write:

print(a,a,a,sep=’/n’)

Hope this helps!

Within the DNS system, a primary server (SOA) holds and maintains all records for the zone. Secondary servers will periodically ask the primary if there have been any updates, and if updates have occurred, they will ask for a zone transfer to update their own copies. Under what conditions will the secondary name server request a zone transfer from a primary? Group of answer choices

Answers

Answer:

- When the primary SOA record serial number is higher than the secondary's

Explanation:

DNS(Domain Name System) is described as the distributed database that sometimes includes all the supporting hardware or software infrastructure. This system employs the internet to translate hostnames into IP addresses and provide other information related to domain.'

Under this system, the secondary name server would request the primary server to pass on a zone transfer 'in case the record serial number of the primary server zone is greater than the secondary.' This will help in promoting forbearances against any kind of faults and also in establishing synchrony between the zone files.

what is VLSI stand for​

Answers

very large scale interrogation

Your company provides testing services that help customers identify and resolve performance issues with their software and e-commerce sites before they go live. To perform accurate testing, a large number of computers are required, sometimes numbering in the hundreds.Recently, you have noticed that the lights in the testing lab seem dimmer than normal and sometimes flicker.Which of the following electrical terms BEST describes the condition you are most likely experiencing?A. BrownoutB. BlackoutC. Power spikeD. Power surge

Answers

Answer:

A. Brownout

Explanation:

From the description, it seems that the term that would best describe this would be a Brownout. This is because a brownout occurs when there is very low system voltage passing through the electrical system in comparison to the normal everyday voltage. This would cause lights to become dimmer because they are not getting the necessary voltage, while electrical devices would still function because they are still receiving the minimum voltage required. The sudden flicker may be due to certain devices shutting down in the company and therefore allowing a sudden surge of voltage to be used in the system.

How can you create a safe and secure password? Choose a password unassociated with your personal history. Choose the same password for every account you open. Choose a password consisting entirely of numbers. Choose two passwords and combine them into one.

Answers

Answer:

Choose a password unassociated with your personal history.

Explanation:

escribe un texto argumentativo donde expreses tu opinión acerca del acoso cibernético ​

Answers

Respuesta:
El acoso cibernético es uno de los problemas menos tratados por la sociedad y a la vez uno muy recurrente. Este tipo de acoso rastrea a la persona a través de redes sociales y la investiga con fines degradantes para el afectado, sin embargo, para prevenir este se deben tomar medidas de seguridad como no compartir toda tu vida en el internet y así evitar estos casos que generalmente terminan con abuso sexual o secuestro.

Which of the following statements about RAID is correct? Group of answer choices All RAID configurations provide fault tolerance for up to one disk failure A RAID 1 configuration of 4 disks has higher storage capacity than a RAID 0 configuration RAID 5 allows up to two disk failures During a RAID 5 disk failure, read performance is not impacted A RAID 1 configuration of four 1TB disks has a storage capacity of 2TB

Answers

Answer:

A RAID 1 configuration of 4 disks has higher storage capacity than a RAID 0 configuration

Explanation:

Redundant Array of Independent Disks(RAID) are multiple physical drives arranged in logical units to provide data redundancy and increased performance. They are

RAID 1 configuration duplicates data storage, albeit of lower performance than RAID 0. Also called disk mirroring because it mirrors data on two or more disks, it provides at least two drives that are used interchangeably or together.

A RAID 1 is the configuration of the 4 disks that has higher storage capacity than a RAID 0 configuration. This option A is correct.

What is the RAID ?

The RAID is a redundant array of the inexpensive disks and refers to the storage visualization technology that combines multiple physical disk drives. Its contract with earlies highly reliable mainframe disk drives.

The RAID one needs mini of two physical drives as the data is given simultaneously in two places. These drives are mirror images as ne fails the other can take over.

Find out more information about the RAID.

brainly.com/question/26980060.

How can the Column settings be accessed?

Layout tab, Page Setup group
Layout tab, Paragraph group
Layout tab, Arrange group
Design tab, Document Formatting group

Answers

Your answer would be LAYOUT TAB, PAGE SETUP OR GROUP

Select four tasks associated with operating system maintenance. Cleaning inside the computer Defragmenting the hard drive Deleting temporary files Removing device drivers Organizing data Updating malware Removing partitions

Answers

Answer:

Cleaning inside the computer

Defragmenting the hard drive

Deleting temporary files

Organizing data

Explanation:

power point is hardware or software​

Answers

Answer:

PowerPoint is the standard forms of software platform. It contains the CPU, memory, expansion slots and all the controllers required to control standard hardware devices.

Answer:

Software

Explanation:

because it's a computer software created by Microsoft which allows the user to create slides for the users.

#It helps in the proper function ing of computer hardware.
1 Application Software
2Users
3 hardware software
4 system software

#_____is designed to solve a specific problem or to do a specific task
1 Application Software
2 System software
3 utility Software
4 user

#Set of programs which can sit of full set of document is termed as:
1 Database package
2 file package
3 bus package
4 Software package


#Translator for low level programming language were termed as:
1 Assembler
2 Compiler
3 Linker
4 Interpreter

#What is the name of a utility that protects your computer against downloading malicious code:
1 file compassion program
2 antivirus program
3 backup program
4 troubleshooting program

Answers

4- system software
2- application software
4- software package
1- assembler
2- antivirus program

list five applications field of a computer?​

Answers

list five applications field of a computer?

answer= home , school, hospital, bank, super markets, etc....

The use of desktop computer equipment and software to create high-quality documents such as newsletters, business cards, letterhead, and brochures is called Desktop Publishing, or DTP. The most important part of any DTP project is planning. Before you begin, you should know your intended audience, the message you want to communicate, and what form your message will take. The paragraph best supports the statement that *

Answers

Answer: the first stage of any proposed DTP project should be organization and design.

Explanation:

The options to the question include:

A. Desktop Publishing is one way to become acquainted with a new business audience.

B. computer software is continually being refined to produce high quality printing.

C. the first stage of any proposed DTP project should be organization and design.

D. the planning stage of any DTP project should include talking with the intended audience.

The paragraph best supports the statement that the first stage of any proposed DTP project should be organization and design.

This can be infered from the statement that "Before you begin, you should know your intended audience, the message you want to communicate, and what form your message will take".

Zoe needs to ensure that a larger spreadsheet fits on a single page. How can she achieve this?

Orientation settings
Margin settings
Collation settings
Label settings

Answers

Answer: Orientation settings

Explanation:

Zoe's problem can be solved if she went to orientation settings in the Page layout tab and changed the page orientation from portrait to landscape. This would rotate the page 90° to the right.

The new orientation would provide more space for the information contained in the spreadsheet and would be ideal for a scenario where there are a lot more columns that rows.

-WILL GIVE BRAINLIEST-
Explain in your own words how to use File Explorer (remember the little folder on your Start Taskbar in Windows 10) to navigate to files in the following location OR a location of your choice. You MAY be able to walk through this on your machine if your operating system contains the correct folders listed under the C: drive.
C: > Windows > Logs > Windows Update

Answers

Answer:

First start the comupter next login then open File Explorer and finally use

Explanation:

I have a very quick question. So im applying for Early college and i need some future educational goals and maybe im just thinking about it ENTIRELY too much but what are some goals?? like are they asking for what i plan on doing in my future as in job?? Or what?? I put it in Computers and tech bc thats the subject i plan on pursuing

Answers

Answer:

no sé no entiendo inglés

Joe a frequent visitor to a branch office attempts to connect his tablet to the office wireless network but is unable to connect to the internet even though he has verified that the SSID and password are correct. Joe attempts to connect to a coworkers hotspot but is still unable to connect to the internet.What is the cause of the issue?

Answers

Answer:

Airplane mode has been set on the tablet.

Explanation:

Joe a frequent visitor to a branch office attempts to connect his tablet to the office wireless network but is unable to connect to the internet even though he has verified that the SSID and password are correct. Joe attempts to connect to a coworker's hotspot but is still unable to connect to the internet.

This is because the Airplane mode has been set on the tablet.

An insurance company utilizes SAP HANA for its day-to-day ERP operations. Since they can’t migrate this database due to customer preferences, they need to integrate it with the current AWS workload in the VPC in which they are required to establish a site-to-site VPN connection. What needs to be configured outside of the VPC for them to have a successful site-to-site VPN connection?

Answers

Answer: An Internet-routable IP address (static) of the customer gateway's external interface for the on-premises network

Explanation:

Based on the information given, an Internet-routable IP address (static) of the customer gateway's external interface for the on-premises network need to be configured outside of the VPC for them to have a successful site-to-site VPN connection.

The Internet-routable IP address will be used in the identificatiob of each computer through the use of the Internet Protocol for the communication over a network.

what is local technology ? give examples​

Answers

Answer:

the technologynwhich is used in our locality os calleg local technology

ex. biogas farm , modern methods of 1transport etc

Other Questions
Please select the word from the list that best fits the definition said that the powers of government came from the people Declaration of the Rights of Man and the Citizenurbanizationlaissez-faireManifest DestinyFirst EstateabolitionismEdmund CartwrightGiuseppe Garibaldiromanticismindustrialism A good machine should have the mechanical advantage of......? A couple decide to have 5 children what if the probability that they will have at least one girl can somebody help with this please On a piece of paper, graph y+ 2[tex]\leq[/tex] 1/4 x-1. Then determine which answer choice matches the graph you drew. Which function has a double root of 3 and a double root of -2 3. Coaxial/telephone cable sendsduring the data transmissionsignal Someone help me out please QUESTION: Josephine put a frame round his picture which measured 36 cm by 34 cm. A margin 4cm wide was left all the way round. What was the area of the margin ? (NOTE:SORRY BUT UNFORTUNATELY THERE ISN`T A DIAGRAM) prove that Sin^6 -cos^6=(2Sin^2-1)(cos^2+sin^4) please sove step by step with language it is opt maths question please sove i will mark you the best Which inference can a reader make based on theinformation in the excerpt? 14) Students at East Central High School earned $246selling pennants. They want to make $3810 for aclub trip. What percent of their goal has beenreached? Round to the nearest tenth of a percent,if necessary. 40+30+10 in commutative property 2. An ion is a charged particle that is formed whena. An atom gains electronsb. An atom loses electronsc. Both A and Bd. None of the above Stairway to Heaven You are killed in a car accident and find yourself in front of a door that leads to heaven. There is just one problem: to open the door you need to answer the riddle written on the wall. The riddle says:The first is needed to make quotes you see,And it often sticks up when it's time for noon tea.The second's biggest distinction is found Bearing the symbol of love that is bound.The third should be biggest but that can depend,Never standing alone or it may offend.The fourth is oft used when making a selection? Or if you should need a gun for protection.The fifth is the fattest and oddest by far,And can sometimes be found in a wrestling war.What are they? What is the answer? What is the remainder when x2+ 3 is divided by x - 1? Name three different ways a bar graph can be drawn. Sarah has saved $150. She wants to double the amount she saves each month. As an incentive, Sarah's grandma says if she saves that amount, she will give her an additional $50 each month. What is the recursive sequence formula and first term for Sarahs savings Can someone please help me solve the equation? Look at the sample work shown and determine the error, if any.The multiplication property of equality was not performed correctly.The addition property of equality was not used correctly.There are no mistakes.