It is most commonly used for self-running presentations.
A. Slide Transition
B. Hyperlink
C. Action Buttons
D. Animation​

Answers

Answer 1

Answer:slides

Explanation: because in the slide you can make a presentation


Related Questions

PLEASE HELP! WILL MARK AS BRAINLIEST JavaScript can be implemented using the _________ HTML tags in a web page.​

Answers

Answer:

JavaScript can be implemented using JavaScript statements that are placed within the ...  HTML tag

Explanation:

Answer : language

JavaScript is a scripting language, not a HTMLanguage type. It is mainly to do process at background and it needs document.

________ involves breaking into a network to steal data such as customer lists, product inventory data, employee data, and other proprietary and confidential data. (1pts) Question 5 - ________ involves breaking into a network to steal data such as customer lists, product inventory data, employee data, and other proprietary and confidential data. Pretexting Phishing Hacking Spoofing

Answers

Answer:

Hey there!

Hacking involves breaking into a network to steal data such as customer lists, product inventory data, employee data, and other proprietary and confidential data.

Hacking involves breaking into a network to steal data such as customer lists, product inventory data, employee data, and other proprietary and confidential data. Pretexting Phishing Hacking Spoofing

Hope this helped! :)

You want to kill all process IDs of a specific process with a single command. Which command should you use

Answers

Answer:

killall

Explanation:

using iot to track packages, containers, and other bulkware are examples of what type of smart iot technologies?

Answers

There are technology that are used to detect and identify objects with tracking tag. The statement is an example Smart logistics IOT technologies.

Smart logistics is commonly called Connected logistics.  It helps or allows us to have near real-time tracking of movement/delivery of goods and services.

It is often used by ECommerce companies, food delivery companies, app-based taxi service companies, online markets etc.

 

In the logistics process, Internet of things can aid an individual by tracking goods and services as it saves time.

Learn more from

https://brainly.com/question/19995128

Debug big tower can someone help me

Answers

Answer:

2

Explanation:

2 is because that what i think

Answer:its c

Explanation:

because thts wht i thinl

true or false? multimedia components such as audio and video do not significantly contribute to increased computer network traffic.

Answers

Answer:

false

Explanation:

are you KIDDING ME? imagine streaming a 4k video through YT.. yeah you know how much storage and bandwidth that takes up? it is VERY BIG. this is false

multimedia components such as audio and video do not significantly contribute to increased computer network traffic. The statement is false.

What is multimedia ?

Multimedia is an user engaging type of  media which offers a variety of effective ways to give information to user and user  can interact with digital information through it.

Multimedia can act a   communication tool, it has many application like Education, training, reference materials, corporate presentations, marketing, and documentary application.

Multimedia use text, audio, video, graphics, and animation to give information in a dynamic way and it is a technological way of presenting information  with textual data like video conferencing, Yahoo Messenger, email, and the Multimedia Messaging Service ( MMS Service (MMS).

For more details regarding multimedia, visit

https://brainly.com/question/9774236

#SPJ2

The frame rate is the result of multiplying the length of the film times its width

True or False

Answers

Answer:

False

Explanation:

frame rate is how many frames are shown per second in a video

the length of the film times the width is the resolution. not frame rate

Which of the following developed technologies has NOT greatly increased the speed of information dissemination? A. Smartphones B. E-mail C. Typewriter D. Teleconferencing.

Answers

Answer:Email

Explanation:

Answer:

The answer would be C

Explanation:

If an Intel central processing unit (CPU) has two physical processing cores but is able to make the operating system software act as if it using four processing cores, what technology is that processor using

Answers

Answer:

A Quad-core CPU

Explanation:

because it acts as if it uses four processing cores, so it will be using the Quad-core for the Central Prossesing Unit (CPU)

jessica has connected her new printer to her windows 10 computer, but windows is not recognizing it. what should she do?

Answers

reconnect the printer or you could  Explanation:

If Windows 10 is not recognizing Jessica's new printer, she should take the following steps:

Check the physical connections: Ensure that the printer is properly connected to the computer via a USB cable or a network connection.

The Steps to take

Restart both devices: Restart the computer and the printer to refresh the system and establish a new connection.

Update printer drivers: Visit the printer manufacturer's website and download the latest drivers specific to her printer model. Install the drivers on the computer.

Run the printer troubleshooter: Go to the Windows settings, select "Update & Security," then "Troubleshoot." Choose "Printer" and follow the on-screen instructions to diagnose and fix any issues.

Read more about printers here:

https://brainly.com/question/31051187

#SPJ2

what are overlapping geographical areas within a cellular network called?

Answers

Overlapping geographical areas within a cellular network is called cells

What contribution did ada byron make to computing?

Answers

Answer:

Around 1843, she described the first computer principles, later built by Charles Babbage in the form of a mechanical calculator.

Ada Byron was a writer and mathematician known for her work on Babbage's early mechanical general-purpose computer. She helped to write the first algorithm intended to be processed by a machine.

what is the difference between registered and certified mail

Answers

Answer:

1. Certified mail provides a receipt for the sender and for an additional fee, will receive a copy of the recipient's signature upon his receipt of the mail.

2. registered mail provides the sender a receipt and detailed records of his mail's location.

What are some ethical issues related to data mining? In other words, what are some ways that companies may gather or use data that are not appropriate?

Answers

Data mining is not an easy task, as the algorithms used can get very complex and data is not always available at one place. It needs to be integrated from various heterogeneous data sources. These factors also create some issues. Here in this tutorial, we will discuss the major issues regarding −
Mining Methodology and User Interaction
Performance Issues
Diverse Data Types Issues

This question is worth 15points

Why do you think that computer programs use different data types? Wouldn't it be simpler if they treated all data the same? Why or why not?
What would happen if, for instance, a date were treated like an integer? Please answer all of the questions.

Answers

Answer:

The data type defines wich operations can safely be performed to create, transform and use the variable in another computation.

Computer programs use different data types for efficiency, precision, etc.

Treating all data the same would lead to confusion, inefficiency, and errors.

Treating a date like an integer would result in a loss of semantics, limited operations, etc.

We have,

Computer programs use different data types for a variety of reasons:

- Efficiency:

Different data types allow programs to allocate memory and perform operations more efficiently.

- Precision:

Different data types have different levels of precision. For example, using floating-point numbers allows for decimal values but might introduce rounding errors, while integers are exact but can't represent fractions.

- Semantics:

Different data types convey meaning and help programmers and the compiler understand how the data should be used.

- Operations:

Different data types support different operations. For instance, you can't perform arithmetic operations on text strings as easily as you can on numbers.

- Type Safety:

Using distinct data types helps catch errors early in the development process. If you accidentally treat a string as an integer or vice versa, type systems can catch such errors during compilation.

If a date were treated like an integer:

- Loss of Semantics:

Treating a date as an integer would strip away its meaning. Dates have attributes like day, month, and year, which would be lost if they were treated as integers.

- Limited Operations:

Integers can't directly perform operations related to date manipulation, such as finding the difference between two dates or determining the day of the week for a given date.

- Error-Prone:

Treating dates as integers would likely lead to confusion and errors. It would be easy to make mistakes when handling date-related calculations and comparisons.

- Lack of Flexibility:

Dates have a complex structure, including leap years, varying month lengths, and time zones. Treating them as integers wouldn't allow for representing these complexities.

Thus,

Computer programs use different data types for efficiency, precision, etc.

Treating all data the same would lead to confusion, inefficiency, and errors.

Treating a date like an integer would result in a loss of semantics, limited operations, etc.

Learn more about computer programs here:

https://brainly.com/question/33841076

#SPJ3

__________ is a procedure that allows communicating parties to verify that received or stored messages are authentic.

Answers

Answer:

Message authentication

Explanation:

1.erros can easily be ____ 2.work is done in an ____ no mess environment 3.colors do not _____ and brushes are never ______ 4.stages and version (s) of the artwork can be _____ filed and easily 5. work can be transferred or _____ on almost any 6. work can be _____ and easily _____ to interested parties​

Answers

Answer:

1) corrected

2) organized

3) Fade and worn-out

4) saved

5) saved

6) organized and graphics

Helpppppp meeeeeeeeeeeee pleaseeeeee

Answers

Answer:

B

Explanation:

PATA drives, also known as ATA, ATAPI, or Integrated Drive Electronics (IDE), are the type of drives that were generally used in workstations until recently. PATA drives typically have a maximum transfer rate of 150MBps.

Cloud storage is a cloud computing model in which data are stored on remote servers accessed from the Internet, or “cloud.” For most PACS manufacturers, the cloud storage is primarily utilized as a long-term storage solution only.

Can you predict what changes will come to data storage in the next decade? 

Answers

Answer:

Explanation:

More data storage will become available currently there are kilobytes (KB), megabytes (MB), gigabytes (GB) and terabytes (1TB) of storage but in the future maybe there will be tetrabytes

You have been asked to store a file with personal information on it. You need to be sure that only your user account can access the file, even if other user account have been granted permissions or if the disk is stolen. What standard NTFS feature can you use

Answers

Answer:

EFS

Explanation:

The ___________ method returns the length of an array.

append

input

add

len​

Answers

Answer:

d

Explanation:

The length() method returns the number of characters present in the string.

Question about microscope ​

Answers

Answer:

1.  c. diaphragm

2.  a. ocular lens

3.  b. fine adjustment knob

4.  c. course adjustment knob

5.  d. nosepiece

6.  a. simple light microscope

7.  d. A, B, and C

8.  a. light switch

Explanation:

Hope this helps.

In the design phase of the systems development life cycle (SDLC), the _____ design indicates hardware and software, such as specifying Linux servers and Windows clients. Select one:

Answers

Answer:

logical

Explanation:

A _____ agent can be used to perform specific tasks for a user, such as remembering information for filling out Web forms.

Answers

Specific tasks such as the remembrance of key information when filling out Web forms can be performed by: personal agent.

A personal agent is also referred to as user agent and it can be defined as a computing software or hardware-based system that is typically designed and developed to perform specific tasks on behalf of an end user.

This ultimately implies that, a personal agent is an intelligent computer hardware or software program that can be configured to perform specific tasks on behalf of an end user.

For example, a personal agent can be configured to remember key information when filling out Web forms.

Read more: https://brainly.com/question/21656851

4.10.4 Inventory codehs python
i have no idea on how tp fix this, pls help:(

Answers

Answer:

between line 23 and 24, add:

    if num > 0:

(and indent the next line)

Explanation:

You want to suppress the "Now we have 0 left" message, and an additional if statement will do that for you.

In this exercise we want to use computer and python knowledge to write the code correctly, so it is necessary to add the following to the informed code:

  if num > 0:

Want to suppress the "Now we have 0 left" message, and an additional so for that is necessary to put between line 23 and 24, the code:

   if num > 0:

See more about computer at brainly.com/question/950632

Raina remembered when she taught Amara to draw. What happened?

Answers

Sisters is an autobiographical graphic novel written by Raina Telgemeier as a follow-up to her earlier graphic memoir Smile. It details a long summer road trip taken from San Francisco to Colorado by her family and explores the relationship between Raina and her younger sister, Amara.

- BRAINLIEST answerer

How to edit an existing recipient list? class 9 for(3 marks)​

Answers

Answer:

(Archives) Microsoft Word 2003: Mail Merge: Working with the Recipient List

Last updated Monday, Aug. 31, 2020, at 10:35 a.m.

This article is based on legacy software.

For a successful Mail Merge, you will need to establish a recipient list, also referred to as the data source. This contains the information that will vary with each record, such as names or identification numbers. If you are creating a mailing list, for example, names and addresses will be included in your data source.

You can either create a new data source or use a pre-existing source, such as your Outlook Contacts. You may also wish to alter the entries in your data source without having to open it, change the appropriate entries, and then save the changes. Mail Merge allows you to specify which individual entries you want to include as well as add and delete data document entries and fields.

Creating a New Data Source

Before creating the data document, take a moment to plan out the information you want to include. While creating your data document, you can add or remove fields to tailor the document to suit your needs. Creating a new data source is an option in the third step of the Mail Merge Wizard.

using numerous computers to inundate and overwhelm the network from numerous launch points is called

Answers

Using numerous computers to inundate and overwhelm the network from numerous launch points is called: a DDos attack

Several small stores rent space within a larger shopping centre. The owners of the shopping centre have provided a physical network throughout the entire centre.
(a) Explain how virtual networking can be used to give each store a private logical network. Diagrams may be used in your answer.

Answers

Answer:

okay so my first question is what is this question for because I cant really answer without more info

In the context of data-flow diagrams (DFDs), a(n) _____ shows either the source or destination of the data.

Answers

Answer:

In the context of data-flow diagrams (DFDs), a(n) entity symbol shows either the source or destination of the data

Explanation:

Other Questions
1.25 is the closest to 1.04 or not I want to answer please. I think it's true, but I want to prove it scientifically, please. [-2], absolute value of -2 is: PART A: According to paragraph 7, Marshall believes that for a relief program to be successful "the initiative must come from Europe." Why does Marshall likely believe this? ( Marshall Plan Speech - commonlit) AHe recognizes Europe as the primary perpetrator of WWII and thus believes they should take the most responsibility for the crisis that they created.BWhile he believes that the U.S. should intervene, he does not think it would be wise to do so without a formal invitation for intervention, lest it be seen as an invasion.CHe recognizes that Europe may resent American aid (due to political and national prejudices) and therefore the U.S. should only provide relief to those who ask for it.DHe thinks any relief program must be a united effort (from European countries and the U.S.), but ultimately it is the business and responsibility of those affected (i.e. Europe). what would the numerical answer be?? Number 1. I dont understand this question. Hiii, need help on this please (: 17. The price of napkins and the number of napkins is listed in the table below.Number ofPrice ofNapkins (1) Napkins (p), incents200140300210400280500350600420Letp represent the price of the napkins and the number of napkins. Which equation shows therelationship between the price of napkins and number of napkins?A.pn=7C.pn=0,7B.np = + 70 D.pn = +100 the ____, located near the top of the window, is the control center in excel as well as most other 2019 office applications. which statement by a nurse to a patient newly diagnosed with type 2 diabetes is correct? which empire ruled Mesopotamia from the city of Babylon beginning in 626 BCEA.Hebrew B.PhoenicianC.ChaldeanD.Persian I need this answer to the question please Interest groups are made up of people who hold Thomas Jensen Jefferson identified which rights as alienable rights in the declaration of independence A line passes through the points (4, 6) and (8, 7). What is its equation in point-slope form? DUE AT 8 MT!!! HELP ASAP!!!Define a variable, set up an equation, then solve.Lynn put 3 7/8 gallons of gas in her gas tank. If there are now 18 1/6 gallons in the tank, how many gallons did she start with?x - gallons she started with Ron and Amanda had agreed not to have children even before they got married. Both remained true to this decision after marriage. In this scenario, they are identified as individuals on a(n) _____. Which expression is equivalent to this polynomial expression?(5ry2 + 3x2 7) + (3.272 142 + 3y2 + 4) Find the value of 2cosx+1=0;0 less than x less than 360 What direction of change in velocity could explain the price level increasing by a smaller percentage than the money supply? What would this change in velocity imply about the frequency with which money changes hands? On a sheet of paper, write the country that associated the words below: (Cambodia, Indonesia, Thailand) 1. Phipat2. Khrueang Sai3. Gamelan4. Wayang Kulit5. Pinpeat6. Mahori 7. Kulintang_8. Pelog9. Javanese10.Silat Melayu