Answers

Answer 1

Answer:

ITS ALL ABOUT C

Explanation:

READ IT CAREFULLY


Related Questions

How would Patrick save his formatted message in Outlook?
O The Draft Folder saves a real-time version automatically.
O Click Save As Draft and it is placed in the Saved Folder.
O Click Save and it remains in the Draft folder for later edits.
O Click Archive and it will save the message in your Documents folder.

Answers

Answer:

O Click Save and it remains in the Draft folder for later edits.

Explanation:

I hope it's help

Answer:

The Answer is C!

Hope it helps

Explanation:

who here can move stuff with there minds

Answers

Answer:

I can, at least I wish I could, it be like having the force which would be amazing.

Explanation:

What are the benefits of writing functions that use parameters and return List 2 please and explain what is return

Answers

Answer and explanation:

There are many benefits of writing functions that use parameters and return. Some of them are:

1. Flexibility: With functions having parameters, several values of the parameters can be used at invocation time thereby making the application flexible. For example, given the following function in Java.

public void showName(String name){

   System.out.println("Your name is " + name);

}

To call this method (function), the programmer could use various values for the name parameter used in the function like so:

showName("John");

showName("Doe");

If the function didn't have a parameter, it is possible it will only print a hardcoded name every time the function is called.

2. Scope Control: When a function is allowed to return a value, it helps to work around scope issues since variables declared within a function are limited to that function and do not exist outside the function. This means that the values of these variables cannot be used anywhere else outside the function in which they are being declared. However, if the function returns a value, the value can be used anywhere else in the program.

For example:

public String getDouble(int x){

   int y = x * 2

   return y;

}

The function above returns twice the value of the argument supplied to it. Since the integer variable y is declared within the function, it's value cannot be used outside the function. However, since the value is being returned by the function, it could be used anywhere the function is being called. Thanks to the return keyword.

Answers are 1-11, 3 is wrong

Answers

Answer:is the python

Explanation:

Use repl .it

The answer is 4

1:
3+2=5
2:
5+2=7
3:
7+2=9
4:
9+2=11
It would stop here as 11 is bigger than 10

what is two examples of software and hardware?​

Answers

Answer:

Hardware Software

If hardware is damaged, it is replaced with new one. If software is damaged, its backup copy can be reinstalled.

Ex: Keyboard, Mouse, Monitor, Printer, CPU, Hard disk, RAM, ROM etc. Ex: Ms Word, Excel, Power Point, Photoshop, MySQL etc.

Explanation:

Answer:

hardware= key board ,mouse

software =excel,power point.

What is the base of a number system?

A.
the minimum number of digits needed to represent a number in that system
B.
the place value of the leftmost digit in numbers written in that system
C.
the place value of the rightmost digit in numbers written in that system
D.
the number of symbols used to represent numbers in that system

Answers

Answer:

A

the minimum number of digits needed to represent a number in that system

ICT 10
Research on other forms of Operating systems used in smartphones and give a description for each.​

Answers

uSE THE ANSWER BELOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

Babbage’s punch cards, which used numbers from 0 to 9. Digital or analog.

Answers

Answer:

Analog

Explanation:

yuh

Answer:

Your answer would be

1. Digital

2. Analog

3. Digital

4. Analog

5. Analog

Explanation:

Edge 2022

On December 9, 1698, computer inventor Douglas Engelbart demonstrated many new computing technologies, including the computer mouse. His demonstration was so important that it became known as “The Mother of All Demos”. It would be at least two decades before some of the technologies he demonstrated saw widespread use, but all of them are used by people today. Here is a list fo some of Engelbart’s technologies. Which ones do you use today? The computer mouse, video conferencing hypertext links, word processing, or collaborative real-time editing

Answers

Answer:

all of them

Explanation:

Answer: All trust guy above

Explanation:

.

1) What are the six (6) core elements of developing a whole person? Explain
concisely its relationships.​

Answers

Answer:

Six component of whole person development are -

emotional, physical, spiritual, social, psychological, and professional

Explanation:

Six component of whole person development are -

emotional, physical, spiritual, social, psychological, and professional

1. Emotional – This shapes our reaction to any situation, adaption to change, establish connection with others and develop emotional intelligence

2. Physical – It is related to physical health and comprises of eating right food, exercising, taking sufficient sleep and managing stress.  

3. Spiritual – This helps in connecting ourself with the world and the nature around us. It makes a person compassionate, positive, optimistic and generate inner peace.  

4. Social – This helps to develop social relationship and maintain them  

5. Psychological – This helps in understanding inner self of an individual and promotes self esteem and acceptance

6. Professional – Professional stability and peace is essential to make a good work life balance.  

16. Your character qualities never change. (3 points)
A. True
B. False

Answers

Answer:

False

Explanation:

Hope this helps!

false, people’s qualities does change over time !!

What are the most important considerations when comparing computer systems? Check all of the boxes that apply.

the type of mouse
the type of keyboard
computer speed
amount of storage

Answers

C and D



Explanation:




Approximately how many tweets are posted on Twitter each day? 500 500 thousand 500 million 500 billion

Answers

Answer:

around 500 million

Explanation:

Write a method that takes two circles, and returns the sum of the areas of the circles.

This method must be named areaSum() and it must have two Circle parameters. This method must return a double.

For example suppose two Circle objects were initialized as shown:

Circle circ1 = new Circle(6.0);
Circle circ2 = new Circle(8.0);
The method call areaSum(circ1, circ2) should then return the value 314.1592653589793.

You can call your method in the program's main method so you can test whether it works, but you must remove or comment out the main method before checking your code for a score.

Answers

Answer:

public static double areaSum(Circle c1, Circle c2){

 double c1Radius = c1.getRadius();

 double c2Radius = c2.getRadius();

 return Math.PI * (Math.pow(c1Radius, 2) + Math.pow(c2Radius, 2));

public static void main(String[] args){

 Circle c1 = new Circle(6.0);

 Circle c2 = new Circle(8.0);

  areaSum(c1,c2);

 }

Explanation:

The function calculates the sum of the area of two circles with their radius given. The program written in python 3 goes thus :

import math

#import the math module

def areaSum(c1, c2):

#initialize the areaSum function which takes in two parameters

c1 = math.pi * (c1**2)

# calculate the area of the first circle

c2 = math.pi * (c2**2)

#Calculate the area of the second circle

return c1+c2

#return the sum of the areas

print(areaSum(6.0, 8.0))

A sample run of the program is attached

Learn more : https://brainly.com/question/19973164

Other Questions
How did John Brown's raid at Harper's Ferry further increase sectionalism in the southern states? Give an example to illustrate how a person may incur an opportunity cost without paying anyone any money. The Bureau of Labor Statistics forecasts that the number of computer and network support specialist positions in the US will grow at about ____% over the next 10 years brainlist if you help me fill out table Consider the complex number z shown in the graph.Adding 2i to z results in a shift .The resulting number is i. PART B: Which phrase provides the best clue to the meaning of the word "thwart"?A"filled with a desire"B"imprisoned by the waves"C"we will go that way"D"does not rule the heavens" The bottom of a ladder must be placed 4 feet from a wall. The ladder is 12 feet long. How far above the ground does the ladder touch the wall? Estimate your answer to the nearest tenth. Factorise fully c^3+c^2 en la obra Historia verdadera de la conquista de la Nueva Espaa. con qu intencin crees que Diaz del Castillo menciona las adivinaciones y el final de Botello?que aporta este detalle? Answers are 1-11, 3 is wrong What is the base of a number system?A. the minimum number of digits needed to represent a number in that systemB. the place value of the leftmost digit in numbers written in that systemC. the place value of the rightmost digit in numbers written in that systemD. the number of symbols used to represent numbers in that system What are the most important considerations when comparing computer systems? Check all of the boxes that apply. the type of mouse the type of keyboard computer speed amount of storage What value of x satisfies the conclusion of the mean value theorem for f(x) = ln(x3) over the interval [1, e2]? What led directly to the formation of the Republican Party?passage of the Kansas-Nebraska Actthe outcome of the Mexican-American WarStephen Douglass failed run for US Senate The Hollywood cats are a group of cats that have settled in along the Hollywood Beach in Florida. A group of volunteers feed them and care for them while trying to humanely reduce their numbers (as they are considered a nuisance). If there were 100 cats in the year 2012 and the rate of population change is given what sea were american ships being attacked by pirates ? Why are protists discussed in groups like animal, plant, fungus Help me there is brainliest insured Winner-brainliest Tell me the answer in rowsPasta 1.2 and so on A machine can make 14,400 screws in 8 hours. A second machine can make twice as many screws. What is the constant of proportionality (k) between the number of screws (y) and the number of hours (x) for the second machine?