Differentiate
1. operating system from application program.
2.Program from software

I will give brainliest for the one who gave me answer in this question. Thank you! :)

Answers

Answer 1

Answer:

Operating systems basically manages all computer hardware and system resources and it also provides services for computer program where as software tells the computer what to do with the resources and so on...


Related Questions

Write a statement using a compound assignment operator to cut the value of pay in half (pay is an integer variable that has already been declared and initialized). C++

Answers

Hope it helped. Thanks.

9. Which of the following is considered an interface? (1 point)
O the buttons on the screen of an ATM
O the code that builds a web page
O the materials used to build a computer
O the mechanical workings of an MP3 player

Answers

Answer:

The buttons on the screen of an ATM.

Explanation:

An interface is the way you interact with something. Hope this Helps! (:

Population Growth The world population reached 7 billion people on October 21,
2011, and was growing at the rate of 1.1% each year. Assuming that the population
continues to grow at the same rate, approximately when will the population reach
8 billion? using python

Answers

Hope it this helps.

what does MOS stand for

Answers

Metal Oxide Semiconductor

There are lots of things that fall under that acronym.

However, the one used most often would be:

Metal Oxide Semiconductor

What problems do you see in the process of transacting business online

Answers

Lack of Computer Expertise. ...

Difficulty Developing Relationships. ...

Privacy and Security Concerns. ...

Issues With Copyrights. ...

Limitations of Business Types.

what characteristics that a graphic designer should possess?​

Answers

Graphic design qualities that will help you succeed

Active listening. Graphic designers aren't solo artists who work in solitude to create whatever they want. ...

Clear and concise communication. ...

Time management. ...

The ability to accept constructive criticism in stride. ...

Patience. ...

Storytelling ability.

Write a program that prompts for a positive integer and prints the factors of all integers from 1 to that input integer. For example, if the user enters the integer 6 then the program will output: 1: 1 2: 1, 2 3: 1, 3 4: 1, 2, 4 5: 1, 5 6: 1, 2, 3, 6 Determine the appropriate loop(s) to use (while loop or for loop) when a task requires looping. Study the tests below to help you understand program behavior. Use the following tests and your own tests to run against your solution in Develop mode. These are the same tests that your solution will be executed against when you submit your work in Submit mode. User input is in bold:

Answers

74(Frequency) or 34(frequency)

A year with 366 days is called a leap year. Leap years are necessary to keep the calendar synchronized with the sun because the earth revolves around the sun once every 365.25 days. Actually, the figure is not entirely precise, and for all dates after 1582 the Gregorian correction applies. Usually years that are divisible by 4 are leap years, for example 1996. However, years that are divisible by 100 (for example, 1900) are not leap years, but years that are divisible by 400 are leap years (for example, 2000). Write a program that asks the user for a year and computes whether the year is a leap year. Provide a class Year with a method isLeapYear. Use a single if statement and Boolean operators.
I have two java files to work from below: Year.java and LeapYearTester.java. The LeapYearTester.java is not supposed to be altered. Any help on the problem would be appreciated. Thank you.
Year.java
public class Year{
// declare your instance variables here
// write your constructor here
public Year(int y){
// your code here
}
public boolean isLeapYear(){
// your code here
}
}
LeapYearTester.java
import java.util.Scanner;
public class LeapYearTester{
public static void main(String[] args){
Scanner input = new Scanner(System.in);
System.out.println("Please enter a year");
int year_input = input.nextInt();
// now make a Year object
Year theYear = new Year(year_input);
// now check to see if it's a leap year
if (theYear.isLeapYear())
System.out.println("That's a leap year!");
else
System.out.println("That's not a leap year!");
}
}

Answers

Answer:

omg what is this

Explanation:

how will I answer this

What will be printed on the screen? IF 5 > = 10 THEN PRINT “ Hello Joe” END IF

Answers

Answer:

Nothing if that's all the question is.

code for apples and oranges codehs plz​

Answers

function start(){
var numApps = 20;
println("Number of Apples: " + numApps);

var numOra = 15;
println("Number of Oranges: " + numOra);

var numOrg = 0;
println("Number of Apples: " + numApps);

println("Number of Apples: " + numOra);
}

In this exercise, using the knowledge of computational language in python, we have that this code will be written as:

The code is in the attached image.

We can write the python  as:

function start(){

var numApps = 20;

println("Number of Apples: " + numApps);

var numOra = 15;

println("Number of Oranges: " + numOra);

var numOrg = 0;

println("Number of Apples: " + numApps);

println("Number of Apples: " + numOra);

}

See more about python at brainly.com/question/13437928

Drones are considered as a? A.trendy,but unnecessary product B.great innovation C.Disruptive technology D.product concept​

Answers

Answer:

Great innovation

Explanation:

because they're important for cinematic uses

A project brief explains what a project is about. A project brief usually includes detailed requirements.

Answers

A project brief gives a short account or run through of the essential elements of a project.

A project brief can be described as a brief but concise information about a project which is aimed at passing key information to stakeholders or project collaborators.

A project brief should not include too many background or root details or account of the task, rather it should convey essential project requirement in a clear and concise manner.

Therefore, a project brief gives a summarized account of the essential elements of a project.

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

Double clicking the top right corner of a document will

Answers

Answer:

open the header. hope this helps

What is the name of the most popular American computer repair shop?

Answers

Apple Pie with some expensive stuff

It is Called Monster Computers!

Which of the following are benefits of designing a scalable system? Choose 3 options.

ability to maintain a high level of service for customers

system will never need to grow again

ability to respond to user volume issues more quickly

guaranteed system access for all users

users may never know that a site has experienced tremendous growth

Answers

Which of the following are benefits of designing a scalable system? Choose 3 options.

ability to maintain a high level of service for customers

system will never need to grow again

Ability to respond to user volume issues more quickly guaranteed system access for all users

users may never know that a site has experienced tremendous growth

The benefits of designing scalable system involves ability to  maintain high level of service for customers, respond quickly to user volume issues, and guaranteed access for all users. Thus, options A, C, and D are correct.

What is a scalable system?

A scalable system can be given as the system that has the ability to accommodate large amount of data. The capacity of the working of scalable system varies, for example the working of hardware with the increase in number of users.

The designing of scalable system forms multiple benefits, such as:

ability to maintain a high level of service for customersability to respond to user volume issues more quicklyguaranteed system access for all users

Thus, options A, C, and D are correct.

Learn more about scalable system, here:

https://brainly.com/question/24252482

#SPJ5

Sometimes I have trouble connecting to the network from certain locations in the house, but other times I can connect from the same location without issue. What might be causing the problem?​

Answers

Answer:

Sometimes it might not be your fault, but the service that you use. Or another possibility that multiple users connect to the internet and reach a certain amount of threshold that the service provider blocks all incoming connections.

Answer:

WELL IT DEPENDS ON THE AMOUNT OF WALLS BETWEEN YOU AND THE NETWORK

PLEASE MARK ME AS BRAINLIST

How many combinations of 1s and Os can we make with 6 place values?

Answers

Explanation:

which question is this

True or false?

A database system is typically much less complex then a file processing system containing a series of lists or even a spreadsheet, but it requires more memory for storage allocation

Answers

Answer:

true

Explanation:

sometimes you've just gotta roll with it. the final parts of the statement is what gives away the answer.

A database system is typically much less complex then a file processing system containing a series of lists or even a spreadsheet, but it requires more memory for storage allocation.

What is a  database system?

A database serves as an organized  structured information, which is needed in the computer system for management purpose.

Therefore, it it requires more memory for storage allocation.

compare with the  file processing system.

Learn more about database at:https://brainly.com/question/518894

#SPJ9

Microsoft PowerPoint is an example of what type of software?

Answers

Answer: it is Presentation Software. Hope this helps!

Explanation:

(30%) Test.java: write a test program to create a hash table with the size of 109. Import 65 data items (given by a text file). The data file " broster.txt " is provided, which contains the all players of Cleveland Browns (2019). Please use the first column, the last name, as the key, and treat the rest of information as value. Please perform the following tasks after the data are imported to the hash table: Print out the number of collisions occurred during the data insertion, and discuss which approach causes more collisions. Comparing the resulting tables between Linear Probing and Double Hashing, and have a discussion which approach has a more obvious trend of clustering.

Answers

The answer will be 69

e) What Excel formula can be used to calculate the overall total medals
awarded?

Answers

Answer:

=SUM(A2:A8)

Explanation:

I'm just going to assume that the cells the number of medals are in is A2 to A8 since you didn't specify.

Simply write the SUM function( you can find this in your tool bar with the tab 'Formula') and write the names of the cells you want to add together.

Hope this helped.

write the full forms of the following

a.) ASCC
b.)CDC
c.)HLCIT
d.)IT
e.)IBM
f.)GUI
g.)AI
h.)IC
i.)EDSAC
j.)NCC
k.)ABC​

Answers

Ia.) ASCC=Automatic sequence controlled calculator

b.)CDC=control data corporation

c.)HLCIT=high level commission for information technology

d.)IT=information technology

e.)IBM= international business machine

f.)GUI=graphic user interface

g.)AI=Artificial intelligence

h.)IC=integrated circuit

i.)EDSAC=Electronic delay storage automatic calculator

j.)NCC=national computer center

k.)ABC= Atanasoff berry computer

state the difference between a monitor and a television​

Answers

The size of a monitor is not much larger. As these are used from a specific distance, it would be so inconvenient if a monitor size is too big.

Answer:

Monitors- The Resolution of a Monitor is High.

Televisions-The Resolution of a Television is Low.

Explanation:

A monitor is no less than television. Earlier, the monitors were made with the help of a cathode ray tube that renders the video image.

hope it helps

mark me brainliest

Question 4 (5 points)
Protecting an IT system from security threats is the responsibility of the IT
department.
True
False

Answers

Answer:

true

Explanation:

IT security teams do:

Set and implement user access controls and identity and access management systems

Monitor network and application performance to identify and irregular activity

Perform regular audits to ensure security practices are compliant

Deploy endpoint detection and prevention tools to thwart malicious hacks

Set up patch management systems to update applications automatically

Implement comprehensive vulnerability management systems across all assets on-premises and in the cloud

Work with IT operations to set up a shared disaster recovery/business continuity plan

Work with HR and/or team leads to educate employees on how to identify suspicious activity

_________ is designed to support the most common workflows and tasks to close a client's monthly books. It consists of the following three workflow tabs:

Answers

Overview, Transaction review and Accountant reconciliation.

Which of the following uses graphic symbol to depict the nature and flow of the process? *
1 point
A. FLOWCHART
B. PROCESS
C. CONDITION
D.ARROW LINE​

Answers

Answer:

Flowchart.

Explanation:

It is literally in the name. "flow of the process" -----> Flowchart.

A graphic symbol is a written symbol used to represent speech. A commonly known graphic symbol is an arrow which is used in flow charts to depict the nature and flow of the process.

am nevoie de un referat pe tema ,,Asezarea in Pagina '' la informatica

Answers

Answer:

Explanation:

Microsoft Word este un procesor de text modern,Microsoft Excel,

Microsoft PowerPoint si Microsoft Access.

Programul va poate ajuta sa realizati documente,

Ok it is important aspects which is perfect

Answers

Answer:

trngrntyuyjdic

Explanation:

Define the by_job function, which takes a database as an argument; it returns a dictionary (dict or defaultdict) associating a job name with an inner dictionary (dict or defaultdict) of all the people who can do that job: its keys are names, each associated with the skill level for that name. For example, if db is the database above, calling by_job(db) would return a dictionary whose contents were

Answers

Spelling error in your paragraph

kĩ năng microsoft word

Answers

Answer: I think it's just placeholder text. I might be wrong.

Other Questions
Discuss the following question. Would you recommend living in a city or living in the desert?Include information about: the similarities and differences the reasons one place is better than the otherWrite at least 80 words in paragraphs. 7: Which part of the Georgia Constitution lists the rights and freedoms of citizens?A. JewsB. Highland ScotsC. SalzburgersD. Malcontents8. Which part of the Georgia Constitution is the largest part listing the rights, rules, andprocedures for citizens and the state government?A. SalzburgersB. JewsC. MalcontentsD. Highland Scots which type of cell is responsible for bone deposition? PLEASE HELP WITH SPANISH Please write 4-5 sentences about this image. please help this is a graded assignment due tomorrow please help asap!!!!!! Lois is 3 years older than Oscar. The sum of their ages is no more than 20. Write an inequality that can be used to represent this situation, where x represents Oscars age. Was the issuance of the Declaration of Independence a continuation of the deteriorating relationship betweenBritain and the colonies or did it represent a fundamental shift in the relationship between American coloniesand the world? help me I don't get this ? Consider the following vectors.u = i + 4 j 2 k, v = 4 i j, w = 6 i + 7 j 4 kFind the scalar triple product u (v w).u (v w) = Are the given vectors coplanar?Yes, they are coplanar.No, they are not coplanar. Need Help? Read It Mary has saved $20.50 in the past 3 weeks. At this rate, how much will she save in 18 weeks? One of the jury members( have, has) not returned from the court recess. If (x+2,5)=(3y+2)find x and y Leena knits 10 rows in 12 minutes.At this pace, how long will it take her to knit the next 25 rows?Enter your answer in the box. the energy for building a proton gradient is provided by please help Spanish2 il give you 15 points!!u have to us e paste tense ar verbs what is chlorophyll ? So there this question sayed if drove 110 mile and used 5 gallon of gas and if he plan to drive 236 mile , how many gallon of gas would Bryce need Help me with math, please.20 points.