What is the difference between congestion control and flow control? Where are each managed in TCP?

Answers

Answer 1

Answer: The differences between the flow control and congestion control are as follows:-

Flow control's traffic is controlled in the direction from sender to receiver whereas traffic control in congestion control be handles from the entrance of the network.Sender is reason for the traffic in flow control while transport layer creates the traffic in congestion control.Transport layer and data link layer are used for managing the traffic whereas congestion control has transport and network layer for handling the traffic.

The TCP for the congestion control works as elimination of the congestion in the sender's field in network layer and transport layer.Flow control is used in TCP to make surety about the non-overwhelming nature of sender towards receiver in the transport layer and data link layer.


Related Questions

Should technology managers strategize technology projects? Why? How?

Answers

Answer: Yes, technology projects should be strategized by the manager of technology.

Explanation: It is correct for technology manager to crate technology projects because the manager would be persisting the knowledge about the technology.Without the correct strategy, which is required to accomplish the goal, the technical project cannot be achieved.

The manager can carry out the work with the help of the critical thinking  and the knowledge about the technologies that should be used.By analyzing the need of the project ,he/she can plan the right steps of strategy.

What are CRC cards and use-case scenarios used for in object-oriented analysis and design?

Answers

CRC stands for class, responsibilities, and collaborators. The analyst can use these concepts when beginning to talk about or model the system from an object-oriented perspective. CRC cards are used to represent the responsibilities of classes and the interaction between the classes.

CRC cards and use-case scenarios are crucial tools in object-oriented analysis and design. They involve defining class responsibilities and interactions (CRC) and detailing user-system interactions (use-case scenarios). These tools help construct efficient computer models by identifying patterns and structures within systems.

Understanding CRC Cards

CRC cards are a brainstorming tool used to represent the responsibilities of classes and how they interact with other classes. Each card typically has three sections: the class name, the responsibilities of the class, and the collaborators (other classes) that the class interacts with.

For example, a CRC card for a Library class might look like this:

Class: LibraryResponsibilities: Manage books, Issue loans, Return booksCollaborators: Book, Member, Loan

Use-Case Scenarios

Use-case scenarios describe the interactions between a user and a system to achieve a specific goal. These scenarios help in understanding the functional requirements of the system by detailing the sequence of actions and reactions required to complete a given task.

For example, a use-case scenario for borrowing a book might include:

User logs inUser searches for a bookUser requests a loanSystem checks for availabilitySystem issues the loan

Both CRC cards and use-case scenarios provide a structured approach to analyze and design a system, ensuring that all necessary interactions and responsibilities are accounted for.

Perform the following calculations. Make sure the units of the solution are correct.

a.10 Kbps * 3

b.10 Mbps * 3 sec

c.Convert 2400 bits to bytes

Answers

Answer:

30 Kbps

30 Mb

300 bytes

Explanation:

a. 10 Kbps * 3 = (10 * 3) Kbps = 30 Kbps [Note: numbers and units are aggregated and processed separately]

b. 10 Mbps * 3 sec  = (10 * 3) Mbps * sec = 30 Mbps*s = 30 Mb [Note: numbers and units are aggregated and processed separately]b

c. Byte is a unit of storage in a computer. 1 byte is made up of eight bits, while each bit  can be either 0 or 1.

1 byte = 8 bit

=> 1 bit = 1/8 byte

=> 2400 bits = 1/8 * 2400 = 300 bytes

An instance of an abstract class can be created using _____. (Points : 2) the new operator
encapsulation
a public accessor
None of the above

Answers

Answer:

The correct answer for the given question is the new operator.

Explanation:

An abstract class is those which have the only declaration of the abstract method, not a definition. Any class which inherits abstract class must define all the method of abstract otherwise it also be abstract.

To declared any abstract class following syntax is used  

abstract class class name

{

// abstract method  

}

To create an instance of an abstract class we can use a new keyword. The new keyword created the instance of an abstract class.

encapsulation is the feature of object-oriented we cannot create an object by using encapsulation so this option is wrong.

The public is an access modifier we cannot create an object by using public keyword so this option is also wrong.

Therefore the correct answer is new.

. Explain the notions of WAN, LAN, MAN and PAN.

Answers

Answer:

Explanation:

WAN (Wide Area Network), is a computer network that joins several local networks, although their members are not all in the same physical location.LAN (Local Area Network) is a network of computers that cover in a small area for example a house, an apartment or a building. One part of the topological definition is the physical topology, which is the actual arrangement of the cables or media.MAN (metropolitan area network) is a network of computers that interconnects users with computer resources in a geographic area or region larger than area covered by a large local area network (LAN)PAN (Personal Area Network.) Is a network used to connect different personal computer devices centered on an individual person workspace.

Final answer:

Networks are categorized into WAN, LAN, MAN, and PAN based on their geographical coverage and usage, ranging from expansive (like the internet) for WAN, to personal space for PAN. Wi-Fi is a common technology used for creating LANs that allow devices to connect wirelessly within a certain area.

Explanation:

Networks come in various sizes and are categorized based on their geographical span and usage. Here we explore four kinds: Wide Area Network (WAN), Local Area Network (LAN), Metropolitan Area Network (MAN), and Personal Area Network (PAN).

WAN is a network that covers a broad area, potentially spanning countries or continents. It can be made up of multiple LANs and connects devices across long distances, such as the internet. LAN, on the other hand, is restricted to a small geographical area, typically a single building or campus, and offers high data transfer rates. It is commonly used in homes, schools, and offices.

MAN encompasses a larger area than LAN but smaller than WAN, often spreading across a city or metropolitan area. It is useful for connecting several LANs within that city to allow networks to communicate with each other. Lastly, PAN is the smallest network, intended for personal use within a range of a few meters. It typically involves devices like smartphones, tablets, and wearables interacting with each other.

Wi-Fi is a widely adopted technology enabling wireless LANs, described by the IEEE 802.11 series of standards. It's a key part of many networks, providing connectivity in homes, offices, and public hotspots. People might pay a monthly fee or get access for free, depending on the business model of the ISP or facility providing the Wi-Fi service.

With an example in each, describe the use of two basic functions which are known by the "string.h" header file.

Answers

Answer:

strcmp(char * A, char * B);

strcat(char * A, char * B)

Explanation:

One of these basic functions is the function strcmp(char * A, char * B).

This functions compares if two strings are equal; If they are, it returns 0. If not, it returns 1;

So, an example:

char A[13] = "Buffalo Bills";

char B[13] = "Buffalo Bills";

if (strcmp(A,B) == 0)

printf("The strings are the same\n);

else

printf("The strings are not the same");

In this case, they are the same.

----------------------

If for example:

char B[13] = "Buffalo Billz"

It would fall in the else, A and B would not be the same strings.

--------------------------

Other function is the strcat(char * A, char * B);

This function takes two strings as an input, and concatenate them to the first.

For example:

char A[15] = "Buffalo";

char B[5] = "Bills";

strcat(A, B);

printf("%s\n", A);

The output is:

Buffalo Bills

A(n) _____ provides an organization with vision and leadership in the area of business conduct.

Corporate ethics officer
Code of conduct
Code of ethics
Common good practice

Answers

Answer: Corporate ethics officer

Explanation:Corporate ethics officer is the officer that is responsible for examining the business conduct of an organization. The duties of the officer includes the looking after the functioning, execution,development and other factors of the business.They follow the leadership to maintain the ethics and polices.

Other options are incorrect because code of conduct and ethics are general codes that can be followed by schools, individual etc and not necessarily by organization.Common good practices is the practicing of the general good habits and  conducts. Thus, the correct answer is Corporate ethics officer

What is the purpose of a mutator?

Answers

Answer:

To change the value of private or protected members.

Explanation:

Mutator also known as setters are the member function or method in class that is used to set or change the value of private or protected members. Mutator does not return any values. They are very important in Object Oriented Programming.

. Convert BAC4 from hexadecimal to decimal. Show your work.

Answers

Answer:

BAC4₁₆ = 47812₁₀

Explanation:

To convert from hexadecimal base system to decimal base system use this formula:

[tex]N = x_1 * 16^0 + x_2 * 16^1 + x_3 * 16^2 + x_4 * 16^3+ ... + x_n 16^n^-^1[/tex]

, where position of the x₁ is the rightmost digit of the number.

and:

A = 10.B = 11.C = 12.D = 13.E = 14.F = 15.

BAC4 = 11*16³+10*16²+C*16¹+4*16⁰ = 45056 + 2560 + 192 + 4 = 47812

An expression using the conditional operator is called a(n) __________ expression.

Answers

Answer: Conditional expression

Explanation: Conditional operators are those operators that are used between two values or variables for the given condition. This operator return an answer after evaluating the condition that can turns out to be true or false .

They also help in increment and decrement of the variable value by one according to condition.Conditional expression are those expression that use conditional operator in their statement for gaining a return value according to the condition being true or false.

A group of related files is stored in a(n

Answers

Answer: Records

Explanation:

A group of the related file is basically stored in a record as record is the collection of the related field.

A record is the object in the database that basically contain one and more than one value.

In the database, the records are also store in the form of table and in table the data are in the form of rows and columns. There is multiple table in the database and each of the table basically contain multiple records.

Please list the computer data hierarchy from bit to database

Answers

Answer:

 Data hierarchy is basically define to the data which is organized in the systematic manner. The main concept of the data hierarchy is to check the basic structure of the data. It basically involve the fields records and files for the data organization.

The following is the list of the computer data hierarchy from nit to address are:

1) Bit: It is the smallest unit of the data.

2) Field: The collection of all the characters in the data is known as field.

3) Record: The collection of the different fields is known as records.

4) File: The collection of various types of records in the database is known as file.


Is 49 greater than y? Which below is correct?
A) 49 > y
B) 49 >= y
C) 49 < y
D)49 != y

Answers

Answer:

49>y

Explanation:

Given objective: Is 49 greater than y?

Among the options:  

a) 49 > y => 49 is greater than y

b) 49 >= y => 49 greater than or equal to y

c) 49 <y => 49 is less than y or in other words, y is greater than 49.

d) 49 !=y => 49 is not equal to y.

So the requires solution is represented by (a) namely, 49>y . This can be alternatively read as y<49, that is y is less than 49. The other options do not represent the given requirement as illustrated earlier.  

When a column is added to a table, it is the _____ column in the table. (Points : 2) first
last
second
third

Answers

Answer:

last

Explanation:

When a column is added to a table, it gets appended at the end of the table. For example, suppose we have a table called Student with a column 'Name'. Now suppose we want to add another column called class to the table, then the new column will be added at the end of the table. So the new table structure will consist of <Name,Class>.The same procedure will apply for any other added column.

Answer:

The correct answer for the given question is "last ".

Explanation:

When we add a column into the table so the column will add in the last of the table .We can use alter command in SQL to added the column in the table.

The syntax for adding new column into the table is given below .

ALTER TABLE table_name

ADD column_name datatype;

For example  

Suppose we have to add the address column into the student table.

ALTER  TABLE student  

ADD address varchar (50);

This query will add the column in last  of the table  .

What is ‘validation’?

Answers

Talking about models, validation is the process by the model is corroborated and its outputs are compared with experimental results. From validation, it can be seen how quantitative and qualitative accurate the model is, and it can be confirmed model fidelity to the real world.

Why is exception handling an issue for testers in object-oriented developments?

Answers

Answer:

 The exception handling occurs when the unexpected events are happened, which basically require special type of processing. The exception handling is the mechanism that mainly handle all type of the exception during the run time process in the system.

In the object oriented programming, the testers face issue during the development as it used for prevent the abnormal node in the program and also it customize the exceptional message in the system.

We basically used the try catch block in the exception handling as, it efficiently handle the difficult situation in the object oriented development.

Discuss why Web services are important to Web development

Answers

Answer:

 The web services is the software that uses over the internet and also used various standard XML message system.

The web services is basically used in various applications to make the platform and various types of the technologies independent.

The web services play very important role in the web development as, it allow various types of applications to share data and different types of services with each other in the system. It is used in various UNIX applications and java for the communication purpose.

Using a word processor of your choice, write the pseudocode for an application that allows a user to enter the price of an item and computes 10 percent sales tax on the item and prints out for the user the original price and the tax and the total. Remember to declare the class and the main method.

Answers

Answer:

// here is pseudo-code and implementation in java.

import java.util.*;

// class definition

class Solution

{

// main method of the class

public static void main (String[] args) throws java.lang.Exception

{

   try{

    // scanner object to read innput

       Scanner s=new Scanner(System.in);

        // variables

      double item_cost;

      System.out.print("Please enter cost of item:");

   //read the cost of item

      item_cost=s.nextDouble();

   // calculate 10% tax on the item

      double tax=item_cost*0.1;

   // print original cost

      System.out.println("original cost of item is: "+item_cost);

   // print tax on the item

      System.out.println("tax on the item is: "+tax);

   // print total cost of item

      System.out.println("total cost of item is:"+(item_cost+tax));

   }catch(Exception ex){

       return;}

}

}

Explanation:

Read the original cost of item from user and assign it to variable "item_cost". Calculate 10% tax on the cost of item and assign it to variable "tax".Print the  original cost and tax on item.Then add the cost and tax, this will be the total  cost of item and print it.

Output:

Please enter cost of item:125

original cost of item is: 125.0

tax on the item is: 12.5

total cost of item is:137.5

Answer:

#Python

class PriceTax:

   def __init__(self): #Main method

       self.itemPrice = int(input("Price of your item: "))

       self.tax = 0.1

       self.total = round(self.tax*self.itemPrice,2)

       print("\nOriginal price: ", self.itemPrice)

       print("Tax: %d%%" % (self.tax*100))

       print("Total: ", self.total)

   

price = PriceTax()

Explanation:

We define a class called PriceTax with a main method __init__, we asked for the user input and store the int value in an attribute called itemPrice, we define the tax attribute and we calculate the total by multiplying the predefined tax and the item price entered by the user. Finally, we print the original price, the tax, and the total. Note that for this to work we instantiate the class 'PriceTax' first under the variable price.

Magnetic tapes are a good choice for backups that need to be kept for five or more years.

True

False

Answers

Answer:

True.

Explanation:

Magnetic tape is used to store data.It is one of the oldest technology for data storage.It is suitable for  high volume data and storing it for long duration.It's cost is also very less.

Magnetic Tapes are well suited for storing data for long duration because of it's durability.It's shelf life is 30-years.

.Name two loaders used in Linux?

Answers

Answer:

LOADLIN(Load linux)    LILO(Linux Loader).

Explanation:

Loader is a computer program that is used in linux to load linux in the memory.In linux we have to install a special loader while in other operating system we do not need to  install the loader it comes in them by default.

The two most common loader in linux are as following:-

LOADLIN(Load Linux).LILO(Linux Loader).

What is the effect of block size in cache design?

Answers

Answer:

When designing a cache, you have to consider this things:

Delay. Miss rate. Area.

If the cache has a bigger block size may have a lower delay, but when miss the miss rate will be costly. If an application has high spatial locality a bigger block size will do well, but programs with poor spatial locality will not because a miss rate will be high and seek time will be expensive.

Final answer:

The block size in cache design determines the amount of data stored in each cache block. It affects cache hit rate and wasted storage space. The optimal block size depends on various factors.

Explanation:

The block size in cache design refers to the amount of data that can be stored in each cache block. It plays a crucial role in determining the cache's performance and efficiency. A larger block size can lead to a lower cache miss rate and higher hit rate, as it allows for more data to be fetched from memory at once. However, a larger block size also results in more wasted storage space, known as internal fragmentation.

For example, let's consider a cache with a block size of 64 bytes. If the processor requests a single 4-byte integer, the cache will still load the entire 64-byte block into the cache. This leads to wasted space and can reduce the effective cache capacity. On the other hand, if the block size is too small, the cache may experience frequent cache misses, as it would need to load more blocks to fetch the required data.

Choosing the optimal block size involves balancing the trade-off between cache hit rate and wasted storage space. Factors like the access pattern of the application, cache associativity, and memory bandwidth also influence the effect of block size on cache performance.

Think about an internet of things that we are using on our daily life and how it can be hack and what consequences this will be on us.

Answers

Answer:

Internet of thing is a generic term given to all the devices that are interconnected via internet. The things are all the devices that we use in out daily lives such as refrigerators, cars, homes ,e.t.c The interconnections of all the things allows better operation and high ease of daily life as the devices are calibrated to our needs hence automatically turn off if we don't use them. As an example the interconnected electric lights in smart homes know weather we are present in home or not and automatically turn off and on depending on our presence.

As an example of Internet of things device consider Smart Homes that use automation to regulate various operations such as lighting, air conditioning and other operations. If an rouge entity gets access to the system and is able to disrupt the operation's we can easily identify the consequences such as no light , no air conditioning among others. Even our access to our own house can be blocked thus making our life miserable.

Answer

responsible I think I wouldn't know

Explanation:

Describe practices that enable software designers to think about using patterns?

Answers

Answer:

 Firstly, the software designer basically understand the pattern of the system by think with broader perspective. By establish the pattern first design the proper context of the system.

The pattern dependency basically focus on manage the relationship between the different types of the modules. It basically provide the actual guidance which increase the reuse-ability of the module.  

We can also extract the given pattern that from the level of the abstraction and lack cohesion modules are basically difficult to maintain.

___________ are used when an SQL statement has to be executed multiple times in a Python script.

a

Prepared statements

b

Cursors

c

Connections

d

Queries

Answers

Answer: (A) Prepared statement

Explanation:

 Prepared statement is basically used in the structured query language (SQL) statement which are basically execute multiple times in the python script.

The prepared statement is typically used in the SQL statement for update and queries. It is used to executed for the similar SQL statement and it has high efficiency.

It basically is in the form of template where the database compile and perform various query optimization.

Residential and business customers are paying different rates for water usage. Residential customers pay $0.005 per gallon for the first 6000 gallons. If the usage is more than 6000 gallons, the rate will be $0.007 per gallon after the first 6000 gallons. Business customers pay $0.006 per gallon for the first 8000 gallons. If the usage is more than 8000 gallons, the rate will be $0.008 per gallon after the first 8000 gallons. For example, a residential customer who has used 9000 gallons will pay $30 for the first 6000 gallons ($0.005 * 6000), plus $21 for the other 3000 gallons ($0.007 * 3000). The total bill will be $51. A business customer who has used 9000 gallons will pay $48 for the first 8000 gallons ($0.006 * 8000), plus $8 for the other 1000 gallons ($0.008 * 1000). The total bill will be $56. Write a program to do the following. Ask the user which type the customer it is and how many gallons of water have been used. Calculate and display the bill.

Answers

Answer:

// here is program in Java.

// import package

import java.util.*;

// class definition

class Main

{

   // main method of the class

public static void main (String[] args) throws java.lang.Exception

{

   try{

   // variable

   int gall;

   double cost=0;

       // object to read value from user

    Scanner scr=new Scanner(System.in);

     // ask user to enter type

    System.out.print("Enter customer type  (R for residential or B for business ):");

    // read type of customer

       char t=scr.next().charAt(0);

       if(t=='r'||t=='R')

       {

           System.out.print("enter the number of gallons:");

           //read number of gallons

           gall=scr.nextInt();

           // if number of gallons are less or equal to 6000

           if(gall<=6000)

            {

           // calculate cost

           cost=gall*0.007;

           // print cost

           System.out.println("total cost is: "+cost);

             }

           else

           {

           // calculate cost

            cost=(6000*0.005)+((gall-6000)*0.007);

            // print cost

            System.out.println("total cost is: "+cost);

           }

       }

       else if(t=='b'||t=='B')

       {

           System.out.print("enter the number of gallons:");

           //read number of gallons

           gall=scr.nextInt();

           // if number of gallons are less or equal to 8000

           if(gall<=8000)

            {

           // calculate cost

           cost=gall*0.006;

           // print cost

           System.out.println("total cost is: "+cost);

             }

           else

           {// calculate cost

            cost=(8000*0.006)+((gall-8000)*0.008);

            // print cost

            System.out.println("total cost is: "+cost);

           }

       }

   }catch(Exception ex){

       return;}

}

}

Explanation:

Ask user to enter the type of customer and assign it to variable "t" with scanner object.If the customer type is business then read the number of gallons from user and assign it to variable "gall". Then calculate cost of gallons, if   gallons are less or equal to 8000 then multiply it with 0.006.And if gallons are greater than 8000, cost for  first 8000 will be multiply by 0.006 and   for rest gallons multiply with 0.008.Similarly if customer type is residential then for first 6000 gallons cost will be multiply by 0.005 and for rest it will  multiply by 0.007. Then print the cost.

Output:

Enter customer type  (R for residential or B for business ):r

enter the number of gallons:8000

total cost is: 44.0

What is an E-R diagram?

Answers

Answer:

 The E-R diagram is basically used in the designing and debugging the relational database in the field of the information system and software engineering.

In the E-R diagram, entity is the object and the component of the data that is used to represent as rectangle.

This E-R diagram is basically used to control the conjunction in the DFD (Data flow diagram). Entities, attribute and action are the three main components that are used in the E-R diagram.

Write a C++ program to read N numbers. Find sum, product, and average of N numbers

Answers

Answer:

// here is code in c++

// headers

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

   // variables

   int n,num;

   double sum=0, avg;

   long long int prod=1;

   cout<<"Enter value of N:";

   // read value of N

   cin>>n;

   cout<<"enter "<<n<<" numbers:";

   // read the N numbers

   for(int x=0;x<n-1)

   {

    cin>> num;

    // calculate sum of all

    sum=sum+num;

    calculate product of all

    prod=prod*num;

   }

   // print sum

   cout<<"sum of all "<<n<<" numbers is: "<<sum<<endl;

   // print product

   cout<<"product of all numbers is : "<<prod<<endl;

   print average

   cout<<"average of all "<<n<<" numbers is: "<<sum/n<<endl;

return 0;

}

Explanation:

Read the value of n from user.Then ask user to enter n numbers. Then calculate sum of all entered number and their product.After this calculate the average of entered number by dividing sum with n.Print sum, product and average of n numbers.

Output:

enter value of N:6

enter 6 numbers:1 2 3 4 5 6

sum of all 6 numbers is: 15

product of all numbers is : 120

average of all 6 numbers is: 2.5

Final answer:

The program starts by asking the user to specify the number of elements (N). The program demonstrates user input, loops, and basic arithmetic operations to achieve the desired output.

Explanation:

A sample C++ program that performs this task is :

#include
using namespace std;

int main() {
   int N, number;
   cout << "Enter the number of elements: ";
   cin >> N;
   double sum = 0.0, product = 1.0;
   for (int i = 0; i < N; ++i) {
       cout << "Enter number " << (i+1) << ": ";
       cin >> number;
       sum += number;
       product *= number;
   }
   double average = sum / N;
   cout << "Sum = " << sum << endl;
   cout << "Product = " << product << endl;
   cout << "Average = " << average << endl;
   return 0;
}
The program starts by asking the user to specify the number of elements (N). It then enters a loop, prompting the user for each number adding to the sum and multiplying the product with each entered number. After going through all N numbers, it calculates the average and prints the sum, product, and average.

BI systems have eliminated a common organizational problem, which is simultaneously having too much data but somehow not enough.
a. True
b. False

Answers

Answer:

True

Explanation:

Most of the organization suffers from InfoObesity, i.e., too much data without the proper holding structure for this.

Business intelligence abbreviated as BI plays a major role in the determining the planning strategies of an organizations and serves multiple purposes which includes measurement of performance towards business objectives, quantitative analysis, data reporting and sharing, etc.

BI systems helps in eliminating InfoObesity, by manging the data and filtration of the data with proper data structure to serve specific purposes.

How many bits are necessary for a binary representation (unsigned) of:

a. The states of the U.S.A.?

b. The days in a year?

c. The inhabitants of California (est. 36,457,549)?

Answers

Answer:

Hi!

The answer to:

a. 6 bits.

b. 9 bits.

c. 26 bits.

Explanation:

a. For the states of the U.S.A, you need 50 or more combinations to represents each element.

If you use 6 bits, the possible combinations are 2⁶ = 64.  

b. For days in a year, you need 365 or more combinations to represents each element.

If you use 9 bits, the possible combinations are 2⁹ = 512.

c. For inhabitants of California, you need 36,457,549 or more combinations to represents each element.

If you use 26 bits, the possible combinations are 2²⁶ = 67,108,864. If you use 25 bits instead of 26, then you have 2²⁵ = 33,554,432 combinations. These possible combinations are not enough to represent each inhabitant.

Typically, the first item in defining a function is _____. (Points : 4)

an open curly brace "{"
passing an argument
passing the function
naming the function

Answers

Answer: Naming the function

Explanation:

 The first item for defining the function is the naming of the function. In the function, the first line is known as header and rest of the function is known as body of the function.

The function name is the first step while defining the proper function as we can define the actual function name on which the program are rest based.

We can define a function from which the each value from the set of the components are basically associated with the second component in that particular function.

 

Other Questions
All of the following are types of plate boundaries except A convergent B divergent C fault D transform 3. Noah is helping to collect the entry fees at his school's sports game. Student entrycosts $2.75 each and adult entry costs $5.25 each. At the end of the game, Diegocollected $281.25.Select all equations that could represent the relationship between the number ofstudents, s, the number of adults, a, and the dollar amount received at the game.A. 281.25 5.25a = 2.75sB. a = 53.57 - 13:25C. 281.25 -5.25s = aD. 281.25 +2.75a = sE. 281.25 +5.25s = a Set up the 2015 balance sheet for Circle Corp. based on the following information: cash = $141,000; patents and copyrights = $630,000; accounts payable = $219,000; accounts receivable = $132,500; tangible net fixed assets = $1,655,000; inventory = $300,000; notes payable = $110,000; accumulated retained earnings = $1,250,000; long-term debt = $859,000. (Be sure to list the accounts in order of their liquidity. Do not round intermediate calculations.) A 5-pound bag of apples costs $3.50. Use this rate to complete the table to identify equivalent ratios, then answer the questions. Pounds 5 15 Cost ($) 0.70 3.50 7 Apples cost $ per pound.Are my answers correct? plz help!!A group of students performed an experiment to prove the law of conservation of energy. In the experiment, a flask containing water at room temperature was shaken vigorously for a few minutes. The table shows a partial record of the temperature of the water before and after shaking.Experimental RecordTemperatureBefore Shaking21 CAfter ShakingUnknownWhat best predicts the unknown temperature? (3 points)Less than 21 C because heat energy is formed from the energy used in shakingGreater than 21 C because heat energy is formed from the energy used in shakingLess than 21 C, because the total energy of the system after shaking is higher than before shakingGreater than 21 C, because the total energy of the system after shaking is higher than before shaking9. (01.04 HC) The table shows the potential energy and kinetic energy of a skier at two different positions on a hill.Position and EnergyPosition (above ground)Kinetic EnergyPotential Energy100 meters0 units50,000 units60 meters?30,000 unitsWhat is the kinetic energy of the skier at a height of 60 meters above ground? (3 points)20,000 units, because total energy remains unchanged80,000 units, because total energy remains unchanged20,000 units, because total energy of the skier decreases80,000 units, because total energy of the skier decreases In words, the scalar product of two vectors can be thought of as the product of the magnitude of ~a with the magnitude of the projection of ~b onto the direction of ~a. It is used to calculate the product of vector quantities when only the parallel components of each vector contribute (e.g., Work = Force Displacement). Let ~a = h9, 6.75, 0i and ~b = h2.97, 6.075, 0i. Calculate ~a ~b. Question 18 Which moon in the table of moons should be the most rocky? Which one should be the most icy? A ball is dropped from rest at the top of a 6.10 mtallbuilding, falls straight downward and collides inelasticallywiththe ground, and bounces back. The ball loses 10% of itskineticenergy every time it collides with the ground. Howmany bounces canthe ball make and still reach a windowsill that is2.38 m above theground? An airplane flying horizontally at a constant speed of 350 km/h over level ground releases a bundle of food supplies. Ignore the effect of the air on the bundle. What is the bundle's initial vertical velocity? Kam can make 72 cookies in 3 hours at his house, while Madison can make 120 cookies in 4 hours at her house. How long would it take for them to make a total of 200 cookies together solve the equation. -x/3=27 Whats the difference between shape and form in fashion? which of these is not a way that carbon cycles through the biosphere A) photosynthesis B) transpiration C) combustion of fossil fuels D) decomposition When a column is added to a table, it is the _____ column in the table. (Points : 2) first last second third The taillights of a vehicle are dimly illuminated whenever the brake lights are on. Technician A says this could be caused by a blown fuse. Technician B says an open ground circuit could cause this problem. Who is correct? Dr. Wiseman believes that psychological disorders are influenced by genetic predispositions and physiological states. He is also aware that inner psychological dynamics, social dynamics, and culture play a role in psychological disorders. Which of the following illustrates Dr. Wiseman's view?a. the biopsychosocial approachb. the medical modelc. epigeneticsd. genetics Which is bigger 0.305 or 0.350 Which best describes ionization energy ? Which of the following diseases is more likely to occur through contact with contaminated water in industrialized countries than in non-industrialized countries?a. hepatitis Ab. typhoid fever c. legionellosis d. hepatitis B e. tuberculosis A scientist measures 1062 mL of a substance with a density of 0.023 g/mL. What is themass of the substance?