Which of the following is an accurate definition of a computer system? A computer system consists of the operating system that tells the computer how to execute commands. A computer system is a network that allows computers, tablets, smartphones, etc. to connect to the Internet. A computer system is a collection of hardware and software components that work together to meet the needs of the user. A computer system is a group of hardware devices that work together.

Answers

Answer 1

Answer:

I believe it's  A computer system consists of the operating system that tells the computer how to execute commands.

Explanation:


Related Questions

Declare an array of int values westboundHollandTunnelTraffic that can store the number of vehicles going westbound through the Holland Tunnel - on a particular hour (numbered 0 through 23) - on a particular day (numbered 0 through 6) - on a particular week (numbered 0 through 51) - over the last ten years (numbered 0 through 9). The innermost dimension should be years, with the next being weeks, and so on.

Answers

Answer:

Following are the declaration of the array:

int westboundHollandTunnelTraffic [10] [52] [7] [24];  //defining an integer array  that holds days, week, hour, and year value

Explanation:

In the above-given code, an array that's name is " westboundHollandTunnelTraffic " is declared and the type of the storing elements in the array is an integer.

In this array, it first stores the year's value, and in second, it stores week values, in third, it stores day value, and the last it stores hours value.    

You administer computers on a Microsoft Windows 2003 TCP/IP network. On the network, you want to use a domain name-to-Internet Protocol (IP) address name resolution system that provides a central database on a server to resolve domain names to IP addresses. Which options should you implement on your network

Answers

Answer:

The answer is "Using the Domain Name System(DNS)".

Explanation:

It is the name database whereby web domain names were located or converted into their IP addresses. Its domain name maps its username used by users and finds a site at a user's IP range for the location of a site.  

It includes the internet and also has  DNS for any time search on the internet if they know this or not. It should recall the IP address of every device to access on the specific web site which you needed, that's why we can say that the DNS is used to implements on the internet.

What is the "online disinhibition effect"?​

Answers

Answer:

Online disinhibition is the lack of restraint one feels when communicating online in comparison to communicating in-person.

Your company has decided to implement a wireless network. The wireless network users must be able to connect to resources on your internal network, including file, print, and DHCP services. Which options should you implement?

Answers

Options:

A Infrastructure mode

B Ad hoc mode

C a wireless access point

D static IP addresses

E APIPA

Answer:

A. Infrastructure mode

C. a wireless access point

Explanation: A DHCP is a server that makes use of s standard protocol called dynamic host configuration protocol to automatically assign internet protocol (IP) addresses and other computer parameters to clients. It gives them the opportunity to effectively make use of other network services such as DNS( domain name system) and NTP(network time protocol).

All of the following statements about MapReduce are true EXCEPT: MapReduce handles the complexities of network communication. MapReduce is a general-purpose execution engine. MapReduce handles parallel programming. MapReduce runs without fault tolerance.

Answers

Answer:

The correct option is;

MapReduce runs without fault tolerance

Explanation:

Map Reduce is a technique of processing or a framework of software, that is geared towards managing, sorting and handling large data by working in the Map and Reduce phases where the map function involves the dividing, filtering and sorting of the data and mapping of the split data while the reduce method involves the rearranging, summary activities having the data reduced.

Question 13 (6.67 points)
Which of the following is NOT a benefit of a word processing application?
Provides automatic online backup
Offers professional document appearance
Allows easy sharing and collaboration
Saves time and increases efficiency

Answers

Answer:Offers professional document appearance

Explanation:

Question 1 : Mercury Technical Solutions has been using SSL in a business-to-business environment for a number of years. Despite the fact that there have been no compromises in security, the new IT manager wants to use stronger security than SSL can offer. Which of the following protocols is similar to SSL but offers the ability to use additional security protocols? This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.

Answers

Answer:

The answer is "TLS and the DBMS".

Explanation:

In given- question there are two questions were included, which can be defined as follows:

The term, Transportation Layer Security is used as "TLS", that is an SSL security protocol that allows other security procedures should be used. It is an upgraded version of SSL, that works in very much the same way of  SSL, and by encrypting information and data transfer.

The DBMS is used to store, access and handle data like layout or domain name and record and file structure of the database, it meets in the business requirements, consumers can create their respective databases including DBMS.

Which decimal value (base 10) is equal to the binary number 1012?

Answers

Answer:

The decimal value of 101₂² base 2 = 25 base 10

Explanation:

The number 101₂² in decimal value is found as follows;

101₂ × 101₂ = 101₂ + 0₂ + 10100₂

We note that in 101 + 10100 the resultant 2 in the hundred position will have to be converted to a zero while carrying over 1 to the thousand position to give;

101₂ + 0₂ + 10100₂ = 11001₂

Therefore;

101₂² =  11001₂

We now convert the result of the square of the base 2 number, 101², which is 11001₂ to base 10 as follows;

Therefore converting 11001₂ to base 10 gives;

11001₂= 1 × 2⁴ + 1 × 2³ + 0 × 2² + 0 × 2 ¹ + 1 × 2⁰

Which gives;

16 + 8 + 0 + 0 + 1 = 25₁₀.

The decimal value in base 10 that is equal to the binary number 101_2 is; 5

We want to convert 101_2 from binary to decimal.

To do this we will follow the procedure as follows;

(1 × 2²) + (0 × 2¹) + (1 × 2^(0))

>> (1 × 4) + (0 × 2) + (1 × 1)

>> 4 + 0 + 1

>> 5

In conclusion, the decimal value we got for the binary number 101_2 is 5

Read more about binary to decimal conversion at; https://brainly.com/question/17546250

In 25 words or fewer, describe what Jaime could do at the guitar store to help customers satisfy their needs and wants.

Answers

Answer:

Jaime could allow the use of the guitars that are for sale within the store.

Explanation:

One of the biggest problems with these musical instrument stores is that you are not allowed to play the instruments unless you are going to buy them.

A store that allows the practice of these instruments within the establishment ensures that the customer tried to play the instrument, liked it, and decided to buy it.

It is a way to satisfy the customer.

Answer:

He could ask customers if they need help finding what they want. He can let his manager know if any product is running low.

Explanation:

legit the answer lol

The availability of the appropriate compiler guarantees that a program developed on one type of machine can be compiled on a different type of machine.A. TrueB. False

Answers

A true because for an example do you have a computer and you want and you got a new one and you just want to put everything that was on the computer on it you can just switch the data and then automatically it will go on the other computer.
hope this helps

A service that might appear to be a single server to external clients, but actually represents many servers living behind it, is known as a

Answers

Answer:

A reverse proxy.

Explanation:

A service that might appear to be a single server to external clients, but actually represents many servers living behind it, is known as a reverse proxy.

In Computer Networking, a single server can be configured to appear as the endpoint for many other servers acting behind it through the use of a reverse proxy.

Hence, a reverse proxy is a type of server that is placed right in front of other servers such as a web server and forwards or routes the user's (client) requests to those servers sitting behind it. When properly configured, reverse proxy helps to ensure security, reliability and performance of a network.

what's the answer to this​

Answers

Answer:

S

Explanation:

The index operator will address individual characters in the string.

You have an application that for legal reasons must be hosted in the United States when U.S. citizens access it. The application must be hosted in the European Union when citizens of the EU access it. For all other citizens of the world, the application must be hosted in Sydney. Which routing policy should you choose in order to achieve this

Answers

Question options:

A. Latency-based routing

B. Simple routing

C. Geolocation routing

D. Failover routing

Answer:

C. Geolocation routing

Explanation:

Geolocation routing is used in allocating resources for different traffic sources originating from different geographical locations. Consequently you are allocating a different resource to handle a different DNS query based on the location/origination of the DNS query. In the above example, you will need to for example to route all queries from any other place in the world that is not US or Europe to a load balancer for Sydney. Your application in their different locations using geolocation routing would have to be adapted and localized to the region so as to serve the audience there

How would you define a cloud today?
as a non-factor
networking
server
any remote virtualized computing infrastructure

Answers

Answer:

The answer is "any remote virtualized computing infrastructure".

Explanation:

The term cloud is used as the symbol of the internet because cloud computing is some kind of internet computing, that offers various services for computers and phones in organizations via the internet.  

The virtual network allows users to share numerous system resources throughout the network system.It allows you to access the optimal productivity by sharing the resources of a single physical computer on many virtual servers.

________ means that IT capacity can be easily scaled up or down as needed,which essentially requires cloud computing. A) agility B) flexibility C) responsiveness D) IT consumerization

Answers

Answer:

The correct option is;

A) Agility

Explanation:

Business agility is a measure of the responsiveness of business to business opportunities that is the time lapse between the emergence of a business opportunity and the the business formerly responding to the opportunity.

By similar analogy, IT agility is about the responsiveness of an organizations IT infrastructure to external stimuli. As such IT agility measures the systems adaptability to change (which may involve scaling down) or how easily it is for the IT system to be able to produce new transferable opportunities which involves scaling up as needed.

I need help on my new iPhone 7 that I got I transfer my Sim card from my Samsung But before And after I put my Sim card in it was saying this please help...and yeah:( I’ll let give you fifty ..

Answers

Answer:

Sometimes phones do this, did you take it to the phone store?

Explanation:

In order to send and receive iMessages to your iPhone.

iMessage must be enabled. By doing this, you will associate your phone number with the email address used for your Apple ID or iCloud account.

Chris needs to create a simple web page with HTML. Which tool will he use? HyperText Web browser Text editor Operating software WILL GIVE 100 AND BRAINLIEST!!!!!!!!!!!!!!!!!!!!!!!!1

Answers

Answer:

The answer is "Text editor".

Explanation:

It is a computer program, which is used to provide editing on the plain text, and for this editing, we use a text editor. This tool differs from word processors software because it doesn't add additional text editing metals. In this tool, we also write the HTML code, and the incorrect choice can be defined as follows:

HyperText is a wrong choice because in these two or more pages are linked and it is used to move from one page to another. The Web browser is also a wrong choice because it is used to display the design of the web page. Operating software is also a wrong choice because it system software in which all things are done.  

Answer:

text editor

Explanation:

Which of the following has the honor of the first robot-human handshake in space?
a. Robonaut 2
b. Baxter
c. Shakey
d. Robosapien

Answers

Answer:

option a

Robonaut 2

Explanation:

it is also known as R2

hope it helped you:)

are teaching a class on computer hardware to new IT technicians. You are discussing the component on an Advanced Technology eXtended (ATX) motherboard that supports communication between the central processing unit (CPU) and random access memory (RAM). Which component provides this functionality

Answers

Answer:

The chipset of the motherboard.

Explanation:

The chipset that is on the motherboard handles all the data flow management of the system.  This includes all communications that will occur on the motherboard including communication between the CPU and the RAM.  

The chipsets themselves are designd by the companies that create the CPUs but are integrated on the motherboards created by third-party vendors.

Hope this helps.

Cheers.

What are responsibilities of entrepreneurs? Check all of the boxes that apply.
to own businesses
to work for companies
to be responsible for employees
to be responsible to stakeholders

Answers

to own businesses and to be responsible for employees

Here is the first line of a method declaration with some parts missing. public ________ scoreAnswer (studentAnswer ) Fill in the blanks in the method declaration using the following information: If scoreAnswer returns nothing and studentAnswer is a Paragraph object.

Answers

Answer:

void

Explanation:

The code snippet illustrates an object oriented programming (OOP)

From the question, the method name is scoreAnswer and it is not expected to return anything.

In OOP, when a method is expected to return nothing, the method is declared as void.

So, the blank will be replaced with the keyword void and the full statement is

public void scoreAnswer(studentAnswer)

of the following occupations, which is predicted to have the greatest job growth?

Answers

Answer:

"Web designer" is the appropriate answer.

Explanation:

If we follow the market pattern, the number of purchases made by online shopping will continue to rise from 2002 to 2018 as well as the times to obtain no indication of slowing or stopping. Because of the same, web designers are expected to have the greatest increase in jobs, as it is very important to customize the website so that online customers can appear more interactive.

So that the above is the correct answer.

What can you use on the Internet to look for information?

Answers

Answer:

I use Wikipedia to know anything

Which function will add a grade to a student's list of grades in Python? add() append() print() sort()

Answers

Answer:

It will be add()

Answer:

A

Explanation:

In a response of approximately 50 words, explain why it would be essential for the successful A/V technician to participate in additional coursework, presentations and seminars offered by equipment manufacturers as well as annual conferences attended by colleagues in the industry.

Answers

Answer:

The A/V technician should participate in the additions coursework, seminars and presentations offered by the equipment manufacturers because it would give him more knowledge about the various products launched by the manufacturers, after the coursework it would be easier for him to repair the new range of products. It is important for the technicians to stay updated with the latest technical changes in the industry.

if you want to refine your google search by date, which option should you use?

Answers

Answer:

If you want to refine your Google search results by date, you should use Advanced search.

Explanation:

Answer:

Advanced Search.

Explanation:

Just go down to settings at the bottom of google and choose advanced search and fill in the boxes so your search comes up more specific.

Peter took a selfie in his room. He was a wearing a light blue shirt. But he failed to realize that that shirt would clash in color with the light blue walls in his room. He wants to edit this photo using editing software. Which tool can Peter use to darken the background in his photo?

Answers

Answer:

A wand tool is to do that in an editing software.

Answer: Peter should use the burn tool

What concept or principle requires layered, complementary controls sufficient to detect and deter infiltration and exploitation of an organization, its information systems, and its facilities?

Answers

Answer:

security In-depth

Explanation:

The security in depth is a principle in which a sequence of safeguarding channels is used to secure the important data and information i.e valuation to the company. It also increased the security for a company as a whole

Therefore in the given situation, the  security In-depth required to layered the safeguarding channels to detect the infiltration

Hence, the  security In-depth is the correct answer

i will mark brainalist! ​

Answers

Answer:

I would say

1) Weather Station

2) (word missing)

3) Robot perihen devices

4) Bit

5) Primary Key

6) Algorithim

7) Flow Chart

8) Table Wizard

9) Design View

10) SIMS

Answer:

i think it would be 1) Weather Station

2) (word missing)

3) Robot perihen devices

4) Bit

5) Primary Key

6) Algorithim

7) Flow Chart

8) Table Wizard

9) Design View

10) SIMS

Explanation:

Can someone please tell me how I can hack WiFi with a raspberry pi in Kali Linux do I need a wireless adapter for raspberry pi if so please tell me and me ASAP please thanks appreciate it

Answers

lol wym hack wifi? need more info lol

Well honestly i dont know how to. i personally don't own one but there is YT videos. Go on YT and look up network chuck. hehas what your looking for.

Other Questions
Refer to the figure.30. How many planes are shown in the figure?31. How many planes contain points B, C, and E?32. Name three collinear points.3. Where could you add point G on plane Nso that A, B, and G would be collinear?4. Name a point that is not coplanar withA, B, and C.5. Name four points that are coplanar.BN a. What were HCA's liabilities-to-assets ratios and times-interest-earned ratios in the years 2005 through 2009?b. What percentage decline in EBIT could HCA have suffered each year between 2005 and 2009 before the company would have been unable to make interest payments out of operating earnings, where operating earnings is defined as EBIT?c. How volatile have HCA's cash flows been over the period 2005 - 2009?d. Calculate HCA's return on invested capital (ROIC) in the years 2005 - 2009.HCA INC ANNUAL INCOME STATEMENT ($ MILLIONS, EXCEPT PER SHARE) Dec09 Dec08 Dec07 Dec06 Dec05 Sales $ 30,052 $ 28,374 $ 26,858 $ 25,477 $ 24,455 Cost of Goods Sold 24,826 24,023 22,480 21,448 20,391 Gross Profit 5,226 4,351 4,378 4,029 4,064 Depreciation 1,425 1,416 1,426 1,391 1,374 Operating Profit 3,801 2,935 2,952 2,638 2,690 Interest Expense 1,987 2,021 2,215 955 655 Non-Operating Income/Expense 188 256 661 179 412 Pretax Income 2,002 1,170 1,398 1,862 2,327 Total Income Taxes 627 268 316 625 725 Minority Interest 321 229 208 201 178 Net Income $ 1,054 $ 673 $ 874 $ 1,036 $ 1,424 ANNUAL BALANCE SHEET ASSETS Dec09 Dec08 Dec07 Dec06 Dec05 Cash & Equivalents $ 312 $ 465 $ 393 $ 634 $ 336 Net Receivables 3,692 3,780 3,895 3,705 3,332 Inventories 802 737 710 669 616 Other Current Assets 1,771 1,319 1,207 1,070 931 Total Current Assets 6,577 6,301 6,205 6,078 5,215 Gross Plant, Property & Equipment 24,669 23,714 22,579 21,907 20,818 Accumulated Depreciation 13,242 12,185 11,137 10,238 9,439 Net Plant, Property & Equipment 11,427 11,529 11,442 11,669 11,379 Investments at Equity 853 842 688 679 627 Other Investments 1,166 1,422 1,669 1,886 2,134 Intangibles 2,577 2,580 2,629 2,601 2,626 Deferred Charges 418 458 539 614 85 Other Assets 1,113 1,148 853 148 159 TOTAL ASSETS 24,131 24,280 24,025 23,675 22,225 LIABILITIES Long Term Debt Due In One Year 846 404 308 293 586 Accounts Payable 1,460 1,370 1,370 1,415 1,484 Taxes Payable - 224 190 - - Accrued Expenses 2,007 1,912 1,981 1,868 1,825 Total Current Liabilities 4,313 3,910 3,849 3,576 3,895 Long Term Debt 24,824 26,585 27,000 28,115 9,889 Deferred Taxes - - - 390 830 Minority Interest 1,008 995 938 907 828 Other Liabilities 2,825 2,890 2,612 1,936 1,920 TOTAL LIABILITIES 32,970 34,380 34,399 34,924 17,362 Preferred Stock 147 155 164 125 - Common Stock 1 1 1 1 4 Capital Surplus 226 165 112 - - Retained Earnings (9,213) (10,421) (10,651) (11,375) 4,859 Common Equity (8,986) (10,255) (10,538) (11,374) 4,863 TOTAL EQUITY (8,839) (10,100) (10,374) (11,249) 4,863 TOTAL LIABILITIES & EQUITY $ 24,131 $ 24,280 $ 24,025 $ 23,675 $ 22,225 Which equation is represented by the graph shown in the image? A. y + 2= x B. y + 1= x C. y - 1= x D. y - 2= x Please show ALL work! Please make these concise 7. The license plate that was on the car had a word on it instead of numbers. The word was rodeo. 8. The book that the library wants me to return is called For Whom The Bell Tolls. 9. She flew to Hawaii on a 747. The 747 is the biggest airliner in the world. 10. All the cigars that he smoked made the room smell like it was a tobacco factory. A company will need to replace 35% of their computers this year. If they replaced 140 computers this year, how many computers do they have in total? place the following substances in Order of decreasing boiling point H20 N2 CO Which of the following is correct about floodplains? Which of the following is correct about floodplains? Floodplains are not associated with deposition. They are generally filled with layers of alluvium. Despite the name, they are rarely subjected to flooding. They are well drained throughout. They are an erosional feature located within a depositional feature. Cul es el principal estilo de cocina en Puerto Rico? A cocina molecular B cocina fusin C cocina fra D cocina criolla A 970-kg sports car collides into the rear end of a 2300-kg SUV stopped at a red light. The bumpers lock, the brakes are locked, and the two cars skid forward 2.9 m before stopping. The police officer, estimating the coefficient of kinetic friction between tires and road to be 0.80, calculates the speed of the sports car at impact. How does Enzo die? What is Adelina's role in his death and why does she lose control of herdarkness? How could this situation be misconstrued? fishes can live inside a frozen pond why Find the mean of the data in the pictograph below. f(x)=x^2 what is g(x)?pls help me The dance team is selling headbands to raisemoney for dance team jackets. They needto sell 1,260 headbands. The headbands mustbe divided equally among the three coaches.Each coach is in charge of 10 dancers. If allthe headbands must be sold, how manyheadbands will each dancer on the teamneed to sell? How much will be in the Prepaid Insurance account at the end of the year, after the adjusting entries have been prepared and posted Investing activities on the statement of cash flows generate cash inflows and outflows related to borrowing from and repaying principal to creditors and completing transactions with the companys owners such as selling or repurchasing shares of common stocks and paying dividends.A. True B. False Find the measure of b. A. 63 B. 27 C. 31.5 D. 126 Excel Cost of common stock: Whitewall Tire Co. just paid a $1.60 dividend on its common shares. If Whitewall is expected to increase its annual dividend by 2 percent per year into the foreseeable future and the current price of Whitewall common shares is $11.66, what is the cost of common stock for Whitewall In a family with children, the probability that all the children are girls is appoximately . In a random sample of 1000 families with children, what is the approximate probability that or fewer will have girls? Approximate a binomial distribution with a normal distribution. Is 1.45 times 10 to the -7 power a scientific notation