Answer:
codeHS 3.4.2: Lots of Hurdles answer
Explanation:
Hi! Is anyone really good at making pretty schedules and designs? I don't have any money, but I could give points. I'll give a small number of points on this answer, but if you make the schedule I'll give you lots of points! (I'll send you the actual parts of the schedule I just need someone to make it look pretty) Thank you so much!
Identify the parts of a spreadsheet by using the drop-down menus to select the part that corresponds to the labeled diagram to the right.
A
B
C
D
E
Answer:
A- Row
B- Column
C- Workbook
D- Cell
E- Sheet
Explanation:
Got a 100% on this, the person above is incorrect.
Umm, my computer is being rlly wierd and not letting me give brainliest to someone, anybody know what to do???
Answer:
just restart it and when the computer is done restarting then repeat the process once more. This is what i did and it made a huge difference.
Explanation:
This resets the main hard drive and the reboots the system entirely. It helps clear out bugs and fixes any and all small issues.
Choose the term that makes the sentence true.
Distros are used to distribute different versions of the _______ operating system.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer is Linux.
So, the complete sentence would be:
Distros are used to distribute different versions of the Linux operating system.
The distros are the distribution of the different versions of the Linux operating system. Unlike Windows operating system, distros developed by different software collection that is based upon Linux kernel.
Such as Ubuntu is a distro of the Linux operating system. Linux user usually downloads Linux distro operating system for their systems such as ubuntu etc.
Answer:
Linux.
Explanation:
Justify the use of an e-diary in the organisation of the meeting.
Answer:
It can be used to easily organize stuff
Explanation: It can be easily used to organize meetings & write important stuff, and you will also never run out of pages, which is better than having no diary.
what is the appeal of listening to music
happiness certain songs bring joy to certain people
What does it mean to be proactive about internet safety?
Spending as little time online as possible to reduce the risk of problems.
Predicting problems before they happen so you can avoid them.
Finding the best way to solve a current problem so you can use it later.
Facing up to the consequences of your mistakes so you can learn from them.
Answer:
Predicting problems before they happen so you can avoid them.
Explanation:
You should avoid causing trouble, or partaking in it. Being safe on the internet helps reduce bullying, threats, depressing behavior, etc.
A collection of computers, printers, routers, switches, and other devices
that can communicate with each other over some transmission medium
O network
O host part
subnet part
subnet
ermano envia foto de lo que necesitas yo te ayudo
WHERE DO I GO TO DO THIS AND WHAT DO I WRITE?????
Write a pseudocode plan for your program.
Write the code for your program.
Test your program. Run it at least three times with different inputs.
Save your program as a .txt file for you cannot upload a .py file.
Evaluate your project using this rubric.
What to Submit
Submit the .txt file holding your program.
You can just look up "python ide online" on google and paste this code:
n = -1
count = 0
while n < 0:
n = int(input("We're checking to see if a number is prime or not! Enter a positive number: "))
if n % 2 == 0:
if n == 2:
print("{} is a prime number".format(n))
else:
print("{} is not a prime number".format(n))
else:
for x in range(n, 1, -1):
if n % x == 0:
count += 1
if count > 1 or n == 1:
print("{} is not a prime number".format(n))
else:
print("{} is a prime number".format(n))
I've written some code that checks to see if a number entered by the user is a prime number or not.
Sorry, but I'm not too good with pseudocode plans and all that. I hope this helps.
Answer:
import math
print("Let's solve ax² + bx + c = 0")
a = int(float(input('Enter a value for a: ')))
b = int(float(input('Enter a value for b: ')))
c = int(float(input('Enter a value for c: ')))
D = b*b-4*a*c
if (D<0):
print("Sorry, this equation has no solutions.")
elif (a == 0):
if (b == 0):
if (c == 0):
print("Every value of x is a solution")
else:
print("Sorry, this equation has no solutions")
else:
x = -c/b
print("The one solution is x={:.3g}".format(x))
elif (D==0):
x = (-b + math.sqrt(D)) / (2*a)
print("The one solution is x={:.3g}".format(x))
else:
x1 = (-b + math.sqrt(D)) / (2*a)
x2 = (-b - math.sqrt(D)) / (2*a)
print("This equation has two solutions: x={:.3g} or x={:.3g}".format(x1, x2))
Explanation:
Above is another little program to use the quadratic formula.
Pls Hurry!!
What is the missing line of code?
>>> sentence = "Programming is fun!"
>>> _____
'gra'
sentence[2:5]
sentence[3:5]
sentence[3:6]
sentence[2:6]
Answer:
The answer is [3:6]
Explanation:
At first i thought it would be sentence[3:5], but when i put my theory to the test, it was actually sentence[3:6].
hope i helped
Answer:
the answer is [3:6]
Explanation:
The complete process for learning through repetition is to read, write, say, rest and revisit the information. Please select the best answer from the choices provided T F
Answer:
True.
Explanation:
The complete process for learning through repetition is to read, write, say, rest and revisit the information.
This ultimately implies that, when an individual indulge in learning through repetition, he or she would is strengthening the single memory trace and as such enhancing the learning process.
Hence, learning through repetition such as reading, writing, saying, resting and revisiting the information is very effective because it engages and activates the visual, auditory, tactile and kinesthetic neural pathways to the brain.
Additionally, it is advisable to wait for about ten (10) minutes in between the repetition process when learning through repetition.
Answer:
True
Explanation:
Just took the quiz.
Seneca has just applied conditional formatting and realizes that she has made a mistake. Which action should she take to fix the mistake?
A) Clear the rule she created by going to the Conditional Formatting Rules Manager dialog box and deleting the rule.
B) Clear all rules that have been applied to the worksheet or selected range by clicking the Clear Rules button.
C) Use the Undo button or Ctrl+Z.
D) Right-click the area where the conditional formatting rule has been applied, and select Clear Rule from the menu list.
Answer:
its b
Explanation:
on edg
Answer:
b
Explanation:
Part of metacognition involves making a plan to address
.
Answer:
weekness
Explanation:
Tell me if im wrong but i did in i edge 2020
Part of metacognition involves making a plan to address weakness.
What is metacognition?Metacognition is the process of reflecting on one's own thought and learning. Metacognition is the deliberate consideration of how you think and learn.
The metacognitive process, or cycle, consists of three stages that you or your child can be guided through in order to improve their self-awareness and, ultimately, their executive operating normally: self-monitoring, self-evaluating, and self-regulation.
Metacognition is defined as "one's knowledge concerning one's own cognitive processes or anything related to them" and is also known as "thinking about one's thinking."
Metacognitive thinking skills that are well developed are associated with improved learning.
Students who use metacognitive thinking and strategies become more adaptable, creative, and self-directed learners.
Metacognition helps students with special educational needs understand learning tasks, organize themselves, and regulate their own learning.
Thus, ones weakness can be addressed by using metacognition.
For more details regarding metacognition, visit:
https://brainly.com/question/887867
#SPJ6
how to take a pic with a cumputer
Answer:
Ctrl+Shift+4
Explanation:
Answer:
Use Snip+Sketch on your taskbar
It looks like this~
Which term means an unsecure protocol used when remotely accessing a computer?
Transmission Control Protocol (TCP)
Secure Shell (SSH)
Telnet
Internet Protocol (IP)
Answer:
9Internet Protocol (IP)
Answer:
The answer is Secure Shell (SSH)
HELP!!!!!
Your colleague has made a suggested change to an important document you are both working on. You disagree with their suggested change. They will be reviewing the changes you make before the final version of the document is submitted to your boss. You both work remotely and are in radically different time zones. What is the best step to take next?
Need answer Asap!!!! Which file type is the best choice if the image will be made into a billboard?
Answer:
A .psd file
Explanation:
Adobe photoshop files are always going to be same and there is no compression. Even better .ai files are saved into equations so you can't alter or dumb it down.
Select the correct answer from the drop-down menu.
Chrissie shirks the additional work given to her.
She lacks the trait of
Answer:
Responsibility
Explanation:
Which of the following is true of functions? * 2 points A. Programs written with functions run more quickly B. Functions can help remove repeated code from a program C. Replacing repeated code with a function will reduce the number of commands the computer needs to run D. Functions are called once but can be declared many times
Answer:
I’m sure if I remember that this is “B.”
Explanation:
I have taken computer science class before so I remembered!
The option that is true of functions is B. Functions can help remove repeated code from a program.
It should be noted that the fact that programs are written with functions doesn't mean that they will run quickly.
Functions can help remove repeated code from a program. Also, replacing repeated code with a function doesn't reduce the number of commands the computer needs to run.
Read related link on:
https://brainly.com/question/17691320
Two difference between gigo and bug.
Answer: A bug happens when a tool does not do what it should do. ... GIGO, which stands for Garbage In Garbage Out, is a different situation in which the tool performs what it should do but it is applied in a place that does not make sense.
Hope this helps... Stay safe and have a great day/night!!! :D
PLS HURRY!!!
Look at the image below
Answer:
Explanation:
return value is the second one
function is third one
parameter is first one
Answer ▪ return value ↪ a value that can be passed from a function back to the calling part of a program.
Answer ▪ function ↪ a group the instructions that can be used to organize a program or perform a repeated task.
Answer ▪ parameter ↪ a value that can be passed to a function.
[SEE ATTACHED IMAGE]
Spymorewhat type of formula uses data from multiple worksheets
a. abstract formula
b. hyper formula
c. 3D formula
d. unbounded formula
Answer: I think its 3D formula
Explanation: ...
Which component in a CPU is responsible for transferring
data from one functional component to another?
Select all the lines that have a slope of 5/2
Answer:
Add a picture, then ask the question again.
HURRY PLEASE
The software that allows programmers to write and run code is called an IDE True O False
Explanation:
true
................
Answer:
False
Explanation:
Hope this helps.
Which of the following expressions shows the correct amount of sales tax for the computer at Store A? Select all that apply.
6%($1,200)
0.6($1,200)
0.06($1,200)
One-sixth($1,200)
StartFraction 3 over 50 EndFraction($1,200)
Answer:
6%($1,200) 0.06($1,200) 3/50($1,200)
Explanation:
hope this helps sorry if i am wrong
have a nice day
Answer:
a,c,e
Explanation:
it just makes sense U^U
What has a code that is freely available for use or modification?
- Mac OS X
- Open source software
-Proprietary program
-Windows Vista
Answer:
Open source software
Explanation:
Open source software is exactly what you think it is, the code to compile the software and run it is available to the public for use or modification.
Ricardo wants to learn more about how his computer reserves space for data. Which of these online tutorials is most likely to meet his needs?
Memory Allocation Basics
RAM or ROM?
Object-Oriented Programming
Python Implementation
Answer:
Memory allocation basics
Explanation:
Hope this is correct
Answer:
Memory Allocation Basics
Explanation:
The Quick Access tool bar allows you to customize the actions or commands you frequently use.
True
False
Choose the term that describes each step of the cycle.
------- : gets next instruction
---------- : interprets instruction
----------- : carries out instruction
------------ : saves result of instruction
Answer:
The answer to this question is given below in the explanation section.
Explanation:
This question is about to tell the best and suitable terms for the given descriptions in the question.
As we know that a computer program is based on sets of instructions. The CPU carries out the processing using the fetch decode and execute cycle.
It is responsible for implementing a sequence of instructions called a computer program that takes input, processes them, and outputs the result based on processing.
A CPU mainly has three components such as control unit, Arithmetic logic unit, and register.
The control unit controls all parts of the computer system. It manages the four basic operations of the Fetch Execute Cycle such as Fetch, Decode, Executes, and Storage.
So the correct terms of this question are:
Fetch: Gets next instruction
Decode: interprets the instruction
Execute: Carries out instruction.
Store: Save results of instruction.
Answer:
A). Fetch : gets next instruction
B). Decode : interprets instruction
C). Execute : carries out instruction
D). Store : saves result of instruction
Explanation:
I just did the Test on EDGE2020 and it's 200% correct!
Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!) :)