apps are defined as those you download and run directly on the mobile device. a. web-based b. interactive c. marketing d. engagement e. native save answer

Answers

Answer 1

Apps are defined as those you download and run directly on the mobile device native apps .

A software program known as an app, which stands for "application," is one that may be downloaded and run on a computer, tablet, smartphone, or other electronic device. A mobile application or a piece of software that is installed and utilized on a computer are most usually referred to as apps. Most apps serve a single, limited purpose.

For instance, a meal delivery app might only be intended to be used by users to order food from nearby restaurants and not for other purposes like grocery shopping or making reservations at restaurants. Numerous areas, including business, productivity, retail, and scheduling, today offer millions of apps.

Web applications are mobile-friendly webpages that resemble native apps or hybrid apps, which are downloaded through an app store. Hybrid applications employ app-embedded browsers to produce HTML web pages, whereas web apps use a separate browser.

Learn more about  native apps here:

https://brainly.com/question/21777487

#SPJ4


Related Questions

Checking the credentials of a website reviewer could help you determine whether that person is _____.
A. paid to review favorably on websites
B. an expert in the field
C. opinionated
D. none of these

Answers

Answer:

B

Explanation:

Answer:

an expert in the field

Explanation:

Checking the credentials of a website reviewer could help you determine whether that person is an expert in the field.

create a simple f unction that uses pythagorean theorem to calculate the hypotenuse of a right triangle, by using 2 arguments (of x and y respectively) as the inputs, i.e., when call the f unction in the command window, you need to input values of both x and y. note that both x

Answers

#include <bits/stdc++.h>

int calc_hypo(int idx, int idy) {

   return (idx>0 && idy>0) ? sqrt(pow(idx,2)+pow(idy,2)) : 0;

}

int main(int argc, char* argv[]) {

   //Get input from user.

   int x,y;

   std::cin >> x >> y;

   //Return the result.

   std::cout << "The result is " << calc_hypo(x,y) << std::endl;

   return 0;

}

given three ints, a b c, one of them is small, one is medium and one is large. return true if the three values are evenly spaced, so the difference between small and medium is the same as the difference between medium and large.

Answers

With such a limited number of inputs, there is no need for any sorting. You may just check each of the three options separately and "or" the outcomes because there are only three choices.

public boolean evenlySpaced(int a, int b, int c) {

if(a==b && b==c) return true;

if(a==b || a==c || b==c) return false;

return ((Math.abs(a-b)== Math.abs(b-c)) || (Math.abs(a-c)==Math.abs(a-b)) ||( Math.abs(c-a)==Math.abs(b-c)));

}

or

boolean isArithmeticProgression =

   (a - b == b - c) || (a - c == c - b) || (a - b == c - a)

Learn more about boolean here:

https://brainly.com/question/13265286

#SPJ4

state the difference between Ms Word 2003, 2007 and 2010​

Answers

Answer:

Difference of File Menu between Word 2003, Word 2007 and Word 2010 There is a few difference of the File menu between Classic Menu for Word 2007/2010 and Word 2003. The File drop down menu in Word 2007 and 2010 includes 18 menu items, while 16 menu items in Word 2003.

Explanation:

adam's company recently suffered an attack where hackers exploited an sql injection issue on their web server and stole sensitive information from a database. what term describes this activity?\

Answers

A terminology which best describes an attack where hackers exploited an SQL injection issue on their web server and stole sensitive information from a database is: incident.

What is incident management?

Incident management can be defined as a strategic process through which a business organization (company) identifies, analyzes, and correct hazards, attacks, and potential threats (problems), so as to ensure that normal service operation is successfully restored as quickly as possible to its end users after a disruption, as well as to prevent a re-occurrence of these hazards in the future.

What is a database?

A database can be defined as an organized and structured collection of data that're stored on a computer system as a backup and they're usually accessed electronically.

Read more on incident management here: brainly.com/question/11595883

#SPJ1

define a method pyramidvolume with double data type parameters baselength, basewidth, and pyramidheight, that returns as a double the volume of a pyramid with a rectangular base. relevant geometry equations: volume

Answers

The code below contains comments explaining important lines of code. Code output has also been provided below for the pyramidvolume method with double parameters of data type baselength, basewidth and pyramidheight, which returns as double the volume of a pyramid with a rectangular base.

import java.util.Scanner;

public class CalcPyramidVolume {

/* Your solution is here */

public static void main(String[] args) {

System.out.println("Volume for 1.0, 1.0, 1.0 is: " + pyramidVolume(1.0, 1.0, 1.0));

return;

}

//Start the method definition

public static double pyramidVolume(double baseLength, double baseWidth, double pyramidHeight){

//First calculate the base area of ​​the pyramid

//store the result in a double variable

double baseArea = baseLength * baseWidth;

//Then calculate the volume of the pyramid

//using base area and base width

double volume = 1 / 3.0 * base area * pyramid height;

//return the volume

return volume;

}

}

Exit:

Volume for 1.0, 1.0, 1.0 is: 0.33333333333333333

Learn more about PyramidVolume here

https://brainly.com/question/14001893

#SPJ4

What is desertification?

Question 4 options:

Formation of a desert.


Process of fertile land becoming unproductive in nearly dry areas.


Mass movement of sand dunes.


Areas of heavy rain, covered with sand.

Answers

The definition of desertification is the B. Process of fertile land becoming unproductive in nearly dry areas.

This is because when desertification occurs, this leads to the regression of fertile land into desert areas that are unproductive for land use such as farming, building, etc.

This leads to the loss of topsoil that contains vital nutrients that are necessary for the development of crops that are planted in the area.

What is Desertification?

This refers to the process through which fertile land becomes unproductive in nearly dry areas and turns into forests.

Hence, we can see that the correct answer to the given question is option B which is the Process of fertile land becoming unproductive in nearly dry areas as explained above.

With this in mind, it is clear that the loss of nutrients is the main cause of fertile land turning into desert areas through the process known as desertification and also, natural disasters and also erosion causes these.

Read more about desertification here:

https://brainly.com/question/22630940

#SPJ1

angela is the network administrator for a rapidly growing company with a 100baset network. users have recently complained about slow file transfers. while checking network traffic, angela discovers a high number of collisions.

Answers

The connectivity device that would best reduce the number of collisions and provide future growth is switch.

What is a network device switch?

A network switch connects devices in a network to one another and enables them to "speak" by exchanging data packets.

Examples of these devices include computers, printers, as well as wireless access points. Switches can be software-based virtual devices or hardware devices that control physical networks.

Note that the use of a packet switching to receive as well as forward data to the intended device, a network switch is seen as  a form of networking hardware that joins or act to link devices on a computer network.

So,  A network switch is seen therefore as a multiport network bridge that helps to send or transmits data at the OSI model's data link layer using MAC addresses.

Learn more about switch from

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

See full question below

Angela is the network administrator for a rapidly growing company with a 100BaseT network. Users have recently complained about slow file transfers. In a check of network traffic, Angela discovers a high number of collisions.

Which connectivity device would best reduce the number of collisions and provide future growth?

You come across a photo of a sensor unit placed in a desert. The unit was placed there to measure
weather conditions. Atop the unit is a shiny, flat panel facing the sky. It is a solar panel. What element of
the sensor's functions does it serve?
mobility
O communications
O security
O control
O power source

Answers

The shiny plate over the top will serve as power source. The correct option is E.

What is solar panel?

Solar panels are devices that capture the sun's rays and convert them into electricity or heat.

A solar panel is a grouping of solar (or photovoltaic) cells that can be used to generate electricity via the photovoltaic effect.

Solar panels are flat and somewhat gleaming, but they are intended to capture light rather than reflect it. In fact, photovoltaic panels produce less glare than standard home window glass.

A shiny, flat panel facing the sky sits atop the unit and serves as a power source for the sensor's functions.

Thus, the correct option is E.

For more details regarding solar panel, visit:

https://brainly.com/question/28458069

#SPJ1

a security analyst's scans and network logs show that unauthorized devices are connecting to the network. the analyst discovers a tethered smartphone acting as a connection point to the network. which behavior describes the smartphone's role?

Answers

An attached smartphone serving as a network connection point is found by the analyzer. The smartphone behaves like a rogue access point (AP).

In the field of information technology, a network is described as the physical or virtual connection between two or more computers. Two computers coupled together by a cable form the simplest network. Peer-to-peer networks are the name given to this kind of network .Each member of this network enjoys the same privileges; there is no hierarchy. The data on the other computer is accessible to both computers, and they can share resources like disk space, software, or peripherals. Today's networks are frequently a little more complicated and don't only have two computers in them. In most cases, client-server networks are used in systems with more than ten participants. In these networks, a central computer (server) distributes resources to the other network users (clients).

Learn more about network here:

https://brainly.com/question/24279473

#SPJ4

What is the MOST likely reason for Karla to set an alarm on her work computer for 50 minutes past the hour every hour?

Question 2 options:

It reminds her to stand up for a few minutes each hour.


It signals that it's meal time.


It wakes her up in case she falls asleep.


It reminds her to readjust the position of her monitor.

Answers

The most likely reason for Karla to set an alarm on her work computer for 50 minutes past the hour every hour is option C: It wakes her up in case she falls asleep.

How were people on time for work before alarm clocks?

Ancient Greeks as well as Egyptians created sundials and colossal obelisks that would serve as time markers by casting a shadow that changed with the position of the sun.

Humans created hourglasses, water clocks, as well as oil lamps that measured the passage of time by the movements of sand, water, and oil as early as 1500 B.C.

Therefore, An alarm clock, or simply an alarm, is a type of clock used to warn a person or group of people at a certain time. These clocks' main purpose is to wake people up after a night's sleep or a little nap; however, they can also serve as reminders for other things.

Learn more about alarm clock from

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

A _____ screwdriver is the least common type of screwdriver found in the United States.

Answers

flat type screwdriver

the​ ​calculator​ ​class​ ​will​ ​instantiate​ ​an​ ​object​ ​of​ ​the​ ​converter​ ​class​ ​in​ ​order​ ​to have​ ​the​ ​infix​ ​expression​ ​converted​ ​to​ ​a​ ​postfix​ ​expression.

Answers

You should use the calculator in two separate steps. a class called Converter that will postfix-convert the input string. a class of calculators that will assess the postfix expression.

A class is a set of plans or instructions for creating a particular kind of item. It is an essential idea in object-oriented programming that is based on actual physical entities. An object's behavior and contents are controlled by its class in Java. . In OOPS, an object is just a self-contained component with methods and properties that make a specific type of data usable. Consider the names of colors, tables, bags, and barking. An object receives a message that instructs it to invoke or carry out one of the class-defined methods.

In OOPS, an object can be a data structure, a variable, or anything else from the perspective of programming. Despite the fact that the syntax of the Java programming language will appear unfamiliar to you, the design of this class is based on the earlier discussion of bicycle objects. The objects' states are represented by the fields cadence, speed, and gear, and their interactions with the outside world are specified by the methods (changeCadence, changeGear, speedUp, etc.).

Learn more about Class here:

https://brainly.com/question/14615266

#SPJ4

on a typical network, what happens if a client attempts to receive dhcp configuration from a dhcp server that's located on a different subnet?

Answers

The DHCP servers identify the client's network, choose a suitable IP address, and then check to see whether the address isn't already in use.

The DHCP request is denied by the router. Whether or not a client has configuration data cached from a previous DHCP transaction affects what happens when a client and server are unable to communicate. The client will utilize the cached data to set up the interface if it has and the lease is still in effect. A DHCP relay agent uses the "ip helper-address" command to specify the DHCP server's IP address in response to the client by broadcasting an offer message.

Learn more about address here-

https://brainly.com/question/16011753

#SPJ4

Which device would allow an attacker to make network clients use an illegitimate default gateway?

Answers

The device that would allow an attacker to make network clients to use an illegitimate default gateway is option B: DHCP server

What is DHCP and why it is used?

This is known to be a kind of an automatic distribution and assignment of IP addresses, default gateways, and other network characteristics to client devices is performed by a DHCP server, that is a type of network server.

To reply to broadcast requests from clients, it uses the widely used Dynamic Host Configuration Protocol, or DHCP.

A network protocol called Dynamic Host Configuration Protocol (DHCP) is used to set up network devices for IP network communication.

Therefore, A DHCP client obtains configuration data from a DHCP server via the DHCP protocol, such as the use of an IP address, any kind of default route, as well as one or a lot of DNS server addresses.

Learn more about DHCP server from

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

See full question below

Which device would allow an attacker to make network clients use an illegitimate default gateway?

a. RA guard b. DHCP server c. Proxy server d. Network-based firewall

sam chan (schan) has reached his user quota limit. he wants more space. your manager has approved an increase in his quota limit. in this lab, your task is to: increase the hard and soft block limits on the schan user account to 1048576 kb (1 gb). after you've finished, generate a quota report to confirm the changes.

Answers

To be able to increase the hard and soft block limits on the schan user account to 1048576 kb (1 gb), the thing to do is Increase the schan user account's hard and soft block limitations to 1048576 Kb (1 Gb). Create a quota report after you're done to verify the modifications.

What is computer quota?

On contemporary operating systems, a disk quota is a cap established by a system administrator that limits particular characteristics of file system usage. Disk quotas are used to allocate constrained disk space in a rational manner.

Whether you produce or access files from Linux or Windows, your quota determines how much space you have for storing them. The quantity of storage space for files depends on the ECS file servers' available disk space as well as the kind of computer account you have. Each computer account has a hard drive and a memory.

Hence, Disk quota is a configuration option on file servers that keeps track of your usage of file capacity or file counts and places a limit on your ability to write data to a file system when that setting's specified threshold is reached.

Learn more about computer from

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

write a short essay based on any movie

Answers

OK! Give me 20 minutes.

Essay:

Essay about Frozen.

                                                                                         10/10/2022

Frozen is a film about two sisters, Anna and Elsa. Elsa was born with magical powers and Anna would always play with her. Until one day, Elsa accidentally hit her sister and they had to go to the magical trolls to help save Anna.

Elsa and Anna’s parents pass away while on a ship, after they pass, Elsa locks herself in her room and gives the cold shoulder to Anna. Finally, after many years, Elsa comes out of her room for her coronation. However, things go wrong with the two sisters, and it results in the kingdom being trapped in an icy winter because of Elsa’s anger, and magical powers.  

After Elsa runs out in embarrassment and fear, Anna chases after her sister hoping to talk to her and get her to calm down. Elsa denies and runs away into the mountains and with her icy powers, she makes it her new home.

 While Anna goes to look for her sister, she passes the kingdom onto her “lover” which was a huge mistake. On Anna’s journey to find her sister, she meets her old friend Olaf, a stubborn man who turns out to be her real lover, and the man’s reindeer. They all helped Anna get to Elsa, but Anna got hit again by Elsa and they were all shown out by Elsa's icy monster.

The people from the kingdom end up finding Elsa and start wrecking her tower to capture Elsa to bring her back to the kingdom. Meanwhile, Anna starts to freeze, and Kristoff brings her back to the kingdom where her "true love" can help her. Although, her "true love" leaves her in the room to die, and Kristoff realizes he loves her and goes back for her.

Anna turns frozen after a battle between Elsa and Anna's "lover" and then that is when the whole kingdom stops freezing and goes back to normal.

That definitely wasn't a short essay so just delete the parts you don't think are important and just add whatever you want.


what are all the functions of photopea

Answers

The functions of Photopea are:

It is used as an image editing tools.It is used for spot healing as well as a clone stamp healing tool.It serve as a patch tool.This application supports layers, layer masks and others.

What is Photopea's purpose?

It is known to be a sophisticated picture editor that can handle both raster and vector graphics mostly called Photopea.

It may be used for both straightforward jobs like resizing images and more complicated ones like developing websites, producing graphics, editing photos, and more.

Note that Although Photopea has a few significant differences from Photoshop, it can perform many of the same tasks.

Learn more about Computer application from

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

a k-permutation of a multiset m is a sequence of length k of elements of m in which each element appears a number of times less than or equal to its multiplicity in m (an element's repetition number).

Answers

The ordered arrangements of k unique elements chosen from a set are known as k-permutations, or partial permutations, in the field of elementary combinatorics.

These are the permutations of the set when k is equal to the set's size. Assume A is a finite set and that :AN>0. Let M be the multiset that has "underlying set of elements" A and "multiplicity function". M is hence finite.

0k|M| should be an integer.

The set P(M,k) of all k-permutations of the elements from the multiset M is the subject of this inquiry.

As an illustration, if k=3 and M is the multiset 0,0,1,2, then P(M,k) contains the following 12 k-permutations: (0,0,1), (0,0,2), (0,1,0), (0,1,2), (0,2,0), (0,2,1), (1,0,0), (1,0,2), (1,2,0),(2,0,0),(2,0,1). (2,1,0)

Learn more about Permutation here-

https://brainly.com/question/1216161

#SPJ4

Select the correct answer.
What does the Deliverables section of the test plan indicate?
A.
risks to testing
B.
features that you will not test
C.
output of the testing phase
D.
features that you will test

Answers

It is to be noted that the deliverables section of the test plan indicates the "output of the testing phase" (Option C). See the explanation below.

What is a Test Plan?

A test plan is a document that details the objectives, resources, and methods for a given test of software or hardware. A full grasp of the final process is often included in the blueprint.

A test plan's primary goal is to generate documentation that outlines how the testers will validate that the system functions as intended. The document should specify what needs to be evaluated, how it will be tested, and who will be in charge of doing so.

Learn more about Test Plan:
https://brainly.com/question/28293668
#SPJ1

hen adding new hardware, such as a printer, to a computer you often have to add associated software that allows the printer to work with your computer's operating system. this associated software is called a .

Answers

Answer:

Driver

Explanation:

When adding things such as a printer or some other hardware you're pc won't always know what to do with the device. When you download a driver for that device it lets your pc know how to use the device..

Hope this helps!!!

define a function setbirth, with int parameters monthval and dayval, that returns a struct of type dateofbirth. the function should assign dateofbirth's data member nummonths with monthval and numdays with dayval.

Answers

To define a function setbirth, with int parameters monthval and dayval, that returns a struct of type dateofbirth,

BirthMonthDay SetBirth(int monthVal, int dayVal) //defining method SetBirth

{

BirthMonthDay type; //defining structure type variable  

type.month = monthVal; //holding value

type.day = dayVal;//holding value

return type; //retrun value

}

In the method above, a structure type method "SetBirth" that accepts two integer parameter, that is "monthVal and dayVal" is defined. This method uses typedef for declaring the structure type method.

Inside the method, a structure type variable that is "type" is declared, which holds the method parameter value and uses the return keyword to return its value.

Here's the complete question:

Define a function SetBirth, with int parameters monthVal and dayVal, that returns a struct of type BirthMonthDay. The function should assign BirthMonthDay's data member month with monthVal and day with dayVal.

#include

typedef struct BirthMonthDay_struct {

int month;

int day;

} BirthMonthDay;

/* Your solution goes here */

int main(void) {

BirthMonthDay studentBirthday;

int month;

int day;

scanf("%d %d", &month, &day);

studentBirthday = SetBirth(month, day);

printf("The student was born on %d/%d.\n", studentBirthday.month, studentBirthday.day);

return 0;

}

computer hacking would be placed under which category in wall's typology of cybercrime? computer hacking would be placed under which category in wall's typology of cybercrime?

Answers

Computer hacking would be placed under cyber-trespass category in wall's typology of cybercrime.

What is software trespass?

Intentionally accessing, altering, deleting, or otherwise interfering with a computer without authorisation is considered computer trespass.

Therefore, a computer trespass is defined as getting access to a secured computer without the necessary authorization and taking financial information, departmental information, or agency information. Although each state has its own rules involving computer trespassing, they all in some way mirror the federal legislation.

Learn more about cyber-trespass from

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

Which logical address is responsible for delivering the ip packet from the original source to the final destination, either on the same network or to a remote network?.

Answers

Source and destination IP logical address is responsible for delivering the IP packet from the original source to the final destination, either on the same network or to a remote network.

The IP packet field holding the IP address of the workstation from which it originated is known as the source IP address. The IP packet field holding the IP address of the workstation to which it is addressed is known as the destination IP address. An IP address is a logical address that is given by router or server software, and that logical address may occasionally change. For instance, when a laptop starts up in a different hotspot, it is likely to receive a new IP address. The IP addresses for the source and destination can match. That merely denotes a connection between two peers (or client and server) on the same host. Ports at the source and destination may also match.

Learn more about Destination here-

https://brainly.com/question/12873475

#SPJ4

the it manager in your organization has asked you to install the pulseaudio-equalizer.noarch package. in this lab, your task is to install the pulseaudio-equalizer.noarch package.

Answers

Since you want to use DNF to Install an RPM Package Lab and your task is to install the pulseaudio-equalizer.noarch package, the way to do it is

Type dnf install pulseaudio-equalizer at the prompt. Enter after noarch. To install the package, press Y and then Enter.

What is in an RPM package?

Typical RPM packages come with relevant configuration files, documentation, and binary executables. The rpm program is a potent package manager that may be used to install, query, verify, update, wipe, and produce RPM-format software packages.

Hence, the Red Hat package manager uses files with the RPM file extension to store installation packages for Linux operating systems. Since they are "packed" in one location, these files offer a simple means for software to be disseminated, and others.

Learn more about RPM Package from

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

See full question below

6.2.5 Use DNF to Install an RPM Package Lab

In this lab, your task is to install the pulseaudio-equalizer.noarch package.

Any help would be greatly Appreciated! :)​

Answers

I think the answer is A or E.

interrupt is the elapsed time between the occurrence of an interrupt and the execution of the first instruction of the interrupt service routine.

Answers

Interrupt Latency is the elapsed time between the occurrence of an interrupt and the execution of the first instruction of the interrupt service routine.

Here's the complete question:

Interrupt ______ is the elapsed time between the occurrence of an interrupt and the execution of the first instruction of the interrupt service routine.

Interrupt latency is a term used in embedded systems. It is the time between the occurence of an interrupt, and the time the system has properly responded to that interrupt.

Learn more on embedded systems from:

https://brainly.com/question/13014225?referrer=searchResults

#SPJ4

Order the steps to create an external reference in Excel.
Worksheet reference
[workbook reference]
function in CAPS
$range$
=

Answers

In order to create an External reference in Excel, the following steps must be taken:

Select the cell or cells where you want to create the external reference. Type = (equal sign). Switch to the source workbook, and then click the worksheet that contains the cells that you want to link. Press F3, select the name that you want to link to, and press Enter.

What is an external reference?

An external reference (also known as a link) is a reference to a cell or range in another Excel workbook or a reference to a specified name in another workbook.

External references are very useful when huge worksheet models cannot be kept together in the same workbook.

Combine data from many workbooks You may connect workbooks from different users or departments and then combine the relevant data into a summary worksheet. You won't have to manually edit the summary workbook if the source workbooks change.

Make many views of your data. You may enter all of your data into one or more source workbooks, then construct a report workbook with only the relevant external references.

Large, complicated models should be simplified. You can work on a complicated model without opening all of its associated sheets by breaking it down into a series of interdependent workbooks.

Learn more about an external reference in Excel:
https://brainly.com/question/15074545
#SPJ1

Answer: =

Function in CAPS

Workbook reference

Worksheet reference

$Range$

Explanation:

writte a short note on my computer​

Answers

a note is a note <3 <3<3

a note‍♀️‍♀️‍♀️‍♀️‍♀️‍♀️‍♀️‍♀️‍♀️

write an empty main function. write a function called avg eq() that accepts 4 doubles, a, b, c, and d and returns a 1 if the average of a, b and c is greater than d, zero otherwise. write code in main that tests your function with these data: (1,3,5,2) (2,3,4,4) (10,50,25,30) (123,987,42, 300) output (1,3,5,2) -> 1 (2,3,4,4) -> 0 (10,50,25,30) -> 0 (123,987,42,300) -> 1

Answers

This question require to write a program which accept 4 doubles variable such as a,b,c and d and return 1 if the average of a,b, and c is greater than variable d. Otherwise, return false (0).

The required program is written in Python below:

def avg_eq(a,b,c,d):      # function is defined

   total = a+b+c               # total of a,b and c is calculated

   average = total/3      # average is calcuated of variables a,b, and c

   if average > d:            #if average is greater than d

      return 1                     # returns 1

   else:                           # otherwise returns zero.

       return 0

print(avg_eq(1,3,5,2))

print(avg_eq(2,3,4,4))

print(avg_eq(10,50,25,30))

print(avg_eq(123,987,42,300))       

The output of the program is also attached. The above code perform correct functionalities as required in the question.

You can learn more about function in python at

https://brainly.com/question/18521637

#SPJ4                                                  

Other Questions
The weight of 6 eggs is shown. Identify the constant of proportionality of total weight to number of eggs.The weight of 6 eggs is 264 g. please help thank you A. How many real solutions does the system { y = x {} y = 2x have? John fiske, a historian in the late 1800s, argued that english-speaking nations had superior character, ideas, and systems of government. His ideas convinced many americans. Madelyn went to the hardware store and bought 7 identical wooden boards. when madelyn placed all the boards end-to-end, the line was 1.9 meters long. to the nearest tenth of a meter, how long was each board? Helppppppppppppp pls Katie earns $549 each week working her full time job. Her employer has a 14.3% tax deduction on all monies earned each week. Calculate the tax deduction Katie paid for that week. Based on the context clues, what do you think the word "fakir" means?"It had a spell put on it by an old Fakir," said the Sergeant-Major, "a very holy man. He wanted to show that fate ruled people'slives, and that those who interfered with it did so to their sorrow. He put a spell on it so that three separate men could each havethree wishes from it."a. SpellO b. Holy manO c. SadnessO d. Three wishes What was the relationship between the Yamato imperial family and the Minamoto familys military government? The imperial family held ceremonial power while the military government actually governed. The imperial government checked the power of the military government. The Minamoto ruled in theory while the Yamato wielded all real power. The Yamato family formally served as part of the Minamoto military. Carmen wants to subscribe to a streaming service that costs $42.99 per month. The sales-tax rate in her city is 5%. What is the total cost of the streaming service each month? How do you write 52 in scientific notation? 10 -1. When the Fourth of July arrives I will celebrate along with everybody else. A sphere had a 6-inch radius (r).volume of the sphere?A. 24 cubic inches B. 32 cubic inchesC. 216 cubic inchesD. 288 cubic inches The play we watched was a parody of Frankenstein by Mary Shelley. It was a hilarious imitation of the classic monster novel.Which word provides context for the meaning of the word parody? How have perceptions of the dancing body affected dances? What was the middle colonies' most economically valuable natural resource?A. Plentiful iron deposits B. Rich and fertile soil C. Old-growth forests D. Coastal waterways the high-volume evacuator (hve) has three main purposes: (1) retract tongue and cheek; (2) keep mouth free of saliva, blood, debris, and water; and (3): Lines l and m are parallel. Which of the following pairs of angles are alternate interior angles? Find the area of the shaded regionneed this ASAP! A deserted island is a likelyThefor a story whoseis the importance of getting to know yourself.of a ringing alarm clock reinforces theof a hero as "motivated" and "diligent."Failing an exam, losing a wallet, and winning a basketball game are all examples of