2 examples of free, proprietary and online software for multimedia presentations (two of each) ._.

Answers

Answer 1

Answer:

1. PowerPoint online

2. Goógle Slides

Explanation:

There is a various free, proprietary, and online software for multimedia presentations available for use. Some of which include:

1. PowerPoint online: this is an online and free version of Microsoft Office PowerPoint software. Some of its features include text formatting, use of animations, cloud storage among others.

2. Goógle Slides: This is a product of Goógle to make the multimedia presentation of documents available online. It also offers many feature including cloud storage.


Related Questions

Check ALL of the correct answers.
What would the following for loop print?
for i in range(2, 4):
print(i)
2
2
3
4.
1

Help now please

Answers

Answer:

2,3,4

Explanation:

Starts at two, goes to four. Thus it prints 2,3,4

What are two design elements that help MRAP trucks resist mines?

Answers

Answer:

The two design elements that help MRAP Trucks resist mines are:

A) Its hard armored body

B) Its hull is V-shaped. A design that enables it to deflect Improvised Explosive Devices (IED) blasts away from the vehicle

Explanation:

Mine-Resistant Ambush Protected. This is the full meaning of MRAP. This terminology is used to describe trucks used mainly by the United States Military in terrains that have been weaponized with explosives.

These heavy-duty vehicles are also designed to decimate or clear explosives and mines. They offer more protection than tanks and humvees and can be retrofitted with offensive gear.

Interestingly, they are very street legal and can be purchased by non-military personnel or civilians.

Cheers

what department is cyber security

Answers

Answer:

United States Department of Homeland Security

The National Cyber Security Division (NCSD) is a division of the Office of Cyber Security & Communications, within the United States Department of Homeland Security's Cybersecurity and Infrastructure Security Agency.

Give me brainliest

Answer: Extra info.

It  belongs to an official government organization in the United States

Explanation:

Cyber security is the practice of defending computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks. It's also known as information technology security or electronic information security....

area of trapezium is 54cmsq if parallel sides are 10cm and 8cm long find the distance between the parallel sides​

Answers

Explanation:

the distance between the parallel sides is the height(h)

formula to find area of trapezium :

Area = 1/2(a+b) h

54 = 1/2 (8+10) h

54=1/2(18) h

54 =9h

54/9=h

h= 6 (ans)

In everyday life, we use numbers based on a combination of digits between 0 and 9.
This counting system is known as decimal, or ?
•Denary
•Binary
•Hexidecimal
PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

Answer:

denary is the answer thank you

Which THREE of the following are examples of formatting data?

changing the color of a cell
changing the color of text in a cell
entering a formula to find the total of the numbers in a column
making the spreadsheet software interpret a number as a dollar amount
increasing the height of a row

Answers

Answer:

changing the color of a cell

changing the color of text in a cell

increasing the height of a row

Answer:

The answers are:

Changing the color of a cell

Changing the color of text in a cell

Making the spreadsheet software interpret a number as a dollar amount

Explanation:

I got it right on the Edmentum test.

1. Write a programme to print the Fees Receipt of English High School Required Inputs Name of the Student Monthly Tuition Fees Monthly Transport Fees No. Of Month Output Name of the Student Monthly Tuition Fees Monthly Transport Fees Total Fees VAT Fees Amount to be paid Thank you message Sample Output is given below

Answers

Answer:

In Python:

sname = input("Name: ")

tuition = float(input("Monthly Tuition: "))

transport = float(input("Monthly Transport: "))

months = int(input("No. of Months: "))

print("Student Name: "+sname)

print("Monthly Tuition: "+str(tuition))

print("Monthly Transport: "+str(transport))

fees = (transport + tuition) * months

print("Total Fees: "+str(fees))

VAT = 0.00

print("VAT: "+str(VAT)+"%")

amount = fees - VAT*fees/100

print("Amount to pay: "+str(amount))

print("Thank you...")

Explanation:

The program was written in Python

This gets the student's name

sname = input("Name: ")

This gets the student's monthly tuition fee

tuition = float(input("Monthly Tuition: "))

This gets the student's monthly transport fee

transport = float(input("Monthly Transport: "))

This gets the number of months

months = int(input("No. of Months: "))

This prints the student's name

print("Student Name: "+sname)

This prints the student's monthly tuition fee

print("Monthly Tuition: "+str(tuition))

This prints the student's monthly transport fee

print("Monthly Transport: "+str(transport))

This calculates the total fee

fees = (transport + tuition) * months

This prints the total fees

print("Total Fees: "+str(fees))

Here, we assume that VAT is 0%

VAT = 0.00

This prints the assumed VAT

print("VAT: "+str(VAT)+"%")

This calculates the total payable fee

amount = fees - VAT*fees/100

This prints the total payable fee

print("Amount to pay: "+str(amount))

This prints a thank you message

print("Thank you...")

You are writing a Java program that deals with doing operations combining characters. Why must you use the string data type and not the char data type to achieve this operation?


A. Combining character data uses less overall memory.

B. Combining character data limits the use of strings.

C. Combining character data produces string data.

D. Combining character data creates more characters.

Answers

Answer:

C

Explanation:

Anything over one char is no longer a char, but a String object.

which compound is obtained by the oxidation of primary alcohol with nascent oxygen​

Answers

answer:

what

Explanation:

What is one difference between the Simple Gear Train with Same Size Gears and Simple Gear Train with Different Size Gears?

Answers

Answer:

One difference between a Simple Gear train with Same Size Gears and Simple Gear Train with Different Size Gears is the that the number of rotations of both shafts in the Simple Gear Train with Same Size Gears is the same the number of rotations of both shafts in the simple Gear Train with Different Size Gears are different

Explanation:

A simple gear train is one in which each shaft has only one shaft, and the motion of one shaft in transmitted to the other when the gears are in contact

What is 00010100 in Denary?
•22
•20
•18
PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

20.....................

Who is the intended audience of a pseudocode document?

Answers

Answer and Example:

Pseudocode is an artificial and informal language that helps programmers develop algorithms.

Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented.

Pseudocode is understood by the programmers of all types. it enables the programmer to concentrate only on the algorithm part of the code development.

Java would use this.

DISEÑAR EL SIGUIENTE FORMULARIO: Y CALCULAR EN PHP: ¿cuánto pagaría un cliente, si elige un plan de pagos de acuerdo a los siguientes datos? 12 meses = 12 % de interés anual 24 meses = 17 % de interés anual. Menor de 12 meses = no paga interés. Solo se acepta un máximo plan de 24 meses

Answers

Sorry don’t get your language

Choose the best answer from the drop-down menu. _______ describes any networking technology with a higher bandwidth than older technologies. When a local wireless router sends the signal, it is using _______. ________ uses cables between devices to make a connection.

Answers

Answer:

The answer is "broadband, antenna, and wired network".

Explanation:

The Broadband defines a certain bandwidth with higher networking technology than older technologies.

Whenever a local wireless router has sent the signal, it sends a signal to both the Internet using antenna as well as a wire to transfer it.

The interconnection of the wired network uses cables among both devices.

Answer:

✔ Broadband

describes any networking technology with a higher bandwidth than older technologies.

When a local wireless router sends the signal it is using

✔ Wi-Fi

✔ A wired network

uses cables between devices to make a connection.

Explanation:

An evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.

Answers

Answer:

Environmental analysis.

Explanation:

Environmental analysis can be defined as an evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.

Basically, the external environmental analysis provides information about opportunities and threats. Thus, the informations acquired or obtained through environmental analysis is used by the executive management in strategically planning the organisation's future and exploitation of available opportunities for the success of the organization.

Hence, an environmental analysis gives an overview of the opportunities in the market as well as potential threats to an organization.

An evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business is known as environmental analysis.

Environmental analysis simply means the evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.

Environmental analysis is vital as it makes managers aware of the linkage that's between an organization and the environment.

In conclusion, the correct option is environmental analysis.

Read related link on:

https://brainly.com/question/23625215

A return statement is used to pass a value from a function back to the main program. True False

Answers

Answer:I think it is true

Explanation:

8.2 code practice edhesive?

Answers

Answer:

temperatures = []

i = 0

while i < 5:

   try:

       t = int(input('Enter a temperature: '))

       temperatures.append(t)

       i += 1

   except ValueError:

       print('Enter a number')

print(temperatures)

Explanation:

Hope this helps!

7.

"You win!" never displays. What line is responsible for this error?

1

var score

0

2

onEvent

"button2"

"click"

function

3

var score

score + 1

if

score

5

setText ("display", "You win!");

A. 1

B. 3

ОООО

C. 4

D. 5

Answers

Answer:

The answer is "4".

Explanation:

In this code, on line number 4, it will give the error message, and its correct solution can be defined as follows:

In this code, a variable "score" is declared, that holds a value that is 0, and in the next step, a method "onEvent" is declared that uses a method, and in the if block, it checks the "score" value that is less than 5 and it will print the message.

Match the correct pairs of column A and B to prove your computer
1
intelligence
1. Ms-word, WordStar
a. Database Management system
2. Pagemaker, Ventura
b. Word processing software packages
3. Ms. Excel, Lotus 1,2,3
c. Desktop publishing
4. D Base, fox pro, Ms-Access d. Antivirus Software
5. Basic, cobol, Pascal
e. Parts of E-mail Account
6. McAffee/ Smart Dog/Norton f. Finance and data analyses
7. ComputerVirus
g. Addressing servers on internet
8. Inbox,compose, address book h. Software program that can replicate
itself​

Answers

Explanation:

1 Ms word - b. Word processing software

2 Pagemaker - c desktop publishing

3 Ms excel - f finance and data analyses

4 dbase - a database management system

6 Mcafee/Norton - d anti-virus software

7 virus - h computer program that can replicate itself

8 inbox, compose,.............. - parts of an email account

Question 3 (2 points)
Which energy source below does NOT use heat in the
process of converting it to electricity?
b
Geothermal
Nuclear Fission
Sunlight
c

Answers

Answer:

The energy source that does not use heat in the process of converting it to electricity is;

c. Sunlight

Explanation:

In converting Sunlight energy source to electricity, the photons in the light from the Sun excite electrons in the solar cells silicon layers, such that the electrons travel from n-type silicon layer to the p-type silicon layer creating electric potential energy that does work as the electrons flow back in the form of electricity from the p-type to the n-type silicon layer through an external circuit

write a c++pogram to accept two integers and check whether they are equal or not​

Answers

Program to accept two integers and check whether they are equal or not​.

#include<iostream.h>

void main( )

using namespace std;

int main( )

{

int num1, num2;

cout<< " Input the values for number1 and number2: " ;

cin>> num1 >> num2;

if (num1 == num2)

{

cout<< " Both numbers are equal";

}

else

{

cout<< " numbers are not equal" ;

}

}

Non- intentional errors caused by computer users such as erase or overwrite data or through viruses passed from secondary storage devices or the internet

Answers

Answer: I think yes

Explanation: because of national computer errors I do think that secondary storage devices should be needed.

How would you describe binary to someone ??
PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

Answer:

Binary is a set of compiled human readable instructions for the CPU to interpret.

Answer:

The idea that there are only two genders is sometimes called a “gender binary,” because binary means “having two parts” (male and female). Therefore, “non-binary” is one term people use to describe genders that don't fall into one of these two categories, male or female.

Explanation:

brainz plz

Process of sending signals, interpreting received signals, and adjusting through signals is called

Answers

Answer:

TCP The Transmission Control Protocol

Explanation:

If the radius is 1/2 of the diameter, what is the circumference of each wheel if "Circumference = 2 x 3.14 x radius"


need the help asap please!

Answers

Answer:

pi times the diameter

Explanation:

d = 2r

circumference is 2πr

i need help pls help me

Answers

What is that ????????

A group of 8 BITS is called a?
•Hex
•Nibble
•Byte
PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

It’s a byte hope this helps

Answer:

byte is the answer thank you

1. Create a naive Bayes model for this data set.



2. What prediction will the naive Bayes model return for the query q=(1,0,0)?

Answers

Answer:

import the GaussianNB class from the scikit-learn naive bayes module using the import statement;

from sklearn.naivebayes import GaussianNB

create the classifier,

clf = GaussianNB()

Then train or fit a section of the dataset (the training set) with the classifier, then predict the label of the test section of the dataset with the provided query "q".

trained = clf.fit( train_features, train_label)

predict = clf.predict(q)

Explanation:

The scikit-learn is a machine learning package in python used to create machine models from datasets. It has several classifiers and regressions algorithms.

The naive baye algorithm is a machine learning class in python used in supervised machine learning to create models used to predict a label given a set of features using a classifier.

Discuss the use of spreadsheet software compared to database software to store and manipulate student data.

Answers

Explanation:

Because databases store information more efficiently, databases can handle volumes of information that would be unmanageable in a spreadsheet. Spreadsheets have record limitations whereas databases do not. Compared to databases, spreadsheets can require a large amount of hard-drive space for data storage.

Which of the following is needed to connect to the Internet? HELP ASAP



Printer


Internet access


Operating system


TCP/IP


Digital camera


Computer


Client software

Answers

Explanation:

you need a operating system and TCP/IP

Other Questions
How are W.E.B DuBios and Booker T. Washington different?Need help?????!!!!!!! 16. The main goal of the Chinese Exclusion Act was toa. Decrease Chinese immigrationb. Create segregated classroomsc. Settle a disagreement between China and the United Statesd. Stop Chinese Americans from attending school in the United States If the gold and salt are still there what can wangarans do? Rewrite the expressionas square of a monomial.81x^6y^4 What is the area of the triangle can someone please help with the question I have listed, thank you! fuimos or bamos? Help!!!! Solve for x. Type in your numerical answer only, do not type the degree symbol. 60, 8x-4 Find the value of x.X724X= Someone who supports extreme changes in a society is aliberal.radical.Jacobin.conservative. Geminis! drop comments! What equipment is generally used to make lyophilized medications suitable for administering to the patient? HISTORY TEST!!8th grade, pls helpppthe concept of manifest destiny was important during the A group of 8 BITS is called a?HexNibbleBytePLEASE ANSWER I WILL GIVE U BRAINLY!! Where is point K(-100, 100)located? Baroque architects incorporated concave and convex surfaces in their buildings in order to accentuate the space available inside.true or false Entre Pedro y su hermana Ana han ahorrado $ 810. Pedro ha ahorrado $150 ms que Ana. Cunto dinero ha ahorrado cada uno? NECESITO LA RESPUESTA CON SISTEMA DE ECUACIN 2 X 2, POR FAVOR. explain how you can use fractions strips or number lines to show that 3/4 and 6/8 are equivalent. which of the following questions is MOST LIKELY to bring up ethical concerns with the use of biotechnology? Are cyclin and kinases are internal or extra?