In the microsoft powerpoint wiew ribbon. Which presentation wiew enables a user to view one slide at a time in the slide pain?

Answers

Answer 1

Answer:

The answer to this question is given below in the explanation section.

Explanation:

In the Microsoft PowerPoint view ribbon. A normal presentation view enables a user to view one slide at a time in the slide pain.

As we know that there are different views of presentation, such as, normal view, reading view, slider sorter, outline view, and note pages.

Only a Normal view allows you to see one slide at a time in the slide pain.


Related Questions

what would you call yourself if you were a shinobi

Answers

Answer:

someone really deleted my previous answer to this wow...

Explanation:

Bob flys a drone which has a 20 megapixel camera attached, what is the definition of "megapixel in this context? Why does it matter?

Answers

Answer:

megapixel refers to the unit of resolution i.e. one million

Explanation:

Interestingly the higher the pixels does not mean higher quality of image, it's more about the camera and it's sensor.

I am a photographer and a licensed drone pilot and have researched the subject to help with camera choice, both DSLR and drone.

What is the name of a coding sequence that is executed multiple times in a program?

Answers

Answer:

Loop, or Iterator

Explanation:

For example, a "for" loop or a "while" loop to create a block of code that will execute a certain number of times.

Answer:

C - a loop

Explanation:

on edge pls mark brainiest

List 3 tanks that a computer can perform ​

Answers

Answer:

Input, output, processing, and storage

Explanation:

Computers deal with input, how much information and letters and whatnot is typed or inputted on a computer. They also deal with output, the result of an input value. In between the input and output stages, they process the information before returning the output value. They have storage for history and a short RAM list, so they can remember all the input values inserted recently.

The reason for prioritizing your work is to get the
a. Most important jobs done
b. Smallest jobs done
c. Quickest jobs done
d. Least important jobs done

Answers

Answer:

a

Explanation:

Answer:

a. Most important jobs done

Explanation:

Write a function that asks a user for his/her name and movie
watched. Then the function prints a greeting message.
A session should look like the following:
What is your name? Ahmed
Which movie have you seen? The Battle of Algiers
The printed message is: "Today, I learned that Ahmed watched
The Battle of Algiers movie!“ (Output)

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

                     

The code is written in C++

/******************************************************************************

                             Online C++ Compiler.

              Code, Compile, Run and Debug C++ program online.

Write your code in this editor and press "Run" button to compile and execute it.

*******************************************************************************/

#include <iostream>

#include <string>  

using namespace std;

void display()

   {

       string yourName;

       string watchedMovie;

       cout<<"What is your name?  ";

       cin>>yourName;

       cout<<"Which movie have you seen?  ";

       cin>>watchedMovie;

       cout<<"Today, I have learned that  " <<name<<" watched "<<watchedMovie<<" movie";

   }

int main()

{    

   

   display();

   return 0;

}

 

Your desktop, internet explorer, and the media player can be started from this area on most computers

Answers

The answer is quick launch

How is technology a mode of revealing?​

Answers

Answer: First, the essence of technology is not something they make; it is a mode of being, or of revealing.

Explanation:  This means that technological things have their own novel kind of presence, endurance, and connections among parts and wholes. They have their own way of presenting themselves and the world in which they operate.

How would YOU define AI?

Answers

Answer:

If you meant by artificial intelligence then it’s the simulation of human intelligence processes by machines especially computer systems

Explanation:

Hello!

Answer:

An access list (AL) is a list of permissions used in physical and information technology (IT) security to control who is allowed contact with a corporate asset. The asset can be a building, a room or a computer file.

Wish you luck!

Match each HTML tag to its function.





defines a new paragraph
defines a single line break
defines a heading style
defines a row in a table

Answers

Answer:

<p></p> is a new paragraph

<br> is a line break

h1: defines new heading style

<tr> defines new row in a table

What common feature of well-made web apps helps them stand out from static email advertisements?

Answers

Answer:

For the test, I litterally came here while taking it and couldn’t find an answer, I got a horrible 70.. but all I know it’s not C or D

Explanation:

I took the test, sorry I don’t have an actual answer

9. Which of these is not a factor in password management?
A. Confidentiality
B.Expiration
C. Guest
D. Complexity

Answers

Answer:

I don't really know but I think it's guest

who is the three president of somalia​

Answers

Answer:

Siad Baree,Aden Adde and Aden Madobe

Is there truth? Does truth exists?

Answers

Answer:

Yes

Explanation:

Hes name is Jesus Christ. He died for me and you. and loves you very much!

Yes there is truth and it exsists

A collection of four bits and half bytes is.............. plzzz help​

Answers

Answer:

Nibble

Explanation:

If images around the edges of a monitor do not look right, the computer might have a(n)

access problem.
hardware problem.
Internet problem.
software problem.

I will give brainiest to best answer

Answers

Answer:

it would be a software problem.

Explanation:

this is because when your computer crashes, the software all "explodes" and resets.

Hardware Problem

If a manufacturer damaged something, it can cause issues that the software can not interpret. For example the screen is damaged. The pixels could be damaged on the screen and most likely not the fault of a software.

Please explain in 2-4 sentences why diligence is needed and is important in building a pc. Thank you

Answers

Diligence is required for a variety of reasons. I’m going to give you two. Remember, when you’re building a PC, you’re handling hundreds of dollars worth of hardware that are also very fragile (a cord could make all the difference). Two, you need to know and understand how to make a PC. If you have no idea how to build one, RESEARCH FIRST.

Hope this helps.

What is the fastest internet?

Answers

Answer:

Xfinity

Explanation:

An evaluation of the Best Internet Service Providers found Xfinity offers the fastest internet plan. Its fiber-based Gig Pro plan is the company's quickest, featuring equal download/upload speeds of 2,000 Mbps.

Please help asap
what does the following statement describe?


a ______ allows you to divide a single system into multiple versions known as guests that run on ______that connect to the physical hardware.

options for the first blank
container
hypervisor
server

options for the second blank

virtual machines
cloud services
host machines

Answers

Answer:

hypervisor and cloud services

Explanation:

could u mark me as brainliest?

Answer:

The correct answers are:

Hypervisor

Virtual Machines

Explanation:

I got it right on the Edmentum test.

role of computers in everyday life​

Answers

Answer:

In modern word everything around us like GPS, ATM machines, cell phones, petrol pumps, portable play stations and all other modern devices use computer controlling units to conduct their featured operations. Surely computers have very elaborated role in daily day life of humans.

Explanation:

hope it helps thxs

In Microsoft PowerPoint, a _____ gives viewers a visual image of data, such as a line graph or a three-
dimensional bar graph, instead of just numbers listed in a table.

Answers

Answer:

chart

Explanation:

on edg

PLEASE HURRY!!!!

What will be the output of the following program? Assume the user responds with a 5 for the first number and a 4 for the second number.

answerA = input("Enter a number. ")
answerB = input("Enter a second number. ")
numberA = int(answerA)
numberB = int(answerB)
result = numberA + numberB / 2
print ("The result is" , result)

A) The result is7.0
B) The result is 4.5
C) The result is4.5
D)The result is 7.0

Answers

Answer: The result is 7.0

Explanation:

see image

The output of the given following program is the result is 7.0. The correct option is A).

What is the output in programming?

Data can be transferred between the CPU and a peripheral, like a network adapter or an ATA storage device, using programmed input/output (PIO). The program's instructions start each data item transfer, involving the CPU in each transaction.

The communication between an information processing system, such as a computer, and the outside world, which may include a human or another information processing system, is known as input and output, or I/O. The system's inputs are the signals or data it receives, and its outputs are the signals or data it sends.

Therefore, the correct option is A) The result is 7.0 is the result of the given program.

To learn more about output in programming, refer to the link:

https://brainly.com/question/30141972

#SPJ2

10. What Windows feature prevents unauthorized system changes?
A. UAC
B. DVI
C. NFC
D. WPS

Answers

Answer:

wps

Explanation:

it is more safer to use

Diseconomies of scale are likely to result from which one of the followings?

Answers

In microeconomics, diseconomies of scale are the cost disadvantages that economic actors accrue due to an increase in organizational size or in output, resulting in production of goods and services at increased per-unit costs. The concept of diseconomies of scale is the opposite of economies of scale.

Today, there are many computer categories. A(n) ________ is the category for the world's fastest computers. ________ computers are large, expensive devices capable of simultaneously processing data for thousands of users. Computers used by Google and Web service providers are classified as________. Personal computers come in several varieties. A(n)________ computer fits on a desk, runs on power from an electrical wall outlet, and can be housed in a horizontal case or vertical case. Three categories of portable computers include tablets, smartphones, and clam-shell style________ computers. Selecting a digital device requires consumers to select a platform based on form factor and operating system. MacOS is the operating system that runs on Apple laptops and ________ computers. The operating system for iPhones and iPads is ________ . The________ operating system from Microsoft runs on laptop and desktop PCs, whereas a derivative version is designed for tablets and phones. The open source community produces Linux for desktops and servers. This family of operating systems also includes Chrome OS, and________ , which is popular for tablets and smartphones.

Answers

Answer:

Supercomputer

Mainframe

Servers

Desktop

Laptop

Mac

iOS

Windows

Android

Explanation:

Speed is salient characteristic of supercomputers. The Mainframe computers are usually used by large companies and are very expensive with large processing capability. Servers enables thw possibility of establishing connections with service providers such as Google and other related companies. Desktop computers are those which aren't designed for portability or being easily carried around. The Laptops on the other hand are more compact and easily carried around. Mac are operating systems associated with Apple computers and iOS is the operating system used on iPhones and other Apple smart mobile devices. Windows is the me of the operating system used by Microsoft. Android is also a popular operating system used on smartphones.

PLEASE HURRY!!!!

Which statements will ask the user for a number? Select 2 options.
A) answer = in(“How many sodas do you want? “)
B) answer = in(How many sodas do you want? )
C) answer = input(How many sodas do you want? )
D) answer = input("How many sodas do you want? ")
E) answer = input('How many sodas do you want? ')

Answers

Options D and E are correct. The input function takes input from the user, which in this case is a number.

Answer:

answer = input('How many sodas do you want? ') and

answer = input("How many sodas do you want? ") is the correct answer. so in other words D and E are correct.

I took the quiz myself

what maybe the possible disadvantage of convergence in our country using technology?​

Answers

Answer:

Advantages of Access

- Inexpensive

- Efficient

- Convenient

- Faster

Disadvantages of Access

- Technology Crashes

- Loss of Memory

- Safety

Advantages of Connectivity

- Staying in Touch

- You Can Work Anywhere

- You Can Never Get Lost

Disadvantages of Connectivity

- Not Safe

- Risk of Hacking

- Detached from Reality

- To Reliant on Technology

Advantages of Convenience

- Don't Have to Carry Lots of Equipment

- Never Bored

- Never Miss a Moment on Camera

Disadvantages of Convenience

- Tech. Break Down

- Addiction

Advantages of Immediacy

- Become Expectant

Disadvantages … (more)

Technological Ideas

This space is for those who're new or who've already advance in technology.

Technology Solution

A place to share technological knowledge

Freelancer's Legit Gigs

Let's help each other to make money online!

Life is Beautiful

All my answers on Life, General rants are here.

Tech Lounge

anything tech related

Entrepreneurial Mindset

A space to think like an entrepreneur.

Artificial Intelligence 62

AI is leading many of our technical industries.

iOS devices

iOS apps and devices

hackology

space about cyber-security

Everything iPhone

Space to share, discuss, and explore everything related to iPhone & iPhone only

View More Spaces

Zisse Mueller, Marketing Operations Specialist at IT Central Station

Answered April 23, 2019

There are pros and cons when it comes to using converged technologies.

For example, this user writes about FlexPod, a converged infrastructure:

Pro: “It scales well. It allows us to have very flexible architecture but to have the same level of simplicity that we'd normally expect in hyper-converged environments.”

Con: “I'd like to see a little bit simpler management pane. Using UCS Director to front everything is good but for a lot of that upper mid-market, it's probably a little bit of overkill for what they need. They just want a nice, simply portal to go through and see what's going on. So if … (more)

Promoted by BigCommerce

How does BigCommerce compare to Magento for mid-market and enterprise-level brands?

Victoria Fryer, Content Marketing Manager at BigCommerce (2019-present)

Answered July 23

Magento, an open-source ecommerce software with both on-premise and cloud-hosted options, is often top of mind for businesses seeking an enterprise-grade shopping cart software and content management system (CMS). But it’s definitely not the only option. Many businesses today are looking t

(Continue reading in feed)

Related Questions

More Answers Below

What are advantages and disadvantages of converged networks?

What are the five advantages and disadvantages of the use of digital technology?

What are the disadvantages of technology?

Anonymous

Answered October 13, 2016

You have not defined “convergence technologies” and thus this answer cannot be answered.

1.5K viewsView Upvoters

Yasaswi Kompella

Answered June 8, 2016

this is the disadvantage

232 views

Related Questions

What are advantages and disadvantages of converged networks?

What are the five advantages and disadvantages of the use of digital technology?

What are the disadvantages of technology?

What are some examples of convergence technologies?

What is the meaning of Converging technology?

What are the disadvantages of digital technology?

What are some disadvantages modern technology has brought us?

What are the advantages of technological transfers?

What are the disadvantages of technological convergence?

What are the disadvantages of technology nowadays?

What are the pros and cons of technology?

What is the advantage and disadvantage of information technology?

What are the disadvantages of technology in education?

What are the disadvantages of a computer?

What are the disadvantages of convergence?

Related Questions

What are advantages and disadvantages of converged networks?

What are the five advantages and disadvantages of the use of digital technology?

What are the disadvantages of technology?

Explanation:

A Software application that access web application and websites

Answers

Answer:

Web Application

Explanation:

#carryonleraning

Question 4: What will be the output of the code? Show a complete analysis.

#include
int main(void)
{
int A[3][3]={{1,4,3},{6,2,4},{-3,8,2}};
int s;
for(int i = 0; i<=2; i++)
{
S = ALOIi]+A[111]+A[21i];
printf("%d",s);
}
return 0;
}

Answers

Answer:

The output of the code is 8

what is the use of router ?​

Answers

Answer:

A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. Data sent through the internet, such as a web page or email, is in the form of data packets.

Explanation:

Other Questions
1. Juandos libros de arte.2. Ellosmochilas azules.3. Qulos estudiantes?4. Maria, t notu cuaderno hoy.5. Youn lpiz negro.HELPPP 10 minutes left Which business practice did Rockefeller repeatedly use that helped him succeed in building his oil monopoly?In all his businesses, Rockefeller made a profit and used it to expand or buy other businesses.With every business Rockefeller bought, he would learn about it, sell it at a profit, and buy another business.With every purchase of a refinery, Rockefeller would add new products to his business.In all his businesses, Rockefeller made sure that he controlled all aspects of production. Like regular cigarettes, E-cigarettes are highly regulated by the government.O TrueO False A blank__________ leader displays the twin characteristics of creativity and change, and is able to inspire followers without coercion or force. Bob ate 5000000 donuts in a week he want u tell him why he is a bit "fast" without the s first funny answer gets brainliest Which of the following animals has a broad niche?Sea slugProtists in termitesSnowy owlRaccoon How does the balls potential energy relate to the amount of work needed to place the ball on the 2 m shelf 6 divided by 3.54 .. Why was Sony willing to raise the price of its Playstation 3 over Playstation 2, causing a lower number of sales A full bathtub is emptying at afixed rate. Which of the followingequations may relates the amountin water y, in gallons, with theamount of time, x minutes. Assumethe bathtub is holding 100 litersof water, and empties at a rate of5.8 liters per minute. Which of the following was a major similarity between the goals of leaders of the chinese communist revolution, such as mao zedong, and the goals of leaders of the mexican revolution, such as emiliano zapata, in the early twentieth century?. How did I get this wrong? If the speed of a wave is150m/s and its frequency is2Hz, what is its wavelenght? Choose the inverse of y = x2 10x. The force that keeps an object moving in a circle is called. The coefficient of viscosity of blood is directly proportional to the frequency of interactions of erythrocytes with the vessel walls. As blood enters small vessels, many erythrocytes tend to flow in the center of the vessel. Given this information, which graphic best describes the effect of vessel diameter on the coefficient of viscosity?. Ex. 3 Rcrivez le texte suivant au prsent de l'in-dicatif.JE SAIS IDENTIFIER ET FORMER LES TEMPS, LES MODESET LES VOIXAntonio Jos Bolivar Proano savait lire, maispas crire.li lisait lentement en pelant les syllabes, les murmu-mant mi-voix comme s'il les dgustait, et, quand ilavait maitris le mot entier, il le rptait d'un trait. Puisil faisait la mme chose avec la phrase complte, et c'estainsi qu'il s'appropriait les sentiments et les ides quecontenaient les pages.L. Seplveda, Le vieux qui lisait des romans d'amour,Mtaili, 1992. A plant specimen has seeds that are enclosed by a fruit. which type of plant is it? angiosperm gymnosperm monocot dicot During a science experiment, Cesar sets up a group of filter that removes contaminants from a liquid sample. Each filter removes 94.8% of the remaining contaminants. Which recursive formula describes the fraction of contaminants still remaining in the liquid sample after passing through n filters? On the map, which major plate is next to the North American plate and the South American plate?