The purpose of project management is to fix problems.
True
False

Answers

Answer 1

Answer:

true

Explanation:


Related Questions

A computer screen that is contained in its own case and is not part of the computer system is called a

Answers

Answer:

Monitor is the correct answer

Answer:

display

Explanation:

The platform in E-Learning refers to:

A.
the type of computer system that the course can be taken on.

B.
the internet service provider used to access the course and materials.

C.
the set of tools and services students involved in the course can use.

D.
the levels of difficulty the students studying the course experience.

Answers

A.

The type of computer system that the course can be taken on.

PowerPoint is best described as:
A Drawing Software
B Presentation software
C Desktop publishing software
D Database software

Answers

pick b , im pretty sure it’s it

Listed here are a few camera angles and their images.

Answers

Answer:

The dog is: Close up

The bike rider is: Point-of view shot

The tower is: Long angle shot

and the boy at the beach is: Wide shot

Explanation:

Help me with this please. I'll mark Brainiest

Answers

What do you need help with?


Can I control my digital footprint?



Answers

Answer:

yes you can

Explanation:

Answer:

Yes you can

Explanation:

1. Enter your name into several search engines.

2. Double check your privacy settings, but don't trust them.

3. Create strong, memorable passwords.

4. Keep all your software up to date.

5. Review your mobile use.

6. Build your reputation through your behavior.

Where do the projection lines converge in a perspective sketch?

Answers

Answer:

Option B, Vanishing point

Explanation:

The complete question is

Where do the projection lines converge in a perspective sketch?

A. the ground line

B. the vanishing line

C. the eye point

D. the horizon line

Solution

A point lying on the image of a perspective drawing where the drawings ( two-dimensional perspective projections) of two parallel line meet in three dimensional space is known as Vanishing point

Write a method that takes two circles, and returns the sum of the areas of the circles.

This method must be named areaSum() and it must have two Circle parameters. This method must return a double.

For example suppose two Circle objects were initialized as shown:

Circle circ1 = new Circle(6.0);
Circle circ2 = new Circle(8.0);
The method call areaSum(circ1, circ2) should then return the value 314.1592653589793.

You can call your method in the program's main method so you can test whether it works, but you must remove or comment out the main method before checking your code for a score.

Answers

Answer:

public static double areaSum(Circle c1, Circle c2){

 double c1Radius = c1.getRadius();

 double c2Radius = c2.getRadius();

 return Math.PI * (Math.pow(c1Radius, 2) + Math.pow(c2Radius, 2));

public static void main(String[] args){

 Circle c1 = new Circle(6.0);

 Circle c2 = new Circle(8.0);

  areaSum(c1,c2);

 }

Explanation:

The function calculates the sum of the area of two circles with their radius given. The program written in python 3 goes thus :

import math

#import the math module

def areaSum(c1, c2):

#initialize the areaSum function which takes in two parameters

c1 = math.pi * (c1**2)

# calculate the area of the first circle

c2 = math.pi * (c2**2)

#Calculate the area of the second circle

return c1+c2

#return the sum of the areas

print(areaSum(6.0, 8.0))

A sample run of the program is attached

Learn more : https://brainly.com/question/19973164

who here can move stuff with there minds

Answers

Answer:

I can, at least I wish I could, it be like having the force which would be amazing.

Explanation:

Which of the following types of information can be stored in an electronic database?
-Text
-Alphanumeric
-Date
-All of the above

Answers

All of the above I believe

The types of information that can be stored in an electronic database is text, alphanumeric, and also date. The correct option is D.

What is a database?

A database is a structured collection of information or data that is typically stored electronically in a computer system. A database management system is usually in charge of a database (DBMS).

Any collection of data or information that has been specially organized for rapid search and retrieval by a computer is referred to as a database.

Databases are designed to make it easy to store, retrieve, modify, and delete data in conjunction with various data-processing operations.

Text, alphanumeric, and date information are all examples of information that can be stored in an electronic database. A database's five major components are hardware, software, data, procedures, and database access language.

Thus, the correct option is D.

For more details regarding a database, visit:

https://brainly.com/question/6447559

#SPJ3

What can we do to positive interaction online?

Answers

Answer:

We can help eachother out with things.

Explanation:

Eg. Schoolwork and homework because our stress level will decrease.

We can help eachother and always be nice to people. Some people call me too nice but it’s just me being a positive person. Try to stay away from anyone who’s toxic as well

This is a human-made physical system.

A) ecosystem

B) health care system

C) bicycle

D) school system

Answers

Health care system and school system

Use the drop-down menus to complete the statements about message marking, categorizing, and flagging.

After skimming a message, you can mark it as
if you want to come back to it later.

Categories are color coded and can be renamed and sorted in the
pane.

The Outlook command for “flagging” a message is called
.

Flagged messages can be viewed in the
and can be customized for name, due date, and reminders.

Answers

Answer:

unread

message

follow up

to-do bar

Explanation:

Provides an array of buttons for quick access to commonly used commands and tools

A. scroll bar

B. tool bar

C. status bar

D. menu bar

Answers

Answer:Tool bar

Explanation:

The toolbar is said to provide an array of buttons for quick access to commonly used commands and tools. Through the toolbar, one can easily access the commands that are commonly used.

We can see the toolbar in several software like the graphics editor, office suites, and browsers.

The answer is B. Tool Bar!

Identify the correct wireless technology from the drop-down menus. _______ is a trade group that promotes wireless technology and owns the trademark for the term “Wi-Fi”. Wireless cellular networks divide regions into smaller blocks or _______.

Answers

Answer: cells

Explanation:

got a 100

Answer:

1) The Wi-fi Alliance

2) Cells

Explanation:

val = 50

def example():
val = 15
print (val)

print (val)
example()
print (val)

Answers

Answer:50

15

i dont know the 3rd number but hope it helped

Explanation:

Based on the given scenario above, the output will be 50, 15, 50. Check more about output  below.

What are computer outputs?

An output is known to be a kind of data that a computer is said to bring out after processing.

Based on the above, conclusively, looking at the programming code, we can say that the output will be 50, 15, 50.

Learn more about programming from

https://brainly.com/question/23275071

#SPJ2

Which output device allows a user to create a copy of what is on the screen?

Answers

well it's obviously printer

Answer:

display or monitor

Explanation:

because those are things a user can create a copy of what is on the sceen

The memory used by the CPU to temporarily hold data while processing is called what?

Answers

RAM, hope this helps

Answer:

random access memory

What is assembler? What is Compiler?What is interpreter?

Answers

Answer:

A compiler is a software that converts programs written in a high level language into machine language.

An interpreter is a software that translates a high level language program into machine language while an,

assembler is a software that converts programs written in assembly language into machine language.

Explanation:

1A. Assembler is a program that converts assembly level language (low level language) into machine level language.

2A. Compiler compiles entire C source code into machine code.

3A. interpreters converts source code into intermediate code and then this intermediate code is executed line by line.

PLEASE THANK, RATE AND FOLLOW ME,

AND PLEASE MARK ME AS "BRAINLIEST" ANSWER

HOPE IT HELPS YOU

Write a program to generate the following series using nested loop.
1
2
12345
22
1234
12
222
123
123
1234
2222
12
12345
22222
1

Answers

Answer:

12 3456 2.2 12 .222 234 806 227 6697

Answeete

Explanation:

the function of television

Answers

Answer:

Explanation:

it's to provide information and entertainment to the masses at a reasonable price.

Suppose you are working as an animator for a children's movie. You are responsible for drawing the
main character: an animated dog. Which file format is best suited to your line of work?
GIF
JPEG
PNG
RAW

ANSWER IS GIF

Answers

Answer:

the next slides answers are B & D

Explanation:

Answer:

GIF

Explanation:

Robin has four copies of her midterm paper saved to a single folder on her
Windows computer. She wants to move each of these four files into a
separate folder within the existing one. How can Robin perform this task for
each file?
A. Right click on the folder containing all four files, select "Copy."
Open the same folder, select "Paste." Enter the new folder's title.
B. Open the folder containing all four files, right-click in the folder
window, select "New" enter the new folder's title, click on one file,
drag it into the new folder.
C. Open the folder containing all four files, right-click on one file,
select "New Folder," enter the new folder's title, click on the same
file, drag it into the new folder.
O
D. Open the folder containing all four files, right-click in the folder
window, select "New Folder," enter the new folder's title, click on
one file, drag it into the new folder.

Answers

Answer:

d

Explanation:

i took the test

Answers are 1-11, 3 is wrong

Answers

Answer:is the python

Explanation:

Use repl .it

The answer is 4

1:
3+2=5
2:
5+2=7
3:
7+2=9
4:
9+2=11
It would stop here as 11 is bigger than 10

ICT 10
Research on other forms of Operating systems used in smartphones and give a description for each.​

Answers

uSE THE ANSWER BELOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

PLEASE I REALLY NEED HELP
I have an hp laptop and it is FROZEN!! I cannot press x out of any of my tabs and the whole thing is frozen but I can pull up my settings and I can move my mouse. Shutting it off/down didn't work and it's still frozen please tell me what to do. also, will restarting it log me out of my whole account(s)? I NEED HELP PLEASEE

Answers

First try shutting down your computer for 5 minutes.

Turn it on if tabs are still open, try to right click it and press delete if you have that.

if you have none of your acounts try to make anew accounts the add a account to the new account you just made. still having peroblems, let me know?

Answer:

wait to it dies or hold the shut down button till it turns off

Explanation:

18. Hard skills can be used on almost any job. (3 points)
A. True
B. False

Answers

i think False brcause tgere are some jobs that dont need hard skills but at the same time am not really sure
Every job requires hard skills that are industry- specific and usually form the basis for the job requirements.

Okay im spamming but help me again please

Answers

Answer: for 5 its b and for 6 i may be wrong but i think its also b

Explanation:

During Which model states that communication can occur simultaneously?

Answers

Answer:

i dont see any models...please include a picture

Select the correct answer.
An automobile manufacturing organization noted a drop in sales after an incident occurred due to the lack of a safety feature in their cars. Many customers began considering other brands of cars after this incident. How can the organization avoid losing customers?
A.
introducing customer retention strategies
B.
detecting customer fraud
C.
classifying customers into groups
D.
applying medical research



Answer is A- introducing customer retention strategies

#platogang

Answers

The correct answer is A

Answer:

The answer is A

Explanation:

Other Questions
Jenny spent half of her weekly allowance at the movies. To earn more money her parents leg her clean the gutters for $9. What is her weekly allowance if she ended with $12? Add an equation and answer. How many molecules of water are created when making a lipid? Each month the fire department hosts a pancake feed. This month 75 people attended the pancake feed. This was 13 less than twice as many people as were at the pancake feed last month. How many people attended last months pancake feed? Write and use an equation to find the answer. Choose the algebraic expression to represent: A number decreased by 8. Use the letter N for the variable. Corridos viejitos or corridos tumbados? Mr. Washington is buying a gallon of milk for $3.99 and some boxes of cereal for $4.39 each. If Mr. Washington has$20, how many boxes of cereal can he buy? Emest worked 10 1/2 hours this week and earns $9.20 per hour. How much did he earn this week? Which expression is equivalent to 2 -35?Choose 1 answer:35. 235 22 + (-35)02 (-35) write the opposite to the following:- 50km Towards east CAN SOMEONE BUT THESE IN ORDER PLEASE?1.Compromise of 18502.Missouri Compromise3.Kansas-Nebraska Act4.Dred Scott Case5.Election of 1860 Convert each radian measure into degrees.4) 8pi/3 A plumbing company charges a $95 fee for each job, plus $65 foreach hour that the job lasts. The expression 65h + 95can be used to calculate the cost of a job in dollars, where hrepresents the number of hours the job takes to complete. Part A.What is the cost of a job that lasts 1.5 hours? What is aspartame? EXPLAIN Which expression means the same as "25 less that 5y" Below are five questions from a survey of MBA students. Answers were written in the blank at the left of each question. For each question, state the data type (categorical, discrete numerical, or continuous numerical) and measurement level (nominal, ordinal, interval, ratio). Explain your reasoning. If there is doubt, discuss the alternatives. _____ Q11 What is the age of the car you usually drive 7Which economic system is represented by this idea?Followers seek to end capitalism by revolution.SocialismCommunismCommunism and SocialismCapitalism Hi, Which angles are supplementary?????? What kinds of characters can you use to create a data matrix for estimating phylogenetic trees?a. any heritable trait.b. any morphological trait.c. any molecular trait.d. any measurable trait. Order the stages of development in human beings. True or False (+2 Points Possible each): Write true if the statement is true. If false, replacethe underlined word with the correct word in the space provided.1. Radiation is the transfer of energy through space.2. Molten rock rises in Earth's mantle caused by gravity.3. Fossils provide evidence of sea-floor spreading.4. Older, denser Earth material sinks below younger materialknown as subduction.5. Convergent boundaries move plates towards each othermountains.isformingPLEASE HELP ASAP THIS IS DUE BY MIDNIGHT!