The symbol is used to indicate that a line of text is a comment.

Answers

Answer 1

Answer:

Explanation:

asterisk

Answer 2

Answer:

# is the symbol you would use

Explanation:

I took the Unit Test on Edgen.


Related Questions

what is this answer?

Answers

Answer:

ITS ALL ABOUT C

Explanation:

READ IT CAREFULLY

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.  

what is a password attack?

Answers

Answer:

A password attack is exactly what it sounds like: a third party trying to gain access to your systems by cracking a user's password.

Answer:

A hacker trying to hack into your accounts/systems by cracking your password.

key is used to enter commands or to move the cursor to the begin
of the next line
a) Delete key
b) Shift key
c) Ctrl key
d) None of these​

Answers

I believe the answer would be D

A computer screen that is contained in its own case and is not part of the computer system is called a

Answers

Answer:

Monitor is the correct answer

Answer:

display

Explanation:

hanna specifies the constants 7, 3, 3, and 5 as the arguments of a function. the function returns the result 18. which function does hanna use?
=____ (7,3,3,5)
[using spreadsheets for data analysis, plato]​

Answers

Answer:

The sum function

Explanation:

Given

Arguments:  (7,3,3,5)

Result = 18

Required

Determine the function used

When the arguments are added together, we have:

[tex]Result=7 +3 + 3 + 5[/tex]

[tex]Result = 18[/tex]

Ths implies that the function used is the SUM function and is used as:

=SUM(7,3,3,5)

Answer:

The Answer is SUM

Explanation:

It says spell all words correctly so no #(Numbers)#

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.

to use appropriate personal protective equipment we should​

Answers

Answer:

We should use a computer or mobile phone with a strong password...

isn't it?....how many of you will agree with this

Explanation:

100 points if you can give me the correct answer .Sarah is working in Scratch and trying to access the code editor. What does Sarah need to click on in order to do this?
Group of answer choices

the Codetab at the bottom right of the screen

the Codetab at the top right of the screen

the Codetab at the bottom left of the screen

the Codetab at the top left of the screen

Answers

Answer:

the Codetab at the bottom right of the screen

Explanation:

because i am smart

Answer: D

Explanation: :) im a scratch expert

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:

Choose the term that best matches the definition.
v rules used by a computer network.

A. Network protocol
B. Hierarchy protocol
C. Procedure

Answers

Answer: it’s network protocol

Explanation:

Answer:

A. Network protocol

Explanation:

On Edge, it states that network protocol are, "rules used by computers in a network." Therefore, it's confirmed.

I hope this helped!

Good luck <3

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.

You are studying for a test tomorrow. Your friends invite you to

the school's BIG basketball game. They say it's going to be an

exciting game and that you can study later. You decide to go to

the game. What type of decision-making method are you most

Likely using?


A. Intuitive

B. rational

C. Group

D. Emotional

Answers

Answer: C

Explanation:

The type of decision-making method are you most Likely using is Group decision-making method.

What is Decision-making?

In psychology, the term decision-making is known to be a form of  cognitive act that leads to the selection among options on belief or the right course of action to take.

Conclusively, the group decision-making method is the best as all will agree on one thing and do it and so there will be no issue.

Learn more about friends from

https://brainly.com/question/1973064

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:

The used of PPE in the shop includes the following, except:
A. safety apron
B. safety goggles
B. safety helmet
D. safety net

Answers

It should be C. Safety Helmet I think

Answer:

Safety helmet is not included in PPE

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:

4.8 Code Practice: Question 2 I need help on this one python

Answers

Answer:

for y in range(88, 43, -4):

  print(y, end=" "

Explanation:

yw

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

What Is number 13 on this cross word

Answers

Answer:

DeskTop

Explanation:

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

The contrast ratio of green-45 text on a yellow-15 background is
to 1.
03
O 30
O 45
06

Answers

Answer:

30

Explanation:

in ratio

not connected

Help me with this please. I'll mark Brainiest

Answers

What do you need help with?

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

Click each image that you consider to be a computer.

Answers

Answer:

the 1 with the dude whos sitting at the desk with the really old computer. witch is probly 4\d

Explanation:

When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell,
what command would you choose from the shortcut menu?

A.)New Comment

B)Insert Comment

C)Review Comment

D)Add Comment

Answers

Answer:

B) Insert Comment

Explanation:

Generally, workbooks are known as Microsoft Excel files. Excel workbook can be defined as a collection of one or more charts and worksheets (spreadsheets) used for data entry and storage in an excel file. In order to create a project on Excel you will have to use a workbook.

A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer software applications such as Microsoft Excel.

When inserting a comment in a cell, the command on the Review tab is New Comment, but if you right-click in the cell, the command you would choose from the shortcut menu is Insert Comment. The shortcut key for Insert Comment is "Shift+F2."

The goal of a system is to

a) be natural or human-made

b) use energy

c) perform a task

d) be social or physical

Answers

Answer:

d it is d I know cause I answered it on a test I had

hope it helps

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:

.

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 necessarily happens when a photographer chooses to give either the aperture or the shutter speed priority?


The other of the two settings stays as previously selected.

The other of the two settings is overridden.

The other of the two settings is automatically selected.

The other of the two settings is ignored.

Answers

Answer:

The other of the two settings is automatically selected.

Explanation:

Answer: The other of the two settings is automatically selected.

Explanation:

TRUST

Other Questions
Look at this picture and choose the most logical statement that describes how La, Coline, and Fabien are related. A. La est la sur ane de Coline et Fabien. B. Coline est la sur ane de La et Fabien. C. Fabien est le frre an de La et Coline. D. Coline est la sur cadette de Fabien et La. help it due by tonight and I have no clue how to do it Help me on 13 thank youuu n the rectangle P Q R S , the side P Q is of length 2 and the side Q R is of length 4Please i need the answer ASAP The three smaller components that make up atoms are -A- neutrons, protons and ions.B- neutrons, electrons and protonsC- protons, ions and electrons.D- electrons, neutrons and ions. 3. The Earth system consists of the sun and five main_____. When a precipitation reaction occurs, the ions that do not take part in the reaction are called A.non participantsB.useless ions C.independent variables D.spectator ions Lee y escoge la palabra correcta para el espacio en blanco que corresponde a la imagen. Read and choose the correct word for the blank that matches the image.A family at dinner timePara > ________ a las 8 de la noche, prefieres la carne o las verduras? A desayunar B almorzar C tomar D cenar Please answer the question in the picture #17. During W. W. 2, the Office of War Information printed posters toA. Raise money for the war effortB. Raise troops to fight the warC. Encourage women to work in defense jobsD. Encourage Americans to grow their own food Are the forces on the parachutes balanced? A. The parachutes fall at a constant speed, so the forces are balanced. B. There is a change in motion, so the forces are balanced. C. The parachutes fall at a constant speed, so the forces are unbalanced. D. There is a change in motion, so the forces are unbalanced. George is trying to make sure his garden is in the form of a right triangle. Which of the following side lengths would create a right triangle with side lengths of 12 m and15 m?O 20 m18 mO 9 m7 m in Square W XYZ.PW = 7. w X What is the square's perimeter? 282 units 49 units 098 units Z Y O 1472 units 3 4 5 6 7 8 find the value of the expression 18 y for y = 3 You buy a share of The Ludwig Corporation stock for $19.20. You expect it to pay dividends of $1.11, $1.1833, and $1.2614 in Years 1, 2, and 3, respectively, and you expect to sell it at a price of $23.26 at the end of 3 years. Calculate the growth rate in dividends. Round your answer to two decimal places. % Calculate the expected dividend yield. Round your answer to two decimal places. % Assuming that the calculated growth rate is expected to continue, you can add the dividend yield to the expected growth rate to obtain the expected total rate of return. What is this stock's expected total rate of return (assume market is in equilibrium with the required rate of return equal to the expected return) ***Factor the expressions using the GCF.***1: 7+142: 44-113: 18-124: 70+955: 60366: 10080 46x23=46x+23 how many solutions what is the product of 2 4/7 13/12 Larry is designing the floor of a building. The design of the floor will be in the shape of a rectangular grid consisting of n^3 columns by n^2 rows of tiles. Which expression shows the number of tiles he plans to use for the floor? the product of 9 and the diffrence of 6 and 4 into a numerical expression