Well if y9u see the refrence point of issac newton you know the law of inertia apply this and you get 10 = 3.5
Answer:
1. VLOOKUP function.
2. SUMIF function.
3. COUNT function.
4. IF function.
5. HLOOKUP function.
Explanation:
Microsoft Excel is a software application or program designed and developed by Microsoft Inc., for analyzing and visualizing spreadsheet documents. There are different types of functions used in Microsoft Excel to perform specific tasks and these includes;
1. VLOOKUP function: it's an Excel function that avails end users the ability to lookup data in a table organized vertically. Thus, it's typically used for searching values in a column.
2. SUMIF function: it is an Excel function to sum cells that meet criteria such as text, dates and numbers. This function can be used with the following logical operators; <, >, and =.
3. COUNT function: it's an Excel function to find the total number of entries in a column. For example, to count the number of entries in B1:B15; COUNT(B2:B15).
4. IF function: runs a logical test and returns one value for a TRUE result, and another for a FALSE result. For example, to fail scores that are below 40; IF (A1 < 40, "Fail", "Pass").
5. HLOOKUP function: it's an Excel function that avails end users the ability to lookup data in a table organized horizontally. Thus, it's typically used for searching values in a column.
Answer:
Yes, an association is formed between key and its value.
Explanation:
A dictionary in python is an unordered data structure where 2 elements are entered for each entry - a key and its value. Unlike list, we have to give the index through which we want to access that value. This is more flexible than lists as in lists index can be of int type only but in dictionary key can be of any datatype. For example :
dict = { "apple: 1 , "banana" : 2 }
Every element need not be of same type, they can differ too.
Answer:
Rapid Application Development (RAD)
Explanation:
Rapid Application Development (RAD) describes a method of software development which heavily emphasises rapid prototyping and iterative delivery. The RAD model is, therefore, a sharp alternative to the typical waterfall development model, which often focuses largely on planning and sequential design practices.
Joint Application Development (JAD) is a development methodology system originally used for designing a computer-based system, but can be applied to any development process. It involves continuous interaction with the users and different designers of the system in development. JAD centres around a workshop session that is structured and focused.
Answer:
It would be an example of bottom-up planning
Explanation:
Bottom-Up Planning is a method of planning that defines objectives and ways to achieve them through the bottom up. It relatively narrows goals that are initially set at the lower levels of the organizational hierarchy. First, relatively close targets at lower levels of the organizational hierarchy are set. They are then gradually integrated into the framework of global goals and global strategy at higher and higher levels. It is therefore a convergent approach.
With bottom-up planning, you give your project deeper focus because you have a larger number of employees involved in the project, each with their own area of expertise. Team members work side-by-side and have input during each stage of the process. Plans are developed at the lowest levels and are then passed on to each next higher level. It then reaches senior management for approval.