1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nutka1998 [239]
3 years ago
6

Mauricio, a project manager at a reputed firm, has been assigned to handle a new project that the firm has received. This projec

t involves a lot of Mauricio has decided to use a project management tool for this project. He wants the tool to be free and cloud-based so that there is no need for software to be installed. Help Mauricio in identifying the project management tool that best fits the purpose. Select one:
a. Apptivo
b. smartsheet
c. Microsoft Project
d. Gantter
Computers and Technology
2 answers:
Oliga [24]3 years ago
6 0

Answer: The project management tool that best fits the purpose is GANTTER.

Explanation: GANTTER is a free cloud-based tool used in project management. Although pricing starts at $5.00 per month, per user. There is a free version of Gantter. Gantter does offer a free trial.

dimulka [17.4K]3 years ago
3 0

Answer:

d. Gantter

Explanation:

Smarthsheet is cloud based management tool but requires software. Microsoft project project management software product and not a cloud based one. Apptivo also requires software.

Gantter is a cloud based project scheduling service that is fully integrated with Google Drive". It is a powerful cloud based Project Management Tool that requires no software to be installed and it completely integrates with Google Drive.

You might be interested in
A program to add two numbers in C++
Paladinen [302]
I don't know if i understood correctly, but C++ can add numbers by using the + funciton. You could either use:
a = b + c
or
a = a + b
if you want to increment a variable.
7 0
4 years ago
Create a program that displays a menu to select addition, subtraction, or multiplication. Using random numbers between 0 and 12
Lemur [1.5K]

Answer:

This question is answered using C++

#include<iostream>

#include <cstdlib>

#include <ctime>

using namespace std;

int main(){

   int ope, yourresult;

   cout<<"Select Operator: \n"<<"1 for addition\n"<<"2 for subtraction\n"<<"3 for multiplication\n";

   cout<<"Operator: ";

   cin>>ope;

   srand((unsigned) time(0));

   int num1 = rand() % 12;

   int num2 = rand() % 12;

   int result = 1;

   if(ope == 1){

       cout<<num1<<" + "<<num2<<" = ";

       result = num1 + num2;

   }

   else if(ope == 2){

       cout<<num1<<" - "<<num2<<" = ";

       result = num1 - num2;

   }

   else if(ope == 3){

       cout<<num1<<" * "<<num2<<" = ";

       result = num1 * num2;

   }

   else{

       cout<<"Invalid Operator";

   }

   cin>>yourresult;

   if(yourresult == result){

       cout<<"Correct!";

   }

   else{

       cout<<"Incorrect!";

   }

   return 0;

}

Explanation:

This line declares operator (ope) and user result (yourresult) as integer

   int ope, yourresult;

This prints the menu

   cout<<"Select Operator: \n"<<"1 for addition\n"<<"2 for subtraction\n"<<"3 for multiplication\n";

This prompts the user for operator

   cout<<"Operator: ";

This gets user input for operator

   cin>>ope;

This lets the program generates different random numbers

   srand((unsigned) time(0));

This generates the first random number

   int num1 = rand() % 12;

This generates the second random number

   int num2 = rand() % 12;

This initializes result to 1

   int result = 1;

If the operator selected is 1 (i.e. addition), this prints an addition operation and calculates the actual result

<em>    if(ope == 1){</em>

<em>        cout<<num1<<" + "<<num2<<" = ";</em>

<em>        result = num1 + num2;</em>

<em>    }</em>

If the operator selected is 2 (i.e. subtraction), this prints an subtracttion operation and calculates the actual result

<em>    else if(ope == 2){</em>

<em>        cout<<num1<<" - "<<num2<<" = ";</em>

<em>        result = num1 - num2;</em>

<em>    }</em>

If the operator selected is 3 (i.e. multiplication), this prints an multiplication operation and calculates the actual result

<em>    else if(ope == 3){</em>

<em>        cout<<num1<<" * "<<num2<<" = ";</em>

<em>        result = num1 * num2;</em>

<em>    }</em>

If selected operator is not 1, 2 or 3, the program prints an invalid operator selector

<em>    else{</em>

<em>        cout<<"Invalid Operator";</em>

<em>    }</em>

This gets user input

   cin>>yourresult;

This checks if user result is correct and prints "Correct!"

   if(yourresult == result){

       cout<<"Correct!";

   }

If otherwise, the program prints "Incorrect!"

<em>    else{</em>

<em>        cout<<"Incorrect!";</em>

<em>    }</em>

   return 0;

6 0
3 years ago
EMERGENCY- I am giving 55 points for this, please help. WITH working out
lisov135 [29]

Answer:

360 kilobytes

Explanation:

(Time × Bitrate) / 8

30 × 96 = 2880 / 8

360 kilobytes

8: kilobits in a kilobyte

Time is always in seconds to obey the kb*ps* rule

Bitrate is always on bits so thats kilobits not kilobytes purpose of conversion

8 0
3 years ago
Graduating from college can boost your income 60% compared to high school graduates. An average high school graduate without a c
Aleksandr-060686 [28]

Answer: $2,240,000

Explanation:

If you multiply 35,000 by 1.6, you will get 56,000.

Then you multiply 56,000 by 40 and you will get $2,240,000.

8 0
3 years ago
Python
ladessa [460]

def is_list_even(my_list):

   for i in my_list:

       if(i%2 != 0):

           return False

   

   return True

   

   

def is_list_odd(my_list):

   for i in my_list:

       if(i%2 == 0):

           return False

   

   return True

   

def main():

   n = int(input())

   lst = []

   

   for i in range(n):

       lst.append(int(input()))

   

   if(is_list_even(lst)):

       print('all even')

   

   elif(is_list_odd(lst)):

       print('all odd')

   

   else:

       print('not even or odd')

       

       

if __name__ == '__main__':

   main()

8 0
2 years ago
Other questions:
  • 1. Create a view named customer_addresses that shows the shipping and billing addresses for each customer.
    15·1 answer
  • Which of the following is NOT an example of systems software?
    9·1 answer
  • Microsoft windows is the least used operating system true or false?
    15·2 answers
  • Ordering a mocha latte and paying for it from the starbucks smartphone app is using what type of internet commerce? (1 point) c2
    7·1 answer
  • True or false. Every word has only one correct spelling and pronunciation.
    6·1 answer
  • In the dewey decimal sysytem, the call number 800 notes which section
    10·1 answer
  • What is another term used for data dictionary?
    12·1 answer
  • A news report says that company XYZ network was attacked by outsiders, who apparently sent a lot of spoofed ARP requests/respons
    15·1 answer
  • Can anyone help with this graded assignment for computer fundamentals
    10·1 answer
  • Have a good christmas. this might not be homework, but i just want everyone to have a good week
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!