Answer:
Study with tutor
Explanation:
Edgenuity
How is computer programming useful in real life? Help me
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
All slides in a presentation must use the same transition.
True
False
Answer:
true
Explanation:
Software as a Service refers to
software that you put on your computer.
software you can access using any device.
a server.
a web browser.
Answer:a,b,d,e
Explanation: The other top ones are right but it's a multiple choice answer
Shannon wants to work with renewable energy. She is researching what it would take to become a geochemist. A geochemist is someone who uses chemistry to study water and elements in it. What skill or ability well Shannon need to be the most effective in this position?
Answer:
Critical thinking
Explanation:
Shannon needs to be a Critical thinker to be effective in this position. Critical thinking has to do with giving deep and good thoughts while doing analysis, or assessment in other to come up with good judgements about a subject or topic.
Since she is going to be studying water and elements in it, she would be doing a lot of analysis and assessments and In other to do good in her field she must learn to think critically before arriving at her conclusions.
Answer:
Critical thinking
Explanation:
Shannon needs to be a Critical thinker to be effective in this position. Critical thinking has to do with giving deep and good thoughts while doing analysis, or assessment in other to come up with good judgements about a subject or topic.
Since she is going to be studying water and elements in it, she would be doing a lot of analysis and assessments and In other to do good in her field she must learn to think critically before arriving at her conclusions.
6) Sometimes it is difficult to read a piece of code and understand what the code will do. For this reason, you may want to add notes to yourself (or to someone else that may read the code) that show up in the code, but not when you run the program. What are these notes called and what symbol do you use to write them
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The notes that are used in a piece of code to understand the difficulty of coding or for others to read it is called comments.
Comments in code help in understanding the code, they help others to read the code and understand the logic written behind it. Comments also help the programmer to read his code himself for understanding purposes. Comments in coding used for understanding the purpose of code and what the code will do. The comments written in the program cannot execute or shown when you run the program.
Comments in coding/program can be used in two ways in almost all programming languages. You can use comments on a single line and in multiple lines.
To show a comment on a single line, you can use the double backslash "//" .
To make a comment on a single line. for example
//here the calculation start or some other understandable comments.
if the comments are more than one line then you can use "/* */" symbols to write comments on multiple lines
for example:
/* this is the code
that calculate the sum and average of students grades
it also displays the grade in letter
*/
Here are a few elements of breaking news and a feature story. Match the elements of breaking news and a feature story with their correct images.
Breaking News:
➡️Highlights key events
➡️Answers some, but not necessarily all questions, such as when, where, who, why, and how.
Feature Story:
➡️ No urgency to be reported
➡️Adequate time for research
➡️Includes reviews and Q&A type interviews
➡️Summary lead is the most traditional form often used to create a script
Explanation:
Breaking news is known as a special report or news which reports something current and urgent. It usually interrupts a scheduled program or current news. It answers some questions on the news that just broke out.
Feature story is known to be a news that is non-fiction. It is also known to be a type of soft news. It includes Q&A interviews and reviews. It takes adequate time for research.
Breaking News
Highlights Key eventsIncludes Reviews and Q&A type interviewsAdequate time for researchFeature story
Answers some , but not necessarily all questions , such as when , where , who , why , and howNo urgency to be reportedSummary lead is the most traditional form often used to create a script.
Write any four "Change Case" options available in OpenOffice writter
Answer:
please mark me as a brainliest
Answer:
In OpenOffice Writer you can change any text to sentence case, lowercase, uppercase, capitalize every word, or toggle case by following the steps below.
Highlight the text you want to change.
Once highlighted click Format and then Change Case.
Within Change Case select the type of capitalization you want.
Binary numbers to their Decimal equivalents – (11101100)2= (?)10
Hexadecimal numbers to their Decimal equivalents – (3AD)16= (?)10
Help Vaibhav to express the decimal number 2358 as an Octal number.
solve this asap and ill mark you brainliest
Answer:
q.no.1
ans=236
q.no.2
ans=914
Answer:
1.236
2.241
3.4466
Explanation:
It is very easy .I have a method
Which of the following is NOT a reason to include comments in programs
Checking account a charges a mouthly service fee $23 and wire transfer fee of $7.50 while checking account b charges a monthly service fee of $14 and wire transfer fee of $9.50 which checking account is the better deal if four wire transfers are made per month
Answer:
Checking account b is the better deal, because the total monthly fees amount to $52, while those for checking account a amount to $53.
Explanation:
Given:
monthly service fee of checking account a = $23
wire transfer fee of a = $7.50
monthly service fee of checking account b = $14
wire transfer fee of b = $9.50
To find:
which checking account is the better deal if four wire transfers are made per month?
Solution:
If four wire transfers are made per month then total monthly fees of both accounts is computed as follows:
Account a:
service fee of a + four wire transfers fee of a
23 + 4(7.50) = 23 + 30 = $ 53
Account b:
service fee of b + four wire transfers fee of b
14 + 4 (9.50) = 14 + 38 = $ 52
From the above results checking account b is the better deal because the total monthly fees amount to $52 while total monthly fees for checking account a amount to $53.
Edhesive 1.7 Data Types and Variables.
How do I do this correctly
Noun= input (“Enter a noun”)
adjective = input(“Enter an adjective:”)
Print (“the” +noun “is” + adjective)
Here's how I would do it in python 3+
noun = input("Enter a noun: ")
adjective = input("Enter an adjective: ")
print(f"The {noun} is {adjective}")
I hope this helps!
Nina is trying to learn more about how computers work. She has repeatedly read that the motherboard is the "brain” of the computer.
Nina has learned that the motherboard is considered the brain because it
stores all of the computer’s information.
enables the computer to function.
processes the data on the computer.
guides the computer’s activities.
[tex]\huge\boxed{Enables\;the\;computer\;to\;function.}[/tex]
The motherboard is the part in the computer that allows the computer to function correctly. Without it, none of the computer pieces could interact.
Nina has learned that the motherboard is considered the brain because it enables the computer to function, hence option B is correct.
What is the function of the motherboard?The circuit board determines the kinds of storage devices, memory modules, and graphics cards (among other expansion cards) that can connect to your PC. It also distributes electricity from your power supply and links all of your hardware to your processor.
The motherboard of the computer contains the central processing unit (CPU), also known as a processor. It executes commands and is sometimes referred to as the computer's brain. You provide the CPU instructions every time you touch a key, click the mouse, or launch an application.
Therefore, the motherboard is considered the brain of the computer.
Learn more about motherboards, here:
https://brainly.com/question/29834097
#SPJ2
what is the 3rd streak fun fact from brainly
Answer:
it is something like you life time saliva can fill up two swimming pools i think
Answer:
During your lifetime, you will produce enough saliva
I WILL MARK BRAINLIEST!!!!!1
Answer:
They make the keyboard work properly
Explanation:
i need help plz it keeps on happening and idk what to do
so right now im on my school computer and everytime i turn it on it shows this blue site and on the site it says something like anti-virus-protection. I dont need virus protection cause im on my school computer, then whenever i turn on chrome it closes the page i was on and then brings it bk on does anyone know what is happening or can help me//
I would probably try restarting/turning the computer off and on again first. If that doesn't work, you should probably contact a teacher to see if they can help you.
(and if you can't make it work, maybe try to see if you can use another computer)
Hope you can figure it out!
help !!!!!
Aziz is purchasing a new laptop. The salesperson asks him if he requires any software, as he will get a discount if purchased together. What is that “software” the salesperson is referring to?
• a type of insurance that covers light wear and tear to the laptop for a specified number of years
• a type of protective covering to prevent the laptop from damage in case of falls
• a detailed list of all the hardware connected to the laptop as well as hardware on the laptop
• a set of instructions that enables the laptop to perform certain functions or operations
Answer:
its d
Explanation:
i just did it
Which of the following are examples of formal education? Check all of the boxes that apply. attending a college course at an accredited college attending a continuing education course reading a nonfiction book following a blog of an expert in the field
the answers are:
- attending a college course at an accredited college
- attending a continuing education course
Examples of formal education will be attending a college course at an accredited college and attending a continuing education course.
What is formal education?Formal education is the organized educational concept that integrates specialized training for occupational, academic, and formal development and goes from elementary (and in some countries, from nursery) school through university.
Features of formal education are given below.
The organization of formal schooling is pyramidal.It is purposeful and well-planned.Planned fees are consistently paid.Its grading scale is based on time.It is curriculum-driven and subject-focused. The syllabus has to be covered within a specific time period.The professors instruct the youngster.Studying a degree course at an approved university or taking an ongoing education course are forms of formal education.
More about the formal education link is given below.
https://brainly.com/question/16642972
#SPJ2
Part 2: Code the Program Use the following guidelines to code your program. 1. Use the Python IDLE to write your program. 2. Using comments, type a heading that includes your name, today’s date, and a short description. 3. Set up your def main(): statement. (Don’t forget the parentheses and colon.) 4. Use at least two variables and two print statement to display your message to the screen. 5. Conclude the program with the main() statement. 6. Follow the Python style conventions regarding indentation in your program. 7. Run your program to ensure it is working properly. Fix any errors you may observe. Example of expected output: The output below is an example of a “Favorite TV Show” message. Your specific results will vary depending on the choices you make about your message. Output My favorite TV show is MythBusters. I like it because I learn a lot and they do crazy experiments. When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.
# Replace this with your name, date, and a short description
def main():
x = "My favorite book is python for dummies."
y = "I like it because it introduces new python topics."
print(x)
print(y)
if __name__ == "__main__":
main()
what aspect should you consider before adding pictures to documents
Answer:
make sure you have the correct picture
Explanation:
it might vary to what document your working on
Which statement best explains the purpose of using online note-taking tools?
Online note-taking tools guarantee better scores on tests.
Online note-taking tools let students take notes quickly and easily.
Online note-taking tools tell students exactly what they need to study.
Online note-taking tools turn disorganized notes into organized notes.
Answer:
B
i did the instruction
Explanation:
The statement which best explains the purpose of using online note-taking tools is that Online note-taking tools let students take notes quickly and easily. Thus, the correct option for this question is B.
What is an online note-taking tool?An online note-taking tool may be characterized as a type of software tool that significantly allows users to capture, store, and manage voice and text notes on different devices.
It makes note-taking convenient and accessible and allows you to write and study flexibly. Unlike other note-taking apps, you can view documents and take notes at the same time on one screen.
The primary purpose of note-taking is to encourage active learning and to prepare study materials for exams. Developing note-taking skills should help you organize information into an understandable format that will assist in your studying process.
Therefore, the correct option for this question is B.
To learn more about Note-taking tools, refer to the link:
https://brainly.com/question/18546670
#SPJ2
Tim is trying to explain to his aunt how her computer works, but she does not understand what a CPU does. Which description will most likely help Tim’s aunt understand the CPU’s role?
Answer:
CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.
Explanation:
Answer:
The CPU processes commands from software.
Explanation:
Learned on edge
5. Choose the correct options:
a. Each bead in the heaven of Abacus has .... value
i) One
ii) Three
iii) Five
iv) None of the above
Answer:
in my opinion the answer is number 2 three opinion the answer is correct then mark me as brain list
yall please help me in online school i only have 1 week to do it
its online by the way which is why it says computers and technology
Answer:
we cant see anything
Explanation:
Answer:
add meh back
Explanation:
pls
What is the definition of a noob? Please help. Define it in your own words but in an appropriate way, thank you very much!
Answer:
A person that is different from others by the way they look, act, ect.
Which of the following statements are true regarding cognitive impairments? Select 3 options.
Speech input devices help those who are cognitively impaired understand the contents of the screen.
Delivering content in different ways, such as using video, animations, and text, helps promote cognitive accessibility.
To improve cognitive accessibility, the developer should focus on a clear and consistent design.
Even though there are different causes for cognitive impairment, many of the resulting functional issues are similar.
Cognitive issues are learning disabilities caused by genetic disorders.
Answer:
The correct options are;
Delivering content in different ways, such as using video, animations, and text, helps promote cognitive accessibility
To improve cognitive accessibility, the developer should focus on a clear and consistent design
Even though there are different causes for cognitive impairment, many of the resulting functional issues are similar
Explanation:
Cognitive impairment is the condition of a person having difficulty in concentrating, learning, recalling from memory, or making functional decisions. Depending on the severity, cognitive impairment may be classified as severe or mild
Symptoms includes, loss of memory, asking the same questions or telling the same story frequently, unable to recognize people they already know, or places they have already been to, having problems with vision and being unable to plan or see tasks through
Answer:
The correct options are;
Delivering content in different ways, such as using video, animations, and text, helps promote cognitive accessibility
To improve cognitive accessibility, the developer should focus on a clear and consistent design
Even though there are different causes for cognitive impairment, many of the resulting functional issues are similar
Explanation:
what's my favorite color
black
red
purple
yellow
orange
Answer:
.
Explanation:
A publication created by a business or individual that is distributed on a regular basis - Weekly, monthly, or quarterly. Used to
provide informational updates to a specific club, group, organization, agency, or business
WILL MARK FIRST ANSWER BRAINLIEST!!
Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?
The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.
Answer:
The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day.
Explanation:
Answer:
it is c
Explanation:
Write the code for an if statement that adds 5 to the variable num1 if the value stored in the variable testA equals 25. Otherwise subtract 5 from num1.
In python
if testA == 25:
num1 += 5
else:
num1 -= 5
I hope this helps!
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
select all that apply
What guidelines should you follow when adding graphics to your presentations?
They should be used to make a bad presentation better.
Graphics should appear on each slide.
Graphics should only be used when they improve the communication.
Their size should be appropriate for viewing by your audience.
They should be relevant and appropriate to the content.
Answer:
the third and the last one