How are computers classified into different types? Explain ​

Answers

Answer 1

Computers differ based on their data processing abilities. They are classified according to purpose, data handling, and functionality. ... According to data handling, computers are analog, digital, or hybrid. Analog computers work on the principle of measuring, in which the measurements obtained are translated into data.


Related Questions

Mark this question for review To answer this question, complete the lab using information below. Launch Lab You are setting up on a small network. The owner of the network has decided to change his internet service provider (ISP) to EtherSpeed. The ISP has installed a connection to both RJ45 jacks on the wall plate. You are responsible for selecting the correct router to connect the network to the internet. You want to use the fastest connection speed available while maintaining security for the Home-PC and Home-PC2 computers. In this lab, your task is to complete the following: Use the appropriate network components to connect the two computers to the new ISP. • Place the Ethernet router with firewall capabilities on the Workspace. • Use the existing Cat5e Ethernet cables to connect the computers to the router's integrated Ethernet LAN ports. Use the AC to DC power adapter to plug in the device. • Use the Network and Sharing Center on both computers to confirm that the computers are properly connected to the network and internet. In this lab, the networking devices are preconfigured with the correct settings to make the connection to the internet service provider (ISP) and the internet.

Answers

The appropriate network components steps to take to connect the two computers to the new ISP is given below.

What is the network components  about?

In carryout the above task, the first thing to do is click the Shelf, and widen the Networking Devices.

Other steps are:

Take the Ethernet router and firewall to the Workspace.Beyond the router, Click on Back to switch and change to the back view.Beyond the switch, Click on Back to switch to change to back view of the switch.Beyond the cable modem, change by clicking on Back to switch to the back view as seen on the cable modem.

Later on click  on the Ethernet cable as found on the third switch port and then extend it to an open Ethernet LAN port on the router to link up the Home-PC down to the router.

Click also on the Ethernet cable as seen the third switch port and then take it also  to an open Ethernet LAN port as seen on the router to link up the second Home-PC to the router.

Then also click on the last Ethernet cable on the switch and extend (drag) it to the open Ethernet WAN port as seen on the router to link up the router to the internet service.

Then click the Ethernet cable on the cable modem and extend it to a single of the RJ45 ports that can be found by going to the wall plate.

Make sure to select the DC power connector that can be seen on the switch and extend it to the power port seen on the router so that one can plug in the router.

Looking at the Home-PC, select to view Windows 10 to see if the system is properly linked to the network and also the internet.

Go to the notification aspect and the select the Network icon and click on the tool called Open Network and Sharing Center.

Lastly, One can know if the connection to Home-PC2 is working by clicking on bench as seen in the top menu, and then select to see Windows 10 to know if it is well linked to the network and internet and also follow the notification steps above.

Learn more about  network components from

https://brainly.com/question/20535662

#SPJ4

Question 4 of 10
which phrase best describes algorithmic bias?
o a. when systematic errors in a program create unfair outcomes
b. when companies avoid using algorithms in their software
c. when programmers purposely create biased software
d. when people insist on doing things without technology

Answers

The phrase that best describes algorithmic bias is that when systematic errors in a program create unfair outcomes.

What is Algorithmic bias?

This is known to be a term that tells about the systematic and repeatable errors as seen in a  computer system that forms "unfair or bad" outcomes.

Therefore, we can say that the phrase that best describes algorithmic bias is that when systematic errors in a program create unfair outcomes.

Learn more about algorithmic bias from

https://brainly.com/question/22236556

#SPJ1

What are principles of an API test design?

Answers

Answer:

The five most important principles of an API test design are:

Setup: Create objects, start services, initialize data, etc

Execution: Steps to apply API or the scenario, including logging

Verification: Oracles to evaluate the result of the execution

Reporting: Pass, failed or blocked

Clean up: Pre-test state

what are trends in GPS ? ​

Answers

Answer:

New Trends in GPS & Telematics in 2021 and Beyond - Rewire Security. Real-time location tracking systems for cars, vans, motorcycles, lorries, wired or plug & play options—battery-powered GPS tracking systems with magnets attached to flat metal surfaces such as containers.

Explanation:

What technology does kroger’s edge technology and amazon’s just walk out technology leverage?.

Answers

They leverage smart engineering from the best of the best people to make the company more humanly capable of extraordinary measures

Amazon's simply walk out technology and Kroger's edge technology both employ intelligent agent technology.

What is the intelligent agent?

The Intelligent agent is a software that may complete tasks or make judgments depending on its surroundings, input from users, and past experiences. These applications can be used to collect data automatically on a predetermined schedule or in response to human input in real time.

In general, intelligent software agents are computer programs that may be installed on a computer system or network and launched to carry out tasks in the background, frequently while the computer is busy with other tasks.

Therefore, it is an intelligent agent.

To learn more about the technology, refer to:

https://brainly.com/question/15059972

#SPJ2

9.2 lesson practice ​

Answers

Answer:

6 columns/items

Explanation:

grid starts off as an empty list ( [ ] ), so right now it has 0 items/columns.

After that, 3 new items ("frog", "cat", "hedgehog") have been appended to grid, it now has 3 items

Finally another 3 items are appended to grid ("fish", "emu", "rooster"), finally grid ends up with 6 items in total.

A system engineer enhances the security of a network by adding firewalls to both the external network and the internal company network. The firewalls are products of two separate companies. This is an example of what type of security control practice?

Answers

Answer:

Vendor diversity

Explanation:

Different cybersecurity companies maintain different codebases, which means an exploit that might poke holes in the security of one likely won't breach the other. In this situation, the network would still have an active and effective firewall from one vendor even as the exploit from the other vendor's firewall is being patched.

Type the correct answer in the box spell all words correctly.
karl has designed an interactive stories website for kids. he has implemented an alphabetical format for browsing through the stories. which
structure will he use for easy navigation?
kart implements a
structure for users to advance through the chapters.
reset
nexus

Answers

Kart should implement a main navigation structure for users to advance through the chapters.

The types of navigation.

In Computer technology, there are three main types of navigation used on websites and these include the following:

Structural navigationUtility navigationAssociative navigation

In this scenario, Kart should implement a main navigation structure for users to advance through the chapters on this interactive stories website for kids.

Read more on website here: https://brainly.com/question/26324021

#SPJ1

100 POINTS ANSWER CORRECTLY AND ANSWER QUICKLY I DONT HAVE MUCH TIME
You are creating a function that will test whether a number is greater than 10 using these lines of code:
if a < 10:
print(a "is greater than 10")
Can you identify one syntax error and one logic error in these lines? Why do you think a programmer might have made the logic error?

Answers

Yes there's syntax error .

After if there's colon so the next line or code block should start after some spaces(min 4)

The correct code is

[tex]\tt def(a)[/tex]

[tex]\tt if\:a<10:[/tex]

[tex]\quad\tt print(a,"is\:greater\:than\:10")[/tex]

For array data that should be treated as a queue, the _____ method is used, which is similar to the pop() method except that it removes the first array item and not the last.

Answers

Answer:

shift()

Explanation:

A related database stores data in the form of______

Answers

Answer:

Lists.

Explanation:

A relational database stores data in the form of lists.

If you are interested in an occupation as an operating system administrator or software engineer, you also may benefit from certifications in networking, hardware, and the Internet. Group of answer choices True False

Answers

True

Explanation:

because in that field there are many things you need to learn and that includes mostly all of them, as an Operating system administrator you most likely need to know things revolving around the system such as the compatibility with the Hardware. And as an Software engineer you NEED to know if your software is even compatible with the new technologys or if there are any problems, the same goes to networking

feel free to correct me

Write a script that creates a user-defined database role named paymententry in the ap database. give update permission to the new role for the vendors and invoices table, update and insert permission for the invoicelineitems table, and select permission for all user tables.

Answers

Answer:

USE AP CREATE ROLE PaymentEntry

GRANT UPDATE, DELETE ON Invoices TO PaymentEntry

GRANT UPDATE, INSERT ON InvoiceLineItems TO PaymentEntry

EXEC sp_AddRoleMember db_datareader, PaymentEntry

Pin number was changed and i let the culprit go without a kiss kiss how do i get it back

Answers

Answer:

I cant comprehend to even understand this

Explanation:

Research the history of Internet in computers

Answers

Answer:

This allowed different kinds of computers on different networks to "talk" to each other. ARPANET and the Defense Data Network officially changed to the TCP/IP standard on January 1, 1983, hence the birth of the Internet. All networks could now be connected by a universal language.

Question #1
dropdown
choose the term described.

a variable in a program that represents a class and is created by an assignment statement

function created within a class
definition

constructor
method
instance

Answers

Answer:

instance - a variable in a program that represents a class and is created by an assignment statement

method - function created within a class definition

Explanation:

A class is made up of the members fields and methods.

Fields are variables in the class and methods are functions in the class.

An instance is a copy of the class also called an object

Which organization provides a free, online html5 validator application to ensure that a webpage's html tags follow the rules for html5?

Answers

The organization provides a free, online html5 validator application to ensure that a webpage's html tags follow the rules for html5 is the W3C.

What does the W3C do?

The W3C's is known to help to create protocols and rules that makes sure that long-term  development of the Web.

Therefore, we can say that The organization provides a free, online html5 validator application to ensure that a webpage's html tags follow the rules for html5 is the W3C.

Learn more about The W3C  from

https://brainly.com/question/11179793

#SPJ1

how long is the ap computer science principles exam

Answers

Answer: The exam is 2 hours long.

Explanation:

Answer:

Approx. 2.05 hours long. Brainliest is appreciated + good luck on all your tests and exams! :( <3

You work as the IT administrator for a growing corporate network. You are in the process of creating an iSCSI storage area network (SAN) on the CorpisCSI server. The server is currently connected to the network using an Ethernet cable. To increase the server's performance, yoru have decided to replace the existing Ethernet connection with a fiber optic connection. In this lab, your task is to complete the following: . Connect the CorpisCSI server to the switch using the appropriate fiber optic cable. . Examine the port types on the switch. Examine the server's fiber optic NIC. . When connecting the server, use the color coding on the end of the fiber optic cable to identify the Tx and Rx connection ends Connector A (red) Tx. - Connector B (black) is Rx. . Remove the server's previous Ethernet network connection and place the Ethernet cable on the Shelf. . Verify that the server is connected to the network through the fiber optic connection. C When connecting fiber optic cables, the transmit (T) port on one device is connected to the receive (Rx) port on the other device. The fiber cables in this lab have already had their Rx and Tx connectors switched as necessary. You can view component information in the Details window on the Specification tab

Answers

The steps in the above scenario are:

Connect to an iSCSI target:Then  Create a volume:

How do you Connect to an iSCSI target?

This can be done by:

Select CORPSERVER from Hyper-V Manager, Make sure to Maximize the window to view all virtual machines.Then Right-click CorpFiles16 and select Connect.Use the Server Manager on CorpFiles16 to select Tools > iSCSI Initiator.Via the Target field, enter the server name of the target server.Then click.Select Quick Connect and then Done and then OK.

Note that the steps in the above scenario are:

Connect to an iSCSI target:Then  Create a volume:

Learn more about IT admin from

https://brainly.com/question/26096799

#SPJ2

how to transfer crypto from coinbase to coinbase wallet

Answers

Answer:

Open Coinbase Wallet on your mobile device.

Tap to go to your Settings.

Tap Buy or Transfer.

Select the supported crypto.

Enter the amount you want to transfer then tap Continue.

Follow the remaining steps to complete your transfer.

Jake is a 6-year-old boy. his mother wants him to learn scissor skills for improving his finger grip. so, she hands him several colorful papers and a pair of scissors. jake does not have difficulty understanding which object cuts the other. what is this type of reasoning called?

a.
analogical
b.
deductive
c.
common sense
d.
inductive

please answer so brainly doesnt get rid of it.

Answers

According to this, I think it is common sense.

File encryption is the science of writing the contents of a file in a secret code. your encryption program should work like a filter reading the contents of one file, modifying each character in the input file into a code, and then writing the coded characters out to a second file. the second file will be a version of the first file but written in a secret code. must be c++

Answers

Answer:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

Explanation:

The second file will be a version of the first file, but written in a secret code. Although there are complex encryption techniques

An employee at a large global firm is sending a document with sensitive information to a co-worker in another country. how should the contents of the document be protected?

Answers

The employee at a large global firm which is sending a document with sensitive information to a co-worker in another country can document the data with end-to-end encryption.

How document be protected?

There are many ways a computer file can be protected. The ways to protect the document are,

Using the cloud based secure file sharing sites.The protected view can be used to secure the contents of the document sending to another country.When the file is end-to-end encrypted between the employee and co worker, then no one can be seen the file in between.

Thus, the employee at a large global firm which is sending a document with sensitive information to a co-worker in another country can document the data end-to-end encryption.

Learn more about the data protection here;

https://brainly.com/question/4219149

#SPJ2

Given a sorted list of integers, output the middle integer. assume the number of integers is always odd.
ex: if the input is:
2 3 4 8 11 -1
(a negative indicates the end), the output is:
4
the maximum number of inputs for any test case should not exceed 9. if exceeded, output "too many inputs".
hint: first read the data into a vector. then, based on the number of items, find the middle item.
#include
#include // must include vector library to use vectors
using namespace std;
int main() {
/* type your code here. */
return 0;
}

Answers

integer userInput

integer i

integer mid

integer array(20) number

userInput = 1

for i = 0; userInput >= 0; i = i + 1

  if number[i] > -1

     userInput = Get next input

     number[i] = userInput

i = i - 1

mid = i / 2

if i > 9

  Put "Too many inputs" to output

elseif i % 2 == 0

  Put number[mid - 1] to output

else

  Put number[mid] to output

Cloud Kicks wants a report Co categorize accounts into small, medium, and large based on the dollar value found In the Contract Value field. What feature should an administrator use to meet this request

Answers

The feature that the administrator can use to meet this request is known as Bucket Column.

What is a bucket column?

A bucket column is known to be formed when a person define a lot of categories (buckets) that are known to be used to group report values.

Therefore, The feature that the administrator can use to meet this request is known as Bucket Column. as one can report, sort, filter, and group via the use of bucket columns.

Learn more about accounts from

https://brainly.com/question/24756209

#SPJ1

software that requires a monthly subscription fee is called

Answers

Answer:

Software as a service

Explanation:

You may hear this as (SaaS) for short.

How to remove onedrive account from computer?.

Answers

Answer:

To disable: In the taskbar, select OneDrive icon > Help & Settings > Settings > Account > Unlink this PC > Unlink account.

To uninstall: Go to Add/Remove Programs > Apps & Features > Microsoft OneDrive > Uninstall.

1. To disable: In the taskbar, select OneDrive icon > Help & Settings > Settings > Account > Unlink this PC > Unlink account.

2. To uninstall: Go to Add/Remove Programs > Apps & Features > Microsoft OneDrive > Uninstall.

the japanese call the practice of stopping production when a defect occurs

Answers

Answer:

Jidoka

Explanation:

hope this helps:)

An engineer installs a router on a business network so that users can connect to the Internet. What configurations does the engineer use to ensure the Internet access functions correctly

Answers

The configurations does the engineer use to ensure the Internet access functions correctly are Logical network, Logical host ID, and Default gateway.

What is a router explained?

A router is a tool that connects or greater packet-switched networks or subnetworks. It serves the number one functions: coping with visitors among those networks through forwarding information packets to their supposed IP addresses and permitting a couple of gadgets to apply the equal Internet connection.

The Logistics Network is what hyperlinks producers, suppliers, wholesalers, outlets and consumers; and is consequently a key aspect in the Supply Chain. Transport, warehouse and distribution centre operations are what hyperlink producers to cease consumers (at once or in-at once).

Read more about the Internet:

https://brainly.com/question/97026

#SPJ1

You are researching a topic online. You follow a link on a science association's website, but the webpage will not load. What is the most reasonable hypothesis for this problem

Answers

The most reasonable hypothesis for this problem is that the domain name or uniform resource locator (URL) is invalid.

What is a website?

A website is a collective name for a series of webpages that are interconnected with the same domain name, so as to provide certain information to end users.

In this scenario, since the Internet is active, the most reasonable hypothesis why the webpage will not load is that the domain name or uniform resource locator (URL) is invalid.

Read more on websites here: https://brainly.com/question/26324021

#SPJ1

Other Questions
A line that passes through the points (x, 4) and (6, -1) has a slope of 56. what value of x will yield the given slope? Which expression is equivalent to (startfraction (3 x y superscript negative 5 baseline) cubed over (x superscript negative 2 baseline y squared) superscript negative 4 baseline) endfraction) superscript negative 2? assume startfraction x superscript 10 baseline y superscript 14 baseline over 729 endfraction. In what hand did the witch hold the candy the second time?leftrightneither 6 tractors take 10 days to collect the harvest. How long would it take 10 tractors to do the same work? I need help(!) I appreciate a good explanation so I can understand it too (!) I think that when the temperature decreases, the pressure will __________. When things are cooled,________________.. An important skill for a clinical interviewer is ______, which is best described as the ability to know how he tends to affect others interpersonally and how others tend to relate to him. How did the restructuring of Europe after WWI affect anti-Semitism? [tex]\huge\color{yellow}\underline \colorbox{violet} {\color{red}{QUESTION}}[/tex]the question is in the picture Read the sentence. the faculty was able to teach computer science classes now that the school built a new lab. which words could replace the subordinating conjunction in the sentence while maintaining its original structure? choose two answers. and because but since so A number calculated by an independent party which represents what he current market rate as calculated using various factors is called a When previewing a text, Lea decides to use the text features to help herA.understand the domain words.B.understand the topic and purpose.C.find the sentences and paragraphs. Developments in lasers and robotics have helped people protect crops from destruction. perform complicated surgeries. monitor and predict the weather. create renewable energy sources. Draw something cute then paint itdoes this work? Heat from inside the earth is referred to as ______.A) biomassB) ethanol C) geothermal D) geyserE) peat what were the main two greek city-states that were fighting during the peloponnesian war? a) Which of these cities is nearest to the North Pole? A Cairo (1) B Delhi (2) C Lagos (3) D London (4) b) Which of these cities is nearest to the Equator? whats the circumference, to this problem ? Desmos Is it Fair?Explain your answer. our house needs redecorating.we have our house got redecorating.is the second sentence correct?