You designed a program to find the average of the user’s numbers. Which step below corresponds to finding the sum and dividing by the quantity of the user’s numbers?
Gather data.
Perform any needed calculations or data manipulations.
Define the problem precisely.
Communicate the results, along with an interpretation as needed.
Check the accuracy of your calculations and data manipulations.
Answer:
a
Explanation:
give me a crowns
The step below that corresponds to finding the sum and dividing by the quantity of the user’s numbers is to gather data. The correct option is a.
What is it to design a program?Programs are developed utilizing specified structures in structured programming designs. As an illustration, somebody would want a financial statement analysis where the income statement profit is determined first and then the balance sheet is balanced.
The top-down programming refers to a method of creating programs that starts with the big idea and continuously breaks it down into its smaller elements. To put it another way, it begins with the abstract and keeps breaking it down until it reaches the specific.
Therefore, the correct option is a. Gather data regarding the program design.
To learn more about designing a program, refer to the link:
https://brainly.com/question/16850850
#SPJ2
Unconformities develop when new sedimentary layers accumulate atop old, eroded layers, resulting in a geologic hiatus. Which of the illustration represents a disconformity? Choose one:
A. Illustration A
B. Illustration B
C. Illustration C
Answer:
B it right
Explanation:
THIS IS WHAT I DID!!!
One of the key inventions that made the World Wide Web possible is the
URL.
In the year, 1969, the American Department of Defense put a military research network, called ARPANET online.
Which organization developed a network called CSNET to provide a network free to all American research and educational institutions? Type the full name of the organization.
National Science Foundation
Complete the following sentence.
The first email was sent in 1971.
Complete the following sentence.
The PC modem was invented in 1977.
Complete the following sentence.
The World Wide Web launched to the public in 1991.
Complete the following sentence.
The first cell phone with an Internet connection released in 2001.
PLEASE HELP ME THIS QUESTION!!!!!! I'M DUE TODAY:)
Write a paragraph response explaining the research process that you used to find the answers for your project. Include in your response to the ways in which you determined the sites were valid and accurate.
Answer:
thank you for this and for the paraghraph this is what i put
Explanation:
Recently the google chrome software doesn't allow sites that they don't make or are from a popular news browser to be accessed through the search engine. So a matter of "is this a site that will give me valuable information that is also correct" more applies to when the internet was first created. But nowadays if you are on a secure website there should be a little lock at the top by the URL. this isn't on all the secure websites because the companies Amazon, Walmart, and, Best buy have proven to be very safe and they don't have a lock.
Following are the responses to the given question:
The ARPANET was built by the U.S. Department of Defense's Advanced Research Projects Agency. Bob Taylor launched the ARPANET project in 1966 to enable remote computer access, based on the ideas of J. C. R. Licklider.The NSF funds research and teaching in science and engineering through grants, contracts, and cooperation agreements. It Foundation is responsible for roughly 20% of government money in fundamental research in academic institutions.The first communication is being sent to a computer to the machine over ARPANET on October 29th, 1969. Ray Tomlinson invented email messages as we know them today in 1971, as he created ARPANET's networked mail server.In 1977, Dale Heatherington & Dennis Hayes developed the first modem PC of the world, the 80-103A. A Modem which gave all the right features at precisely the correct price point that connected to a phone, something which users had never had the opportunity of experiencing up to this time.On August 6, 1991, Berners-Lee published the first-ever site, heralding the commencement of a Web as an available to the public service on the Internet. The site had to do with the World Wide Web project, explaining the Internet and how it is used.The Nokia 9000 Communication was the first cell phone to include Internet access.By selected words from the questions, rewrote them in a simpler manner, and then go ogled it. I clicked on several sites & thought that what was most usually written was accurate.Learn more:
brainly.com/question/4735264
the Method of
getting
information out
of the computer
Answer:
There's alot of ways to read data from a computer. One way is to create a file pointer and read the bytes of data starting at that adress.
Select the four elements typically included as part of a motherboard.
chipset
webcams
speakers
expansion cards
keyboard
sockets
clock generator
Answer:
Chipset, Expansion Cards, Sockets and Clock generator
Explanation:
Answer:
2
3
5
6
Explanation:
on edg
Which steps are needed for word to create an index
Answer:
1. Position the insertion pointer where you want the index to appear. If you want the index to start on a new page, create a new page in Word. ...
2. Click the References tab.
3. In the Index group, click the Insert Index button. The Index dialog box appears. ...
4. Click the OK button to insert the index into your document.
Explanation:
Can speakers receive and send data?
Answer:
Depends.
Explanation:
If its a smart speaker, like Amazon Echo or Google Home, most likely yes. Especially since they have to communicate to other smart speakers if you have multiple. If you ask it questions, sometimes it pulls from its data banks to help answer it more accurately.
Answer:
CNCBN C FGB DHFJ NSJD
Explanation:
Which statement assigns the value 140 to the variable streetNumber in Python?
streetNumber = 140
streetNumber! = 140
street number = 140
StreetNumber == 140
Answer:
A
Explanation:
i think
______________ is a pre-designed format to help users with the creation of a document, like a flyer, brochures, or resumes. What's the answer for the blank?
A.PowerPoint
B.Excel
C.Template
D.Pie Chart
Which of the following is the most reliable way to check the accuracy of a website?
Answer:
Examine the sources cited by the website
Explanation:
Due to the ability for everyone to create a website, and that there are no governing standards on the quality of information given on websites, it is important when conducting research to ensure that the sources on the web are up to date, accurate, and provide an objective view
Therefore, it is important to go through and examine the website critically using the the following criteria
1) The website coverage
2) The currency of the website's information
3) Weather the website is objective or not
4) The identity of the author of the website and the ability to contact the author
5) The accuracy of the information contained in the website
What type of degree do web masters tend to have?
at least a master’s degree, possibly a Ph.D
at least a bachelor’s degree, possibly a master’s degree
at least an associate's degree, possibly a bachelor’s degree
at least a high school diploma, possibly an associate's degree
Answer:
so whats the answer?
Explanation:
Answer: A. at least a bachelor's degree
Explanation:
Which of the following led to the decline in production of LPs?
quality of LPs
appearance of LPs
cost of LPs
size of LPs
i will mark brainlist
please don’t report this for wrong subject i just need an answer and i don’t know what this would fit in: (please only answer if you actually know, don’t guess)
if a driver is losing control (heart attack, seizing etc) and you are sitting in the passenger seat, should you put the car in park gear to stop a crash ?? if not, what else should one do ??
being a media and information literate indibidual is important especially during this modern time.give atleast three example situations that show its importance in your daily life
Answer:
I REQUIRE POINTS CAUSE I NEED ASWERS FOR M HOMEWORK
Explanation:
JAVA
Write a program that requests the user input a word, then prints every other letter of the word starting with the first letter.
Hint - you will need to use the substring method inside a loop to get at every other character in the String. You can use the length method on the String
to work out when this loop should end.
Sample run:
Input a word:
domain
dmi
Answer:
import java.util.*;
public class MyClass {
public static void main(String args[]) {
Scanner input = new Scanner(System.in);
System.out.print("Input a word: ");
String userinput = input.nextLine();
for(int i =0;i<userinput.length();i+=2) {
System.out.print(userinput.charAt(i));
}
}
}
Explanation:
This line prompts user for input
System.out.print("Input a word: ");
This declares a string variable named userinput and also gets input from the user
String userinput = input.nextLine();
The following iterates through every other character of userinput from the first using iteration variable i and i is incremented by 2
for(int i =0;i<userinput.length();i+=2) {
This prints characters at i-th position
System.out.print(userinput.charAt(i));
Impaired drivers are one of the many risks drivers face on the Highway Transportation System. List 3 signs that a driver could be potentially impaired. Explain a strategy that you can use to keep yourself safe.
Answer:
Three signs that could show that a driver is impaired are: Swerving on the road, driving slower than the speed limit, and driving on top of lines or inside and outside the lines. A strategy to be safe would be to keep a safe distance from the driver, not try to outrun or pass the driver, stay a good distance behind the impaired driver to avoid potentially dangerous driving.
DO NOW
1. What are the 4 things that make a computer a
computer?
Answer:
CPU, GPU, Hard drive, Video Card
Explanation:
How buffers are used when stream a video or a music from the internet to your computer.
Answer:
Restart it.
Explanation:
what is a geostationary satellite and what makes them special? explain with a bunch of text
Answer:
Geostationary communication satellites are useful because they are visible from a large area of the earth's surface, extending 81° away in both latitude and longitude. They appear stationary in the sky, which eliminates the need for ground stations to have movable antennas.
How has the global marketplace used emerging technologies to expand businesses
Answer:
Information Technology (IT) has revolutionized the way organizations conduct business by enabling small and medium businesses to level the playing field with larger organizations. Small businesses use an array of technology based on everything from computer server stations to portable mobile devices to expand competitive advantages in the global economic marketplace and marketing environment. So, small & medium business organizations owners are considering implementing information technology (IT) in their planning process for streamlined integration. Thus, this process is leading to future business expansion locally as well as globally. This decision allows proprietors to create smooth business operations using the most effective information technology available. On the other hand, the Internet has further linked the overseas suppliers of goods and services and their buyers. During the e-commerce era, internet traffic is increasing day by day, and e-commerce business is in the hyper growth stage. Information technology tremendously helps to boost the expansion of the current and future of marketing environment; communication technology became faster than ever. Though, globalization creates a little challenge for multinational companies to share resources and knowledge across a number of businesses inside and outside the country. Outsourcing and freelancer ease this challenge because multinational companies recruit talent freelancers and outsource their projects to the highly expert vendors and then the works are done through the team of people very effectively and efficiently.
Explanation:
Why the HTML structure is important to properly written in HTML document
Answer:
A properly written HTML document will not only be readable to the user, but will also convey the structure of the document, the relationship of its content to each other, and allow the user to link to other pages and sites. HTML can do all of this because it's a markup language.
Answer:
The browser understands it, if you don't add the thing, you maybe can't access other files.
Explanation:
Take a minute to reflect on your thoughts and learning so far and discuss:
1- the skills you may need to have a career in media arts.
In paragraph form, identify and discuss at least 3 essential skills you need for a career in media arts and why they are important.
2- how the techniques used in different media artworks may reflect varying messages and points of view.
In paragraph form, state a company or product and describe 2 advertising techniques that will be beneficial to advertise it. One of your techniques should address the best type/form to advertise it and why you think it is the best.
Answer:
To be completely honest, this is a question that you and only you can answer really. You were the one that took the class and we cant reflect on your thoughts for you. I'm not trying to be one of those people, but its the truth.
Explanation:
What method of thermal energy is at work when heat lamps are used to warm up baby chickens?
Answer:
Radiation
Explanation:
Answer:
radiation is correct
Explanation:
JAVA
Write a program that requests the user input positive numbers until they input -1, then prints the sum of all numbers.
Sample run:
Enter positive numbers (-1 to stop)
3
7
8
-1
Sum is 18
import java.util.Scanner;
public class JavaApplication33 {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
int total = 0;
System.out.println("Enter positive numbers (-1 to stop)");
while (true){
int num = scan.nextInt();
if (num == -1){
break;
}
else{
total += num;
}
}
System.out.println("Sum is "+total);
}
}
I hope this helps!
The program is an illustration of loops.
Loops are used to carry out repetition operations; examples are the for-loop and the while-loop.
The program in Java, where comments are used to explain each line is as follows:
import java.util.*;
public class Main
{
public static void main(String[] args) {
//This creates a scanner object
Scanner input = new Scanner(System.in);
//This initializes sum to 0, and declares num
int sum = 0; int num;
//This gets input from the user
num = input.nextInt();
//The loop is repeated until the user enters -1
while(num!=-1){
//This if-condition ensures that, only positive numbers are added
if(num > 0){
sum+=num;
}
//This gets another input from the user
num = input.nextInt();
}
//This prints the sum of all positive numbers gotten from the user
System.out.print(sum);
}
}
The above program is implemented using a while loop
Read more about similar programs at:
https://brainly.com/question/15263759
Which are steps taken to diagnose a computer problem? reproducing the problem and using error codes reproducing the problem and troubleshooting using error codes and troubleshooting using error codes and stepping functions
The step taken to diagnose a computer problem is using error codes and troubleshooting. The correct option is C.
What is troubleshooting?A methodical method of problem-solving known as troubleshooting is frequently used to identify and resolve problems with sophisticated machinery, electronics, computers, and software systems.
The term troubleshooter, or in the 1890s, trouble-shooter, is where the verb troubleshoot first appeared in the early 1900s. Workers who fixed telephone or telegraph lines were known by this moniker.
The appearance of this infamous error screen on your Windows computer screen indicates that malfunctioning hardware has caused the operating system to experience a "stop error."
Therefore, the correct option is C, using error codes and troubleshooting.
To learn more about troubleshooting, refer to the link:
https://brainly.com/question/30048504
#SPJ5
As with most professions, photography comes with its own unique set of terms and jargon. Identify at least four different words related to photography, define, and use them in a sentence that expresses their meaning in relation to the field.
Answer: See explanation
Explanation:
The words associated with photography include:
1. Filter: It is a device that is used to remove a certain form of light. It is usually placed on the lens of the camera when one wants to change the light or color.
John used different filter on his camera.
2. Camera : This is an equipment that is used to take photographs or make movies.
A new camera was bought by Ruth.
3. Photo book: This is a published book that contains photographs.
Bob knows a website where one can order photo books that are custom made.
4. Picture: This is a photograph or an image that can be seen on the television.
John took a picture of Tom when he was dancing.
5. Air brush: A machine that isused for painting or to improve the work done on a photograph.
The wrinkles on my grandma's face were airbrushed out.
Answer:(Aperture) is the first common photography term you should learn. Simply put, aperture is the size of the opening in the lens. Think of the lens as a window—large windows or wide angles let in more light, while small windows let in less light. A wide open aperture will let more light into the image for a brighter photo, while a smaller aperture lets in less light. (Aspect Ratio) If you’ve ever printed images before, you’ve probably noticed that an 8 x 10 usually crops from the original image. That’s due to aspect ratio (Bokeh) is the orbs created when lights are out of focus in an image.
how do you only give away only 5 points instead of 10 or more
Answer:
10 is basically 5.
It says 5 cus 2 people answer splitting the points :)
Explanation:
Answer:
you split the points
Explanation:
duh
lol WAKE UP!!! and get ready to answer my questions.
Answer:
1. Variable Creation Statement2. Fav_Num=7Explanation:
Hope This Helps :)Im not sure if the 2nd one is correct but i think that it is.PLS HURRY
Look at the image below
Answer:
20
Explanation:
During the first iteration for the list [1, 4], numB = 1.
During the first iteration of the list [2, 3], numA = 2.
answer = answer + numA + numB
= 0 + 2 + 1
= 3
Since the list [2, 3] is in a nested loop, we need to first finish iterating the whole list before numB iterates to the next number, so numA = 3 this time and numB still stays at 1.
answer = answer + numA + numB
= 3 + 3 + 1
= 7
Now, numB moves to 4 and numA starts back at 2 again.
answer = answer + numA + numB
= 7 + 2 + 4
= 13
numB still says at 4 and numA moves to 3 since it is in a nested loop:
answer = answer + numA + numB
= 13 + 3 + 4
= 20
print(answer) will print the output 20.
Hope this helps :)
Which of the following component is required to insert text in multimedia
programme?
i. Animation
ii. Text
iii. Graphics
Answer:
Text is used to insert text in multimedia program.
Hence,
Option ii. Text is the correct answer.
Explanation:
Let us define the terms first.
1. Animation:
Animation is kind of images that move. Animations are used to show some kind or process or working that is happening in multimedia program
2. Text:
Text is the explanation which is given in explicitly using fonts and typefaces.
3. Graphics:
Graphics are the images, logos that are used in multimedia.
So from the definitions above,
Text is used to insert text in multimedia program.
Hence,
Option ii. Text is the correct answer.