Answer:
The anwser is 2^16
Explanation:
hi, I just ate a hot banana that I cooked in the oven.
which of the following are the lines defining the borders of shape
borders
curves
faces
edges
which of the following is the point at which the lines of the edges of a shape intersect
dots
corners
faces
edges
Answer:
1. Boarders
2. Edges
--------------------
this is not what I asked for
In which of the following stages of the development process is a team MOST likely to interview a potential user of an app?
A. investigating and reflecting
B. designing
C. prototyping
D. testing
Answer:
i think it’s A
Explanation:
Answer:
It's A
Explanation:
Need help with these
Select the correct navigational path to use a saved chart template,
Select the range of cells
Click the tab on the ribbon and look in the
Click the dialog box launcher and then the
select the one you want to use, and click OK
Answer:
Insert, Charts, All charts, Templates
Explanation:
I just did this assignment
The correct navigational path to use a saved chart template is select the range of cells, Click the insert tab on the ribbon and look in the. Click the dialog box launcher and then the chart tab, select the one template you want to use, and click OK.
What is chart template?A chart template is a file that contains the colors, layout, formatting, and other settings of a previously created chart that can be reused later.
It essentially allows you to reapply the same chart parameters to both new and existing graphs with a few clicks, saving you from having to recreate it each time.
A template is a form, mold, or pattern that is used as a guide to create something. Here are some template examples: Design of a website. Making a document
To use a saved chart template, select the range of cells, then click the insert tab on the ribbon and look in the.
Click the dialog box launcher, then the chart tab, choose a template, and then click OK.
Thus, this is the correct navigation path.
For more details regarding template, visit:
https://brainly.com/question/13566912
#SPJ5
Conduct online research to determine specific conflict-resolution and management techniques and skills that would be beneficial to a 16 to 18-year-old student Use the results of your research to design an informational pamphlet that could be distributed in a public or private high school.
Answer:
25 if back in bed handle cinnamon called all call back
Explanation:
because it is I hope
Is there any answer key to this??? ANSWER ASAP
Nobody posts questions like these
Answer:
nah ion think so
Explanation:
What is the code in Edhesive 3.3 question 1?
Answer:
# your code goes here
r = int(input ("Enter the red: "))
g = int(input ("Enter the green: "))
b = int(input ("Enter the blue: "))
if( r <= 0 or r >= 255):
print("Red number is not correct.")
if( g <= 0 or g >= 255):
print("Green number is not correct.")
if( b <= 0 or b >= 255):
print("Blue number is not correct.")
I WILL MARK BRAINLIEST FOR WHO EVER CAN DO THIS FIRST
Read the paragraph and use the RACE writing strategy to answer the questions.
Studies have found that the more time a teenager spends on social media, the more likely they are to suffer from anxiety and depression. Some people think that it is because they are developing fewer real-life connections to friends and spending less time playing outside. Another issue is cyber-bullying. Furthermore, teens feel bad when they see friends partaking in activities to which they have not been invited. Social media can make people feel isolated and like their life is less exciting than average, since people tend to publish their highlights on their feeds. Girls especially struggle with self-esteem issues, feel pressure to keep up with their peers who are dressing up, putting on makeup, and presenting their most polished selves to the world.
What are some of the risks involved with teens using social media? Explain. (Note that this is asking for reasons-plural-meaning you must give more than one reason.)
Answer:
i hope this help
Explanation:
Overuse of social media can have negative consequences on the well-being of adolescents. Social media use has been linked to lower self-esteem, increased depression, risk-taking behavior, and cyberbullying.
Social media can cause people to not be able to interact in real life. Sure you are talking to people, but not in a face to face conversation. It's easier to hide behind a screen than to talk to someone in the eye. So this can make them get anxious if they try to talk to people face to face. And peer pressure, teasing, can make teens stressed. Peer pressure can cause stress on teens thinking that they are not trying hard enough, or not living up to standards. Plus it can result in dangerous acts. Bullying can cause depression and make them think no one cares about them, and since this is behind a screen no one could know about the teen's problems. In short, Social media can cause stress, anxiety, depression, and dangerous acts from peer pressure.
convert the binary numbers into decimal 100000
Answer:
32₁₀
Explanation:
Start off by multypling each digit by 2 to the power of it's place value, and then add them together.
The base is 2 in the binary number because it uses two possible numbers: 1 and 0.
The base is 10 in the result because normal digits have 10 different numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.
(100000)₂ = (1 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (0 × 2¹) + (0 × 2⁰) = (32)₁₀
which of the following connectors is found on every desktop power supply?
A. Main
B. SATA
C. PCle
D.Molex
Answer:
c. SATA
Explanation:
is this statement True or False?
A computer processes data using only 1s and 0s
A. True
B. False
Answer:
A. True. Computers only process using 1s and 0s
The CPU package is installed using the ____ process
Answer:
Each motherboard has electronic chips that work with the CPU and are designed to exact ... The processor is also called the CPU (central processing unit) or microprocessor. ... When installing CPU, it fits only one way into the socket.
Changes in computer technology have an effect on _____.
Answer: Changes in computer technology have an effect on everyone.
Let's play Silly Sentences! [name] was planning a dream vacation to [place]. [name] was especially looking forward to trying the local cuisine, including [adjective 1] [food 1] and [food 2]. [name] will have to practice the language [adverb] to make it easier to [verb] with people. [name] has a long list of sights to see, including the [noun] museum and the [adjective 2] park.
Answer:
[Gibby] was planning a dream vacation to [Hawaii]. [Gibby] was especially looking forward to trying the local cuisine, including [running] [pizza] and [spaghetti]. [Gibby] will have to practice the language [sweetly] to make it easier to [leave] with people. [Gibby] has a long list of sights to see, including the [leaning tower of piza] museum and the [chubby] park.
What type of data is the result of each of the following lines of code?
str(2.34)
int('2')
float(2)
The type of data that is the result of each of the following lines of code are as follows:
str(2.34) = string.int('2') = int.float(2) = float. What is meant by Float datatype?A Float datatype may be defined as a type of datatype that correspondingly represents a floating point or decimal number. Examples of float datatypes are 1.6758, 0.0004, 10.7765, etc.
A string datatypes represent a series of characters in a single line that includes alphabets. Examples of string datatypes include BINARY, TEXT, SET, BLOCK, etc.
The int datatypes significantly store whole numbers that are either positive or negative without the involvement of decimal characters. Examples of int datatypes are 2, 7, -8, etc.
Therefore, the type of data that is the result of each of the following lines of code is well described above.
To learn more about String, int, and float, refer to the link:
https://brainly.com/question/26352522
#SPJ5
Which of the following is an open-source web browser?
A. Firefox
B. Internet Explorer
C. Opera
D. Telnet
Answer:
Firefox
Explanation:
Answer The answer would be A). firefox.
Explanation:
I took the quiz.
This refers to the attributes, characteristics, lifestyle, and skills of an individual.
Answer:
personality
Explanation:
Indeed, an individual's personality constitutes their attributes, characteristics, lifestyle, and skills.
For example, an individual may showcase the attributes of physical beauty, or intelligence or they may possess fine artistic skills, live a simple lifestyle etc.
how can i stop this stupid thing from sending me emails because my school decides to not give you a block option
Answer:
If it on g mail you go to the spam box and then press the spammers to account and then press block and then you will block them.
A dog walks 10 km north in 2 hours and then 8 km south in 1 hour.
a) What is the dog’s average speed for the whole journey?
b) What is the dog’s average velocity for the whole journey?
Answer:
Average speed = 6 km/h and Average velocity = 0.67 km/h
Explanation:
Given that,
A dog walks 10 km north in 2 hours and then 8 km south in 1 hour.
(a) Average speed = total distance traveled divided by total time taken
Distance = 10+8 = 18 km
Total time = 2+1 = 3 h
Average speed = (18/3 )km/h= 6 km/h
(b) Average velocity = net displacement divided by total time taken
Let north is positive and south is negative
Displacement = 10+(-8) = 2 km
Total time = 2+1 = 3 h
Average velocity= (2/3 )km/h= 0.67 km/h
What should you wear during lab investigations to protect your eyes?
Answer:
Goggles
Explanation:
If a chemical splashes on goggles it on hurt you.
who invented the smart phone?
Answer:
IBM created the first smart phone
Three of the following values could be stored as strings. When would you NOT use a
string command?
O To store a word.
O To store a list of colors.
O To store values NOT used for calculations.
O To store decimal values.
Answer:
To store decimal values
Explanation:
If values are not to be used for calculation, that is, they are not numerical data, therefore, some of them could be stored as strings. A string may contain any sequence of characters. The characters in a string may be repeated.
From the foregoing, decimals can not be stored as strings because in computer programming, a string is normally a sequence of characters, hence the answer above.
Using variable concepts, it is found that you would not use a string command to store decimal values.
---------------------------
Strings are used in programming to work with variables that are composed by text, which can include words, colors, and any variable that is not used for calculator.For decimal values, float and double variables are used, not strings, and thus, this is the option for which a string command would not be used.A similar problem is given at https://brainly.com/question/15583814
what do you mean by computer resolution??
Answer:
means computer reformulation process
Keegan has a hard drive that he wants to connect externally to his laptop. Which two ports can he connect the external hard drive to?
Answer:
Unlike an internal drive, which is nestled firmly inside your computer, an external hard drive is a device that you plug into a computer port. An external hard drive gives you more storage space to keep your data.
Explanation:
Most laptops have two ports on the side that he could plug it in.
Need help with these
10: A
~~~~~~~~
11: D
~~~~~~~~
12: A
~~~~~~~~
Hope this helps! :)
PLS HURRY!! The newest Windows OS that provides a faster startup and redesigned Task Manager is called ____.
A. Windows Vista
B. Windows 7
C. Windows ME
D. Windows 8
Answer:
Windows 8
Explanation:
Hopefully I have answered your question!
Windows 8 was released on: October 26, 2012 a slower startup screen (Takes up to 5 Minutes, While Windows 7 takes about 30 seconds to about 1 Minute.) With a whole new redesign on the task manager.
List the instructions of how you would make a PBJ sandwich as a series of five (5) steps (tasks) in the first column Complete the other fields by: Identifying the tools and equipment needed for each step Identifying what problems/issues may occur during each step
Answer:
Explanation:
In order to make a PBJ sandwich you would first need to obtain all of the ingredients which are the following
Peanut ButterJam (of choice)whole wheat breadspreading knifecutting knifeOnce you have all of the ingredients follow these instructions to make the sandwich
place 2 slices of bread seperately on the plateUsing the spreading knife place the amount of peanut butter that you want on one of the breads and spread evenly (the bread may break on this step so be careful)Using the spreading knife place the amount of Jam that you want on the other slice of bread and spread evenly (the bread may break on this step so be careful)Place Bread together and cut the edges off using a cutting knife.Eat and Enjoy. (problem: you may become addicted)What is the purpose of the Print Preview tool?
selecting how many sheets of the document to print
selecting how many copies of a document should print
seeing what the document will look like before you print
seeing color options for the print area’s border
Answer:
c - seeing what the document will look like before you print
Explanation:
i'm on this lesson, edge 2020
The purpose of the Print Preview tool is to see what the document will look like before you print. The correct option is c.
What is a print preview?Users can view the pages that are about to print using the “Print Preview” feature, which allows users to preview exactly how the pages will appear when printed.
By checking your worksheet's results before printing, you can prevent unpleasant surprises and paper waste. You can see a preview of the data on the printing when you choose one or more sheets and choose File > Print.
Before printing any document, utilize this option to examine the page or make changes. Ink/toner and paper can be saved by using print preview to find any potential problems in the manuscript or correct layout issues before printing.
Therefore, the correct option is c, seeing what the document will look like before you print.
To learn more about print preview, refer to the link:
https://brainly.com/question/7582870
#SPJ2