what are 2 of system software and how are they used?

Answers

Answer 1

Answer:

System software is software on a computer that is designed to control and work with computer hardware. The two main types of system software are the operating system(Windows,Linux,Mac OS)  and the software installed with the operating system, often called utility software (Anti virus, Disk formatting, Computer language translators) . In some cases, the operating system and utility software depend on each other to function properly.

Some system software is used directly by users and other system software works in the background. System software can allow users to interact directly with hardware functionality, like the Device Manager and many of the utilities found in the Control Panel.


Related Questions

How are arrays stored in memory?

Answers

In Java, arrays are objects, therefore just like other objects arrays are stored in heap area. An array store primitive data types or reference (to derived data) types Just like objects the variable of the array holds the reference to the array.

Hope this helps Bruv

Do you think robots will take millions of jobs when they're put in different positions such as doctors or taxi drivers?

Answers

Yes, of course.

When you replace people with technologically advanced robots, it can disturb the economic factors. Although I don't agree with using robots as an every day, common thing, such as self-driving cars or like in the question, using robots as doctors. Technology is technology, it will always need updates and sometimes they break down or need repairs, so that could provide jobs for people; tech jobs that is. Not everybody is tech savvy though, but you learn. I still don't agree with it, but it is what it is.

E-commerce builds on traditional commerce by adding the flexibility that networks offer and the availability of the Internet. - true or false

Answers

True- the exchange that of goods online is such

Explain why it is reasonable to assume that receiving 3 duplicate ACKs in TCP is an indication that the network is not currently congested.

Answers

Answer:

to indicate if it is the account owner trying to log in

how is hardware different from sofware?

Answers

Answer:

Computer hardware is any physical device used in or with your machine, whereas software is a collection of code installed onto your computer's hard drive. For example, the computer monitor you are using to read this text and the mouse you are using to navigate this web page are computer hardware.

All software utilizes at least one hardware device to operate. For example, a video game, which is software, uses the computer processor (CPU), memory (RAM), hard drive, and video card to run. Word processing software uses the computer processor, memory, and hard drive to create and save documents.

Briefly explain 3 ways of accessing resources from websites

Answers

Answer:

saving the link dont delete tab

What is time-slice? How is the end of the time slice indicated?

Answers

Time-slice is a part of the preemptive process - a scheduling algorithm that will return from the running state to the ready state in a system that can favor another process in the meantime (in order to satisfy the scheduling policy's priority constraint!!!!).

Time- slice is that period of time in which a process is allowed to run in a preemptive multitasking system. The end of one is indicted by the occurrence of a signal called.

Which of the following statements is incorrect in relation to processes: while, strictly speaking, at any instant of time, the CPU is running only one process, in the course of 1 second, it may work on several of them, giving the illusion of parallelism a process is just an instance of an executing program, including the current values of the program counter, registers, and variables processes can be created when an operating system is booted, created by the user, or a running process can create children processes there is a master process, which when started can last forever, and is not killable

Answers

Uahahshshsbsbnd nausizjdndbdywgvshs shsjsjzua. A a 2

Write and test a Python program to find and print the largest number in a set of real (floating point) numbers. The program should first read a single positive integer number from the user, which will be how many numbers to read and search through. After reading in all of the numbers, the largest of the numbers input (not considering the count input) should be printed.

Answers

I can't read oooooyeaaaa

The process of representing data in digital form so it can be used by a digital computer is called decimal byterepresentation. - true or false

Answers

True, the process described is called decimal byte representation.
Final answer:

The process of turning data into digital form for use by a digital computer is called 'digitization', not 'decimal byte representation'.

Explanation:

As asked here The statement the process of representing data in digital form so it can be used by a digital computer is called decimal byte representation - is false. The term is not 'decimal byte representation'. The correct term for this process is 'digitization'. Digitization is the process of converting information into a digital (i.e., computer-readable) format, where the information is organized into bits. These bits can then be used by digital devices and systems including computers.

Learn more about Digitization here:

https://brainly.com/question/32174504

#SPJ2

How does 802.11g differ from 802.11b and 802.11a?

Answers

Try this explanation:

802.11a - the 1st generation, frequency - 5 GHz, max. data speed is 54 Mbits/sec.

802.11b - the 2d generation, frequency - 2.4 GHz, max. data speed is 11 MBits/sec.

802.11n - the last generation, frequency are - 2.4 & 5 GHz, max. data speed is 150 MBits/sec. and 600 MBits/sec. Supports 802.11a and 802.11b standarts.

The method used to add panels to a JTabbedPane is

newTab.
newPanel.
addPanel.
addTab.

Answers

Answer:

Explanation:

by the ecosystem

What number in base 2 is equivalent to 823 in base 10

Answers

823 in base 2 divide 823 by 2 and start writing remainder and then read remainders in reverse to get equivalant of 823 in base 10 to base 2 823 2 gt rem 1 now question of 8232 is 411 now divide this by 2 and 4112 gt rem 1 2052 gt rem

Most tkinter components, like frames and buttons, have a constructor that accepts __________ as its first argument.

A. the parent component
B. the child component
C. the root window
D. a frame

Answers

D . A frame , cause that’s what most tkinter components

Do you think that using robots at home would be good and helpful?

Answers

Answer:

Yes

Explanation:

 would use a robot for :

organize the bedrooms

laundry

cleaning

cooking etc...

The robot I want to use is a robot that can do everything and can be remotely controlled from anywhere. Especially do the boring task while I relax.

Write a C++ program that prompt the user to enter three points (x1, y1), (x2, y2), (x3,y3) of a triangle and

Answers

Answer:

#include<iostream>

using namespace std;

int main(){

   int x1,x2,x3;

   int y1,y2,y3;

   cout<<"Enter the value of first point(x1,y1): ";

   cin>>x1>>y1;

   cout<<"\nEnter the value of second point(x2,y2): ";

   cin>>x2>>y2;

   cout<<"\nEnter the value of third point(x3,y3): ";

   cin>>x3>>y3;

   

}

Explanation:

first include the library iostream for use the input/output commands

then, write the main function. within the main function declare the variable which store the value of points.

after that, use the 'cout' for output. It has the function which print the value or message on the screen.

and 'cin' is used to store the value in the variable.

So, in the above code cout ask for enter the value of point and after enter value by user, cin store in the variables.

Note: you have to enter two value with space or by enter.

Which statement regarding Java files is false?

Java imposes no structure on a file.

Notions like “record” do not exist in Java files.

The programmer must structure files to meet the requirements of applications.

Records in a Java sequential file are stored in order by record key.

Answers

Answer:

Records in a Java sequential file are stored in order by record key.

Answer:

Records in a Java sequential file are stored in order by record key.

Assuming that your company uses the Class A network 100.0.0.0/8, with what subnet mask would you need to configure all computers on the network to divide this network 11 times to match the comany's 11 departments?

Answers

Answer:

Class A network 100.0.0.0/8, we need to divide it so that it can use 11 department, therefore 2^{4} = 16 maximum subnet. The subnet mask 255.240.0.0/12. The hosts per subnet are 2^20 = 1048574. The first 5 subnet range is attached with this question.

Explanation:

The IP address is 32 bits, The default subnet of class A is 255.0.0.0/8, but in this case we take 4 bits from host and add it to network bits so 8+4 = 12, that's why mask bit is 12.

8 bits   + 8 bits  +  8 bits  + 8 bits

100       .    0       .     0       .      0

we take 4 bits from 2nd octet so that it can use in 11 departments, so the remaining  4 bits + 8 bits + 8 bits = 20 bits

2^{20} = 1048574 hosts in each subnet

2^ {4} = 16 subnet ( 0 to 15 range)

when we subtract 255-15 = 240 so that the subnet mask is 255.240.0.0 / 12

What are the defenses to protect against these attacks?

Answers

McAfee, Norton(totally overprotective tho), if you have a Chromebook Chrome OS(even more protective), Windows Defender on Win 10...

Statistical hypothesis testing involves testing the --------------- hypothesis and then make a decision about the ___________ hypothesis.

Answers

Answer:

Explanation:

null hypothesis

alternative hypothesis

Answer:

Statistical analysts test a hypothesis by measuring and examining a random sample of the population being analyzed. All analysts use a random population sample to test two different hypotheses: the null hypothesis and the alternative hypothesis.

Explanation:

what is a Web application?

Answers

Answer:

A web application is a computer program that utilizes web browsers and web technology to perform tasks over the Internet.

Explanation:

Web applications include online forms, shopping carts, word processors, spreadsheets, video and photo editing, file conversion e.t.c.

The DSL technology is a a) Broadband b) Narrowband c) Both a) & b) d) None of the above

Answers

Answer:both

Explanation:

how are natural numbers, whole numbers, integers, and rational numbers related

Answers

Each can be a classification within another group of numbers.

For example:
All whole numbers can be natural numbers (but not the other way around)
All natural numbers and all whole numbers can be integers (also not the other way around)
All natural numbers, whole number and integers can be rational (not the other way around :):):)):))

Natural numbers: 1, 2, 3, 4...

Whole numbers: 0, 1, 2, 3...

Integers: -2, -1, 0, 1, 2...

Rational number: -2.5, -1.72, 0, 1, 3.77... (any number that can be written down)

how do computers benefit individuals' health care?

Answers

Answer:

By having personal health records available on a computer, more doctors have access to an individual's information. This allows doctors to view all prescriptions that a person is on, which can help protect patients from conflicting medications to be taken at once, and can save time if a patient doesn't have to redo tests and procedures because the doctor doesn't have the records.

what type of hardware and software does Instagram use?

Answers

Answer:

Social networking platform and  WindowsandroidIOS

Explanation:

Social media mostly uses Social networking platform and  WindowsandroidIOS.

Hope this helps!

Feel free to ask if you have anymore questions!

Answer:

Social networking platform and  WindowsandroidIos

Explanation:

briefly explain what is net neutrality and why is it important today

Answers

Net neutrality also means that ISPs can't charge users access fees for particular websites. ... The goal of net neutrality is to ensure that businesses can compete freely on the internet without having to pay gatekeeper tolls. Without it consumers would look more like advertising segments than an open marketplace.

Credits: thestreet.com

Write a program to read 2 numbers and display the largest of the two. You should use scanfto read the two numbers and use if statement to see which number is larger

Answers

Answer: in C

#include <stdio.h>

int main(){

  int num1, num2;

  printf("Enter first number :: ");

  scanf("%d", &num1);

  printf("Enter second number :: ");

  scanf("%d", &num2);

 

  if(num1 > num2){

     printf("%d is larger than %d\n", num1, num2);

  } else if (num2 > num1) {

     printf("%d is larger than %d\n", num2, num1);

  } else{

     printf("Both of them are equal\n");

  }

  return 0;

}

Ethernet is a standard for a) LAN b) MAN c) WAN d) All of the above

Answers

Answer:

a) LAN

Explanation:

Ethernet is a standard for a IEEE or LAN.

Answer:all of the above

Explanation:

Sort the array A = [ 3, 1, 4, 1, 5, 9, 2, 6, 5] using insertion sort and illustrate your solution?

Answers

Answer:

Sorted list : [1, 1, 2, 3, 4, 5, 5, 6, 9]

Explanation:

For j= 2 to length of A

we find the place for A[j] in the sub-array A[1,..., j]

Taking i from j-1 to 1, if A[i] is greater than A[j] we shift it to right.

What refrigerant has been approved for new household refrigerators and freezers

Answers

Bsbsnsnsnsn jajwjemoeododhdhdw whajsjshtzzvsssnxbba. 3
Other Questions
if /2 and sin A = 4/5 , then tan A/2 =?? Could someone please help me with this, thank you! The following frequency table summarizes last week's bed sales at Cloud Nine Furniture.Based on this data, what is the reasonable estimate of the probability that the next bed sold is a twin bed?CHOOSE 1 ANSWER:A.) 0.20B.) 0.25C.) 0.27D.) 0.40 Which of the following are geometric sequences (check all that apply)A.) 1, 1, 2, 3, 5, 8, 13B.) 10,5, 2.5, 1.25, 0.625, 0.3125C.) -9, -3, -1, -1/3, -1/9, -1/27D.) 5, 10, 15, 20, 25 The reflection of a Quadrant II point is located in Quadrant I. Assuming no error was made, what kind of reflection occurred? 18. The supplement of an angle of 72 is an angle measuring A. 144. B. 18. C. 108. D. 288. Bacteria and viruses have different mechanisms and machinery to survive and replicate. Because of this, there are different ways of treating bacterial and viral infections. What is a difference in the way that bacterial and viral infections are treated medically?A)Viruses can be treated with antibiotics, bacteria cannot.B)Bacteria can be treated with antibiotics, viruses cannot.C)Vaccinations provide immunity from viruses, but not bacteria.D)Vaccinations provide immunity from bacteria, but not viruses. When is your respiration rate likely to change?A. When your intestines are digestingB. When your cells have too much glucoseC. When your cells need more oxygenD. When your liver is working after a meal A population of geese grow in such a way that each generation is simply 2.2 times the previous generation. There were 3 geese in the first generation, how many will there be by the 15th generation? "It's fine work. Monday bum Millay, Wednesday Whitman, Friday Faulkner, burn 'em to ashes, then bum the ashes. That's our official slogan." (Bradbury). Which of the follow literary terms is present in the quote? Question 20 options: a) Allusion b) Simile c) Personification d) Metaphor The perimeter of a square is 56 cm. What is the approximate length of its diagonal?10.6 cm14.0 cm15.0 cm19.8 cm A student needs to determine the volume occupied by a gas in a 125 mL flask using the experimental setup described in the procedure. The student measures the volume of the flask to be 157 mL to the top of the flask. The student measures the volume of the flask with a stopper in it to be 140 mL. The student performs the experiment by reacting the strip of magnesium with 5 mL of HCl solution. What is the volume of the flask occupied by the hydrogen gas? 9. Chargaff's rule states that the amounts of guanine and cytosine are roughly the same, and the amounts of adenine and thymine are roughly the sameA. in eukaryotes only. The rule doesn't apply to prokaryotesB. except in species that use uracil in place of thymine in their DNAC. but the relative amounts of G+C and A+T vary by species.D. and the relative amounts of G+C and A+T don't vary by species. . (LC) During the second half of the 19th century, which of these had the greatest amount of power in American cities? (5 points)Labor unionsSocial reformersPolitical machinesNativist groups What is the tone in Harlem? a white coloured salt silver chloride is placed in sunlight in a watch glass. state your observation. write a balanced chemical equation for this reaction. identify and define this type of reaction. Find the median:3, 5, 7, 4, 3, 1 UNUL ESCREViewAcuvePlanes s and Rboth intersect plane T.Which statements are true based on the diagram? Checkall that apply.O Planes contains points B and E.The line containing points A and B lies entirely in plane T.Line v intersects lines x and y at the same point.Line z intersects plane s at point CO Planes Rand Tintersect at line y. Which statement is true of Y chromosomes?A. Only men have them.B. Women have two of them.C. Only women have them.D . All babies have them. Management and care provided according to the specific needs and condition of the patient in a friendly, empathetic, personal manner is called?