why is Touchpad used in the laptop computer​

Answers

Answer 1

Answer:

in controlling the mouse or cursor

Explanation:

as is it known tha a cursor is a poniting device. and the only way to control it without a mouse is the touchpad


Related Questions

In cell B13, create a formula using vlookup function that looks up the value from cell A11 in the range A5:B7

Answers

Answer:

=VLOOKUP(A11,A5:B7,5,TRUE)

Explanation:

The syntax of VLOOKUP is:

=VLOOKUP(Value to look up, cell range, number of cells to check, returned value)

In this case:

Value to look up = A11

Cell range = A5:B7

Number of cells = 5 ---- this can be any number, but make sure it is large enough.

Returned value = TRUE --- this can be any value; such as 1, 0, FALSE, TRUE.

So, the formula to enter in B13 is:

=VLOOKUP(A11,A5:B7,5,TRUE)

Explain means of soil preparations adopted in the field when the crop is not yet sown?

Answers

Answer:

Answer to the following question is as follows;

Explanation:

To create and preserve the soil, add organic matter every year during soil preparation. Make sure to turn all of the plant material under the soil. If you're going to add organic compounds before harvesting a fall garden, make sure it's well-rotted fertiliser. Rake the dirt clean and level prior to actually planting.

8. Lael wants a quick way to look up students by their Student ID.
In cell Q3, nest the existing VLOOKUP function in an IFERROR function. If the VLOOKUP function returns an error result, the text Invalid Student ID should display.

Answers

Answer:

IFERROR(VLOOKUP(Q2,A2:N31,2,FALSE),"Invalid Student ID")

Explanation:

The VLOOKUP function is expresses using the syntax :

=VLOOKUP(value, table array, col_index, range lookup value)

Using the IFERROR function with the VLOOKUP :

IFERROR(VLOOKUP(Q2,A2:N31,2,FALSE),"Invalid Student ID")

The VLOOKUP function here is nested with an IFERROR function is used to avoid our calculation or output resulting or showing an error and instead of throwing an error, output a statement which is defined by the user.

Here, the IFERROR function here takes the VLOOKUP function defined as its first argument, the second argument will be the output if the VLOOKUP function fails to find a match

Write a program that first gets a list of integers from input. The input begins with an integer indicating the number of integers that follow. Then, get the last value from the input, which indicates a threshold. Output all integers less than or equal to that last threshold value. Assume that the list will always contain fewer than 20 integers. Ex: If the input is: 5 50 60 140 200 75 100

Answers

Answer:

Explanation:

The following is coded in Java. It asks the user for the number of inputs and then creates a loop to read all of the inputs and adds them to an ArrayList. Then it saves the last value in the array as the threshold. Finally, it loops through the array printing only the values less than or equal to the threshold. The program has been tested and the output can be seen in the image below.

import java.util.ArrayList;

import java.util.Scanner;

class Brainly {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       ArrayList<Integer> myList = new ArrayList<>();

       System.out.println("How many inputs will you add? ");

       int inputs = in.nextInt();

       System.out.println("Enter inputs: ");

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

           int num = in.nextInt();

           myList.add(num);

       }

       int threshold = myList.get(myList.size()-1);

       System.out.println("Inputs Less than or Equal to Threshold: ");

       for (int x: myList) {

           if (x <= threshold) {

               System.out.println(x);

           }

       }

   }

}

Each worksheet is the equivalent of a full spreadsheet and has the potential for up to 1,048,576 x 16,384 cells, arranged in rows and columns. The rows are numbered 1. 2.
3 and onwards, up to a maximum of 1,048,576. The columns are lettered A to Z AA to ZZ, and then AAA tO XFD. This gives a maximum of 16,384 columns. True or False?

Answers

Answer:

True

explanation:

The last column on the worksheet is lettered XFD.

program 2. write a VB.NET program to solve the linear equation of the form Ax+B=C, i.e x=(C=B)/A (Eg:2x+3=7, where B and C are consonants, A is the coefficient of x)​

Answers

Answer:

Module Program

   Sub Main()

       Dim A, B, C, x As Double

       A = 2.0

       B = 3.0

       C = 7.0

       x = (C - B) / A

       Console.WriteLine($"Solution for {A}x + {B} = {C} is x = {x}")

       Console.ReadKey()

   End Sub

End Module

Explanation:

For A=0, the program wouldn't work, because then any x would be a solution.

What are the application of computer? explain.​

Answers

Computers play a role in every field of life. They are used in homes, business, educational institutions, research organizations, medical field, government offices, entertainment, etc.

Home

Computers are used at homes for several purposes like online bill payment, watching movies or shows at home, home tutoring, social media access, playing games, internet access, etc. They provide communication through electronic mail. They help to avail work from home facility for corporate employees. Computers help the student community to avail online educational support.

Medical Field

Computers are used in hospitals to maintain a database of patients’ history, diagnosis, X-rays, live monitoring of patients, etc. Surgeons nowadays use robotic surgical devices to perform delicate operations, and conduct surgeries remotely. Virtual reality technologies are also used for training purposes. It also helps to monitor the fetus inside the mother’s womb.

Entertainment

Computers help to watch movies online, play games online; act as a virtual entertainer in playing games, listening to music, etc. MIDI instruments greatly help people in the entertainment industry in recording music with artificial instruments. Videos can be fed from computers to full screen televisions. Photo editors are available with fabulous features.

Industry

Computers are used to perform several tasks in industries like managing inventory, designing purpose, creating virtual sample products, interior designing, video conferencing, etc. Online marketing has seen a great revolution in its ability to sell various products to inaccessible corners like interior or rural areas. Stock markets have seen phenomenal participation from different levels of people through the use of computers.

Education

Computers are used in education sector through online classes, online examinations, referring e-books, online tutoring, etc. They help in increased use of audio-visual aids in the education field.

Government

In government sectors, computers are used in data processing, maintaining a database of citizens and supporting a paperless environment. The country’s defense organizations have greatly benefitted from computers in their use for missile development, satellites, rocket launches, etc.

Banking

In the banking sector, computers are used to store details of customers and conduct transactions, such as withdrawal and deposit of money through ATMs. Banks have reduced manual errors and expenses to a great extent through extensive use of computers.

Business

Nowadays, computers are totally integrated into business. The main objective of business is transaction processing, which involves transactions with suppliers, employees or customers. Computers can make these transactions easy and accurate. People can analyze investments, sales, expenses, markets and other aspects of business using computers.

Training

Many organizations use computer-based training to train their employees, to save money and improve performance. Video conferencing through computers allows saving of time and travelling costs by being able to connect people in various locations.

Arts

Computers are extensively used in dance, photography, arts and culture. The fluid movement of dance can be shown live via animation. Photos can be digitized using computers.

Science and Engineering

Computers with high performance are used to stimulate dynamic process in Science and Engineering. Supercomputers have numerous applications in area of Research and Development (R&D). Topographic images can be created through computers. Scientists use computers to plot and analyze data to have a better understanding of earthquakes

Difference between array processor and vector processor​

Answers

Answer:

An array is used for the storaging the paticular given size element that is either fixed or given by the user. However an vector is also used for storing purpose but the size of the table is assign automatically during the running time of the program or we say dynamic size assign to table.

Answer:

An array is made up of indexed collections of information called indices, the plural form of the word "index." Though an array can, in rare cases, have only one index collection, a vector is technically indicative of an array with at least two indices. Vectors are sometimes referred to as "blocks" of computer data.

Explanation:

Array stores a fixed-size sequential collection of elements of the same type and it is index based. Vector is dynamic in nature so, size increases with insertion of elements. As array is fixed size, once initialized can't be resized. Vector occupies more memory.

Prepare algorithm and draw a corresponding flowchart to compute the mean value of all odd numbers between 1 and 100 inclusive.​

Answers

Answer:

it has to be 35 it's definitely 35

Which support function under Tech Mahindra is governing data privacy and protection related requirements

Answers

Answer:

Privacy Policy

Explanation:

PRIVACY POLICY is the support function under Tech Mahindra that is governing data privacy and protection-related requirements.

Given that support functions are functions which assist and in a way contribute to the company goal.

Other support functions are human resources, training and development, salaries, IT, auditing, marketing, legal, accounting/credit control, and communications.

The above statement is based on the fact that the Privacy Policy clarifies all the data protection rights, such as the right to object to some of the production processes that TechM may carry out.

Why should the Six-Step Process be considered as an iterative process?

Answers

Answer:

The six-step process in programming is defined as the major technique that is employed collaboratively to resolve problems. The first step initiates with the explication of the problem followed by the probable cause of the problem. The third step involves looking for possible solutions to resolve it and choosing the best solution out of them to fix it. This step is immediately succeeded by the execution of the solution and assessment of the outcome. This Six-step process must be contemplated as an iterative process because it is a key method that is employed over and again in developing a program or ensuring its effective operation by resolving the issues that occur throughout the process.

explain the uses of computer application in finance and travel.​

Answers

Uses of Computers in Finance

Uses of Computers in Finance

By: Jayden Mathew

Reviewed by: Catreal Wood, B.A. in Finance

Updated November 17, 2018

The discovery of computers has transformed the financial industry and how business deals are transacted. It is possible for accountants to keep large amounts of data, conduct intricate calculations and manage financial transactions all from a computer. Computer technology today enables global economic capabilities that were impossible only a few decades ago, and computers now influence both business as well as personal financial management.

Ease of Communication

Computers enhance financial communication within members of an organization through a network system connecting various departments. With the use of computers, key financial decision makers are able to send financial reports and strategies instead of holding meetings. This system allows people in the finance sector to get updates on world stock exchange, and price changes affecting their business. The use of email also enables financial professionals to inform other departments and consumers of key policy changes, such as price modifications on products and goods.

Spreadsheet Software

Spreadsheet software influences the way both large and medium-sized firms, as well as individuals, key in and organize financial data. Spreadsheet applications are used to run day-to-day financial tasks, such as compiling financial data, presenting the data in an organized manner through the use of charts and graphs, drawing budgets and calculations of complex transactions. This application comes with computer programs, such as Microsoft excel, that enables organizations and individuals to plan finances without wasting too much time.

Data Storage

Computerization makes data storage manageable and less bulky. Computers enable organizations to store large amounts of files in a small space, allowing us to have a large track of historical transactions, while avoiding consumption of space that would otherwise be consumed by piles of files in cabinets. Keeping financial records is critical for organizations, as well as individuals, as it allows tracking of payment records, debts owed, purchases done and bank transactions made. Having detailed financial records helps an organization to continually audit and analyze business performance.

proggramed transaction

Computerized financial software conducts programmed business and accounting transactions. Most finance departments utilize accounting applications, such as QuickBooks, to perform financial transactions and to manage a company’s income and expenditure. These programmed applications enable an organization or individuals to keep track of financial operations and also conduct complex transactions effortlessly without consuming a lot of time and labor that would otherwise be used in case of manual transactions. Organizations can purchase software depending on nature of work; other applications include Grant Management application and payroll software.

Financial Information

Computers have enhanced access to wide financial information through internet access. Business operators or individuals can now access information on investment prospects, and conduct detailed research on its profitability. There is also a wealth of financial information available on the internet, such as world prices, tax changes, inflation rate and currency exchange rates that make it easier for institutions and individuals to make informed financial decisions. The internet also provides a wide source of information and access to specific financial reports of companies in trade.

REFERENCES

WRITER BIO

Select the correct answer.
Which of these statements is true of dynamic design diagrams?
A.
They demonstrate objects.
B.
They demonstrate relationships.
C.
They demonstrate the behavior of system aspects.
D.
They include structure diagrams.

Answers

Answer:

They demonstrate the behavior of system aspects.

The statement true regarding the dynamic design diagram is that it demonstrates the behavior change in the system. Thus, option C is correct.

What is a dynamic design diagrams?

A dynamic design diagram is given as the model that has been expressing the development of the operations, actions, and the behavior of the system over time.

The dynamic design diagram is thereby the demonstration of the behavior of system aspects. Thus, option C is correct.

Learn more about dynamic design, here:

https://brainly.com/question/14956129

#SPJ2

Explain how you would find a book on a given subject in the library.

Answers

Answer:

In case I am looking for a specific book in a library, the way in which I would try to find it would be through consulting the library guide, or through inspection of the different books of the specific sector with which the book I'm looking for is listed, or by asking the library staff to help me with my search.

what is operating system?

Answers

Answer:

operating system (os)is translator between the operator (user)and the computer

Operating system (OS) is the low-level software that supports a computer's basic functions, such as scheduling tasks and controlling peripherals.

if someone wants to use a technology that allows the automation of manufacturing cars in a factory was technology should they use?

Answers

Answer:

Physical Robots with specific coded instructions

Explanation:

In this specific scenario, they would need to use Physical Robots with specific coded instructions. Each robot would need to be coded to perform a specific and unique task, so that they are able to physically create the part that is needed for the manufacturing of the car, just like a real human employee would need to do. The different robots would create all the necessary parts and then another set of robots would put those pieces together. Artificial Intelligence could also be implemented to increase efficiency and prevent future errors.

how OS manages the reusable resources

Answers

Answer:

Resources

A resource is anything required by a process.

Anything - os as resource manager.

Process - owns the resource.

Required - no resource, no progress; adaptive processes.

Resources - sharable, serially reusable, and consumable.

Explanation:

Resource durability determines how a resource reacts to being used. A reusable resource remains after being used. Disks, networks, CPUs are reusable resources.Oct 9, 201

Draw any five (5) basic symbols used for flowcharting

Answers

Answer:

Image below ⏬

You are required to copy in your attendees' emails from outside of Outlook when creating a meeting
O True
O False

Answers

False because you just need a specific email not copy and paste.

Hope this helps

Microsoft outlook is a part of the office suite which allows users to scheuie meetings usually within an organization. Hence, copying attendees email from outside of outlook is false.

Uisng the Calendar, a meeting schedule Can be initiated by opting to create a new meeting.

The teams should be selected and the required information filled out.

From outlook, the information of attendees including email can be added with a click, rather from outside outlook.

Hence, the statement is False.

Learn more : https://brainly.com/question/20388678

Kelley is managing a project to deploy the company's new application offering by using a cloud service provider for the platform. This will ensure that she has the elasticity and scalability necessary to deliver the application to what is hoped to be a large number of customers. Which of the following should be done at every step of the project?
a. Create baselines
b. Documentation
c. Analyze performance
d. Testing

Answers

Answer:

Analyse performance

Explanation:

During the deployment of new services to a certain Platform such as the cloud which is geared towards enhancing scalability which is the ability of platforms to accommodate larger load level are serve an increased number of consumers. These will require these platforms to be Analysed as per performance in other to evaluate them . Through performance analysis, elasticity may need to be tweaked by dynamic rearrangement of the different modules, hardwares in other to ensure that the platform delivers at the required level to serve the increased number of consumers.

Write a function that removes duplicates from an array. For example, if remove_ duplicates is called with an array containing 1 4 9 16 9 7 4 9 11 then the array is changed to 1 4 9 16 7 11 Your function should have a reference parameter for the array size that is updated when removing the duplicates.

Answers

Answer:

Explanation:

The following code is written in Python. It takes in an array of numbers as a parameter and loops through it. It checks to see if each element is already inside the new_arr array and if not then it adds it. Finally, it prints out the new_arr, prints the new_arr size and returns new_arr to the user which contains all the numbers from the original array without the duplicates.

def removeDuplicates(arr):

   new_arr = []

   for element in arr:

       if element not in new_arr:

           new_arr.append(element)

   print(new_arr)

   print("New Array Size: " + str(len(new_arr)))

   return new_arr

test_arr = [1, 4, 9, 16, 9, 7, 4, 9, 11]

removeDuplicates(test_arr)

have fire have ....

babi​ from babi098

Answers

Answer:

yessss I tooo have a fire at my home

lolololololololololo

ok have a great day what is your name ?

Answer:

..... ....

.... .....

....................

....................

__________ is a software development methodology that seeks to create multiple sample versions of a project for client review, allowing for plenty of feedback and ease of data refinement, but leaving the potential for major changes high.

Answers

Answer:

Prototyping!! :)

Explanation:

Prototyping is a software development methodology that seeks to create multiple sample versions of a project for client review, allowing for plenty of feedback and ease of data refinement, but leaving the potential for major changes high.

What is software development?

The process of writing code to develop a program is handled by a computer programmer.

A software developer oversees every step of the process, defining the project's requirements before collaborating with programmers to construct the code.

According to that, software developer differs from computer programmer since they need leadership abilities because they have to oversee every step of the program-making process and interact with others.

Therefore, the goal of the software development approach known as prototyping is to provide numerous test versions of a project for client assessment.

To learn more about software development, refer to the link:

https://brainly.com/question/24085818

#SPJ5

Write a statement to add the key Tesla with value USA to car_makers. Modify the car maker of Fiat to Italy. Sample output for the given program: Acura made in Japan Fiat made in Italy Tesla made in USA

Answers

Answer:

car_makers = {'Acura':'Japan','Fiat':'Egypt'}

car_makers['Tesla'] = "USA"

car_makers['Fiat'] = "Italy"

print("Acura made in",car_makers['Acura'])

print("Fiat made in",car_makers['Fiat'])

print("Tesla made in",car_makers['Tesla'])

Explanation:

The first line is a define object in the python code, containing two entries of Acura and Fiat and their respective countries.

The python code adds an entry to the object "car maker" using the bracket notation, the tesla car from USA.

The country of the Fiat car is changed from Germany to Italy, using the bracket notation.

The output of the complete object and the individual cars is given.

output of the python code:

{'Acura': 'Japan', 'Fiat': 'Italy', 'Tesla': 'USA'}

Acura made in Japan

Fiat made in Italy

Tesla made in USA.

A memory manager allocates memory in fixed size chunks of 2048 bytes. The current allocation is as follows: P1 1200 bytes P2 2047 bytes P3 1300 bytes P4 1 byte What is the total amount memory wasted with the above allocation due to internal fragmentation?

Answers

Are you sure you wrote this question correctly? I dont understand it

Write a Python function, twoQuadratics, that takes in two sets of coefficients and x-values and prints the sum of the results of evaluating two quadratic equations. It does not do anything else. That is, you should evaluate and print the result of the following equation:

a1∗x12+b1∗x1+c1+a2∗x22+b2∗x2+c2

Answers

Answer:

The function is as follows:

def twoQuadratics(a1, b1, c1, x1, a2, b2, c2, x2):

   result = a1*x1**2+b1*x1+c1+a2*x2**2+b2*x2+c2

   return result

Explanation:

This defines the function

def twoQuadratics(a1, b1, c1, x1, a2, b2, c2, x2):

This calculates the required sum

   result = a1*x1**2+b1*x1+c1+a2*x2**2+b2*x2+c2

This returns the calculated sum

   return result

Following are the program to the given python function:

Program:

def evalQuadratic(a, b, c, x):#defining the method evalQuadratic that takes th 4 integer variable inside the parameter

   return a*x*x + b*x + c#using return keyword that calculates the parameter value

def twoQuadratics ():#defining a method twoQuadratics

   a1 = int (input("Enter a1:"))#defining a1 variable that input integer value from the user-end

   b1 = int (input("Enter b1:"))#defining b1 variable that input integer value from the user-end

   c1 = int (input("Enter c1:"))#defining c1 variable that input integer value from the user-end

   x1 = int (input("Enter x1:"))#defining x1 variable that input integer value from the user-end

   a2 = int (input("Enter a2:"))#defining a2 variable that input integer value from the user-end

   b2 = int (input("Enter b2:"))#defining b2 variable that input integer value from the user-end

   c2 = int (input("Enter c2:"))#defining c2 variable that input integer value from the user-end

   x2 = int (input("Enter x2:"))#defining x2 variable that input integer value from the user-end

   r1 = evalQuadratic(a1,b1,c1,x1)#defining r1 variable that calls evalQuadratic function

   r2 = evalQuadratic(a2,b2,c2,x2)#defining r2 variable that calls evalQuadratic function

   print("Result=",r1+r2)#using print method that adds r1 and r2 value

twoQuadratics ()#calling method twoQuadratics

Program Explanation:

Defining the method "evalQuadratic" that takes the for variable "a,b,c, x" integer variable inside the parameter, and use the return keyword that returns the calculated value.In the next step, another method "twoQuadratics" is defined. Inside this method, 8 variables which we input value from the user-end, and use r1 and r2 that adds the method value and prints its addition. Outside the method, we call the "twoQuadratics" method.

Output:

Please find the attached file.

Learn more about the information from the function here:

brainly.com/question/24738846

Suppose you have some List of S List of Strings called List and a String prefix. Write a method that removes all the Strings from list that begin with prefix. public void removePrefixStrings(List-String- list, String prefix) 7. What is the time complexity of this algorithm?

Answers

Answer:

public void removePrefixStrings(List<String> list , String prefix) {

if(list==null || list.size()==0)

return;

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

if(list.get(i).startsWith(prefix))

list.remove(i);

else

++i;  

}  

}  

Time Complexity: If the prefix is the same as String length, Then finding all prefix match will take n *n = n2

Then removal is also n  

So the total time complexity is O(n3)

What constructs break or bend the normal Syntax patterns of scheme?

Answers

Answer:

let and begin break or bend the normal syntax patterns of the scheme. Explanation:

let performed sequentially from left to right and region of binding indicated by variable. The second binding is done in which the first binding is visible and so on. The syntax is can contain multiple statements by the Begin and END keywords. Begin constructs can be nested and each block can define the variables.

Assume that the PIC18F is currently executing a 16-bit instruction addressed by 0x00015A. What are the current contents of the program counter

Answers

Answer:

0x00015C

Explanation:

Given that the counter is executing a 16-bit instruction ( currently )  

addressed as  0x00015A

The counter keeps/records the address of the next executable instruction hence the current contents of the program counter

= 0x00015A + 16 bits         note: ( 16 bits = 2 bytes )

hence current content of program counter  = 0x00015C

a which is the smallest chunk of information of computer can work with​

Answers

Answer:

I still mad for that spam

Explanation:

Answer:

The bits are the smallest chunk of info that is used by computers.

Explanation:

Bit: A short abbreviation for binary digit which is the smallest unit of data.

You're welcome.

I hope I helped you.

Other Questions
PandemicsPlus just paid a dividend of $1.00 per share and they consistently grown dividends at 4% annually. Investors require a return of 12% on the firm's equity. What is the current value of the stock? How much power does it take to lift a box with a weight of 50N to put it on a shelf that is 10m high in10 sec? Calculate the total Social Security and Medicare tax burden on a sole proprietorship earning 2020 profit of $300,000, assuming a single sole proprietor with no other earned income. Tiffany wants to know the effect of eating sugary snacks onperformance in PE class. She decides to set up an experiment to findout. Which of the following groups of individuals is the experimentalgroup? *Students who take a PE class at their school.Students who take a PE class and who will not be eating sugary snacks before PEclass.Students who take a PE class and who will be eating sugary snacks before PE classStudents taking any class at school eating any food. If demand is not uniform and constant, then stockout risks can be controlled by: increasing the EOQ. spreading annual demand over more frequent, but smaller, orders. raising the selling price to reduce demand. adding safety stock. reducing the reorder point. Sofia orders a spare part for her custom-built bike from Oregon Technologies Inc. The company makes use of a computer-aided design model to produce the spare part at its location closest to Sofia's home. In this case, which of the following technologies is used to produce the spare part?a. Molding b. Additive manufacturing c. Lenticular printing d. Tampography Helpppppp!!! Which of the following is an example of a hormone? Adrenaline Blood Calcium Thyroid In addition to the Small Business Job Protection Act of 1996 encouraging small businesses to allow employees to enroll into a 401(k), what percentage of vesting begins immediately for the employee A strategy of related diversification requires most firms to organize around geographical areas or product lines. This type of organizational growth leads to a(n) ________ structure. The interquartile range is determined by the formula _________.A. Third quartile - First quartileB. Third quartile + first quartileC. First quartile - third quartile D. Maximum - minimum How much state tax is withheld from $36,200 if the tax rate is 4%? If f(x)=x-2 and g(x)=2x-6, then g(4)/f(3) Definition of distance in physics Geometry Identify the sides or angles that need to be congruent in order to make the given triangles congruent by AAS. Please help me!!!!!!!!! explaining six (6) reasons on the need to develop a Code of Ethics How many real solutions does this system of equations have? x2 +3 = y3 +1 = 0 Fill in the bottom line of DNA with the complementary base pair: Is a b a positive number or a negative number? How do you know?b ba1Please help I will give you Brainlyest In the following sentences underline the adjectives :1. The dull walls and dingy carpet give the room a somber atmosphere.2. The lonesome howl from a coyote came from the woods.3. Bluefish give fisherman a good The tree diagram represents an experiment consisting of two trials. P(c)=