Answer:
Normal view
Explanation:
The normal view is best used because it is just to drag and drop
Normal view, is most often used to reorder slides in a presentation that has already been created. Thus, option (d) is correct.
What is presentation?The term presentation refers to the present on the information in the front of the audience. The presentation was the present the information in the short way and the face to face communicated to the audience. It was the interaction to the audience. The presentation is the two way communication.
The normal view in Microsoft PowerPoint is the default view for developing and viewing presentation slides. You'll be creating your slides in normal view, which is the editing mode, the most of the time. Unless you altered the default view, when you create or open a presentation you see it in normal mode.
As a result, the significance of the normal view is most typically used to reorder slides in a presentation that has already been created are the aforementioned. Therefore, option (d) is correct.
Learn more about on presentation, here:
https://brainly.com/question/28712294
#SPJ3
how are web design & web development different from each other?
Answer:
Developers are people who build a website's core structure using coding languages, while designers are more visually creative and user-focused. Developers use their programming knowledge to breathe life into the designer’s creative vision.
You could think of developers as construction workers, and web designers as architects – both necessary, but different, skill sets.
I hope this helped :D
Explanation:
please help, thank you
Answer:
radish spinach swiss chard
Explanation:
plzz help me with this question.........
Write a program to input a number find the sum of digits and the number of digits. Display the output
sample input - 7359
sample digits - 24
number of digits - 4
Answer:
str = input("Enter a number: ")
sum = 0
for c in str:
sum = sum + int(c)
print("Sample input - {}".format(str))
print("Sum of digits - {}".format(sum))
print("Number of digits - {}".format(len(str)))
Explanation:
That's python. Was that what you were looking for?
import java.util.*;
public class Digit
{
public static void main(String args[ ] )
{
Scanner in=new Scanner (System.in)
System.out.print("Enter a number: ");
int n = in.nextInt();
int sum = 0, count = 0;
while (n!=0)
{
int d = n % 10;
sum + = d;
count++;
n /= 10;
}
System.out.println("Sum of digits=" +sum);
System.out.println("Number of digits=" +count);
}
}
Sharing contacts is different from sharing a calendar. Use the drop-down menus to explain how.
1. You can share contacts with
outside the organization without publishing online.
2. You are not able to that somebody share their contacts with you.
3. Both calendars and contacts are shared in emails. For the latter, the recipient clicks
and selects from a list.
Answer:
anyone
request
open shared contacts
Explanation:
edge 2020
Answer:
anyone
request
open shared contacts
Explanation:
it was field day for the upper grades at Rock Creek School,
Each grade had to choose a team name and a color for their tee-shirts,
Use the clues below to figure out what each grade chose for their team name and tee-shirt color, each grade can chose one color and one team name.
- The third and fifth grades didn't choose an animal for their team name.
-The forth grade ended up with red tee-shirts with sharks on the.
-The fifth graders and tornadoes are not wearing teal.
-The bears are wearing green.
Answer:
its c
Explanation:
How can internet affect business area?
Why does it matter if a network is set up as a LAN, or a WAN?
Answer:
A small office or business will typically only need a LAN. The local network will ensure that different files can be transferred through your office leading to a connected business environment. If you have a larger business or multiple branches, that's when you're going to need a WAN. -Google.
Answer:
A small office or business will typically only need a LAN. The local network will ensure that different files can be transferred through your office leading to a connected business environment. If you have a larger business or multiple branches, that's when you're going to need a WA
Explanation:
PLS HELP BEING TIMED!!!
Complete the following sentence.
The basics of managing money such as balancing a checkbook and making a budget are _____
skills
Answer:
Bank Rate skills
Explanation:
because it is i believe
Debugging is finding and fixing problems in an algorithm or program. True
or False.
False
True
Debugging is finding and fixing problems in an algorithm or program is True statement.
Debugging is indeed the process of finding and fixing problems, errors, or bugs in an algorithm or computer program.
When a program does not produce the expected output or behaves unexpectedly, programmers use debugging techniques to identify and resolve the issues.
This involves analyzing the code, checking for syntax errors, logical errors, and unexpected behavior, and making the necessary corrections to ensure the program functions correctly.
Thus, the given statement is True.
Learn more about Debugging here:
https://brainly.com/question/9433559
#SPJ6
i need help, thank you
Answer:
uhh yes?
Explanation:
i think people can go on weeks without food, so a set of trays wit food should last them a day
state the functions of all the parts of the computer
Answer:
Parts of a computer with their functions
The computer case. This is the part that holds all of the internal components to make up the computer itself. ...
Motherboard. ...
CPU: Central Processing Unit. ...
RAM: Random Access Memory. ...
Graphics Card. ...
Sound Card. ...
Hard Drive. ...
SSD: Solid State Drive.
Explanation:
help me i dont understand REAL ANSWERS PLS
Answer:
it's answer is B
hope it helps you
Which graph or chart shows changes in the value of data?
a
Bar graph
b
Column chart
c
Line graph
d
Pie chart
Answer:
Bar graph and Pie chart
Answer:
C And D
Explanation:
edge2020 users
what is wrong with this picture?????
“you got a tight little-“
uhm y’know everything is wrong with it terrifying really is uhm but yeah.
oh god that leg tho
Nadia's productivity at work is being hurt due to the large quantity of unwanted e-mail she receives. What steps can she take to reduce the amount of e-mail she receives?
Carefully read and complete subscription forms.
Read e-mail messages every hour.
Stop using the Internet.
Forward spam to spam at uce.gov.
Stop posting her e-mail address on newsgroups.
Answer:
I think that carefully reading and completing subscription forms is important and could possibly lower the amount of emails.
Reading them every hour will only hurt her work ethic.
Stop using the internet won't help at all.
Forwarding the spam to spam at uce.gov could work because that's what the site was made to do.
Stop posting her e-mail address on newsgroups could definitely help.
I'm stuck between the 1st, 4th, and 5th one but its one of them.
How many answer choices are you allowed?
It is steps plural.
Answer:2,3,5
Explanation:
Can you please help me with the AP Computer Science Fill in the blank. What goes on number 5 8 and 18. I don’t understand this I need help programming.
Answer:
you can probably just delete them. what programming language is this?
Four students measured the mass of a piece of metal whose accurate mass is 34.75g. Their results are 34.2g, 33.75g, 35.0g, and 34.69g. Explain whether the results are precise or accurate
Answer:
The given data are more precise than they are accurate
Explanation:
From the given measurements, we have;
The accurate mass = 34.75 g
The deviations from the accurate measurement is as follows;
34.2 g - 34.75 g = -0.55 g
33.75 g - 34.75 g = -1 g
35.0 g - 34.75 g = 0.25 g
34.69 g - 34.75 g = -0.06 g
For precision measurement, we find the average deviations as follows;
The sum of the deviations = -0.55 g - 1 g + 0.25 g - 0.06 g = -1.36 g
The average deviation = -1.36 g/4 = -0.34 g
For accuracy measurement, we find the average of the absolute deviations as follows;
The sum of the absolute deviations = 0.55 g + 1 g + 0.25 g + 0.06 g = 1.86 grams
The average absolute deviation = 1.86 g/4 = 0.465 g
Therefore, the magnitude of the average deviation is less than the magnitude of the absolute deviations, therefore, the given data are more precise than they are accurate
How do I create a videogame
Answer:
-Learn how to code
-Make Character
-Design
-Go to classes
-Go on video game platforms and make an video game(rblx is the best in my opinion)
-Play video games and see the scripts
-Decide what type of video game your making(horror, family game, battle game, etc.)
Explanation:
Answer:
By using programming languages such as Lua And JavaScript because they are the best for programming videogames
choose the type of error described. can you help me bc i don’t know??
Answer:
logic error occurs when the result is wrong...
syntax error occurs when you use the wrong punctuation...
runtime error occurs when the program starts running...
Answer:
Logic error: When the computer outputs an undesirable value due to the wrong use of operations.
Syntax error: Occurs when syntax is not used correctly in code.
Zero division error: Occurs when a value is divided by zero.
Hope this helps :)
help plz i need help ASAP
bhgydhusjbhhuidjs
Answer:
id.k
Explanation:
good luck
write a program which calculates the difference between two integers which are entered by the user. The answer should be a positive integer regardless of the order in which the integers are entered.
In python 3.8:
print(abs(int(input("Enter a number: "))-int(input("Enter a number: "))))
What are specific and relevant terms that will help you locate information using an internet search engine?
A: Keywords
B: Search Words
C: Smart Words
D: Unusual Words
please help me!!
Answer:
keyword
Explanation:
i got it right
What device is required to connect to the Internet?
O Wi-Fi
O an ISP
a router
a modem
Answer:
modem
Explanation:
The primary piece of hardware you need is a modem. The type of Internet access you choose will determine the type of modem you need. Dial-up access uses a telephone modem, DSL service uses a DSL modem, cable access uses a cable modem, and satellite service uses a satellite adapter.
Answer:
D
Explanation:
Edg 2021
what is multimedia computer system
A Multimedia can be defined as any application that combines text with graphics, animation, audio, video, and/or virtual reality. Multimedia systems are used for security to keep intruders out of a system and for the protection of stored documents
Write a program that inputs a text file. The program should print the unique words in the file in alphabetical order. Uppercase words should take precedence over lowercase words. For example, 'Z' comes before 'a'. I am stuck on this python assignment. Don't need the answer asap, just some explaining of how to write code to do that. I know about the built in sort function
Answer:
Read the file and save it to a variable as a string, split the string variable and cast it to a set object using the set function to get the unique words in the file. Then use the max function with the key attribute to use regular expression module "re" to compare the first letter of each item to return in a list comprehension or append to a list.
Explanation:
The open function is used to import a file in python, the split string method splits the string to a list of items and the set function removes any duplicates of a word or item.
Using the for loop statement, iterate over the items and compare and return the items in alphabetical order with the 're' search method getting the item with uppercase letters with higher precedence than lowercase.
Which sentence best describes how block-based code works?
Answer:
Block-based code is a simpler way to code.
Explanation:
Block-based coding is a form of programming language where the developer issues instructions by dragging and dropping blocks.
Select the best answer from the drop-down menu. Sometimes people feel threatened by new ideas and different ways of doing things. This results in . conflict is resentment that a person is experiencing but doesn't express. conflict is the behavioral or action stage of conflict. This is often characterized by negative actions. Conflict can arise in the workplace because of personality issues, cultural differences, and .
Answer
Conflict
Latent
Manifest
Religious beliefs
Explanation:
Which scenarios are examples of students managing their time well? Check all that apply. A student studies while watching her favorite television shows. A student sets aside time to study every afternoon at his desk. O A student writes down some goals that she hopes to achieve in school. A student drafts a study schedule that includes breaks. A student uses her desk calendar to record the due dates for her homework assignments. O A student rushes through his homework while sending text messages to friends. 3). Intro
Answer:
b,c,d, and e
Explanation:
Hope this helps
Answer:
BCDE
Explanation:
EDG 2021
Which of the following identifies the most appropriate courses to take in high school for someone interested in becoming a mechanical engineer?
drafting- and math-related courses
math- and science-related courses
computer- and design-related courses
science- and computer-related courses
Answer: New questions in Health
Which member of the multidisciplinary team would help a patient improve his flexibility in the joints after a knee-replacement surgery? A. a physiot…
What are two advantages of a multidisciplinary team approach? better diagnosis in complex cases shared responsibility for decisions more opportunit…
MARKING PEOPLE AS BRAINLIST PLEASEEE HELP Where is the carbon dioxide picked up and the oxygen unloaded in the body? A:Arteries B:Veins C:Capillar…
Which healthcare professional would be primarily responsible for treating a patient for his anxiety disorder after a surgery? A. a nurse B. a nutr…
Do Now: What might be a situation where it might be important to identify 3 points somebody? What are different strategies that scientists could use …
Explanation:
I'm working on an assignment for my computer science class (Edhesive) and when I run the code, there are no errors. But when I try to check it, it comes up with a Traceback error.
My code:
b = float(input("Enter Temperature: "))
Traceback (most recent call last):
File "./prog.py", line 7, in
EOFError: EOF when reading a line
Answer:
The error is because you wrapped the input in float. First record the input and then modify it.
Explanation:
b = input("enter temp:")
b = float(b)