write 5 limitation
of computer?​

Answers

Answer 1

Answer: Storage, Adaptability, Reliability, Accuracy, and Speed

Hope I Helped :D


Related Questions

Write a program to output the following quote by Edsger W. Dijkstra: "Computer Science is no more about computers than astronomy is about telescopes" - Edsger W. Dijkstra

Answers

To output the quote by Edsger W. Dijkstra, a simple print statement can be used in most programming languages. For example, in Python, the code would be print("Computer Science is no more about computers than astronomy is about telescopes - Edsger W. Dijkstra").

The task requires writing a program to display a famous quote by Edsger W. Dijkstra, which reflects on the nature of computer science. Programming often involves using code to perform tasks, such as displaying messages. The quote reflects a profound understanding of computer science; it illustrates that computer science is not just about the physical machines (computers), just as astronomy isn't solely focused on the instruments (telescopes) but rather on understanding the larger principles and phenomena they help us observe and study. This analogy is used to emphasize the conceptual and abstract nature of computer science.

Why is my chrome book not working or it dosent have internet at my house‼️‼️‼️‼️‼️‼️‼️‼️ I have a project that’s due

Answers

Answer:

you ain got good service dude

Explanation:

stop being cheap and get unlimited wifi

Answer:

Explanation: Have you tried turning on your WIFI?

(Will mark brainiest) The ultimate goal of a distributed denial of service attack is to:
A) Make many connections to a server
B) Force a server offline
C) Divide a server's resources
D) Restrict access of a particular user

Answers

Answer: B

Explanation: They are trying to flood the service with so many things like messages, connection requests, that the system can't handle it and will shut down or crash.

Answer: The answer is B

Explanation:

The size of lawn tractor engines commonly range from 11hp to 18 its t or f btw

Answers

The answer to the problem is true.

Who focuses on planning a long-term business?

focus on planning a long-term business.

Answers

A business man who really focus on victory achieved through a right procedure will focus on long-term planning.

Let us understand what a short-term and long-term planning is.

Short-term will plan only for two-three years. But a long-term plan will look for future five years income projection, plan of expansion, bigger goals, etc.

A business man is the person who take risks and achieve more. A victory can be achieved in many ways one is taking bigger risks, next is focusing on long-term plans.

Answer:

Entrepreneurs

Explanation:

Entrepreneurs focus on planning a long-term business

Human-centered technology often recommends _______ao
to computer designers and manufacturers, telling them how to make systems and the devices that support them more user-friendly.

Answers

Answer:

Creating objects which people are going to interact with, designers have to be aware of those traits and take them into account in the process. ... Continuing the theme, user-centered design is more focused and concise version of human-centered design with deeper analysis of target audience.The user interacts directly with hardware for the human input and output such as displays, e.g. through a graphical user interface. The user interacts with the computer over this software interface using the given input and output (I/O) hardware.Human-centered design is a creative approach to problem solving and the backbone of our work at IDEO.org. It's a process that starts with the people you're designing for and ends with new solutions that are tailor made to suit their needs. ... Human-centered design consists of three phases.

Explanation:

Answer:

Best practices

Explanation:

HCT often recommends best practices to the community of computer designers and manufacturers about how to make these systems and the devices that support them more user-friendly.

A(n) _____ is generated by a Web server and then stored on your computer to keep track of the pages you view at a site, the merchandise you select, and other profile information. Class - Computer Essentials

Answers

A cookie is generated by the server and resides on the visitors laptop and holds a modest amount of information specific to the client.

This information can then be accessed by the client or web server.

If you were an online community director, you might use both chat and e-mail in your community. What are some similarities and differences between e-mail and online chat?

Answers

Final answer:

E-mail and online chat are two common forms of communication in online communities. There are both similarities and differences between these two methods.

Explanation:

E-mail and online chat are two common forms of communication in online communities. There are similarities and differences between these two methods.

Similarities:

Both e-mail and online chat can be used to communicate with others in an online community.Both can be used to send messages and have conversations, allowing for real-time or delayed interaction.Both can be accessed using internet-connected devices.

Differences:

E-mail is asynchronous, meaning messages can be sent and received at different times. Online chat is synchronous, allowing for instant back-and-forth conversation.E-mail allows for longer, more detailed messages, while online chat is typically more concise and informal.E-mail conversations can be easily saved and referenced later, while chat conversations are usually transient and not saved by default.

Jason needs to learn a new web tool. He went through his books to understand more about it. Now he wants hands-on experience with using that tool. What would help him? Jason can use websites where workspace is provided to test the results of your code.

Answers

Final answer:

Jason can use online platforms with practice environments to gain hands-on experience with a new web tool. Interactive learning tools and adaptive resources can enhance his understanding while practicing and testing his skills can help him improve. Utilizing these resources will allow for a more impactful and efficient learning experience.

Explanation:

To gain hands-on experience with a new web tool, Jason can utilize online platforms that offer an environment where he can test and refine his code. These resources may come in the form of web-based sample quizzes, animations, study guides, or dedicated practice services. Many digital learning resources include practice icons and shortcodes within their exercises that students can use to access additional practice material that is compatible with both mobile devices and PCs.

Interactive learning tools such as video exercises can show step-by-step solutions to problems, allowing Jason to see the practical application of the tool he's trying to learn. He can also benefit from adaptive tools that provide a personalized learning experience, helping him to efficiently build proficiency in specific topics. Moreover, by using online resources actively, including highlighting and annotating capabilities in digital books, Jason's study sessions could be more productive, especially in preparation for tests.

Finally, Jason needs to remember that learning to balance text, images, and formatting is crucial when working with web tools. Seeking proper guidance through examples, detailed study guides, and internet resources that offer additional information could be very beneficial. Practicing and testing his skills will help him measure his performance and identify areas that need more focus.

If I find a newspaper or magazine article on the Web, I can use it without citing it because I found it in electronic form.

True or False?​

Answers

That is false. All sources you use to conduct research must be properly cited based on whatever guidelines are applicable.

what is y +5=7(x-8) written in standard​

Answers

The answer is:

7x-y=61

Question 5 (1 point)
What was the first name of the Internet?

ONASANet

Military Net

WarNet

ARPANet

Answers

Answer:

Your answer is D ARPANet

2.8 Code Practice: Question 1
Write a program that takes three numbers as input and prints the largest.
Sample run:
Enter a number: 20
Enter a number: 50
Enter a number: 5
Largest: 50​

Answers

Answer:

Explanation:

First take the input of the numbers:

x = int(input("Enter the number of elements to be in the list:"))

b=[ ]

for i in range(0,x):

a=int(input("Element: "))

b.append(a)

c=[ ]

d=[ ]

for i in b:

if(i%2==0):

c.append(i)

else:

d.append(i)

c.sort()

d.sort()

count1=0

count2=0

for k in c:

count1=count1+1

for j in d:

count2=count2+1

print("Largest even number:",c[count1-1])

print("Largest odd number",d[count2-1])

Answer:

x=int(input("Enter a number: "))

y=int(input("Enter a number: "))

z=int(input("Enter a number: "))

print("Largest: "+ str(max(x,y,z)))

Explanation:

Got it right and hope this helps :)

d. The 7-bit ASCII code for the character '&' is:
0100110
An odd parity check bit is now added to this code so 8 bits are transmitted. What will
be the transmitted bit sequence for the ASCII character '&'?
If odd parity check bits are used when transmitting ASCII codes, which of the following
received bit sequences are not valid? Explain briefly how you reached your answer
a. 01001000
b. 01011110
c. 01111111
d. 11100111

Answers

Answer:

00100110

a and d are invalid sequences because they contain an even number of 1's.

Explanation:

Odd parity means that you want an odd number of 1's in the resulting set of bits. Since there are 3 (=odd) bits in the set, a zero must be added to keep the total odd.

the illustrations group contains all but a _______​

Answers

Answer:

Shapes button

Chart button

Photo button

Pictures button

Explanation:

In Microsoft Word, the illustration group has all the following options apart from the photo button. It can be found in the Insert tab of the Word document. The illustrations group is where you make several adjustments to your Word document by inserting online and offline pictures and clip art, shapes, charts, and screen shots.

To ignore all tracked changes in a document you should select the

Answers

Answer:

To ignore all tracked changes in a document you should select the Final option  

Explanation:

Microsoft provides options to track the changes in the document and to track the changes go to Review tab=> Click on Track changes. This will track the changes in the document.

If you want to turn off the tracking or ignore all tracked changes then the user should click on the final option. This provides various options like accept changes, reject changes, no mark up etc.

Document comparison, protection of the document, spell check and grammar are few of the features available in the Review tab.

Answer:

To ignore all tracked changes in a document you should select the Final option  

Explanation:

Microsoft provides options to track the changes in the document and to track the changes go to Review tab=> Click on Track changes. This will track the changes in the document.

If you want to turn off the tracking or ignore all tracked changes then the user should click on the final option. This provides various options like accept changes, reject changes, no mark up etc.

Document comparison, protection of the document, spell check and grammar are few of the features available in the Review tab.

The _____ row is typically the first row in a table.

banded
total
header
odd

Answers

the first row of the table is know as the table header.

Answer:

The header row is typically the first row in a table.

Explanation:

-A banded row refers to a row that has a background color.

-A total row is at the bottom of a table and it shows the results of calculations.

-A header row is a row that has the name of each column and because of that is the first row.

An odd row refers to a row that is labeled with an odd number.

According to this, the answer is that the header row is typically the first row in a table.

In a virtualized environment, this operating system runs on the physical machine.
A. Guest
B. Client
C. host
D. Home

Answers

Answer:

In a virtualized environment, host operating system runs on the physical machine.

Explanation:

Virtual environment is a computer which runs in a “virtual machine”. It is the hybrid of hardware platform and virtual machine environment. Placing multiple virtual machines on one physical server is called the host.

The advantage of setting virtual environment is that, it reduces “capital and operating costs”, increases productivity, simplified data center management, increases efficiency, Minimized “down time”, manage system easily.

A guest is not permanent and the access of the guest system changes as per the need of the guest.

Client is the machine which request or need the server to perform task.  

Home is not a valid environment name. So only the option C holds good.

In a virtualized environment, the operating system that runs on the physical machine is called the host operating system.

Hence option C is correct .

Given, operating system .

Host : It serves as the foundation for running multiple virtual machines on the same server. The host operating system helps reduce costs, increase productivity, and simplify data center management.

A operating system is not permanent and its access can change.

A client is a machine that requests tasks from a server.

"Home" is not a valid option.

Therefore option C is correct .

Know more about operating system,

https://brainly.com/question/33924668

#SPJ6

Sandy's keyboard is not inputting data into her computer which key should she press to verify it is connected to her computer....she should press what key and check the light on the keyboard ​

Answers

Answer:

Windows key,capslock key for verify connectivity

Explanation:

Sandy's can verify whether her keyboard is working or not by pressing the windows key. Caps Lock and Num lock key will turn on the light on keyboard and she shall see whether her keyboard is functioning or not. This method is being used everywhere to verify the keyboard connectivity.The light function can also be checked by using Caps Lock or Num lock key as well. Some keyboard offers the in built light, which can be turned on by pressing Alt+Space bar.

Kaylee is part of a team preparing a long investigative report. The team asked
her to write the table of contents. What is the best major heading for this
element of the report?
A. There should be no heading for a table of contents
B. Contents
C. Table of Contents
D. Executive Summary

Answers

Answer:

The suitable answer for the following question will be B. Contents.

Explanation:

The topics that are covered by the document, book or any project report known as Contents or the formal division of any type of document or book. It will help us a lot by showing the parts of the book in a serial way that's why it can be the best suitable heading for any project report.

There are some reasons why the other options are not suitable for that investigative report :

Table of contents is in a form of headings like heading 1, heading 2 etc is not related the contents.

Executive summary is a short part or section of any document, this one also not relatable.

Hence, these option are not considered as a right answer.

You view a portion of a document on the screen through a

Answers

Answer:

Document window is through which we view the portion of a document.

Explanation:

We have many portions like tabs, ruler, ribbon, etc in word. There is one another feature called Document Window in word where it represents the actual view of a document in GUI (Graphical User Interface) operating system.

Here the actual contents of the page are created and the user can also insert various shapes based on the need.  Any feature in the tabs can be included in the document window. You can set the zoom size of the document according to the need.

Ethics in businesses and organizations are
made up of a set of moral principles that
guide the organizations. Discuss how good
work ethics influence your career success.

Answers

Set of moral principles which yield reward to both the employer and the employee is called “Work ethics”. Below are set of “good work ethics” which influence the career much.

Dedication towards the work, Team work achieved by collaboration, showing professionalism, give and take respect, showing productivity towards the work, showing empathy, Cooperating with others, maintaining integrity, providing quality output, determination towards the work, etc, flashing creativity, being to work on time, helping others, taking risk as a challenge, etc.

John travels and writes about every place he visits. He would like to share his experiences with as many people as he can. Which mode of
Internet communication can John use most effectively to show and share his written work?
A
chat room
B.
blog
C. weekly emails
D.wiki

Answers

Answer: B. Blogs

Explanation:

A blog is a discussion or informational website published on the World Wide Web consisting of discrete, often informal diary-style text entries (posts).Posts are typically displayed in reverse chronological order, so that the most recent post appears first, at the top of the web page.

what keyboard shortcut opens the find tool?

Answers

Answer:

on Firefox it would be ctrl+Shift+S on windows or Linux or Mac0s is Cmd +0pt+S

Explanation:

The keyboard shortcut that commonly opens the find tool varies depending on the operating system and the application you are using.

In general, the most commonly used shortcut to open the find tool is "Ctrl + F" on Windows and Linux systems, while on macOS, it is typically "Command + F".

This shortcut brings up the find tool or search bar within an application, allowing you to search for specific words, phrases, or content within the document, webpage, or application interface.

It is a convenient way to quickly locate and navigate to specific information or instances within a larger body of text or content.

Know more about keyboard shortcuts:

https://brainly.com/question/9170074

#SPJ6

Read the paragraph.
[1] Russell really enjoys baking. [2] He makes the most delicious plum tarts. [3] His tarts always have a perfect flaky
crust. [4] Learning how to bake from a master chef in Paris is one of his dreams.
Which sentence in the paragraph is structured differently than the others?

sentence 1
sentence 2
sentence 3
sentence 4​

Answers

Answer: sentence 4

Explanation: it's the only one that has an omited subject.

Is a trade group that promotes wireless technology and owns the trademark for the term “wi-fi”
The wifi alliance
The WiFi consortium
The wireless society
Wireless cellular networks divide regions into smaller blocks or
Cells
Shells
Cubicles

Answers

The trade group that promotes wireless technology and owns the trademark for the term "Wi-Fi" is the WiFi Alliance.

wireless cellular networks divide regions into smaller blocks called "cells." So, the correct answer is "Cells."

WiFi Alliance: This is an organization that promotes wireless technologies and ensures interoperability between different devices that use Wi-Fi. It sets standards and certifications for Wi-Fi products. They own the trademark for the term "Wi-Fi."

Wireless Cellular Networks: These are networks used for mobile communication, like your cell phone network. They are divided into smaller regions called "cells." Each cell has its own base station (cell tower), and these cells collectively cover a larger area. When you move from one cell to another while using your phone, the network seamlessly hands off your connection from one cell to another, allowing for continuous communication.

1/5 multiplied by what number will result in a product of 1/10?
A. 1/2
B. 2.
C. 1/5
D. 5​

Answers

Answer:

Option A. 1/2

is the correct answer.

Explanation:

We are given with = 1/5

We want the result to be = 1/10

Let the fraction we want to know is X so

According to given condition:

[tex]1/5 * X = 1/10[/tex]

Multiplying both sides by 5 we get:

[tex]5 * 1/5 *X = 1/10 *5[/tex]

As we know the cancellation property = [tex]a * 1/a = 1[/tex]

So By simplifying:

[tex]X = 1/10 * 5[/tex]

As 5 and 10 are multiples of 5 so they will be cancelled to give:

[tex]X = 1/2[/tex]

Hence when 1/5 will be multiplied by 1/2 the product is 1/10.

I hope it will satisfy you!

The definition of "nested statements" is _____. elements of specific text that work within elements of HTML elements of specific code that work within elements of HTML elements of HTML that work within other elements of HTML elements of HTML that work outside of elements of HTML

Answers

Answer:

The block of code following the else statement is executed as the condition present in the if statement is false. nested-if. A nested if is an if statement that is the target of another if statement. Nested if statements means an if statement inside another if statement.

Explanation:

Answer: According to what i found it says "an Excel formula with multiple IF conditions. It’s called “nested” because you’re basically putting an IF Statement inside another IF Statement and possibly repeating that process multiple times."

Hope that Helped! :)

Explanation:

Explain what pin pad and chip readers are and how they are used.

Answers

Answer:

A pin pad is a pad that has numbers on it and is normally used to input a password onto. You would use these on the doors of your home or a safe or something you keep your valuables in. A chip reader is a device that reads a microchip (for example, a chip is something you would find in your credit card) and it read the chip to access what is in it (normally).

Explanation:

Why could Mars not hold onto its atmosphere?

Answers

Answer:

Mars loses its atmosphere faster, because there's less gravity to hold on to it. It goes through the loss of atmosphere faster than earth does

Explanation:

Mars could not retain its atmosphere due to its weak greenhouse effect and gravity, leading to a runaway refrigerator effect and the loss of most of its water. These conditions happened rapidly within the planet's early history, resulting in the arid and frigid Mars we observe now.

Mars could not hold onto its atmosphere due to a combination of factors, primarily its smaller size compared to Earth and its greater distance from the Sun. The loss of Mars' atmosphere and water can be attributed to the planet's inability to sustain a significant greenhouse effect, which is crucial for retaining heat. Without enough CO2 in the atmosphere, temperatures on Mars began to plummet, leading to a 'runaway refrigerator effect' where the water in the atmosphere froze out, exacerbating the planet's inability to hold heat. This chilling cycle occurred within a short geological time span, significantly less than a billion years after Mars had formed, and led to the cold and dry Mars that we know today.

Another contributing factor was Mars' weak gravity, just 0.36 of Earth's, which made it easier for gases to escape into space. The Martian atmosphere's current thin state is reflective of its weak gravitational hold relative to the kinetic energies of atmospheric gases. Observations suggest Mars does possess an atmosphere, but it is very rare, as deduced from the behavior of starlight during planetary transits and the observation of faint clouds on the Martian surface. While liquid water is no longer present on the Martian surface due to these conditions, certain geological histories indicate it may have once sustained warmer and wetter periods.

Other Questions
Justify each step in solving the equation 5(y+3)-11=-y-6 by writing a reason for each statement. StatementsReasons5(y+3)-11=-y-6 Given5(y+3)=-y+55y+15=y+55y=-y-106y=-10 y=-5/3 Division Property of Equality/ReducePlease help!!! The idea in the Declaration of Independence created a new national identity that united colonists behind a core set of beliefs and set the new nation apart from other countries throughout the world why else was it significant that the ideas in the Declaration of Independence created a new national identity? Write a paragraph on the topic -Life's best lessons are learnt from friends."(100-120 words) Brent is taking part in an experiment in the cognitive neuroscience lab on campus. Silently, he reads rapid sequences of words flashed on a computer screen. Simultaneously, the electrical activity of his brain is recorded through skull electrodes. The brain-scanning technique used in this study Is A. fMRI. B. PET D. TMS Just for the Halibut, Inc. designs and manufactures custom made fishing rods. On June 1, it had one job started with a beginning Work in Process balance of $578578. During June the job was finished and sold. Direct labor for the job in June was $75 and direct materials used were $60. Direct laborers are paid a wage rate of $15 per hour and manufacturing overhead is applied to production at a rate of $99 per direct labor hour. The company marks up costs 35% to determine the selling price. What was the selling price of the job? If the points (4,2) (6,3) and (8,4) are on the graph of f, give three points on the graph of f^-1 Write a short dialogue in Spanish between you and your doctor, Dr. Romero, in complete sentences. Use the vocabulary from this lesson and the following suggestions as a guide for your answer.You may copy and paste the accented and special characters from this list if needed: , , , , , , , , , , , , , , Have the doctor greet you (e.g., Hi, good morning.).Ask him/her how he/she is doing in one sentence (e.g., Good morning, doctor; how are you?).Have your doctor reply in one sentence and ask how you are doing (e.g., I am well, thanks. How are you?).Let your doctor know how you are doing, in one sentence/expression. (e.g., I am doing so-so). Given the graph of the function f(x) below what happens to f x when x is a very small negative number? Adjusting the driver's seat is _____.A. only necessary when you purchase a new vehicle B. usually enough to make up for an arm or leg injury C. not necessary if you're only driving a few miles D. not just for comfort How do you solve-10=4x 3. Ellen has 3 times as many CD's as Sammy. Together they have 32 CD's. How many doeseach person have? Which of the following sections of books in the Odyssey occurred simultaneously?Books IX-XII and I-IVBooks V-VIII and I-IVBooks IX-XII and V-VIIIBooks I-IV and XIII-XXIV Q:- You may have heard through various media of an animal alleged to be the hybrid of a rabbit and a cat. Given that cat (Felis domestica) has a diploid chromosomes number of 38 and a rabbit (Oryctologus cuniculus) has a diploid chromosomes number of 44, What would be the expected chromosomes number in the somatic tissues of this alleged hybrid? Which of the following is a true statement regarding the operational definition of a gene?a. most genes encode one polypeptide and can be operationally defined by the complementation testb. most genes encode two polypeptides and can be operationally defined by the antiparallel testc. most genes encode for less than one polypeptide can be operationally defined by the complementation testd. most genes encode for one polypeptide and can be operationally defined by the Fluctuation test Among a random sample of 500 college students, the mean number of hours worked per week at non-college-related jobs is 14.6. This mean lies 0.4 standard deviations below the mean of the sampling distribution. If a second sample of 500 students is selected, what is the probability that for the second sample, the mean number of hours worked will be less than 14.6? 6. What is the acceleration of an object that accelerated steadily from rest, traveling 10 m in 10 s? A survey of 1,168 tourists visiting Orlando was taken. Of those surveyed:266 tourists had visited LEGOLAND295 tourists had visited Universal Studios87 tourists had visited both the Magic Kingdom and LEGOLAND68 tourists had visited both the Magic Kingdom and Universal Studios91 tourists had visited both LEGOLAND and Universal Studios16 tourists had visited all three theme parks74 tourists did not visit any of these theme parksHow many tourists only visited the Magic Kingdom (of these three)? the theory whereby government ensures that institutions do not assume powers delegated to another institution is known as:A. The ConstitutionB. Checks and BalancesC. The Bill of RightsD. National Supremacy Standing on the commuter train platform you glance down the tracks to see if the train is coming. As you do, you notice that the parallel rails of the train track appear to come together and meet in the distance. This is an example of which depth perception cue? Who invented the microscope and why is his invention so important to the scientific world? PLEASE HELP ME! 10 POINTS!!!!!