Answer:
Some hardware requirement: Monitor, keyboard, mouse, sound card, memory, processor, graphics display card. Some software requirement: Windows XP/Vista, Video for Windows, Quicktime.
Explanation:
BRAINLEST
What is not a way to lower your risk of drowsy driving?
Answer:
Taking a night time medicince (such as benedryl), or drinking alcohol beofre drviving.
Explanation:
Brainliest please :)
WILL GIVE BRAINLIEST!! 20 PNTS!!!
What will be the output of these lines of code:
for i in range (1, 5):
print(i)
A. IndentationError
B. PrintError
C. 1 2 3 4
D. 1 2 3 4 5
Answer:
C 1,2,3,4
Explanation:
This means I want to count from 0-4 and set it o the current loop I am currently on.
for i in range(0, 5):
print("i currently equals: ", i)
The result will be
i currently equals: 0
i currently equals: 1
i currently equals: 2
i currently equals: 3
i currently equals: 4
Answer:
c. 1 2 3 4
Explanation:
i got it right on edge
Which one do u prefer Xbox, Playstation, Nintendo
Which type of game is based on doing the best you can with a random setup, emphasizing flexible planning and risk-
taking?
A:card games
B:board games
C:dice games
D:all games
PLSSS PLSSS HELP MEEE
Answer:
Card Games
You get completely random cards, so you have to plan as you go.
Answer:
A. card games
What are like arms surrounding all the other code blocks?
A. chevrons
B. curly braces
C. square braces
D. parentheses
Answer:
Parenthesis
Explanation:
I code
Answer:
Its curly braces.
Your welcome!
print("Student" == "Teachers" or 99 != 88) will output False
true or false
Answer:
it will output True, so the statement is false
Explanation:
What is the definition of bug?
need help asap plzz can you take advantage of the information on social media sites related to careers you are interested in
Answer:
(The social media site which lets you earn money) lets you post any contents as long as it follow the rules. The advantage information about (The socia media mentioned earlier)is that you can earn money, for making what you want.
Explanation:
fill in the blanks
do you have to be in hard mode in terraria to make the timeless traverler vanity set
Teens are more likely to access the news online or by watching the news on TV.
OA. True
OB. False
True or false. The PIC is an inter grated circuit in which the microprocessor architecture, along with read only memory (ROM) and random access memory (RAM), are all placed into one integrated circuit that may be reprogrammed; the microprocessor cannot.
Answer:
your partner in crime can not ROM around without a RAM.
Explanation:
so it would be false.
Which options are qualities of all good requirements documents?
Consistent
llustrated
verifiable
printed
scholarly
feasible
look plz help :))))))))))))))))))))
Answer:
false
Explanation:the answer is false
100 points, PLEASE HELP...To generate numbers between and including -10 to 10 you would use:
Answer:
A number line?
Explain the process of creating a switch statement to replace an if-then-else statement in Java.
Answer:
The answer to this question is given in the explanation section.
Explanation:
Let look at an if the else statement
if (condition1) {
//some code if condition 1 is true
} else if (condition2) {
// some code if condition 2 is true
} else {
// some code if condition 3 is true
}
No let look at switch statement
switch(expression) {
case x:
// code block
break;
case y:
// code block
break;
default:
// code block
Now let look at your answer.
if then else should be replaced with switch if conditions are fixed.
in the process of replacing
write your condition of if statement in the case area of swatch
Answer:
The answer to this question is given in the explanation section.
Explanation:
Let look at an if the else statement
if (condition1) {
//some code if condition 1 is true
} else if (condition2) {
// some code if condition 2 is true
} else {
// some code if condition 3 is true
}
No let look at switch statement
switch(expression) {
case x:
// code block
break;
case y:
// code block
break;
default:
// code block
Now let look at your answer.
if then else should be replaced with switch if conditions are fixed.
in the process of replacing
write your condition of if statement in the case area of swatch
A software license gives the owner the to use software.
Answer:
You answer would be D
Legal right
Explanation:
A software license is the legal right to use and share software.
The license grants or denies permission to:
-share the software with other users.
-use the software on more than one computer.
Many licenses come with support, if needed.
-Edge 2020
A software license gives the owner the legal right to use the software. Thus, option A is correct.
What exactly is a license?A license can be defined as a part in which a person needs authority or permission to perform a specific action for which he may require a registered document from the government known as a license.
A software lesson season legal entity that is being provided to a person who is uses the legal right to operate a particular system he has the just right to do what is required.
A software license seems to be a legally binding contract that outlines the terms and conditions for the use of software available. Computer users are often granted the ability to make one or even more reproductions of the application without infringing on third-party rights.
Therefore, option A is the correct option.
Learn more about license, here:
https://brainly.com/question/24288054
#SPJ6
The question is incomplete, the complete question will be:
A software license gives the owner the _____ to use software.
human right
understanding
password
legal right
Help
SOS
Quick
Hurry
What will happen when you run this program?
num = 10
while num > 0:
print (num)
a Syntax Error
b Logical fallicy
c Infinite loop
d Definite loop
Answer:
C. Infinite loop
Explanation:
num will be printed continuously since it will always be bigger than [tex]0[/tex] ([tex]10[/tex] is greater than [tex]0[/tex], satisfying the condition num > 0) making it an infinite loop since it will go on forever.
Hope this helps :)
A large corporation uses:
A.
LAN
B.
WAN
C.
Wireless network
D.
Ethernet connection
Answer:
WAN
but im saying this bc you cant mark brainliest with only 1 answer there
Answer:
B: WAN
Explanation:
Activity
You have learned about the graphical elements that you can add in a spreadsheet. Create your own spreadsheet using these elements.
Question 1
Create a chart using the sample data in the table below. Recollect the steps on how to create a chart, and explain the necessary steps based on
the data in the table. Mention what the x- and the y-axes state and your interpretation of the data represented in the chart.
Year Percentage Increase in Expenses
2005
25.3
2007
30
2009
35
2011
35.8
2014
40
please help
Answer:
its a
Explanation:
the answer is a i am right
Answer:
Here are the steps I followed to create the chart on the Microsoft Excel spreadsheet.
I clicked the Insert option from the top toolbar.
I clicked the Chart option.
I clicked Chart Type, and selected the type of chart I wanted. The table above provides data on the increase in percentage of expenses over the years. I chose the Column chart to display this data graphically. The column chart is the best form of chart that can show variation between items.
I selected the Data Range. I specified the start and end values of the data set that I wanted to plot in the chart.
Under Chart Elements, I specified the title and legend for the chart. A legend makes it easy for a viewer to understand a titled graph.
The x-axis represents the year in my column chart, and the y-axis shows the percentage increase in expenses per year. With the help of this chart, I could see that every year the percentage in expenses has increased steadily, and reached the highest value in 2014.
Explanation:
This is really close to the sample answer, so I would be careful...
Mandy is writing a paragraph about her favorite basketball team. She wants to explain that the team is so successful because the players work together. What would be the best type of evidence to illustrate Mandy’s proposed topic? a few examples of how the players successfully scored points a brief history of the game of basketball a quotation from the coach about the players a comparison of current players with past successful members of the team
Answer:
A ) a few examples of how the players successfully scored points
edge 2021 :)
Answer: (A)
Explanation: Just got it right.
Complete the following sentence.
Some manufactured dams produce BLANK power in addition to retaining water.
Answer:
Some dams produce renewable hydroelectric power
Explanation:
hydroelectric is power from water
Answer:
hydroelectricExplanation:
The correct answer is hydroelectric. Dams are structures created to serve as a barrier and to retain water. Some dams are also used to produce hydroelectric power.
______means to set a variable equal to a known value before a
loop.
A. Initialize
B. Sum
C. Output
D. Input
why did the chicken cross the road wrong answers only lol
Answer:
to find the store his dad went to for the milk
Explanation:
trust bro trust
Answer:
becuase he weird
Explanation:
Random.choice will choose a number between 1 and 100. True False
Answer: False.
Explanation: Random.choice can choose between any 2 numbers.
Answer:
The person above me is right
Explanation:
Edge 2022
WILL GIVE BRAINLIEST!!! 15 POINTS!! HELPPPP!!
Tonya wants to add a button to a webpage. Which language should be used?
A. Python
B. HTML
C. JavaScript
D. CSS
Answer:
B and C both will be right answers
Answer:
B and C are both correct answers
Explanation:
pls help IM BEGGING U ITS 10 POINTS PLS
For months, Aida and her three closest friends hod been waiting for a new movie to come out. The movie was
based on one of their fovorite books, ond they promised they would see it all together and then go out fpr
plzza. On the movie's opening weekend, Aida had a lost minute emergency ond wasn't able to go. The others
decided to go anyway becouse they had really been looking forwad to it. That night they posted costantly
about their fun ond new inside jokes. Aida wonted to keep connected, but seeing the constant posts bummed
her out. She felt like no one even cared that she had missed out on their plans.
Imagine: Imagine how the situation could be handled. Come up with as many ideas as
possible: There's no one "right" answer! Then, highlight which option might lead to the most
positive outcome, where most people feel good or taken care of.
Answer:
It's your Opinion/Decision.
Explanation:
In general, her group of friends could've been considerate people, and should have remembered that she couldn't go and NOT posted about it, and tell her about it the next time they met up.
Which of these games was a racing game?
A.
Centipede
B.
Pole Position
C.
Xevious
D.
Galaxian
E.
Space Invaders
Answer:
pole position
Explanation:
its a arcade racing game
only true naruto fans know
who is behide the mask in akatsuki
A madara
B Sasuke
C Obito
D Ten tails
Answer:
obito duh, its Tobi the orange masked one he acts like madara but we know it's his simp guy
Answer:
Obito
Explanation:
cuz obito
The pins on the temperature sensor are connected to;
A temperature sensor creates a changing voltage signal depending on the temperature it senses. It has three pins: one that connects to ground, another that connects to 5 volts, and a third that outputs a variable voltage to your Arduino, similar to the analog signal from a potentiometer.