What are software applications?
Answer:
files that are stored on the computer
Explanation:
there is an actual definition, but it isnt listed here. Application software is commonly defined as any program or number of programs designed for end-users. That's it, in a nutshell.
Answer:
Lines of code that were written by developers.
Explanation:
Just took the test
Discuss the three different software applications of Microsoft that you have leaned in this class (Word, PowerPoint and Excel). Explain what each software does, how a business would use it to communicate and manage their information, and how you can use the software in your own life.
I need half a page just give me Ideas PLZ!!
Answer:
ok!
Explanation:
Word is more for writing documents and letters, PowerPoint is used for presentations for a class work etc. Excel is a handy software that can be used to store and organize many data sets. Using its features and formulas, you can also use the tool to make sense of your data. For example, you could use a spreadsheet to track data and automatically see sums averages and totals.
What is the best strategy to avoid paying interest on your credit cards?
A. Pay the minimum balance each month.
B. Have credit cards from two different banks.
C. Pay the full balance each month.
D. Make payments online.
Which are malicious codes?
Select all that apply.
Spyware
Serum
Key loggers
Worms
JavaScript
Answer:
Spyware
Key Loggers
Worms
Issue: I don't know what Serum is.
Choose all of the items that accurately describe an operating system.
Answer:A,B and D
Explanation:
I show you what the computer has processed and you have to look at my screen to see what I have for you. What am I?
Hey,
The answer to this is the monitor. This is the screen or screens that hook up to your pc most of them use the modern HDMI but there are other connecters like DVI,DisplayPort and the old VGA.
Hope this helps have a great day
-scav
Need help with my hw.
What are the 3 dimensions referenced when we say 3D?
the 2 dimensions are the x and y the 2d dimensions but then we add one called the z
hope this helps
Which of the following best describes the existence of undecidable problems? *
Answer:
An undecidable problem is a problem for which there is no algorithm that can be constructed that would correctly guess the answer every time.
Explanation:
I found the answer choices, and that is literally the definition of an undecidable problem.
The options on the Ribbon will____:
replace both the traditional menu bar and toolbars.
Hopefully, It's Correct... (ノ◕ヮ◕)ノ
Describe the difference between a chained conditional and a nested conditional. Give your own example of each.
Deeply nested conditionals can become difficult to read. Describe a strategy for avoiding nested conditionals. Give your own example of a nested conditional that can be modified to become a single conditional, and show the equivalent single conditional.
Chained conditional are the main motive to the basis of the contains a series of alternative branches are in the same into the depth. Nested conditional are the only to the one conditional.
What is conditional?The phrase conditional refers to the required parameters. There's the conditional simple, which refers to a hypothetical circumstance or an unknown outcome that is depending on another set of circumstances. A conditional statement is built on the word "if."
Conditionals, often known as if clauses, are used to express that one thing is interdependent on another. The basic motive to the chained conditional of the includes a number of different branch are all in the same level. Only one predicate is nested.
As a result, the difference between are the aforementioned.
Learn more about on conditional, here:
https://brainly.com/question/28478288
#SPJ2
Identify the reasons that numeric data representation is important to computer programmers. Check all that apply.
The computer reads data in binary form.
Using a number system that makes sense to a programmer makes it easier to track the data.
Number systems are used all around the world for important work.
The ability to represent data in 0s and 1s is essential to computing.
Answer:
A, B and D
Explanation:
Answer:
everything except the 3rd
Explanation:
edge 2021
Need help ASAP
Thanks+ BRAINLIST only for correct answer
What is the importance of protecting other’s personal information and privacy?
Hey,
So there are so many reasons to protect yours and others personal info online but here are just a few.
1. Help stop credit card fraud. this is one of the biggest types of fraud in the internet.
2 stop identity theft.
3 prevent your social media accounts getting compromised .
Some fine advise.
change your login in info more then not. it is more likely that someone will find your login info online or thought a software then just guessing it.
-scav
7.4 code practice question 2 edhesive
Answer:
def GPAcalc(g, w):
if g == "a" or g == "A":
return 4 + w
elif g == "B" or g == "b":
return 3 + w
elif g == "C" or g == "c":
return 2 + w
elif g == "D" or g == "d":
return 1 + w
elif g == "F" or g == "f":
return 0 + w
else:
return "Invalid"
grade = input("Enter your Letter Grade: ")
weight = int(input("Is it weighted? (1 = yes, 0 = no)"))
gpa = GPAcalc(grade, weight)
print("Your GPA score is: " + str(gpa))
Explanation:
I hope this helps!
The code practice question illustrates the use of conditional statements.
The execution of a conditional statement depends on its truth value
The program in Python, where comments are used to explain each line is as follows:
#Start by initializing the dictionary
dict = {"a": 4, "b": 3, "c": 2, "d": 1, "f": 0}
#This gets input for grade
grade = input().lower()
#This gets input for the weighted average
weighted = int(input())
#If the weighted average is 1, and the grade is in the dictionary
if weighted == 1 and grade in dictionary:
#This prints the GPA score
print("Your GPA score is: "+str(dict[grade] + 1))
#If the weighted average is 0, and the grade is in the dictionary
elif weighted == 0 and grade in dictionary:
#This prints the GPA score
print("Your GPA score is : "+str(dict[grade]))
#Otherwise
else:
#The grade is invalid
print("Invalid")
Read more about similar programs at:
brainly.com/question/19117781
Identifying an Editing Tool or Option
Which tool or option can you use to copy and apply the color of an existing text to another text within a presentation?
format painter
font dialog box
font color option
replace fonts option
Answer:
Format Painter
Explanation:
correct in Edge
Match the index with the value
Answer:
15
32
0
64
Explanation:
The first array location has index 0, and so forth...
a pair of shoes is on sale for 15% off with this discount customers will pay $9 if they buy the shoes
Answer:
do 15% on a calculator then divide by 9
Explanation:
Match each definition to the correct type of media.
1. Information transmitted to people using airwaves or digital data
2. An electronic form of communication that reaches people through electronic devices
3. Material published on paper to deliver information to various people
Medias!
1. Print Media
2. Broadcast Media
3. Internet
Answer:
1-2
2-3
3-1
Explanation:
I couldn't find a way to explain this.
Broadcast Media is the Information transmitted to people using airwaves or digital data.
What is media?Others are:
Internet is an electronic form of communication that reaches people through electronic devices Print Media are material published on paper to deliver information to various people.The word media is known to be a term that is often used as a form of communication ways through which people often pass news, etc.
Conclusively, Broadcast Media is the Information passed to people through the use of airwaves or digital data.
Learn more about Media from
https://brainly.com/question/26152499
#SPJ2
The volume of a sphere is 4/3πr3, where π has the value of "pi". Write a function called print_volume (r) that takes an argument for the radius of the sphere, and prints the volume of the sphere.
Call your print_volume function three times with different values for radius.
Answer:
In Python:
def print_volume (r):
volume = 4/3 * 3.142*r**3
print(volume)
print_volume(7)
print_volume(14)
print_volume(22)
Explanation:
This defines the function and takes radius r as the parameter
def print_volume (r):
This calculates the volume
volume = 4/3 * 3.142*r**3
This prints the volume
print(volume)
The next three lines call the function with different values
print_volume(7)
print_volume(14)
print_volume(22)
what are worms ? this question is from computer from chapter virus;
Answer:
A computer worm is a type of malware that spreads copies of itself from computer to computer. A worm can replicate itself without any human interaction, and it does not need to attach itself to a software program in order to cause damage.
Explanation:
define social media and give examples of social media platforms
Answer:
Social media is interactive digitally-mediated technologies that facilitate the creation or sharing/exchange of information, ideas, career interests, and other forms of expression via virtual communities and networks.
Answer:
On social media platforms, users can share information, ideas, and personal messages. Some examples of social media platforms are Face book, twit ter, snap ch at, and (my favorite) Insta gram.
Explanation:
Hope it helped!
list three ways you can help somone who is being cyber bullied instead of just being a bustander
PLS HELP
Which of these situations describes a computer network?
(Choice A)
A programmer runs a program using parallel computing on their multi-CPU computer. Each CPU processes a different part of the program and stores the final results in shared memory.
(Choice B)
A plant biologist inserts a moisture sensor into a the soil of a potted plant. The moisture sensor records the moisture every minute and saves it onto an SD card for storage.
(Choice C)
A smartphone store displays 20 different smartphones for shoppers to try out. All the smartphones are on a long table and plugged into a single power strip.
(Choice D)
A company gives every employee a desktop computer and connects each of the computers to each other using wires, so that they can quickly transfer files and messages.
Using the concept of computer network, it is found that the correct option is given by:
D. A company gives every employee a desktop computer and connects each of the computers to each other using wires, so that they can quickly transfer files and messages.
-----------------------
A computer network is when multiple electronic devices are connected with each other using wires, for transfer of files and messages. There are various protocols for this, such as TCP-IP, public and private key cryptography, and the scope of these topics is studied in computer networks.The option that represents the multiple electronic devices connected by wires is given by option D, and thus it is the correct option.A similar problem is given at https://brainly.com/question/14200752
Create 2 methods of your choice.
Your methods must have at least 1 parameter and must return a value. Your methods have to return different types, for example: if your 1st method is returning a boolean then maybe you'll want your 2nd method to return an int. It is up to you what you have them returning as long as they are returning 2 different types. Call those 2 methods within your main method and print the results.
CAN SOMEONE PLEASE EXPLAIN HOW TO FIND BINARY CODE TO ME LIKE IS IT EASY LIKE I NEED THE WHOLE BREAKDOWN PLS
Answer:
In binary code, each decimal number (0–9) is represented by a set of four binary digits, or bits. The four fundamental arithmetic operations (addition, subtraction, multiplication, and division) can all be reduced to combinations of fundamental Boolean algebraic operations on binary numbers.
Explanation:
Binary Numbers Explained – Beginners Guide ... Before we learn about the binary number system we will look in more detail ... and they are easier to learn using a system that you are more familiar with. Firstly our decimal system uses 10 as a base and the numbers range from 0 to 9 ... See Wiki for details.
An audio recording has five minutes of silence at the beginning. Which audio-editing technique will delete this unwanted silence?
topping and tailing
normalizing
equalizing
dithering
Answer:
topping and tailing
Explanation:
(d) What other services beside cloud-based software may be provided by Internet hosts?[1]
Answer:
Internet
(Some have Cable TV)
I NEED THIS ASAP
Which heading element displays the largest size heading?
The _____ heading element displays the largest size heading.
Answer:
h1
Explanation:
pluto
The H1 heading element displays the largest size heading among the other ones.
What is heading element?A heading tag in HTML is used to define a page's headings. HTML defines six different levels of headings.
Headings help to structure the content of a web page by dividing it into different sections.
They assist sighted users in quickly scanning the page and finding information. However, they are required for assistive technologies to navigate a web page.
A heading element entails all font changes, paragraph breaks before and after the heading, and any white space required to render the heading.
H1, H2, H3, H4, H5, and H6 are the heading elements, with H1 being the highest (or most important) level and H6 being the lowest.
Thus, H1 is the largest size of heading.
For more details regarding heading element, visit:
https://brainly.com/question/8734395
#SPJ2
Which of the following best describes a directory path?
Answer:
its and online help sys
Explanation:
Answer:D
Explanation:
Bc its right on Edg
The value twenty point twelve times ten raised to the power of eight should be written as:
20E12.8
20.12E8.0
20.12*10^8
20.1E8
Answer:
20.12E8.
Explanation:
The value twenty point twelve times ten raised to the power of eight should be written as 20.12E8.
In order to write out the numerical equivalent of the word problem (strings), we would do the following;
Twenty point twelve = 20.12
Ten raised to the power of eight = E8
Note: E is the symbol for exponential and it simply means ten raised to the power of a numerical variable.
Therefore, E8 = [tex] 10^{8} [/tex] = 1, 000,000,00.
Also, the last digit "8" shouldn't have a decimal point, else it becomes a floating point number.