What is another name for multi-dimensional analysis that involves slicing and dicing, drilling down, and rolling up data?.

Answers

Answer 1

Answer:

OLAP Online Analytical Processing


Related Questions

one way to copy a folder to a new location is to right-click the folder and select copy, then move to the new location, right-click and select.

a. True
b. False

Answers

The answer is a. True

The statement "one way to copy a folder to a new location is to right-click the folder and select copy, then move to the new location, right-click and select" is definitely true.

How do you copy a folder?

You can copy a folder by right-clicking on it. There you will see an option like a move or copy. Select what to want to do. And then go to the destination where you want to get copied. Right-click on the place and click copy here.

According to the context of this question, if you want to copy any folder or file, follow the step one by one in a sequential manner. To copy a folder or file to a new location, right-click the folder and select copy, then move to the new location, right-click and select. Your process of copying a folder is completed.

Therefore, the statement "one way to copy a folder to a new location is to right-click the folder and select copy, then move to the new location, right-click and select" is definitely true.

To learn more about File and folders, refer to the link:

https://brainly.com/question/20262915

#SPJ12

Write an expression that executes the loop body as long as the user enters a non-negative number.

Answers

In order to solve the provided issue, the user is asked to enter a number, and a while loop is then utilized to determine whether or not the number is positive. The body of the statement is written after the while loop, and the user value is then updated with the input. Then print "Done" after the statement.

Further Explanation:

The following Python code runs the body of the loop whenever a non-negative value is entered by the user.

#Prompt and read the input from the user

user_num = int(input('Enter a number:'))

#Loop is used to repeat the values of number

while (user_num>=0):

# If user enters a positive number then display the body statement.

print('Body')

user_num = int(input())

# Display the output.  

print('Done.')

To learn more about 'loop' refer to

https://brainly.com/question/3647633

#SPJ4

you need to keep track of the money raised from a fundraiser, assuming you will raise between five and ten thousand dollars. what datatype would you use?

Answers

Dollars are a huge value with several large digits on the integer side as well as the decimal side, hence this data type is used for them. For financial data, "int" is the ideal data type to utilize.

In programming, a data type is a categorization that describes the kind of value a variable possesses and the kinds of mathematical, relational, or logical operations that can be performed on it without producing an error. An integer is a data type that is used to categorize whole numbers, while a string is a data type that is used to classify text. A piece of data's data type is an attribute that instructs a computer system how to interpreter its value. Knowing the different data types helps to guarantee that data is gathered in the desired format and that the values of each property are as expected. A data type is a classification of data that informs the compiler or interpreter of the programmer's intended method of use. Because Python is an interpreted language, programs written in it are first translated into bytecode and then run by the Python virtual machine.

Learn  more about data type here:

https://brainly.com/question/14581918

#SPJ4

you have used firewalls to create a screened subnet. you have a web server that needs to be accessible to internet users. the web server must communicate with a database server to retrieve product, customer, and order information. how should you place devices on the network to best protect the servers? (select two.)

Answers

Answer:

Explanation:

1. Put the web server inside the screened subnet.

2. Put the database server on the private network.

Publicly accessible resources (servers) are placed inside the screened subnet. Examples of publicly accessible resources include web, FTP, and email servers. Devices that should not be accessible to public users are placed on the private network. If you have a public server that communicates with another server (such as a database server) and that server should not have direct contact with public hosts, place the server on the private network and allow only traffic from the public server to cross the inner firewall.

What are the different parts of MS Word 2010 Environment? Write the name and its function.

Answers

Answer: It has eight tables, file, home, insert, page layout, references, mailings, review and view that contain many features of Words

Explanation:

Each tab leads to a new ribbon which is divided into groups

monte's employer provides saas applications for its staff to use for their daily job functions. this means that ____.

Answers

Monte's employer provides SaaS application for its staff to use for their daily job functions. This means that monte can sign in into these applications.

Data can be accessible using SaaS, a technique of delivering software, from any device with an internet connection and a web browser. The servers, databases, and code that make up an application are hosted and maintained by software providers in this web-based architecture. With less than 2% specifically requesting on-premise software, the cloud-based approach has become so widespread that more than 60% of software buyers who call Software Advice solely want web-based goods.

There are two significant ways that SaaS differs from the conventional on-premise software delivery model:

SaaS implementations don't need a lot of hardware, so buyers can outsource the majority of the IT tasks usually needed to maintain and fix the program internally.

On-premise software is often purchased through a permanent license that is paid upfront, whereas SaaS systems are frequently charged through a subscription model.

To know more about SaaS click on the link:

https://brainly.com/question/13211118

#SPJ4

identify the correct statement. group of answer choices all hash values can help reconstruct original data md5 produces a 256-bit hash value for any input data a hash value can help identify corrupted data a hash value cannot help verifying data integrity

Answers

The correct option is : a hash value can help identify corrupted data

What is Hash Function ?

              A hash function is any function that can map arbitrary-size data to fixed-size values. Hash values, hash codes, digests, or simply hashes are the values returned by a hash function. The values are typically used to index a hash table, which is a fixed-size table.

            Hashing or scatter storage addressing refers to the use of a hash function to index a hash table. In data storage and retrieval applications, hash functions and their associated hash tables are used to access data in a small and nearly constant time per retrieval. They require only a fraction of the storage space required for the data or records themselves.

          Hashing is a computationally and storage space-efficient data access method that avoids the non-constant access time of ordered and unordered lists and structured trees, as well as the often exponential storage requirements of direct access to state spaces with large or variable-length keys.

             The use of hash functions is based on statistical properties of key and function interaction: the worst-case behaviour is intolerably bad with a vanishingly small probability, while the average-case behaviour can be nearly optimal.

To learn more about hash value refer :

https://brainly.com/question/28325568

#SPJ4

let set A = {odd numbers between 0 and 100} and set B = {numbers between 50 and 150 that are evenly divisible by 5}. What is A ∩ B?
a {50, 55, 60, 65, 70, 75, 70, 85, 90, 95}
b {55, 65, 75, 85, 95}
c {all odd numbers between 1 and 99}
d {numbers between 1 and 150 that are evenly divisible by 5}

Answers

The value in the set given shows that A ∩ B will be B. b {55, 65, 75, 85, 95}

How to illustrate the information?

From the information given, the following can be illustrated:

set A = {odd numbers between 0 and 100} and

set B = {numbers between 50 and 150 that are evenly divisible by 5}.

In this case, it should be noted that A will be the odd numbers from 1 to 99.

On the other hand, B will be the numbers from 55 to. 145 that have multiples of 5.

In this case, the intersection of A and B will be the common numbers and this will be 55, 65, 75, 85, 95.

Learn more about set on:

brainly.com/question/3612479

#SPJ1

Mr. Prasad is a high school English teacher. He weighs different essays and assignments differently while calculating final grades. Therefore, he has made an Excel worksheet showing how different classwork weighs into a final grade. He would like to distribute an electronic file to his students, but he wants everyone to be able to read it regardless of whether or not they have Microsoft Office Suite.

What can Mr. Prasad do to best distribute the file?

use “Save As” to save it as an Adobe PDF file
use “Save As” to save it as an Excel 97-2003 workbook
paste the material into an Adobe PDF file
paste material into an Excel 97-2003 workbook

Answers

Mr. Prasad should use “Save As” to save it as an Adobe PDF file. The correct option is A.

What is pdf?

The abbreviation PDF stands for Portable Document Format. It's a versatile file format developed by Adobe that allows people to easily present and exchange documents.

It is basically regardless of the software, hardware, or operating systems used by anyone who views the document.

As Mr. Prasad wants to distribute the files regardless of the students having Microsoft Office or not, he can save it as pdf, so it can be readable with all.

Thus, the correct option is A.

For more details regarding pdf, visit:

https://brainly.com/question/13300718

#SPJ1

What is the standard shell for most linux computers?

Answers

The Bourne-Again Shell, also known as Bash, is by far the most popular option and is preinstalled as the default shell in the majority of Linux variants.

Linux is an open-source, free operating system for computers. One of the most popular operating systems in use today, Linux can be found on everything from smartphones to supercomputers. Here are some excellent computers running Linux.

A Unix-like operating system (OS) for desktops, servers, mainframes, mobile devices, and embedded devices, Linux is open source and user-developed. One of the most broadly supported operating systems, it is supported on almost all popular computing platforms, including x86, ARM, and SPARC.

An open-source, free operating system is Linux. Running on anything from smartphones to supercomputers, Linux is one of the most popular operating systems in the world. Here are some excellent Linux-compatible computers.

To know more about Linux click on the link:

https://brainly.com/question/15122141

#SPJ4

Write down an example of cui.

Answers

CUI would include any personally identifiable information, such as legal documents or health records, technical drawings and blueprints, intellectual property, and a variety of other data types.

The rule's purpose is to ensure that all organizations handle information in a consistent manner. A Conversational User Interface (CUI) is a user interface that allows computers to interact with people through voice or text, simulating natural human communication. Natural-Language Understanding (NLU) technology can recognize and analyze conversational patterns in order to interpret human speech. CUI must be kept in secure locations that prevent or detect unauthorized access. At least one physical barrier, such as a cover sheet or a locked bin/cabinet, must protect printed CUI documents.

Learn more about information here-

https://brainly.com/question/13629038

#SPJ4

Declare a vector named scores of twenty-five elements of type int.

Answers

A vector named scores of twenty-five elements of type int is vector <int> scores (25).

Any quantity that cannot be stated by a single integer (a scalar) or by an element of some vector space is referred to as a vector in colloquial language.

In the past, vectors were first used to represent quantities with both a magnitude and a direction, such as displacements, forces, and velocity, in geometry and physics (usually in mechanics). Similar to how distances, masses, and time are represented by real numbers, these quantities are represented by geometric vectors.

In some circumstances, tuples—finite sequences of numbers with a definite length—are sometimes referred to as vectors.

The concept of a vector space, which is a set with a vector addition and a scalar multiplication that satisfies some axioms generalizing the primary characteristics of operations on above sorts of vectors, was developed as a result of the fact that geometric vectors and tuples can both be added to and scaled. A Euclidean vector space is a vector space produced by geometric vectors, and a coordinate vector space is a vector space formed by tuples.

To know more about vector click on the link:

https://brainly.com/question/20038518

#SPJ4

Which of the following is NOT a characteristic of secondary storage?
a. It is cheaper than primary storage.
b. It is volatile.
c. It can use a variety of media.
d. It takes more time to retrieve data from it than from RAM.

Answers

Option b is correct. It is volatile is not a characteristics of secondary storage. Data and programs are stored on non-volatile secondary storage, also known as auxiliary storage, for later retrieval.

Demand paging and file systems are the two principal uses of secondary storage. When possible, a program should run in main memory to minimize performance difficulties with the file system. However, demand paging's performance characteristics have an impact on all programs.

Data and programs are stored on non-volatile secondary storage, also known as auxiliary storage, for later retrieval. Secondary storage comes in a variety of forms, each having benefits and drawbacks. Magnetic or optical storage media are used by the majority of storage devices.

One element of a virtual memory system is demand paging. The address space of a program is divided into pages. A virtual memory picture with logical addresses serves as the program's operating system.

Program page status is maintained by a combination of hardware and software; pages may not always be present in physical memory. A page fault occurs when a software attempts to access a page that is not physically present in memory. In this case, the page is fetched from secondary storage.

To know more about secondary storage click on the link:

https://brainly.com/question/86807

#SPJ4

Network layer protocols specify the _______ structure and processing used to carry data between hosts.

Answers

Network layer protocols specify the  packet structure and processing used to carry data between hosts.

What is the Network layer protocols  about?

The header, payload, as well as the trailer of a network packet are its three component pieces. The underlying network architecture or protocol employed determines the format and size of a network packet. A network packet resembles a package in concept.

Therefore, Network layer protocols define the packet format and processing needed to transfer data from one host to another host, in contrast to the Transmission layer (OSI Layer 4), which controls the data transport between the programs operating on each end computer.

Learn more about Network layer from

https://brainly.com/question/14476736
#SPJ1

I could use some research on the Palo Alto school though it has to be original​

Answers

Answer:

in your own words .say what you think this sonnet is about

In the osi model, what functions are performed at the presentation layer?

Answers

Data translation and data integrity maintenance are essentially the responsibility of the display layer. So these are the functions that performed at the presentation layer.

The sixth layer in the Open Systems Interconnection (OSI) model is the presentation layer. The OSI model is a concept used in computer networking to describe how data is transmitted from one computer to another. Each layer in the architecture is made up of a collection of protocols, or rules that regulate data transmission, that enable the layer to carry out activities required for transmission.

Even networks or machines with different operating systems or architectural designs may experience this. Data translation and data integrity maintenance are essentially the responsibility of the display layer. The OSI model consists of seven layers. Understanding the other six layers can help you comprehend the presentation layer.

The technique of data transfer from one computer to another is handled by the first three layers, also referred to as the lower or media layers. The top or host layers, which deal with how programs communicate with the network, are the only remaining layers. The seventh and uppermost layer is the one you directly interact with, hence the OSI model's layer order is reversed.

To know more about presentation layer click on the link:

https://brainly.com/question/12974549

#SPJ4

The use of middleware to connect disparate systems has evolved into an approach for developing software and systems called _____.

Answers

The use of middleware to connect disparate systems has evolved into an approach for developing software and systems called service-oriented architecture. Thus, option C is correct.

What is middleware?

Middleware can be defined as the process or a system through which the person can easily connect through different programs or systems. This helps in connectivity.

In the service-oriented architecture, it provides the basic need is a process for developing software that produces enterprise applications by using software elements known as services. Every service offers a particular management function, and applications can converse with one another across technologies of languages.

Therefore, option C is the correct option.

Learn more about Middleware, here:

https://brainly.com/question/13440971

#SPJ1

The question is incomplete, the complete question is:

a. cloud computing

b. rapid application development

c. service-oriented architecture

d. Software as a Service

Which of the following is NOT an advantage of crowdsourced penetration testing?
a. Less expensive
b. Conducting multiple tests simultaneously
c. Ability to rotate teams
d. Faster testing

Answers

Option A is correct. less expensive. Ineffective testing can bring down servers, reveal confidential information, contaminate vital production data, and have a variety of other negative outcomes related to simulating a criminal hack.

The ability of penetration testing software to identify both known and unidentified network problems may be its greatest benefit over vulnerability scanning technologies. Pen testers' main objective is to imitate actual attacks on your system using black hat techniques. After locating vulnerabilities, they use them to your advantage as black hat hackers to reveal areas of your network and systems that require upgrading. Network services, apps, client side, wireless, social engineering, and physical tests are among the several types of penetration tests.

Learn more about Network here-

https://brainly.com/question/15002514

#SPJ4

Malware can be delivered using which of the following methods? [Choose all that apply]

a-Website
b- Through user
c-USB
d-E-mail attachments

Answers

Malware can be delivered using Website, E- mail attachments and USB. By these three methods malware can be delivered.

Any program or file that purposefully hurts a computer, network, or server is known as malware, or malicious software. Malware is able to infect network and devices and is designed with the intention of negatively affecting such devices, network, and/or their users.

This harm may manifest itself to the user or endpoint in many ways depending on the type of malware and its objective. Malware can have terrible effects in some situations while having very minor and innocuous ones in others.

Regardless of the technique, all malware is created to exploit devices at the expense of the user and in favor of the hacker—the person who created and/or used the software.

To know more about Malware click on the link:

https://brainly.com/question/399317

#SPJ4

Which option is not a factor when determining which kind of images to include in your project for a target audience?

Answers

Answer:Your personal style and stylistic preferences .

Explanation:

what page number does word give to a cover page?

Answers

Answer:

0

Explanation:

Technically, the cover page has a page number of 0 since the following page number is 1, but it is not displayed.

0-page number does word give to a cover page.

What is cover page?

On the cover page, you should include the name of your institution, the title of your paper, your name, the name of your course, the name of your teacher or professor, and the due date for the paper.

On the Insert tab, select Cover Page. Pick a cover page design from the gallery's options. You can update a cover page after you've inserted it by clicking on a particular area, such the title, and inputting your own text to replace the example text.

In APA Style, the cover page is referred to as the title page. Students should follow the guidelines given by their instructor when choosing the appropriate format for their title page.

This page should include other significant information in addition to the document's title, but the specifics of the cover page layout will vary depending on the document.

Thus, it is 0-page.

For more information about cover page, click here:

https://brainly.com/question/4755940

#SPJ12

which java data type would be the best suited to represent whether or not a student has completed their homework?

Answers

Data types in Java are divided into two kinds. boolean, char, int, short, byte, long, float, and double are examples of primitive data types. Object data types or non-primitive data types include things like strings, arrays, etc.

Explain about the Java ?

The goal of OOps in Java is to increase code readability and reuse by effectively defining Java program. Abstraction, encapsulation, inheritance, and polymorphism are the four basic foundational concepts of object-oriented programming. These ideas seek to incorporate actual entities into programming.

Primitive types and reference types are the two subcategories of types in the Java programming language. The boolean type and the numeric types are the primitive kinds (4.2) The floating-point types float and double as well as the integral types byte, short, int, long, and char make up the numeric types.

A Java expression called a boolean returns a true or false Boolean value. When we want to compare values to get answers, this is helpful.

To learn more about Java refer to:

https://brainly.com/question/25458754

#SPJ4

failure to specify cascading delete when enforcing referential integrity can cause what problem?

Answers

A database's lack of referential integrity can cause relational databases to return incomplete data, often with no indication of an error.

When a foreign key has more than one primary key value, referential integrity is violated. If referential integrity is not enforced, data inconsistency and data loss may occur. When you enforce referential integrity and check the Cascade Delete Related Records check box, Access deletes all records that reference the primary key when you delete the primary key record. The Database Engine generates an error, and the delete or update action on the row in the parent table is undone. CASCADE. When a row in the parent table is updated or deleted, the corresponding rows in the referencing table are updated or deleted.

Learn more about database here-

https://brainly.com/question/25198459

#SPJ4

ursa major solar tracks both user issues and customer issues. a user issue can be logged as: new, waiting for reply, closed a customer issue can be logged as: new, working, closed an administrator needs to track both case types. which features should be used?

Answers

Page layout and Record types  are  features should be used.

What are Page layout and Record types?

In order to tailor the views of various user kinds, Page Layouts and Record Types are utilized in concert with one another. Record Types are used to distinguish between various user categories and to divide user groups for object page customization, whereas Page Layouts regulate what is displayed on the page.

Which record type is it?

The record type is a data type that you can employ to handle multiple pieces of data as a single entity, such as a name and a phone number. A variable of record type is the name given to each of these components. The term "attribute" refers to each piece of data.

Learn more about record type

brainly.com/question/14289014

#SPJ4

Which tools can help you gather information about the processes running on a windows operating system?

Answers

Answer:

Microsoft System Information (Msinfo32.exe)


i think hope it helps

A tool that can help you gather information about the processes running on a windows operating system is known as Microsoft system information (Msinfo32.exe).

What is an Operating system?

An Operating system may be defined as a type of computer program that can effectively maintain all sorts of information and application programs in a computer. It regulates computer hardware and software resources and furnishes common services for computer programs.

Window most commonly includes a tool which is known as Microsoft system information (Msinfo32.exe). This tool collects all kinds of information related to your computer and expresses an extensive visualization of your hardware, system components, and software environment, which you can utilize in order to diagnose your computer concerns.

Therefore, Microsoft system information (Msinfo32.exe) is a tool that can help you gather information about the processes running on a windows operating system.

To learn more about Microsoft System information, refer to the link:

https://brainly.com/question/24643423

#SPJ12

A new constructor is to be added to the vetrecord class. What is possible header for the new constructor?

Answers

A new constructor creates a fresh instance of the Header class with the specified name, value, and extra configuration data.

A Java class specifies the traits and capabilities of its objects (behaviors). Each class has a constructor that is used to set the characteristics of a newly generated object. Examples of these constructors include World and Turtle(habitat).

The new keyword is used to create a new object, and then the class name is added (new Class). When this code is run, a new object of the provided class is created, and a constructor with the same name as the class is called.

A constructor for that class is invoked when you use the new keyword to create a new instance (new object) of a class. A constructor is used to initialize an object's instance variables (fields). Methods and constructors are similar, however there are some significant distinctions.

To know more about constructor click on the link:

https://brainly.com/question/13097549

#SPJ4

the primary advantage of storing programs in noncontiguous locations is that ____.

Answers

The primary advantage of storing programs in noncontiguous locations is that main memory is used more efficiently.

In a paged memory allocation system, the fundamental benefit of placing programs in noncontiguous page frames is that main memory is utilized more effectively.

Contrary to contiguous allocation, noncontiguous memory allocation basically assigns memory space from various locations to the process in accordance with its needs. The freely available memory space is dispersed throughout the system in the same way that the total amount of memory is distributed. This memory allocation method aids in reducing memory waste, which eventually results in internal and external fragmentation.

The method is allocated to various memory locations in different memory sections thanks to non-contiguous memory allocation.

The kind of memory allocation technique. Depending on the needs of the process making the memory request, a single contiguous piece of memory blocks is assigned.

It is finished by creating fixed-sized memory compartments and designating a single process to each partition. The amount of multiprogramming will be constrained, nevertheless, to the number of memory-based fixed partitions.

To know more about noncontiguous click on the link:

https://brainly.com/question/14297688

#SPJ4

Help immediately!!!

How do you think mobile sites have affected the development of businesses?

- Have they helped?

- Would businesses be better off without them?

- What do mobile sites offer businesses that they do not have otherwise?


Please provide 3 emerging issues for websites. (one sentence)

Please provide 3 trends for websites. (one sentence)

Which issue do you think affects websites the most & which trend do you like the most?

Answers

Answer:

It takes away in-person stores sales

Explanation:
now a days, people are always online shopping since they don’t have to leave the comfort of their homes, this effects in person businesses because they loose costumers and money because everyone is going online, that’s why a lot of people make online stores.

They would do better off because now people don’t want to get their butt up and drive to a store! Didn’t have time to answer it all, but I hope this helps you!

the range of temperatures on mars is select an answer and submit. for keyboard navigation, use the up/down arrow keys to select an answer. a much hotter than anywhere on earth. b similar to temperatures rochester new york. c similar to temperatures antarctica. d much colder than anywhere on earth.

Answers

Answer:

Explanation:

d) Much colder than anywhere on earth.

What information is a security risk when posted publicly on your social networking?

Answers

Your birthday is a security risk when posted publicly on your social networking.

Your birthdate may be one of the crucial pieces of information that scammers and identity thieves require in order to steal your identity and open accounts in your name, even though you may like seeing tons of birthday wishes from your friends posted on your social media .

One of the best ways to engage your customers is now social media. Millions of dollars are now spent annually on a marketing strategy that wasn't even thought of twenty or even fifteen years ago. However, social media does not exist in a vacuum, and there are bad guys out there who use social networks to attack companies and steal their data through finding security flaws.

Key security controls in applications are found, evaluated, and put into place by a security risk assessment. Additionally, it emphasizes avoiding application security flaws and vulnerabilities. An enterprise can see the application portfolio holistically—from the viewpoint of an attacker—by conducting a risk assessment. It aids managers in deliberating wisely about the use of resources, tools, and security risk control implementation. Therefore, completing an assessment is a crucial step in the risk management process of a firm.

To know more about security risk click on the link:

https://brainly.com/question/8873408

#SPJ4

Other Questions
The base of an energy pyramid is always composed of Which of the following statements is true about markings?(Select all that apply) PLEASE HELP ASAP WILL GIVE BRAINLIEST AND 100 POINTS. HURRY PLEASE ILL GIVE BRAINLYPut the story plot-line in the correct order.Question 1 options:Complicating IncidentExpositionClimaxFalling ActionResolutionRising Action Which model of decision-making suggests that justices make decisions based on personal ideologies, but also align with public opinion?. a nurse is assessing a client with suspected bladder cancer. which finding would the nurse most likely expect to assess? Please help me I dont understand Pleaseeeee:( If 3.3 moles of nitrogen gas occupies 2.5 L at an initial temperature of-50 degrees Celsius what is the pressure? a knife penetrates the lung and enters the heart. name the six membrane layers the blade passes through. when selecting a communication channel, you should follow two tips: use richer media for persuasive or personal messages and a. use the richest media available. b. consider what media is the easiest for you to use. c. never use digital media such as instant or text messaging on the job. d. select the cheapest channel to reduce costs. In french, do you use -ES at the end of regarder when talking about "Mon pere |regarde| le football a automne. although finances are tight, jamal contributes 10 percent of his income to his favorite charity. this is an act of PLEASE HELP!!! Josie is participating in a charity bike ride. This table and graph represent her performance during the ride where x is the number of hours Josie rides and y is her distance from the finish line. Match the quantity to the correct feature and interpretation. Hours (x) 0 2 4 6 Kilometers away from finish line (y) 75 50 25 0 (ur answer) The x-intercept. The amount of time, in hours, that has passed when Josie completes the race. (ur answer) The y-intercept. Josie's distance, in kilometers, from the finish line when she begins the ride. (ur answer) The slope: the absolute value of the slope represents the speed Josie is riding in kilometers per hour. ANSWERS TO PUT IN: 1. -25/2 2. 6 3. 75 1. Liliana y catalina _de ecuador . 2 T_de cuba, verdad. 3. Carlota_de Guatemala. 4. Miguel y yo_ de el salvador (Word bank) ser- to be (only the verb please) Yo Soy (I am). |nostros [as] somos (we are)T eres (you are)= usted es (you are) |vosotros [as] soils (you guys are) = ustedes son (you guys are) l es (he is) = ella es (she is)= (*it) es (it is) . |ellos [as]son (they are) Solve using the fractions 5/8 and 1 2/7 solve for y 10x+8y=4 Ana just received the semiannual payment of $35 on a bond she owns. This is called the ______ payment. If katie sues mark in federal court in phoenix, then the federal district court is the __________ and maricopa county is the ________. does anyone know how to graph trigonometric functions for algebra 2? After 4 months of a new nutrition program rashid has lost 16% of his original weight he lost 36lb what was rashids original weight?