Answer:
The bird's-eye view that satellites have allows them to see large areas of Earth at one time. This ability means satellites can collect more data, more quickly, than instruments on the ground.
Explanation:
Please can anyone write an algorithm
Answer:
The algorithm is as follows:
1. Start
2. Total = 0
3. For days = 0 to 4
3.1 Input Minutes
3.2 Total = Total + Minutes
3.4 Output Total
4. Stop
Explanation:
This starts the algorithm
1. Start
This initializes counter to 0
2. Total = 0
This iterates from day 0 to day 4
3. For days = 0 to 4
This inputs the minutes played for each day
3.1 Input Minutes
This sums up the minutes played for each day
3.2 Total = Total + Minutes
This prints the cumulated minutes for all 5 days
3.4 Output Total
This stops the algorithm
4. Stop
does trend in computing important for organization management?explain
Answer:
Yes
Explanation:
Trend analysis can improve your business by helping you identify areas with your organisation that are doing well, as well as areas that are not doing well. In this way it provides valuable evidence to help inform better decision making around your longer-term strategy as well as ways to futureproof your business.
who wants to play genshin?
Answer:
Sure! What server are you on tho?
Explanation:
write an algorithm to print the natural numbers from 1 to 15
Answer:
1. n = [ ]
2. i = 0
3. j = i + 1
4. i = j
5. append i to n
6. Repeat 3 to 5
7. Stop when i = 15
Name the factors which of the following resources relate to :
RESOURCE FACTOR
1.Computer
2.Personal secretary
3.Raw materials
4.Laboratory equipment
5.The administration block
Answer:
1. Computer; Capital
2. Personal secretary; Labor
3. Laboratory equipment; Capital
4. The administrative block; Capital
Explanation:
The factors of production includes;
a. Land; Which comprises of the natural resources
b. Labor; Physical and mental human resources
c. Capital; Encompasses resource which are manmade, including equipment and buildings
d. Enterprise; The act of or the combination of the other three factors of production
Therefore;
1. Computer; The computer is a manmade resource and is therefore a capital resource
2. Personal secretary; A personal secretary contribute mainly mentally to the production of goods and services and is therefore a labor resource
3. Laboratory equipment; The laboratory equipment being manmade is a capital resource
4. The administrative block; An administrative block is a building and is therefore a capital resource.
What market was technology designed to appeal to?
Answer:
Explanation: Technology has transformed marketing by making campaigns more personalized and immersive for people and creating ecosystems that are more integrated and targeted for marketers. And it's not just the interface between brands and people that have been transformed.
Patch application are essential to any network. Select the characteristics(s) of patch applications.
A. identify
B. classifying
C. notifying
D. all the above
HELP I REALLY NEED IT
Ian’s photography teacher asks him to take some photos of a few different species over the weekend. Which group of photos would MOST LIKELY get Ian a good grade if he turned them in?
A.
pictures of a lion, tiger, and leopard from his visit to the zoo
B.
pictures of Ian’s backyard, a birdhouse, and the river behind the school
C.
pictures of Ian’s golden retriever playing with the neighbor’s puppy
D.
pictures of a mother bird feeding her baby chicks in a nest
What type of system is associated with weather that has lots of clouds and thunderstorms with the possibility of tornadoes?
A.
high pressure system
B.
arctic system
C.
low pressure system
D.
circulatory system
Answer:
low pressure
Explanation: A low-pressure system is always associated with more clouds, thunderstorms, and also the development of swirling air masses such as tornadoes and cyclones.
Choose the most common numbers for a digital audio recording.
Sampling rate: samples per second
Bit depth:
The answer choices for the first one are 44,100, 128, 16, and 440. They're the same answer choices for the second one and I'll give Branliest to whoever gives me the correct answer.
Answer:
here's the answer yo! ik it's late but hey it's still the answer
The most common numbers for a digital audio recording: the sampling rate is 44, 100 per second, and the bit depth is 16 bit.
What is bit depth and sampling rate?The bit depth is the information of color stored in an image. The more the bit depth, the more will be the storage for colors on the image.
The sampling rate is the most common audio sample rate that is used in CDs. It is 441 kHz.
Thus, the correct options are 44,100 and 16.
Learn more about bit depth
https://brainly.com/question/14172868
#SPJ2
Policies and procedures set by companies are established to :
Answer:
The answer is below.
Explanations:
maintain the affairs or rules of conduct of the company, including both the employer and the employees.
The Policies and procedures set by companies will clearly state the responsibilities and duties of both employer and employees, which eventually serve as a means of protecting the interest of all the parties involved in a company.
*30point* Patsy wants to pursue a career in mobile app developmentWhat the first thing she will have to decide
A- which device she wants to build for
B- which programming language she should learn
C- which work type she should opt for-freelancer or employee
D- which platform she wants to work on
Answer:
C- which work type she should opt for-freelancer or employee.
Explanation:
A career path can be defined as series of job within a career cluster that paves way for an individual to achieve his or her short-term and long-term career goals.
Generally, fresh school graduates start in an entry-level (lower-level) job and ascends on the career ladder with more education, skills and experience in their field. Also, a career path helps you to understand intricacies about a particular field and decide on how to successfully meet the requirements for a particular career.
In this scenario, Patsy wants to pursue a career in mobile app development. Thus, the first thing she will have to decide on is, which work type she should opt for; freelancer or employee.
A freelancer is someone who offers or provides his or her service to other employer of labor (business organization) without entering into a long-term contractual agreement.
On the other hand, an employee can be defined as an individual who is employed by an employer of labor to perform specific tasks, duties or functions in an organization.
The party who is paid by employer to serve under the employer's direction and control is known as an employee.
Basically, an employee is saddled with the responsibility of providing specific services to the organization or company where he is currently employed while being paid a certain amount of money hourly, daily, weekly, or monthly depending on the contractual agreement between the two parties (employer and employee).
Why can’t my sister downloaded games on her tablet she has tablet fire 8 hd amazon...Plz help and her tablet is on Spanish she only has videos she used to have games but not anymore someone plz help her
Answer:
It basically says that she needs a parents approval to download and play these games. The tablet was probably restricted because of her young age. So your dad has to go in with his account or whatever he used to download or allow those games.
Hope it Helps:)
In order to reduce the file size of an image in Word, the user should use
A. the Corrections tool to make the image less bright.
B. the Compress Pictures tool to change the picture's size.
C. text wrap to decrease the document's page count.
D. handles surrounding the image to make it appear smaller.
Answer:
The user should use;
B. The Compress Pictures tool to change the picture's size
Explanation:
The Compress Pictures tool in Microsoft Word allows a user to reduce a picture's file size inside the application window with options of compressions based on the intended use of the picture such as for emailing or onscreen view.
Options are available to compress all the pictures in the file or only those which are selected
The Picture Format tab is automatically displayed when a picture is selected and the Compress Pictures tool is included in the Adjust group within the displayed Pictures Format tab ribbon.
Write a C program to insert and delete values from a stack(to perform pop and push operations) using an array data structure
#include<stdio.h>
// Method to insert a value into a stack
void push(char value, char myStack[], int *top, int sizeOfStack){
if(*top == -1){
myStack[sizeOfStack - 1] = value;
*top = sizeOfStack - 1;
}
else if(*top == 0){
printf("Stack is full. \n");
}
else{
myStack[(*top) - 1] = value;
(*top)--;
}
}
//Method to remove a value from a stack
void pop(char myStack[], int *top, int sizeOfStack){
if(*top == -1){
printf("Stack is empty. \n");
}
else{
printf("Value removed: %c \n", myStack[(*top)]);
// Now if the value removed was the last value in the stack
// you should set top to -1.
// This would show that the stack is now empty
if((*top) == sizeOfStack - 1){
(*top) = -1;
}
else{
(*top)++;
}
}
}
//Method to test the pop and push methods
int main() {
//variable to hold the size of stack
int sizeOfStack = 6;
//create the stack
char myStack[sizeOfStack];
//set the top to -1
//this is to show that the stack is initially empty
int top = -1;
//insert a value tot the stack
push('x', myStack, &top, sizeOfStack);
//print the value on the top
printf("Value on top of stack: %c\n", myStack[top]);
//insert another value to the stack
push('y',myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//insert another value to the stack
push('z',myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//remove the last inserted value
pop(myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
//remove another value
pop(myStack, &top, sizeOfStack);
//print the value on the top of the stack
printf("Value on top of stack: %c\n", myStack[top]);
return 0;
}
Sample Output:Value on top of stack: x
Value on top of stack: y
Value on top of stack: z
Value removed: z
Value on top of stack: y
Value removed: y
Value on top of stack: x
Explanation:The code above has been written in c and it contains comments explaining important parts of the code. Please go through the comments.
It also contains a sample output resulting from the run of the program.
Read the following scenario:
A musical production is in development. The production will air live on television, and the performers are scheduled to rehearse the day before the event. As equipment is being set up, one of the grips discovers that a gel kit is missing. Which is the most likely course of action in this scenario?
The grip will work with the lighting designer to re-set the lights.
The grip will consult with the gaffer who will track down the missing kit.
The grip will double-check the equipment with the gaffer who, if the kit is still missing, will coordinate with the best boy to track it down.
The grip will review the inventory to make sure the kit was included in the equipment, then consult with the best boy.
Answer:
The grip will double-check the equipment with the gaffer who, if the kit is still missing, will coordinate with the best boy to track it down.
Explanation:
100% right on edge 2021
How does making a call differ when using a cell phone public phon box? consider the kinds of user, types of activity and context of use
Answer:
Explanation:
Making A Call:Public Cell Phone:
A public telephone box is a fixed and noncompact gadget that is associated by the means of electrical wires and is utilized for correspondence by making telephone calls. For settling on the telephone decision, both the telephones ought to be working appropriately and the wires interfacing both the cases ought to likewise be working appropriately without any harm. The voice is communicated starting with one gadget then onto the next as electrical signals pass across the wires.
Cell Phones:
A cellphone is a mobile and versatile gadget whose essential capacity and purpose are to build up correspondence by settling on telephone decisions. Dissimilar to the public telephone box, we don't utilize any wires, rather the correspondence is finished by the methods for a sim card in the telephone which is answerable for building up correspondence between the cellphone and the relating network tower. For the correspondence to occur or call to happen the sim in both the mobile phones should be working appropriately and should be associated with their separate or closest organization towers. The signs are moved from the gadgets to the organization towers which will be additionally moved to wanted cellphones and the other way around or vice versa.
Considering the device design based on:
a) The kinds of User:
Individuals who don't utilize the telephone every now and again and talk for long hours sometimes when they use the telephone, for the most part, lean toward public telephone box since, supposing that you have a mobile cell phone and assuming you don't utilize it much, it is simply misused of cost. Be that as it may, in wireless the expenses are fixed upon the measure of time utilized for settling on telephone call decisions.
b) Type of activity:
Public telephone boxes can be utilized distinctly for settling on telephone decisions whereas personal digital assistance (PDAs, i.e cell phones) can be utilized to settle on telephone decisions, access the web, send instant messages, share pictures and video, and numerous different things.
c) Context of usage:
The context of usage whereby public telephone box is utilized when less often calls are made and the correspondence at whatever point made is for longer periods then public telephone boxes are utilized and furthermore individuals who don't wish to carry and move about with a cell phone and charge each an ideal opportunity to keep up the cell phones for the most part incline toward public telephone box. Individuals who are open to carrying the cell phones and have no issues charging the mobile and who need to settle on telephone decisions oftentimes buy the idea of cell phones over public telephone boxes.
What does WSG mean in slang
Answer:
With Special Guest
difference between
Dark web. and Deep Web.
Answer:
dark web is the disturbing stuff like murder, kidnapping, rapping etc. on the web and deep web is the stuff buried in the internet by the goverment and people bc they dont want u to know about it
Which decimal number is equivalent to the hexadecimal number F1?
A.
17
B.
31
C.
241
D.
1009
Answer:
C
Explanation:
(1101101)2 − (1001)2
Answer:
1100100
Explanation:
They explained it. (1101101)2 − (1001)2
Dar un ejemplo en donde se puede aplicar lista multinivel y nombrar los botones que nos permiten cambiar de un nivel al otro
Answer:
Microsoft word and power point
Explanation:
In a Microsoft Word you can make multilevel list and can select different theme and name the buttons to make the customization. Similarly in Microsoft Power Point you can make multilevel list and customize it by Home tab in paragraph group, there are many options to add your customization level.
it's a memory stick for the computer . I use it to ?
Answer:
USB memory sticks, also called pen drives or flash drives, are becoming more and more popular for the temporary storage and transfer of large amounts of electronic data. They should not be used as main data storage or to make permanent backups.
Explanation:
Can you please help me? I give you a brainlest
!
Which of the following statements is FALSE?
the value of the ID attribute....
a. may not start with a number
b. must be unique within each document
c. must not start with a special character
d. should be lowercase?
Answer:
d. Should be lower case?
which statement about routers is !!!FALSE!!!
a. they (routers) put packets in the right order after they arrive at their destination
b. they are located at the intersections of the network of wires and cables that make up the internet.
c. they check the address on each packet that arrives and decide which way it should go next
Answer:
b. they are located at the intersections of the network of wires and cables that make up the internet.
Explanation:
Given that Router is a computer networking device that operates by transferring data packets between computer networks, while also ensuring traffic organizing tasks on the Internet.
Hence, Routers put packets in the right order after they arrive at their destination by matching the destination IP address of the packet and one of the addresses in the routing table.
Also, Routers check the address on each packet that arrives and decide which way it should go next by ensuring the data packets are summarized for the outgoing interface recorded in the table entry.
Therefore, the correct answer is option B
SO I LIKE BOILED EGGS AND MY MUM WAS MAKING SALAD FOR DINNER SO I SAID DID YOU MAKE AND EGG-TRA ONE FOR ME
SHE LOOKED AT ME AND SAID "WHAT"?..
Answer:
now what is this
Explanation:
This holiday season, the hottest gift was a doll named Sparkle Princess. Within a few hours, all of the stores sold out their stock of this doll.
People who had been fortunate enough to buy a doll began to sell their dolls on the internet. Thousands of people logged on to try to buy one of
the few dolls that were being sold on the internet. What MOST likely happened with the internet sales?
O A. The price went down because the supply was low and the demand was high
ОВ. The price went up because the supply was low and the demand was high,
OC. The price went down because the supply was high and the demand was low.
D. The price went up because the supply was high and the demand was low.
Answer: B. The price went up because the supply was low and the demand was high,
Explanation:
Based on the information given in the question, when there is a reduction in the supply of a particular good, the effect it has on the price is that there'll be a rise in the price of such good.
In this case, since there is a reduction in the supply of the good as a result of the fact that all the stores have sold out their stock, and it was been resold by some of the people that purchased it earlier, there'll be an increase in the price of the doll since the demand is more than the supply. This will breathe scarcity and increase price.
Therefore, the correct option is B
The price went up because the supply was low and the demand was high.
மகாவாட் மasree
sagter the testo
Answer:
1,3,4,2
Explanation:
What is a circuit breaker and how is it different from a fuse? Why do we need these two different devices?
DO NOT PLAGARIZE!
Answer:
Circuit breakers and fuses both have the same purpose, but a fuse will melt when stopping electricity where as circuit breakers can just be reset. You need both devices in order to stop a overload of power that could fry your electronics or worse, start fires.
Explanation: