How do you make someone Brainliest?

I have asked questions before and promised brainliest, but I don't actually know how. First person to tell me will get brainliest using my new skill! Please Help!

Answers

Answer 1
Two people have to answer the question and there should be a brainliest button above each answer. Hope that helps you :)
Answer 2
There should be a blue highlighted thing that says give brainliest and you just click that

Related Questions

The strength of gravity on the Moon is 1.6
Newtons per kilogram. If an astronaut's mass is 80
kg on Earth, what would it be on the Moon?​

Answers

Answer:

[tex]Mass = 80kg[/tex]

Explanation:

Given

On Earth

[tex]Mass = 80kg[/tex]

On the moon

[tex]g = 1.6N/kg[/tex]

Required

The astronaut's mass on the moon

The mass of an object do not change base on location

So, if the mass of the astronaut is 80kg on earth, it will be 80 kg on the moon.

Hence:

[tex]Mass = 80kg[/tex]

i really need help with this:((
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.

14 36 31 -2 11 -6

Sample Run
[14, 36, 31, -2, 11, -6]

Answers

Answer:

sorry i dont know

Explanation:

3.4 lesson practice quiz edhesive

Answers

3.4 lesson practice quiz edhesive :

Write a program to check if user inputs "yellow"

Answer:

In Python:

col = input("Enter Color: ")

if col == "yellow":

   print("True")

else:

   print("False")

Explanation:

This prompts the user for color

col = input("Enter Color: ")

This checks if color is yellow

if col == "yellow":

If true, this prints true

   print("True")

If otherwise, this prints false

else:

   print("False")

Select the correct images Jane has to pick images that portray action photography. Which of these images would she pick? please help me​

Answers

Answer: i think its the horse the basketball and the bike hopefully i helped

Explanation:

Demographics and psychographics influence database marketing.


False

True

Answers

Answer:

true is the correct answer

Multiple choice:
Select the terms relating to comparisons for equality.


A) ==

B) ^=

C) <>

D) =

E) <

F) !=

G) <=

H) >=

Answers

Answer:

Well there is only 1

"==" is checking for equality and "=" is assigning a value to a variable. Although "==" should be the only answer, since the question is asking you to select multiple, I'd select both of those

What is the advantage of using the Selection pane to modify SmartArt?
O It can insert or edit individual graphic boxes on a slide.
O It helps to reorder or remove on-screen elements that overlap.
O It adds a new overlay for creating overlapping graphics and text.
Olt automatically aligns graphic elements to on-screen guidelines.

Answers

Answer:

B

Explanation:

Bc I said so

Answer:

It helps to reorder or remove on-screen elements that overlap

Explanation:

edge 2022

While many instruments have been "electrified", there is no such thing for the drums.
Group of answer choices

True

False

Answers

False, because they are called percussion group
False. Because it is fake not true

Fill in the blanks to complete a summary of this part of the passage. For the power of Patents

Answers

i’m confused . what do i do?

Answer:

??

Explanation:

Jim needs to ensure that a list of items includes the information regarding suppliers in the same report. Which control should he add in Design view? subreport text box combo box label

Answers

Answer:

Labels

Explanation:

The label can be used to attach information. This feature can be used by applying it to the Design View Form. The property sheet feature contains a list of adjustments such as color, font size, and name that the user can apply to the text.

Labels meant for headings can also be used to display commands on the form. Most label controls have a fixed text by default. When a user wishes to attach information to a list, the label control can be used to achieve that.

Define an array and why it is needed in programming

Answers

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type.

Explanation:

Happy to help :-)

Answer:

An array is a data structure, which can store a fixed-size collection of elements of the same data type. a array is used to store a collection of data, but it´s often more useful to think of an array as a collection of variables of the same type.

Explanation:

3. Describe the types of input the peripheral nervous system receives in each of the three scenarios.

Answers

Answer:

espanel hjcrkl cuecls oob

1. Many photographs tell a story. What is the story of this photograph? What is happening? Where is the photograph taken? Why is the photograph taken?

2. Good photographs create an emotion or feeling. What emotion does this photograph make you feel? How does the photographer create this emotion in the photograph?

Answers

Answer:

Answer below! Hope I am correct!( I know what happened in that picture, I am sure!)

Explanation:

What is the story of this photograph?

The story is... I think there is a earthquake going on in San Francisco...

What is happening?

There is a earthquake and people are trying to run away & trying to stay safe...

Where is the photograph taken?

Looks like a long time ago, maybe it’s in California (San Francisco) April 19 or 18, 1906.

Why is the photograph taken?

It was a really important & significant earthquakes! So it will be part of history & will be remembered....

What emotion does this photograph make you feel?

It makes me feel really horrible to see that there is a earthquake, I think many people died :( ......

How does the photographer create this emotion in the photograph?

By all the smokes... I can also see people trying to run away from the earthquake.. also I can tell they are really scared!

Hope this helps!

By:BrainlyAnime

Write a function named buildArray that builds an array by appending a given number of random two-digit integers (10-99). It should accept two parameters — the first parameter is the array, and the second is an integer for how many random values to add, which should be input by the user.

Answers

Answer:

The function in C++ is as follows:

void buildArray(int arr[], int n){

   srand(time(NULL));

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

       arr[i] = rand() % 99 + 10;    }

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

       cout<<arr[i]<<" ";

   }

}

Explanation:

This defines the function

void buildArray(int arr[], int n){

This klets the program generate different random numbers

   srand(time(NULL));

This iterates from 0 to n - 1 (n represents the length of the array)

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

This generates random 2 digit integer into the array

       arr[i] = rand() % 99 + 10;    }

This iterates through the array and print the array elements

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

       cout<<arr[i]<<" ";

   }

}

See attachment for complete program that includes the main

Michelle works in retail and can't decide what product to include in the store's front window display. what is the first step she should take to solve this problem?

Answers

Answer:

she should look at the most wanted product she has in her store and put that out on display

Explanation:

What is a server? Why is it so important?

Answers

Answer:

Servers not only help your business with data storage, but they will also improve efficiency and productivity. As employees can access data and information from any workstation it means they can work from home, while travelling or from a different office.

Answer:

hope this help

Explanation:

A server is a computer or system that provides data,resources,service or programs. This is important because this stores our information and helps us surf online.

How many days are depicted in the movie stand by me?

I need the answer

Answers

Answer:

I have no idea

Explanation:

How would someone know if their were communication devices placed in their homes illegally. Cameras and USB controlling devices?

Answers

Explanation:

Among the recommended options often suggested by IT experts includes:

In the case of cameras, using a cell phone around the home switch results in unusual signal interference possibly indicates a special radio frequency coming from the illegally implanted device.The use of a mobile app designed for detecting hidden cameras. For example, the ”detect hidden cameras” app available on iPhone or Android mobile devices is a good tool. This app automatically senses  the radio frequencies of any hardware within the device range.

Convert the given for loop to while loop and find the output of the program assuming the
value entered for num is 15.
num = int (input ("Enter a value"))
sum =0
count=0
for i in range (1, num):
if i%2 == 0:
count += 1
sum += i
print(sum)
print(count)

Answers

Answer:

Explanation:

num = int (input ("Enter a value"))

sum =0

count=0

i = 1

while i < num:

 if i%2 == 0:

        count += 1

        sum += i

        i += 1

 i += 1

print(sum)

print(count)

The output assuming num is 15 would be

56

7

After saving a chart, where can you find it again to use it for a different data set?

sparklines
saved charts
templates
formats

Answers

Answer:

C. Templates

Explanation: Edge 20201

Answer:

templates

Explanation:

2. The
is the main and usually largest data storage hardware device in a computer​

Answers

The answer you are looking for is either Hard Drive or SSD (Solid State Disk).

ONCE AGAIN Can somebody explain the difficulties and hardships of being a computer engineering?

Answers

Answer:

The only thing I can think of, is stress. I cannot tell you how frustrating it is when you're writing code and it decides to bug out because of some little mistake. For hours you're writing and find out that you're missing a single ";" or an indent.

When you're writing out code in order to solve a problem, you need to break it down step by step in order to actually write it. Otherwise, you'll miss a bunch of steps

How do you play game on phone

Answers

You download a game from the App Store
Download it and play it

15.A telecommunication company wants to start a business in Dera Ghazi khan. For Information technology (IT) support, they hired an IT Staff and want to buy hardware from the market. Choose the hardware name which is important for the company.

Answers

Answer:

The company should have computer with secured bandwidth and LAN system which can connect employees on one network.

Explanation:

Telecommunication company will require a network setup which can connect employees on a single network. The network security should be efficient which keeps the LAN network secure from cyber attacks. The IT staff should buy Telecoms equipment and hardware and keep them in a secured control room whose access is limited to certain users only.

What is modularity?
A.
the process of reusing existing modules from other programs
B.
the process of grouping together smaller segments into larger modules
C.
the process of consolidating different parts into a whole program
D.
the process of breaking down a program into small

Answers

Answer:

Option D

Explanation:

Modularity in general defines the flexibility of a system. It is the degree to which a system can be broken down into smaller segments and then rearranged or recombines into new groups. Modularity is determined for multiple disciplines each having their own drawbacks.

5.
1 point
*
*
dog#
Choose
This is a required question

Answers

Answer:

WHAT IS YOUR QUESTION ⁉️⁉️

SO I CAN HELP YOU

BECAUSE I APPLIED IN BRAINLER HELPER

Hope these points help you.
I love.

Answers

Answer:

Explanation:

thanks, have a great day

Answer:

Thank you so much for the free points! You are so kind.

Explanation:

I hope you have a wonderful rest of your day and if these points were not for me then I must have misunderstood. Have a good one!

(ɔ◔‿◔)ɔ ♥

Anna has taken up her first job as an IT help desk technician. Which certification will help her advance her career?

A. Microsoft Certified Solutions Expert
B. CompTIA A+
C. Cisco Certified Network Professional
D. Oracle Certified Professional

Answers

B, I think.

Cisco = networking
Oracle =
Networking as well I think

What type of malicious software tries to gather information about you without your consent?
Select one:
a. Spyware
b. Viruse
c. Malware
d. Ransomware

Answers

Answer:

B-malware

Explanation:

I do tech and i help work on computars.

I need help now I really do what is the answer thank you

Answers

the answer is c
just replace the y with the y value and the x with the x value
Other Questions
Johanna is online shopping for a dress she really wants. The original cost of the dress is $50. She saw that exact same dress on sale for $34.What is the percent decrease for the dress Johanna wants to buy? Explain in writing/typing how you would solve the problem. CAN SUM1 please help mee I need to turn it in in 5min! PLEASE HELP!! I'LL GIVE BRAINLIES!! Which equation can be used to find the volume of this solid? Substitute t=3 and t=5 to determine if the two expressions are equivalent.4(t+3) 4t+12which statements are true? check all that apply.A. the value of both expressions when t=5 is 32.B. the two expressions are not equivalent.C. the value of both expressions when t=3 is 15D. the value of both expressions when t=5 is 23E. the two expressions are equivalent F. the value of both expressions when t=3 is 24 HELP ASAP. BRAINIEST TO CORRECT ANSWER Suppose you want to identify the theme of a literary work. Which of these is the MOST IMPORTANT element to consider?the personal history and social background of the authora detail that is repeated or appears to be symbolicdetails that are used to convey setting Please answer these 4 math questions for me! Pretty easy! need then ASAP!!!!! I have to get them right or my life is doomed! (cause my mom will kill me) Find the missing factor AAA that makes the equality true. 8x^3=(-2x)(A)8x 3 =(2x)(A)8, x, cubed, equals, left parenthesis, minus, 2, x, right parenthesis, left parenthesis, A, right parenthesis A =A=A, equals What type of angle pair is it? Value of people so that the expression 3(4+n) is equipment to 3(n+p) A pound of peppermints costs $1.10. Fruit sours are $1.15 for half a pound. The student council has a budget of $160 to purchase candy to fill goody bags for a fundraising event. The council wants to buy three times as many sours as peppermints. Approximately how many pounds of sours will they buy? 1. 60 pounds of sours 2. 130.5 pounds of sours 3. 36 pounds of sours 4. 109 pounds of sours 5. 20 pounds of sours Who Believed space was orbiting Earth Which of the following describes an animal that is contributing to the cycling of water in the hydrologic cycle?OA. A monkey is cooled as sweat evaporates from its skin.. A sea anemone lives in a habitat of seawater.OC. A fish swims upstream in a flowing river.OD.A butterfly hides under tall grass during precipitation.HELPP!! Jan loves pillows and decides to make throw-pillows for her new sofa and bed. The pillows will be in theshape of an isoceles triangle. She wants to trim each pillow with white lace. The base of each triangle is7 inches. Jan purchases a 310-inch roll of lace trim and wants to make at least 6 pillows. What is themaximum length possible for each leg of the triangle?a. 20.3 inchesb. 21.4 inchesC. 22.3 inchesd. 24.3 inches Evaluate the expression4(x+y) / 2 where x = 2 and y = 5 what precent is represented by the shaded area Using the tips from the article, turn your goal into a SMART one. How is your goal The highway mileage (mpg) for a sample of 8 different models of a car company can be found below. Findthe mean, median, mode, and standard deviation. Round to one decimal place as needed.20, 22, 26, 27, 30, 31, 35, 35Mean =Median =Mode =Standard Deviation = solve one and two pls The stomach enables food to ferment, and therefore, it is a vital organ of the digestive system.Choose the options pertaining to the structure of stomach.Stomach consists of three parts: the fundus, the body, and the . Once the food is processed in the stomach, it passes to the small intestine through the . -9 - p = 93, what is p?