(Java)
Summarize the connection between controls, events, and subroutines.

Answers

Answer 1

In order to create an effective summary, you must take time to read through the topics that you have been given. Namely:

"The Connection between Controls, event, and subroutines".

What is a Summary?

A summary refers to a concise statement or account or report of the key points of an event, story, or literature.

A summary is usually exclusive of details that are not necessary. It focuses on the key points.

The text relating to the topic must be carefully researched. Jot down your points on a separate sheet, especially when looking at introductory paragraphs and chapters. You will also find key points in the conclusive paragraphs of each chapter or the text.

Then ensure that all your points are arranged in an order that is logical and sequential.

Learn more about Summaries at:

brainly.com/question/25605883


Related Questions

What is one pass of a coding sequence called? a return a loop an iteration an infinite loop.​

Answers

Answer: an iteration

Explanation:

Edge

Answer:

C

Explanation:

Write a program to Find the Sum of 4 numbers​

Answers

Answer:

Following are the code to the given question:

#include <iostream>//header file

using namespace std;

int main()//main method

{

   int a,b,c,d;//defining integer variable

   cout<<"Enter numbers:";//print message

   cin>>a>>b>>c>>d;//input numbers

   int sum=a+b+c+d;//add value in sum variable

   cout<<"4 number sum is:"<<sum;//print sum

   return 0;

}

Output:

Please find the attachment file.

Explanation:

In the program inside the main method 4 integer variable "a,b,c, and d" is declared that uses the print method to input the value from the user-end and after accepting the value an integer variable "sum" is declared that adds all input values and use a print method that prints the value with the message.

Why might an algorithm created to assist in hiring decisions be biased?

Previous decisions were flawed.

Previous data has no effect.

The algorithm used incomplete source data.

Answers

Answer:

Previous decisions were flawed

Explanation:

An algorithm depends entirely on the data input into the system in the decision making process.

As such, when there are conclusions in the data set used by the algorithm for decision making which are distorted, such as the association of less individuals that drink and drive in the rich cities than can be found in poorer communities due to the presence of less bars uptown and as such drivers from uptown areas are given preference may include a bias that is due to conclusion on which the previous decisions were made and used in the algorithm which may have been flawed or need more detailed analysis

What behavior do elements in a stack follow?

Answers

A stack operates on the LIFO (Last In First Out) principle, which states that the element inserted last is the first element to be removed. Inserting an element into the stack is known as a push operation, and removing an element from the stack is known as a pop operation.

Answer:

last in, first out, or LIFO behavior

Explanation:

B

Edhesive 11.1 lesson practice please

Answers

Answer:

1. Bits

2. Bitrate

3. The amount of time it takes for bits to travel from one place to another.

4. Used to send bits wirelessly.

5. Cables that carry light and dramatically increase the speed and accuracy of information over the internet.

6. 8

7. The number of bits per second a system can transmit.

Explanation:

hey lol

In this exercise we have to use the knowledge in computational language in java to write the code.

This code can be found in the attached image.

So we have the code in a simpler way like:

public class Person{

private String firstName,lastName;

public Person(String first,String last)

{

firstName=first;lastName=last;

}

public int throwDisc(int pow)

{

if(pow<1){pow=1;}if(pow>10){pow=10;

}

return pow*2;

}

public String toString(){return lastName+", "+firstName;

}

}

public class Coach extends Person{

private String role;

public Coach(String first,String last,String rol)

{

super(first,last);role=rol;

}

public String toString(){return super.toString()+"\n Role: "+role;

}

}

import java.util.*;

public class UltimateTeam

{

private ArrayList<UltimatePlayer> players=new ArrayList<UltimatePlayer>();

private ArrayList<Coach> coaches=new ArrayList<Coach>();

public UltimateTeam(ArrayList<UltimatePlayer> p,ArrayList<Coach> c)

{

for(UltimatePlayer up:p){players.add(up);}for(Coach co:c)

{

coaches.add(co);

}

}public String getCutters()

{

String list="";for(UltimatePlayer p:players){if(p.getPosition().contains("cutter")){list+=p.toString()+"\n";}}return list;

}

public String getHandlers()

{

String list="";for(UltimatePlayer p:players){if(p.getPosition().contains("handler")){list+=p.toString()+"\n";}}return list;

}

public String toString()

{

String list="COACHES\n";for(Coach c:coaches)

{

list+=c.toString()+"\n";

}

list+="\nPLAYERS\n";for(UltimatePlayer p:players)

{

list+=p.toString()+"\n";

}return list;

}

}

public class Captain extends UltimatePlayer

{

private boolean type;

public Captain(String f,String l,String p,boolean t){super(f,l,p);

type=t;

}

public int throwDisc(int pow)

{

if(pow<1){pow=1;}if(pow>10)

{

pow=10;

}

return pow*5;

}

public boolean getType()

{

return type;

}

public String toString()

{

String off="";if(getType())

{

off="offense";

}

else{off="defense";

}

return super.toString()+"\n Captain: "+off;

}

}

public class UltimatePlayer extends Person

{

private int jerseyNumber=-1;

private static int id=0;

private String position="";

public UltimatePlayer(String f,String l,String p)

{

super(f,l);

if(p.contains("cutter"))

{

position="cutter";

}

else

{

position="handler";

}

id++;

jerseyNumber=id;

}

public String getPosition()

{

return position

}

public int throwDisc(int pow)

{

if(pow<1){pow=1;

}

if(pow>10){pow=10;

}

return pow*4;

}

public String toString()

{

return super.toString()+"\n Jersey #: "+jerseyNumber+"\n Position: "+position;

}

}

See more about JAVA at brainly.com/question/12975450

Need the answer ASAP. Thanks

Answers

Answer:

join

Explanation:

It’s

Join.

That’s the correct word.

Select three areas that should be included in a contract consultant’s business expense model.

Answers

Answer:

i dont really know but i tried

Explanation:

Fixed price contracts. With a fixed price contract the buyer (that's you) doesn't take on much risk. ...

Cost-reimbursable contracts. With a cost-reimbursable contract you pay the vendor for the actual cost of the work. ...

Time and materials contracts

Beth wants to add information to her powerpoint presentation that is hiden from her audience and only she will see. Which feature should she use?

Answers

Answer:

She should use her "notes pane" in the PowerPoint

Explanation:

PowerPoint is a very good graphics software program available in different versions as a result of upgrades, with in-built functions which aid presentations of information in different formats such as text, videos, graphs in slides. It also allows printing into a hard copy.

Notes pane is a section in the PowerPoint software program located below the slide pane, in other words, it is a box found at the bottom of the slide. You write information in that box when you don't want the audience to see the information when they are viewing the slides during a presentation, giving Beth, for instance, the ability to still add some things that could assist her presentation.

PLSSSSS HELPP!! Tropical rainforests are home to many kinds of birds, including parrots, toucans and eagles. Each different species of birds rely on different organisms as food sources. How does this help the birds survive in the rainforest?


A.It allows different birds to reproduce more often.

B.It allows different birds to escape from predators.

C.It reduces competition between different bird species.

D.It allows different birds to build better nests.

Answers

Answer:

C I believe

Explanation:

It is c
Because if the birds ate the same food, then the food would run out and the birds would fight.

Select the correct answer.
Raoul is an IT professional. His job involves identifying and mitigating threats to his employer's computer systems by controlling user access
Implementing risk management solutions.
Which certification would help Raoul advance his career?
О А.
Microsoft Office Specialist
B. Oracle Certified Professional
C. CompTIA Security
D. Cisco Certified Internetwork Expert

Answers

Answer:

D.

Explanation:

The Cisco Certified Internetwork Expert (CCIE) is a certification course offered by Cisco Systems. The certification is designed to assist senior networking professionals in building, designing, implementing, troubleshooting, and maintaining networking risks.

In the given case, Raoul would advance career by taking up the CCIE certification. As it will help him to tackle networking risks.

Therefore, option D is correct.

Answer:

CompTIA Security+

Explanation:

plato

Hey does anyone think nervegear would be possible? (Just asking)

Answers

Answer:

Depends

Explanation:

Technology is not advanced yet, so building a fully functional nerve gear is difficult. It could be possible in a few years though.

Answer:

No, the Nerve Gear cannot be possible at the moment. However, in Japan, they are creating the Nerve Gear and is to be released in May 2022 told by the creator, Kayaba Akihiko. So, the Nerve Gear cannot be possible in 2020 but in 2022. We just have to wait for two more years.

Explanation:

please choose me as brainliest if that is ok ;)

Before you add a picture to a webpage, what do you need to do?
Change the picture to HTML.
Change the picture to CSS
Upload the picture to REPL.it.
Upload the picture to html.it.

Answers

Answer:

Upload the picture to REPL (dot) it.

Explanation:

HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.

Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations that a web page displays.

A website refers to the collective name used to describe series of web pages linked together with the same domain name while a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).

Before you add a picture to a webpage, you need to upload the picture to REPL (dot) it.

REPL is a free integrated development environment (IDE) which avails developers (users) the ability to write software codes or programs in various programming languages while providing the required resources. Also, REPL is an acronym for read, evaluate, print and loop.

Dropdown
Choose the word that matches each definition. Each term is only used once.
: to restart a device without powering it down

: to start a device from a powered-off state

: to reset a device back to factory configuration, losing all stored data and configuration

Answers

1-The volume and the home bottons

Answer:

Warm boot, Cold boot, hard reset

Explanation:

just did it on edge

Computer networks can consist of as few as computers.
Options are: 5, 10, 2, & 3

Answers

Answer: 2

Explanation:A computer network is a set of computers that are connected together.

Thumbnail sketches have vanishing points and show a natural view of an image.True or False?

Answers

Answer:

False!

Explanation:

I'm an artist- thumbnail sketches are smaller, looser versions of a bigger drawing you're going to create. They can be of anything and don't need to have a vanishing point/natural view of an object.

Which of these examples demonstrate portfolio income?

Answers

Answer:

Explanation:

is money that describe when a car house is sold

five internal peripheral devices pls help​

Answers

Answer:

TV card, CD-R drive, Floppy Disk, Sound Card, and CD-ROM drive are examples of internal peripheral devices!(Basically hard drives and something like that)

Explanation:

here you go

1 ssd

2 CD-ROM drive

3 wifi extender or  antenna

4  CD-R drive

5 hhd

Hope this helped

-scav

What does a touch ring allow an artist to do on an a digital tablet

Answers

good question i need more

Computer simulations were first developed during __________
as a part of the _____________

Answers

Answer:

WWII; Manhattan Project.

Explanation:

Computer simulation refers to a mathematical model designed and developed to predict the outcome or behavior of a hypothetical or real-life scenario on a computer system, so as to illustrate and understand how the system functions.

Historically, computer simulations were first developed during World War II (WWII) as a part of the Manhattan Project.

For example, SimpleScalar refers to a computer architectural simulating software application or program which was designed and developed by Todd Austin at the University of Wisconsin, Madison, United States of America. It is an open source simulator written with "C" programming language and it's used typically for modelling virtual computer systems having a central processing unit (CPU), memory system parameters (hierarchy), and cache.

In the Computer, simulations were first developed during the Manhattan Project

as a part of World War II to model the process of a nuclear detonation.

Thus Computer was a simulation of 12 hard spheres which were using a Monte Carlo algorithm. Also, When Computer simulation is often used as an adjunct to, or which substitute is for a modeling system for which is simple and closed-form analytic solutions are not possible. There are many types of computer simulations are The common feature is the attempt are to generate a sample of the representative scenarios for a model in which a complete enumeration of all are possible states of the model would be prohibitive or that are impossible.

Learn more about:  

https://brainly.com/question/15182181

Which option best describes what spotting sessions are in the context of filmmaking? ASAP PLEASEEEEE!!!!!!! 40 points
A.
They are sessions dedicated to discussing the film's art direction.
B.
They are sessions dedicated to discussing the film's screenplay.
C.
They are sessions dedicated to discussing the film's cinematography.
D.
They are sessions dedicated to discussing the film's costume design.
E.
They are sessions dedicated to discussing the film's score.

Answers

The answer you are looking for is E! :)

Answer:

E.  They are sessions dedicated to discussing the film's score.

Explanation:

PLATO

PLTW activity 2.1.5 PLEASE HELP I NEED STEP 5
FAKE ANSWER WILL NOT BE GIVEN POINTS

Answers

Answer:

Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes and development of both hardware and software. It has scientific, engineering, mathematical, technological and social aspects.

Hope it helps u

I'm playing robl.
ox right now add me as a friend and we can play together if u want
Name: aftonfam_rules

Answers

Okay I will added you

I'll add you later! btw do you play gach a onli ne? My user name is Wolfie

_

Rolbox

HD

Need answer ASAP. Thanks

Answers

Answer:

1. XHTML

2. XML

3. HTML

4. CSS

Explanation:

Nicole is in a study group to prepare for a test on plant biology, a subject she knows a lot about. During their meetings, she always comes prepared, helps other students, does most of the talking, and handles all of the tasks.

What does Nicole need to do to make the study group more effective?

come better prepared and offer relevant information
let other students participate more and share the workload
share more of her opinions and answer questions
keep her thoughts to herself and let others do all the talking

Answers

Answer:

let other students participate more and share the workload

Explanation:

Answer:

The person above me is right, give them brainliest please

Explanation:

Got it right on Edge, have a good day~

print a test page what is the answer.​

Answers

Answer:

The keys "Ctrl" and "P"

Yah whatever he said i dont have a computer

11.5 Code Practice edhesive



In this code practice, we will continue to employ W3Schools tools to practice writing HTML. You should have already read through the tutorials for the four HTML topics below, found in Lesson 11.5. Now, complete the exercises linked below for each topic. Once you complete these exercises, move onto the next set of instructions below.

HTML Styles (Links to an external site.)
HTML Formatting (Links to an external site.)
HTML CSS (Links to an external site.)
HTML Links (Links to an external site.)
Create a web page that has two paragraphs. One of the paragraphs should be aligned to the center and have red text. The other paragraph should be aligned to the right and be in italics. Refer to the sample below for clarification.

11.5 Code Practice example

Your program should begin and end with the following tags:



# Insert your code here!


In the programming environment, you will notice that once you type one tag (for example, the html opening tag), the environment automatically populates the closing tag for you. Be careful not to double up on closing tags, otherwise your HTML will not run.

As you write your web page, you can click the "Run Code" button to view it in real time.


I really don't understand how to do this?

Answers

Answer:

<html>

<body>

<p style="text-align:center;color:red;">This is a paragraph.</p>

<p style="text-align:right;color:red;">This is a paragraph.</p>

<p><i> This text is italic</i></p>

</body>

</html>

Explanation:

i got a 100%

n this exercise we have to use the knowledge in computational language in HTML to write the following code:

We have the code can be found in the attached image.

So in an easier way we have that the code is

<html>

<body>

<p style="text-align:center;color:red;">This is a paragraph.</p>

<p style="text-align:right;color:red;">This is a paragraph.</p>

<p><i> This text is italic</i></p>

</body>

</html>

See more about HTML at brainly.com/question/15093505

What is the status of this account?
A)Current
B)Current, but closed
C)Potentially negative
D)Potentially negative, but closed

Answers

D)Potentially negative, but closed

we know this due to this

-scav

The given account is Potentially negative, but closed. Option D is correct.

What is the Potentially negative account?

A closed account with a “Potentially negative closed” designation has a history that a lender would find unfavorable.

Negative account are the information includes things like missed payments on credit cards and loans, charge-offs, collections, bankruptcies, short sales, deeds in lieu of foreclosure, and foreclosures.

The given image clearly indicated that the account is under the debt and it is called as the Potentially negative, but closed account. The section under “Potentially negative items” will contain a list of all accounts that could be seen negatively by lenders or other people looking at your credit history.

Therefore, option D is correct.

Learn more about the account, refer to:

https://brainly.com/question/29108212

#SPJ2

The syntax for ________ requires you to use a colon after every if statement and while loop.
Java
Boolean
Python
programming

Answers

don't go yo the link

Which web design concept is most closely related to elements that symbolize the real world? A. node B. landmark c.metaphor IN D. way finding​

Answers

Answer:

landmark

Explanation:

Python - Write a program to print the multiplication table as shown in the image by using for loops.

Answers

Answer:

Explanation:

The following python code creates the multiplication table for 10 rows and 10 columns. This code uses nested for loops to traverse the table and print out the product of each multiplication. The image attached shows the output of the code.

for x in range(1, 11):

       for y in range(1, 11):

           z = x * y

           print(z, end="\t")

       print()

The program to print the multiplication table as shown in the image by using for loops is in the Source code.

The Python program that uses nested for loops to print the multiplication table:

Source code:

for i in range(1, 11):

   for j in range(1, 11):

       if i == 1 and j == 1:

           print("x", end="  ")

       elif i == 1:

           print(j, end="  ")

       elif j == 1:

           print(i, end="  ")

       else:

           print(i * j, end="  ")

   print()

This program will iterate through the values of `i` from 1 to 10 and `j` from 1 to 10. It checks for special cases when `i` or `j` is equal to 1 to print the headers (x and the numbers 1 to 10).

For other cases, it calculates the multiplication of `i` and `j` and prints the result.

Learn more about Nested loop here:

https://brainly.com/question/33832336

#SPJ6

Other Questions
PLEASE HURRYWhy is Montague deeply concerned about his son Romeo? What does he tell Benvolio that Romeo has been doing lately? (Romeo and Juliet Act 1 Scene 1) What two Pacific battles allowed American troops to get closer to Japan during World WarII? Explain the four factors that interact to result in evolution. Spanish- fill in the blanks with the past tense verbs of conducir and traducir. Help me please whats 93 divided by 29 to the power of 3 and multiplied by 283 Which one of the following is an example of a universal theme?rice: everyone has to eat to surviveWorld War II: it involved countries around the globeVietnam War: it involved more than one countrysuffering in war: it is explored by all cultures please help, im genuinely really stuck. Mama quotes her late husband saying: "Seem like God didn't see fit to give the black man nothing but dreams, but He did give us children to make them dreams seem worthwhile." What does that quote mean for Black Americans Can someone pleaseeee help and if youre correct ill give brainliest 1744 plus 9752 plus 9556 Why would theocracy be a popular type of government in southwest Asia SolveFIND THE SIMPLE INTEREST WHEN PRINCIPAL= $300, rate = 8% Time= 4 years WILL GIVE BRAINLISTXXXXXXXXXXX Help me find part A and B How many -foot unit cubes can be added to fill the prism completely? Use what you know about unit cubes or the side lengths of prisms to show your work or explain your answer. How many atoms are in an oxygen molecule? For safety reasons you should make sure you have enough ________ to practice ball handling skills. Question 3 options: Space Basketballs Goals Dribblers _______________ is the form of government that was created after a hurricane hit Galveston in 1900.a. Mayor-councilb. Commissionc. Council-managerd. Commissioners court Members of alachua district choir were given the choice between romanticism or gothic style singing which style they preferred sing for the state competition How did trench warfare change the nature of fighting during World War I?Armies had to abandon the use of heavy artillery.Paratroopers were used to get behind enemy lines.C. Troops were forced into defensive positions leading to a stalemate.D. Civilians were forced to engage in military activities that increased casual Alpha Communications, Inc., which produces telecommunications equipment in the United States, has a very strong local market for its circuit board. The variable production cost is $130, and the company can sell its entire supply domestically for $170. The U.S. tax rate is 40 percent. Alternatively, Alpha can ship the circuit board to its division in Germany, to be used in a product that the German division will distribute throughout Europe. Information about the German product and the divisions operating environment follows.Selling price of final product: $360Shipping fees to import circuit board: $20Labor, overhead, and additional material costs of final product: $115Import duties levied on circuit board (to be paid by the German division): 10% of transfer price German tax rate: 60%Assume that U.S. and German tax authorities allow a transfer price for the circuit board set at either U.S. variable manufacturing cost or the U.S. market price. Alphas management is in the process of exploring which transfer price is better for the firm as a whole.Required:1. Compute overall company profitability per unit if all units are transferred and U.S. variable manufacturing cost is used as the transfer price. Show separate calculations for the U.S. operation and the German division.2. Repeat requirement (1). assuming the use of the U.S. market price as the transfer price. Which of the two transfer prices is better for the firm?3. Assume that the German division can obtain the circuit board in Germany for $155.a. If you were the head of the German division, would you rather do business with your U.S. division or buy the circuit board locally? Why?b. Rather than proceed with the transfer, is it in the best interest of Alpha to sell its goods domestically and allow the German division to acquire the circuit board in Germany? Why? Show computations to support your answer. Add and subtract fraction word problem