Answers

Answer 1

Answer: Ask a question.


Related Questions

help quick please…….

Answers

Answer:

var string1 = prompt("Enter a value");

Explanation:

The answer depends on the language used, but I'm assuming it is a webbrowser with javascript.

FIRST TO ANSWER RIGHT GETS BRAINLIEST!!!!! Which of the following sets of data would be represented best in a histogram?

A. the number of toys sold in five price ranges

B. the average monthly sales for the Big Toy Company

C. the number of each type of candy sold last month

D. the temperature at which hard candy melts

Answers

Answer:

b

Explanation:

I think it would be B. The average monthly sales for the big toy company because its giving data over history

1. Web-based applications are application software which operate and can
be accessed through
A. Intranets
B. The World Wide Web
C. Desktop applications
D. Storage hardware

Answers

Answer:

b.world wide web

Explanation:

_________ can be used to provide access control, confidentiality, data origin authentication, connectionless integrity, rejection of replayed packets, and limited traffic flow confidentiality.

Answers

Answer:

IPSec

Explanation:

IPSec is an acronym for Internet Protocol Security. It is a standardized protocol used in determining the cryptographic and authenticated packets across the Internet Protocol networks.

It can be utilized to establish access control, confidentiality, data origin authentication, connectionless integrity, rejection of replayed packets, and limited traffic flow confidentiality.

Question #1 Mutiple Select Which features are important when you plan a program? Select 4 options. Knowing what you want the program to do. Knowing how to find the result needed. Knowing what the user needs the program to accomplish. Knowing now many lines of code you are allowed to use Knowing what information is needed to find the result.​

Answers

Answer:

In planning a program, the following features are important.

- Knowing what you want the program to do.

- Knowing how to find the result needed.

- Knowing what the user needs the program to accomplish

- Knowing what information is needed to find the result

You start out by planning on what you want to create. Then you think of what programming language to use. The features to be included and then the task you want this program to accomplish

Answer:A,C,D,E

Explanation:

Suppose that L is a sorted list of 1,000,000 elements. To determine whether the x item is in L, the average number of comparisons executed by the sequential search algorithm is _____.

Answers

Answer:

≅500,000 comparisons.

Explanation:

The sequential search algorithm is, as its name express, a comparison method to search for a specific value in a list, sorted or not.

It starts with the first element in the list, compares the element with the searched value, if it is a match it stops, otherwise it moves to the next element and repeats.

In general, if the list size is X, the average number of comparisons is:

[tex]\frac{X+1}{2}[/tex]

Solving for X=1,000,000, the result is ≅500,000 comparisons.

Write a simple JavaScript function named makeFullName with two parameters named givenName and familyName. The function should return a string that contains the family name, a comma, and the given name. For example, if the function were called like this: var fn = makeFullName("Theodore", "Roosevelt");

Answers

Answer:

Explanation:

Ji

A JavaScript function exists as a block of code created to accomplish a certain task.

What is a JavaScript function?

In JavaScript, functions can also be described as expressions. A JavaScript function exists as a block of code created to accomplish a certain task.

Full Name with two parameters named given Name and family Name

#Program starts here

#Prompt User for Input "given Name and family Name "

given Name = input("Enter Your given Name: ")

family Name = input("Enter Your family Name: ")

#Define Function

def last F(given Name, Family Name):

  given Name = given Name[0]+"."

  print(Last Name+", "+Family Name);

last F(given Name, Family Name) #Call Function

#End of Program

To learn more about JavaScript function

https://brainly.com/question/27936993

#SPJ2

To specify your preferred colors, fonts, and effects for a document, which of the following should be done?

1.Create custom theme fonts
2.Create custom theme
3.Create a custom paragraph style
4.Create a custom character style

Answers

Answer:

2. Create custom theme.

Explanation:

The theme stays through the entire document. Custom paragraph style only changes the theme for that paragraph, and for the custom character style, it only changes the style of that character but throughout the entire document. i.e. I want the color of the character E to be green. the custom character style will cover that. Also, the custom theme fonts will only change the theme for that certain font...

To specify your preferred colors, fonts, as well as effects for documentation, will have to create a custom theme.

A customized theme seems to be the simplest method to give your existing applications a unique aesthetic appeal or appearance. Themes represent bundles of overall coding or website that have previously been written for customers.The templates subdirectory could hold many customization options or the themes, preferably with its respective or individual sub-folder.

Thus the response above i.e., option 2. is appropriate.

Learn more about Custom themes here:

https://brainly.com/question/20006021

Write a method called classAttendence() that creates a 10-by-10 two-dimensional array and asks for user input to populate it with strings of student names. The method should not return any values.

Answers

Answer:

The method written in Java is as follows:

public static void classAttendance(){

   Scanner input = new Scanner(System.in);

   String[][] names = new String[10][10];

   for(int i =0;i<10;i++){

    for(int j =0;j<10;j++){

       System.out.print("Student Name: "+(i+1)+" , "+(j+1)+": ");

       names[i][j] = input.nextLine();        

    }  

   }

}

Explanation:

This defines the classAttendance() method

public static void classAttendance(){

   Scanner input = new Scanner(System.in);

This declares the 2D array of 10 by 10 dimension as string

   String[][] names = new String[10][10];

This iterates through the rows of the array

   for(int i =0;i<10;i++){

This iterates through the columns of the array

    for(int j =0;j<10;j++){

This prompts user for student name

       System.out.print("Student Name: "+(i+1)+" , "+(j+1)+": ");

This gets the student name from the user

       names[i][j] = input.nextLine();        

    }  

   }

The method ends here

}

See attachment for complete program that include main method

Complete each of the following sentences by choosing the most appropriate chart or graph for the scenario.

1) A (pie chart, line graph, scatter plot, bar graph) should be used to depict how a monthly income of $2,500 is spent.

2) A (pie chart, line graph, scatter plot, bar graph) should be used to show changes in a patient's temperature in one-hour increments over the course of forty-eight hours.

3) A (pie chart, line graph, scatter plot, bar graph) should be used to show measurements of arm span in relation to height.

4) A (pie chart, line graph, scatter plot, bar graph) should be used to show how many people wear flip-flops when they are the following ages: 20 years old, 21 years old, 22 years old, and 23 years old.

Answers

Answer:

1. Pie chart

2. Line graph

3. Scatter plot

4. Bar graph

Explanation:

Got the answers on edge

How large must a group of people be in order to guarantee that there are at least two people in the group whose birthdays fall in the same month?
a) 2 people
b) 3 people
c) 12 people
d) 13 people

Answers

Answer:

d) 13 people

Explanation:

According to the Pigeonhole Principle, it states that given that several X commodities are placed into Y containers, and the number of X commodities is greater than the number of Y containers, then there will be a minimum of one Y container having more than one X commodities.

Hence, in this case, since the month is 12 in numbers, then to have at least two people in the group whose birthdays fall in the same month, the group must be at least 13 people.

what is the different between the simple statement and compound statement ?​

Answers

Answer:

Following is the difference between Simple and Compound statement; Simple statement (sentence) is one which has only one subject and one predicate. A Compound statement (sentence) is one which has two or more independent clauses consisting of their own subject and predicate.

Explanation:

hope it helps you

Mark as brainliest.

And follow for a follow back

Write a user-defined function that calculates the GPA. For the function name and arguments, use the following: The input argument g is a vector whose elements are the numerical values of the grades. The input argument h is a vector with the corresponding credit hours. The output argument GPA is the calculated GPA. Use the function to calculate the GPA for a student with the following record

Answers

Answer:

#include <iostream>

#include <vector>

using namespace std;

void calGPA();

vector<int> g;

vector<int> h;

int main(){

   char pushMore = 'y';

   int fg, fh;

   for (;;){

       if (pushMore == 'n'){

           break;

       } else{

           cout<< "Enter integer for grade: ";

           cin>> fg;

           cout<< "Enter integer for credit hours: ";

           cin>> fh;

           g.push_back(fg);

           h.push_back(fh);

           cout<< "Do you want to add more grade and credit hours? y/n: ";

           cin>> pushMore;

       }

   }

   calGPA();

}

void calGPA(){

   double total = 0, GPA;

   for (int i = 0; i < g.size(); ++i) {

        total +=  g.at(i) * h.at(i) ;

   }

   cout<< "The GPA is : "<< total/g.size();

}

Explanation:

The C++ source code above defines two vectors 'g' and 'h'. The latter holds the grades of a student while the former holds the credit hours for the subject taken. The void 'calGPA' function calculates and prints the student's GPA.

There are many definitions for a word, this is called

Answers

Answer: Polysemous

Explanation: I hope this helps please like

Do you think the cost of post secondary education is worth the investment? Why or why not?

Answers

I think it is, we need more education, there’s many kids who don’t have education I think it’s important for everyone to have a chance to learn.

To enforce the concept of separating class definition from its function implementations, where should the function implementations of a class be placed?
A. In a .h file.
B. In a.cpp file.
C. In the same file as the main() function.
D. In a .c file.

Answers

D(in a .c file ) because that is where it should be placed :)

To enforce the concept of separating class definition from its function implementations, in a .c file, the function implementations of a class are placed. Thus, option D is correct.

What is implementation?

Putting a strategy into motion is what is meant by the implementation. Beginning with a specific issue they want to address or a tactic they really want to implement, administrators create a plan to address it. This phrase can be used to represent the procedure by which formal plans—often highly intricate conceptual intentions that will have an impact on many—come to pass.

A file with the ending ".c" was created using the C programming language. The C file contains the software for every implementation of a software's functionality. The function versions of a class are contained in the a.c file to reinforce the idea of separating a class specification from its own function definitions.

Therefore, option D is the correct option.

Learn more about implementation, here:

https://brainly.com/question/13384905

#SPJ2

The IPv4 address scheme has enough IP addresses to give every blade of glass in the world its own unique IP. True False

Answers

Answer:

False

Explanation:

IPv4 address are composed of four octets (8 bit numbers), ranging from 0.0.0.0 to 255.255.255.255

All those 32 bits, in decimal notation, can form a total of

[tex]2^{32} = 4,294,967,296[/tex] different addresses.

Being more than 4 billion addresses and ignoring that some addressesare reserved for special uses, even present human population almost doubles that number.

So it is safe to state that IPv4 addresses is not enough to give every blade of grass its own IP.

What is the output for the following line of code?
# print(3)
O3
O'3
O There is no output.
O An error statement is generated.

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct option for this question is: There is no output.

Because this is a Python code. and it is a comment statement. The code line that begins with the # symbol considered a comment statement.  The comment statement code will not be executed when you run the program.

While the other options are not correct because:

The given line of code is considered as a comment statement. The comment statement will be executed on running the program. It is used for understanding the program that helps the program to read and understand the logic being written here. When you run the comment statement, it will not produce any output or error.

Answer: O There is no output.

Explanation:

The "#" is utilized as a comment statement in Python code. It is not meant to be put into effect when the program is ran.

(Confirmed on EDGE)

I hope this helped!

Good luck <3

The development methodology where each part of a project is done in order after each other is called:

Answers

Bruh this a duplicate

Which form of data does the image represent? (10 points)
A. Analog data
B. Digital data

Answers

The image in the photograph is representing A. Analog Data. Analog data is data that is represented in a physical way. Where digital data is a set of individual symbols, analog data is stored in physical media, whether that's the surface grooves on a vinyl record, the magnetic tape of a VCR cassette, or other non-digital media. Analog and digital signals are different types which are mainly used to carry the data from one apparatus to another. Analog signals are continuous wave signals that change with time period whereas digital is a discrete signal is a nature. Examples of analog technology: photocopiers. old land-line telephones. audio tapes. old televisions (intensity and color information per scan line). Analog and digital signals are the types of signals carrying information. The major difference between both signals is that the analog signals that have continuous electrical signals, while digital signals have non-continuous electrical signals.

Write a code segment that prints the food item associated with selection. For example, if selection is 3, the code segment should print "pasta".

Write the code segment below. Your code segment should meet all specifications and conform to the example.

Answers

Missing Part:

Assume that the following variables have been properly declared and initialized: an int variable named selection, where 1 represents "beef", 2 represents "chicken", 3 represents "pasta", and all other values represent "fish"

Answer:

if selection == 1:

    print("beef")

elif selection == 2:

    print("chicken")

elif selection ==3:

    print("pasta")

else:

    print("fish")

Explanation:

I've completer the question and the questin will be answered in python.

   

This checks if selection is 1. If yes, it prints the beef

if selection == 1:

    print("beef")

This checks if selection is 2. If yes, it prints the chicken

elif selection == 2:

    print("chicken")

This checks if selection is 3. If yes, it prints the pasta

elif selection ==3:

    print("pasta")

Any other input is considered java/

else:

    print("fish")

In which program structure does the processor verify the mentioned condition only after executing the dependent statements once?

A. Switch Case Structure
B. Do While Structure
C. If Else Structure
D. For Structure
E. While Structure​

Answers

B. because you have to do it while in structure.
The answer is B , do while structure.

Bank Account Postings While reviewing your checking account balance online, you notice that debit card purchases have not posted to your account for the past several days. Because you use online banking to balance your account, you become concerned about your unknown account balance. What steps will you take to correct this situation?

Answers

The steps that a person need to take to correct this situation is to  use your bank application to check your statement as well as all your transaction. If you are not convince, you can go to your bank to print your statement or talk to customer care.

What is Bank Account Postings?

Posting in terms of banking is a word that connote the debit or credit  is taken or deposited to your account balance, and the transaction is said to be completed.

Therefore, The steps that a person need to take to correct this situation is to  use your bank application to check your statement as well as all your transaction. If you are not convince, you can go to your bank to print your statement or talk to customer care.

Learn more about Bank Account statement from

https://brainly.com/question/15062816

#SPJ1

What is a new option in PowerPoint 2016 that provides the ability to add multiple pictures into a slide, complete with transitions and captions?

Screenshot feature
Photo Album feature
Online Pictures command
Format command

Answers

Answer:

B

Explanation:

Photo Album feature s a new option in PowerPoint 2016 that provides the ability to add multiple pictures into a slide.

What is Photo album feature?

Slideshows are excellent for many types of presentations than simply professional ones. To make a memorable performance, use Microsoft PowerPoint to make a photo album and add music or visual effects.

Let's look at how to construct a photo book in PowerPoint for personal presentations of special occasions like weddings and anniversaries or even slideshows for organizations where the major focus is photographs.

Open PowerPoint and either start from scratch or use an existing presentation. PowerPoint automatically adds the photo album to a new slideshow when you create it.

Therefore, Photo Album feature s a new option in PowerPoint 2016 that provides the ability to add multiple pictures into a slide.

To learn more about Photo album feature, refer to the link:

https://brainly.com/question/20719259

#SPJ3

Create a program that calculates three options for an appropriate tip to leave after a meal at a restaurant.

Answers

Complete Question:

Python Programming: Create a program that calculates three options for an appropriate tip to leave after a meal at a restaurant and repeats if the user enters "y" or "Y" to continue.

Print the name of the application "Tip Calculator"

- Get input from the user for "Cost of meal: "

- Calculate and display the "Tip Amount" and "Total Amount" at a tip_percent of 15%, 20%, and 25%.

- Use a FOR loop to iterate through the tip_percent

- The formula for calculating the tip amount is: tip = cost of meal * (tip percent / 100)

- The program should accept decimal entries like 52.31. Assume the user will enter valid data.

- The program should round the results to a maximum of two decimal places . At the "Continue? (y/n)" prompt, the program should continue only if the user enters “y” or “Y” to continue.

- Print "Bye!" or a salutation at the end of the program

Answer:

Answered in Python

print("Tip Calculator")

tryagain = "y"

while tryagain == "y" or tryagain == "Y":

    amount = float(input("Cost of Meal: "))

    for tip_percent in range(15,26,5):

         print(str(tip_percent)+"%")

         print("Tip Amount: "+str(round(tip_percent * amount/100,2)))

         print("Total Amount: "+str(round(amount + (tip_percent * amount/100),2)))

    tryagain = input("Continue?y/n: ")

print("Bye!")

Explanation:

This prints the name of the calculator

print("Tip Calculator")

This initializes tryagain to yes

tryagain = "y"

While tryagain is yes, the following loop is repeated

while tryagain == "y" or tryagain == "Y":

This prompts user for amount of meal

    amount = float(input("Cost of Meal: "))

This gets the tip_percent which is 15%, 20% and 25% respectively

    for tip_percent in range(15,26,5):

This prints the tip_percent

         print(str(tip_percent)+"%")

This calculates and prints the tip amount rounded to 2 decimal places

         print("Tip Amount: "+str(round(tip_percent * amount/100,2)))

This calculates and prints the total amount rounded to 2 decimal places

         print("Total Amount: "+str(round(amount + (tip_percent * amount/100),2)))

This prompts user to continue or not

    tryagain = input("Continue?y/n: ")

The program ends here

print("Bye!")

write c++ program to find maximum number for three variables using statement ?

please help me..​

Answers

The variable 10 ~ 810 would equal off to 10 leaving 40 left over..

Answer:

int a, b, c;

cin >> a >> b >> c;

max = (a>b) ?

          (a > c ? a : c) :

          (b > c ? b : c);

cout << max;


I don’t know what nut this is anyone know

Answers

Answer:

tee nut i think

Explanation:

The 9/11 commission recognized the need to expand broadband, and did so by switching the current signaling to:
A. fios
B. analog
C. digital
D. DLP

Answers

The 9/11 commission recognized the need to expand broadband, and did so by switching the current signaling to analog. The correct option is B.

What is analog signal?

An analog signal is any guidance that represents another quantity, i.e. one that is analogous to another quantity. In an analog audio signal, for example, the instantaneous signal voltage varies with the pressure of the sound waves.

It first appeared in computer language in 1946 as an adjective to describe a continuous-amplitude signal. A digital signal has since largely replaced it.

Broadband transmission employs analog signaling to send analog signals.

Thus, the correct option is B.

For more details regarding analog signal, visit:

https://brainly.com/question/14825566

#SPJ1

Assign a name range of RentalRates to cell range A37:B40

Answers

To assign name select cells A37:B40, in the Name Box type RentalRates, and then press enter.

What is cell range?

A cell range in a spreadsheet is defined by the reference to the range's upper left cell (minimum value) and the reference to the range's lower right cell (maximum value).

When separate cells can be added to this selection, the range is referred to as an irregular cell range.

A named range is made up of one or more named cells. Formulas can be made easier to read and understand by using named ranges.

To assign a named range of RentalRates to cells A37:B40, select cells A37:B40, type RentalRates in the Name Box, and then press enter.

Thus, this way one can assign name to cell range.

For more details regarding cell range, visit:

https://brainly.com/question/15513083

#SPJ1

Spanning Tree Protocol (STP) is a loop-prevention mechanism used in modern networks. STP is, however, vulnerable to misconfiguration. Which protections accompany STP

Answers

Answer:

Any of the following:

1. Root Guard

2. BPDU Guard

3. BPDU Filtering

Explanation:

Given that STP an acronym of Spanning Tree Protocol, and its major purpose is to stop the bridge loops and the broadcast radiation that emanates from its topology.

Cisco carried out three instruments or tools to protect the STP topology. These protection tools accompany the STP, and they are the following:

1. Root Guard

2. BPDU Guard

3. BPDU Filtering

Other Questions
What is the exposition of the story chicken soup with rice do u think there is a need to sometimes correct our conscience? why do u say so? Have you heard of the campaign: Say No To Plastics. Coin a few more slogans of this kind. There are certain governmental and non-governmental organisations who educate the general public on how to make wise use of plastics and develop environment friendly habits. Find out organisations in your area which are carrying out awareness programmes. If there is none, form one. trevor is an overachiever. his brother calls him ambitious and power hungry. trevor exemplifies the dimension. How many valence electrons does Neon (atomic #10) have? (1pt)*1 point17810 a football novice and the coach of the los angeles rams are told to memorize different football configurations. the novice will likely perform [(1.710^6)(2.6310^5)]+7.33 According to the 2010 census, the population of Nebraska was 1.8 106 people. Which state had a smaller population?(1 point)California: 3.7 107Rhode Island: 1.1 106Texas: 2.5 107Missouri: 6 106 Question 6 (1 point) Mrs. Sullivan wants to make a square tablecloth for her dining room table. She has 400 ft? of fabric. What are the possible side lengths of the tablecloth? A. 11 ft x 11 ft B. 11 ft x 2 ft C. 60.5 ft x 2 ft D. 60.5 ft x 60.5 ft the general rule is that correlations do not equal causation. there is an advanced correlational technique however, that can suggest cause and effect relationships. this advanced correlational technique is called correlation. multiple choice question. time-lagged negative control positive (PLEASE HELP FAST)Choose 3 of the individuals above and justify (in complete sentences) why you feel they sympathized with the Allies or the Central Powers (supporting evidence) Feudalism was an economic system because...A-when the king died, his oldest living male heir would become the new king.B-what you owned, how you worked, and what you got in return were all determined by your feudal class.C-castles used building and military technology to defend the system of feudal control over the lands and people of Europe. Determine the point that is 1/3 of the distance from (-4.5, 0) to (0, 9) The probability of each two occurring given that event he has happened is called wha 73.69 in scientific notation On a recycling drive, Janet collected 2 1/8 pounds of canned goods and Steve collected 3 4/8 pounds of canned goods. How many total pounds of canned goods did Janet and Steve collect together? A. B. C. D. Use properties to rewrite the given equation. Which equations have the same solution as 2.3p 10.1 = 6.5p 4 0.01p? Select two options.2.3p 10.1 = 6.4p 42.3p 10.1 = 6.49p 4230p 1010 = 650p 400 p23p 101 = 65p 40 p2.3p 14.1 = 6.4p 4 What is the most serious weakness in the following paragraph? James is an ineffective supervisor, and this problem should be addressed by upper-management. One of his most serious problems as a supervisor is that his management skills are very weak. In addition to his management skills being weak, he also responds to employee complaints or suggestions inappropriately. Another area where James is ineffective is in how he treats all the employees unfairly. Ultimately, I was very happy the day I turned in my resignation. What could account for a sudden increase in criminal offenses or arrests in a single partI or Part II crime over a short period of time?Child Rearrange this equation to isolate c.a=b (1/c-1/d)