I will earn at least a 3.0 gpa in all of my courses this semester is an example of all the criteria of a smart goal?

Answers

Answer 1

Based on the given scenario, it can be clearly seen that it fulfils all criteria for a SMART goal.

What is a SMART goal?

This is an acronym that means Smart, Measurable, Attainable, Realistic and Time-Bound.

With this in mind, we can see that

S = Specific

There is a specific criteria (3.0 GPA) that this person is trying to meet

M = Measurable

This goal is measurable, and can be measured by looking at grade point averages.

A = Attainable

Yes, 3.0 is a B average, which is attainable if you work hard!

R = Realistic

Yes, most grade-based goals are realistic as long as they are not aiming for 100%!

T = Time-Bound

This goal is time bound to one semester

Therefore, we can state that it fulfilled all criteria for a SMART goal

Read more about SMART goals here:

https://brainly.com/question/8986181

#SPJ1


Related Questions

CodeHS 2.9.5 Style Your Class List answer

Answers

In this exercise we have to use the knowledge of computational language in python to write the code that Style Your Class List answer

Writting the code:

ipenup()

backward(100)

for i in range(4):

pensize(5)

pendown()

left(60)

color("green")

forward(50)

right(120)

color("blue")

forward(50)

color("red")

right(120)

forward(50)

penup()

left(180)

forward(50)

See more about python at brainly.com/question/22841107

#SPJ1

Question 3: Which of the following is NOT one of the basic functions of malware?
O Gathering personal information about you
O Launching a denial of service attack
O Aggressive advertising
O Tracking your surfing habits

Answers

Answer choice 4 is not one of the basic functions of malware

what does a microchip do. what is it used for and when was it made?

Answers

A microchip is used in almost every electronic gadget we use today, including cellphones, game consoles, automobiles, as well as in medical equipment, and they all uses microchips.

What exactly is a microchip and how does it work?

A microchip is a discrete piece of packaged computer circuitry, also known as an integrated circuit, that is produced on a very small scale from a material like silicon. Program logic (logic or microprocessor chips) and computer memory are produced using microchips (memory or RAM chips).

Therefore, based on the above, A microchip is used in almost every electronic gadget we use today, including cellphones, game consoles, automobiles, as well as in medical equipment, and they all uses microchips.

Learn more about microchip from

https://brainly.com/question/28469339
#SPJ1

Explain security interdependence among components in a computing environment.Give three examples demonstrating security interdependence in an information system.

Answers

When a catastrophic risk faced by one firm is partially determined by the behavior of other firms, and when this behavior influences the incentives of the first firm to limit its exposure to the risk, security issues become interdependent.

What is security independence in a computing environment?

Because security is a component that requires the integration of several system parts, such as from the authentication and authorization segment where users are authenticated and granted access, and security is established using the encrypted part of the program or system, security interdependence can be seen in the various components of the information system or the computing environment. Security is dependent on the system as a whole, including the link layer security, transport layer security, any encryption methods utilized, and secure data transfer.

The use of link layer security, transport layer security, and encryption techniques are three examples of how security is interdependent.

To get more information about Security Independence :

https://brainly.com/question/28149669

#SPJ1

This is your code. >>> a = [5, 10, 15] >>> b = [2, 4, 6] >>> c = [11, 33, 55] >>> d = [a, b, c] d[0][2] is .

Answers

The value of d[2][0] value of your code is 11.

What is coding?

Coding, also known as computer programming, is the method by which we communicate with computers.

Code tells a computer what to do, and writing code is similar to writing a set of instructions. You can tell computers what to do or how to behave much more quickly if you learn to write code.

A variable called an is declared, and it contains an array of the numbers 5, 10, and 15.

Variable b is a collection of the numbers 2, 4, and 6.

Variable c is also made up of the numbers 11, 33, and 55.

d[2][0] simply means that we should take the d variable, find the index 2 (which is c), and get the index 0 of c. The result should be 11 because index zero of variable c is 11.

Thus, the answer of d[2][0] is 11.

For more details regarding coding, visit:

https://brainly.com/question/17204194

#SPJ1

What kind of software would I be able to build with functional programming language?​

Answers

Answer:

Functional programming languages are specially designed to handle symbolic computation and list processing applications. Functional programming is based on mathematical functions. Some of the popular functional programming languages include: Lisp, Python, Erlang, Haskell, Clojure, etc.

Is it true or false? Just have been stuck on this for a bit about CNC milling.

Answers

The answer is trueeeee

Which of the following networking device can be used to implement access lists, dynamic routing protocols, and Network Address Translation (NAT)?

Answers

The networking device that can be used to implement access lists, dynamic routing protocols, and Network Address Translation (NAT) is a router. The correct option is a.

What is a router?

On computer networks, a router receives and sends data. Routers are frequently mixed up with network hubs, modems, and network switches.

Routers, on the other hand, can combine the functions of these components and connect with these devices to improve Internet access or assist in the creation of business networks.

Wired routers, wireless routers, core routers, edge routers, and VPN routers are all types of routers.

A router can implement access lists and dynamic routing protocols.

Thus, the correct option is a.

For more details regarding a router, visit:

https://brainly.com/question/15851772

#SPJ1

Your question seems incomplete, the missing options are:

a. Router

b. Layer 2 Switch

c. Hub

d. Layer 3 Switch

The currency number format allows you to add a dollar sign symbol and decimal places for data true or false

Answers

decimal places for data is false

Which statement best describes a characteristic of a relational database?

Answers

(RDBMS):

A relational database is a type of database that stores and provides access to data points that are related to one another. Relational databases are based on the relational model, an intuitive, straightforward way of representing data in tables. In a relational database, each row in the table is a record with a unique ID called the key. The columns of the table hold attributes of the data, and each record usually has a value for each attribute, making it easy to establish relationships among data points.

The relational database is basically used as the set of the table in which the data can be easily accessible without any re-organizing of the table in the database. In the structured query language (SQL), the relational database is used as the standard users and API ( Application programming interface). The relational database is basically needed to store the information or data in the form of tables. Due to the relational database, we can easily compare the data or information because the data are arranged in the form of columns

Database tables

In a relational database, all data is held in tables, which are made up of rows and columns. Each table has one or more columns, and each column is assigned a specific datatype, such as an integer number, a sequence of characters (for text), or a date. Each row in the table has a value for each column.

A typical fragment of a table containing employee information may look as follows:

emp_ID              emp_lname              emp_fname         emp_phone

10057                 Huong                       Zhang                   1096

10693                 Donaldson                Anne                     7821

The tables of a relational database have some important characteristics:

1. There is no significance to the order of the columns or rows.

2. Each row contains one and only one value for each column.

3. Each value for a given column has the same type.

Learn more about Relational Database: brainly.com/question/13262352

#SPJ1

In MakeCode Arcade, the space where you drag code blocks to build your
program is called the.
A. Workspace

Answers

In +MakeCode Arcade, the space where you drag code blocks to build your program is called the workspace. The correct option is C.

What is MakeCode Arcade?

Microsoft MakeCode Arcade is a beginner-friendly web-based code editor for creating retro arcade games for the web and dedicated hardware.

As is customary with MakeCode, you can build your program in your browser using blocks or JavaScript.

JavaScript and the Static TypeScript language are used in the Microsoft MakeCode programming environment.

The workspace is the area in MakeCode Arcade where you drag code blocks to build your program.

Thus, the correct option is C.

For more details regarding MakeCode Arcade, visit:

https://brainly.com/question/28144559

#SPJ1

Your question seems incomplete, the missing options are:

A. Game simulator

B. Image editor

C. Workspace

D. Toolbox

Evaluate when to use Object-oriented design
methodology

Answers

The time to  use Object-oriented design methodology is when a person wants to fill the space between problem and solution.

Check more about Object-oriented design methodology  below:

What is object oriented design used for?

The term Object-oriented design (OOD) is known to be a kind of an act or method that involves the use of   an object-oriented methodology to design a computing system or any form of application.

Note that this technique is known to be one that entails the act of the implementation of a software solution which is said to be as a result of an idea or the concepts of objects, since OOD serves as an aspect of the object-oriented programming (OOP) act or lifecycle.

Therefore, based on the above, one can say that The time to  use Object-oriented design methodology is when a person wants to fill the space between problem and solution.

Learn more about Object-oriented design from

https://brainly.com/question/13383471
#SPJ1

I need the user to type 17 OR 18 and if they type a different number the computer should say error else it should say thanks

if Age !="17" or "18" :
print("Error please try again")
elif Age == "17" or "18":
print("thanks")

Answers

The output for the first condition would be thanks while the one when age is not 17 or 18 would be error please try again.

What is the else if (elif statement)?

This is the statement that is used in programming which tells the computer to fulfill another condition if the first condition that it was given is unmet.

Here the first condition is to type 17 or 18 as age.

This would be

If Age == "17" or "18"

print ("thanks")

The output would be thanks if the age falls under the condition of 17 or 18.

Next we are to get what happens if age is not 17 or 18

elif age != "17" or "18"

print("Error please try again")

The output that we would have here if the first condition is unfulfilled would be error try again.

Read more on elif codes here: https://brainly.com/question/15091482

#SPJ1

in python
Write an if-else statement with multiple branches.
If year is 2101 or later, print "Distant future" (without quotes). Otherwise, if year is 2001 or greater, print "21st century". Otherwise, if year is 1901 or greater, print "20th century". Else (1900 or earlier), print "Long ago".

Sample output with input: 1776
Long ago

Answers

Answer:

year = 1776

if year >= 2101:

   print("Distant future")

elif year >= 2001:

   print("20th century")

else:

   print("Long ago")

   

Explanation:

Alternatively, if you wanted the user to assign a value to the "year" variable. You could replace year = 1776 with year = int(input("Enter a year: "))

Why was the department of homeland security created ​

Answers

Answer: To stop terrorist

Explanation: After the attack on 9/11 the Department Homeland Security was created to stop terrorist. :)

When working on a ladder, what's one thing you need to avoid in order to prevent falling?
A. Making sure the ladder is in its locked position before use
B. Having a peer hold the ladder while you're climbing to make sure it's stable
C. Facing the ladder as you climb up and downD. Using the top ladder as a step

Answers

Answer:

  D. Using the top ladder as a step

Explanation:

You are given suggestions for use of a ladder, and asked to identify one that is unsafe.

Ladder safety

In general, you will want to make sure a ladder is locked so that movable parts cannot move, and placed on a stable, level surface at an appropriate angle. It can be helpful to have someone hold the ladder for you to make sure it does not move. It is always a good idea to face the ladder while climbing up and down, so that you can appropriately grip the rails.

The one practice listed here that is unsafe is using the top step of the ladder.

Answer: Its D

Explanation:

Maintaining three points of contact with the ladder at all times

Never standing on either of the top two rungs of a stepladder

Never stepping on any of the top four rungs of an extension ladder

Having a partner hold and steady a ladder as you use the ladder to climb

up and down.

In 1645, a German Jesuit priest invented an image projection device, which he
called a:

O phantasmagoria.
O zoopraxiscope.
Othermoscope.
O magic lantern.

Answers

In 1645, a German Jesuit priest invented an image projection device, which he called   magic lantern.

What was the Magic Lantern?

This is known to be the very fist initial attempt to be able to project drawings that were known to be in motion.

It was said to be one of the initial kinds of the modern slide projector, that was said to have projected an image that has been depicted on a glass plate.

Therefore, In 1645, a German Jesuit priest invented an image projection device, which he called   magic lantern.

Learn more  about magic lantern from

https://brainly.com/question/13280070
#SPJ1

Answer: magic lantern

Explanation:

Write a class encapsulating the concept of an investment, assuming
that the investment has the following attributes: the name of the
investor, the amount of the investment, and the static interest rate at
which the investment will be compounded. Include a default
constructor, an overloaded constructor, the accessors and mutators,
and methods, toString() and equals(). Also include a method returning
the future value of the investment depending on how many years
(parameter to this method) we hold it before selling it, which can be
calculated using the formula:
Future value = investment(1 + interest rate )year
We will assume that the interest rate is compounded annually. Write a
client class to test all the methods in your class and print out the tuture
value of and investment for 5, 10, and 20 years.

Answers

A class encapsulating the concept of an investment, assuming that the investment has the following attributes is given below:

The Program

import java.util.Scanner;

   /**

      This program compares CD /Investment plans input by the year

      broken down by the requirements below:

      This program creates a table of compound interest investment growth over time

      Broken down by: a) year b) balance at end of year

      Finance formula of A= P(1+ r/n)^n*t is used:

      A = Future Value         | P = Initial Investment

      r = annual interest rate |n = times interest is compounded/year

      t = years invested

   */

    public class InvestmentTableFirstTest

    {

       public static void main(String[] args)

       {

            Scanner in = new Scanner(System.in);

            String bestBankName = "";

            double bestGrowth = 0;

            boolean done = false;

            while(!done)

            {

                System.out.print("Plan name (one word, Q to quit): ");

                String bankName = in.next();

                if (bankName.equals("Q"))

                {

                      done = true;

                }

                else

                {

                     System.out.print("Please enter your principal investment: ");

                     final double PRINCIPAL_INVESTMENT = in.nextDouble();

                     System.out.print("Please enter the annual interest rate: ");

                     double iRate = in.nextDouble();

                     System.out.print("Please enter number of times interest is compounded per year:  ");

                     final double INCREMENT = in.nextDouble();      

                     System.out.print("Enter number of years: ");

                     int nyears = in.nextInt();

                     iRate = iRate/100; System.out.println("iRate:" + iRate);

                     //Print the table of balances for each year

                      for (int year = 1; year <= nyears; year++)

                      {

                       double MULTIPLIER = INCREMENT * year;

                       System.out.println("Multiplier: " + MULTIPLIER); // I've included this print statement to show that the multiplier changes with each passing year

                       double interest = 1 + (iRate/INCREMENT);

                       double balance = PRINCIPAL_INVESTMENT;

                       double growth =  balance * Math.pow(interest, MULTIPLIER);

                       growth = growth - PRINCIPAL_INVESTMENT;                      

                       balance = balance + growth;                                  

                       System.out.printf("Year: %2d  Interest Earned:   $%.2f\t   Ending Balance:   $%.2f\n", year, growth, balance);

                      if (bestBankName.equals("") || bestGrowth > growth) // || bestBankName > growth

                      {

                           bestBankName = bankName;  // bestBankName = bankName

                           bestGrowth = growth; // mostGrow = growth

                      }

                         System.out.println("Earning with this option: " + growth);        

                 }

            }

        }

           System.out.println("Best Growth: " + bestBankName);

           System.out.println("Amount Earned: " + bestGrowth);      

      }

   }

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

A(n)______protects your device against unauthorized access.

A. Virtual machine
B. User account
C. Personalization app
D. Administrative tool

Answers

A User account protects your device against unauthorized access.

What is user account and its example?

A user account is known to be a kind of online account that gives one room or does not allow a user to be linked to a network, another computer, or any other thing.

Note that any network that has multiple users requires one to have user accounts and as such, A User account protects your device against unauthorized access.

Learn more about User account from

https://brainly.com/question/26181559

#SPJ1

odify the guessing-game program so that the user thinks of a number that the computer must guess.

The computer must make no more than the minimum number of guesses, and it must prevent the user from cheating by entering misleading hints.
Use I'm out of guesses, and you cheated and Hooray, I've got it in X tries as your final output.

Answers

The guessing-game program that the user thinks of a number that the computer must guess is illustrated below.

How to illustrate the program?

The appropriate program for the guessing game will be:

import random

import math

smaller = int(input("Enter the smaller number: "))

larger = int(input("Enter the larger number: "))

count = 0

print()

while True:

   count += 1

   myNumber = (smaller + larger) // 2

   print('%d %d' % (smaller, larger))

   print('Your number is %d' % myNumber)

   choice = input('Enter =, <, or >: ')

   if choice == '=':

       print("Hooray, I've got it in %d tries" % count)

       break

   elif smaller == larger:

       print("I'm out of guesses, and you cheated")

       break

   elif choice == '<':

       larger = myNumber - 1

   else:

       smaller = myNumber + 1

Learn more about programs on:

https://brainly.com/question/16397886

#SPJ1

Is it true that all office programs include the capability to incorporate feedback called online collaboration across the internet or a company network

Answers

It is true that all office programs include the capability to incorporate feedback called online collaboration across the internet or a company network.

What is online collaboration?

The process of connecting users digitally to communicate in an online space is known as online collaboration. A software system that allows team members to communicate using video, audio, and text is usually used to supplement online collaboration.

It is primarily used by businesses to improve communication and project efficiency.

All Office programs include the ability to incorporate feedback via the internet or a company network, which is known as online collaboration.

Thus, the given statement is true.

For more details regarding online collaboration, visit:

https://brainly.com/question/19191600

#SPJ1

Question 4: A computer controlled by a hacker is called a
O spybot
O pharm
O zombie
O Trojan horse

Answers

Zombie

Zombie is a computer connected to the internet that has been compromised by a hacker via a computer virus,worm or Trojan horse program
Zombie is going to be your correct answer

Mary and Joanne would like to start their own jewelry business. They do not want to file a bunch of papers, but also do not want to be personally liable for debts incurred by the company. Which form of ownership should they pursue?\


A-Partnership
B-Sole proprietorship
C-Limited Partnership

(helping my friend do his work cos hes sick)

Answers

In the United States, an LLC is a type of organizational structure where the owners are not held personally responsible for the debts or obligations of the business. Limited liability companies are hybrid legal entities with traits shared by corporations, partnerships, and sole proprietorship.

What personally liable for debts incurred by the company?

A business where some people hold the bulk of the company's shares is known as a closely held corporation. Shares cannot be purchased by the public because they are not openly traded on an exchange. The majority shareholders have a large impact on and control over the company.

Therefore, The simplest and most straightforward type of business ownership is a sole proprietorship. One individual is the owner of it. The distinction between the individual and the company does not exist. Profits and losses from the company are shared by the owner.

Learn more about personally liable here:

https://brainly.com/question/14682274

#SPJ1

The Check Spelling command is found under the ________ menu.
Question 1 options:

1)

View

2)

Edit

3)

Layer

4)

File

Answers

Answer: 2

Explanation:

Emily has copied some text from one of her documents. She would like to insert it in a new word-processing document. What command should Emily use?


Save As

Save

Cut

Paste

Answers

The ans is paste if u copy something and right click again the paste command will show up

Whst addresses do not change if you copy them to a different cell?

Answers

The type of addresses that do not change if you copy them to a different cell is Absolute references.

What are absolute references?

There are known to be two types of cell references which are: relative and absolute.

Note that Relative and absolute references can work differently if copied and filled to other cells. The Absolute references, is one that often remain constant, no matter where a person may have copied them to.

Therefore, The type of addresses that do not change if you copy them to a different cell is Absolute references.

Learn more about Absolute references from

https://brainly.com/question/11764922

#SPJ1

What other new jobs could be created to help address the reality of climate change?

Answers

The new jobs that could be created to help address the reality of climate change are:

Environmental Engineer. Clean Car Engineer.Environmental Scientist. Conservation Scientist.

What exactly is climate change?

The term climate change is known to be a Long-term changes in temperature and weather patterns are referred to as climate change. These changes could be caused by natural processes, such oscillations in the solar cycle.

Note that human activities are known to be primarily the combustion of fossil fuels like coal, oil, and others are those that have been the primary cause of climate change.

Therefore, The new jobs that could be created to help address the reality of climate change are:

Environmental Engineer. Clean Car Engineer.Environmental Scientist. Conservation Scientist.

Learn more about climate change from

https://brainly.com/question/1789619
#SPJ1

Question 1
Which of the following is NOT a picture format command?
O Remove background
O Theme
O Crop
O Arrange

Answers

It would be arrange.

The "Theme" command is NOT a picture format command.  (Option B)

How are the others a picture format command?

The other options listed – "Remove background," "Crop," and "Arrange" – are picture format commands that are typically found in image editing or presentation software.

"Theme" is usually related to the overall design style or appearance of a document or presentation, rather than a specific picture format manipulation.

It's important to note that your provided context is slightly unclear, and without additional details, this answer is based on common understanding of these terms in the context of image editing or presentation software.

Learn more about picture format  at:

https://brainly.com/question/32510553

#SPJ2

students in your class publish a list online that ranks all the students in your grade from most attractive to least attractive. It gets forwarded and shared across social media.

How could you respond to this situation? List as many responses as you can think

Answers

Since there was an online ranking of all the students in your grade from most attractive to least attractive, my response will be that it is unethical.

That some student whose name may be in the lowest point can see it and be sad as well as laugh at which may make them to have low self esteem and can even make them to stop going to school so that they would not be laugh at and as such, such things should be removed as the cons are more that the pros.

What are Unethical behavior?

Unethical behavior is known to be a term that can be defined as any kind of actions that are known to be done against social norms.

Note that they can be seen as any kind of acts that are found to be unacceptable to the public.

Therefore, Since there was an online ranking of all the students in your grade from most attractive to least attractive, my response will be that it is unethical. That some student whose name may be in the lowest point can see it and be sad as well as laugh at which may make them to have low self esteem and can even make them to stop going to school so that they would not be laugh at and as such, such things should be removed as the cons are more that the pros.

Learn more about Unethical behavior from

https://brainly.com/question/24518056

#SPJ1

Question 1
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Configuration management is a process for controlling changes in system requirements during software development.

Select one:

a.
True


b.
False


Question 2
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
______________ is the overall time between a request for system activity and the delivery of the response.

Select one:

a.
Through-put speed


b.
Turnaround time


c.
Response time


Question 3
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
When an information systems project gets implemented, it moves into the "maintenance" stage - any requested changes will be considered maintenance activities. There are 4 basic types of maintenance. Please match each with its correct term.

________ maintenance is performed to fix errors
Answer 1
Choose...
___________ maintenance adds new capability and enhancements

Answer 2
Choose...
_________ maintenance improves efficiency

Answer 3
Choose...
_________ maintenance reduces the possibility of future system failure.

Answer 4
Choose...
Question 4
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
System security encompasses confidentiality, integrity, and availability.

Select one:

a.
True


b.
False


Question 5
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
In the testing process, a new computer program reads in a file and attempts to perform arithmetic calculations on a name field. What is the most likely result?

Select one:

a.
The program will encounter a logic error.


b.
The program will encounter a syntax error.


c.
The program will encounter a run-time error.


Question 6
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
The testing process takes place in the closing phase of the project management life cycle. (T/F)

Select one:
True
False
Question 7
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Corrective maintenance efforts are _________ when a project is first implemented

Select one:

a.
Low


b.
Medium


c.
High

Question 8
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Which of the following statements is true about logic errors?

Select one:

a.
Logic errors do not keep the program from running.


b.
With a logic error, program syntax is correct but the program doesn't return the expected results.

c.
Logic errors keep programs from running correctly.

d.
All of the above


Question 9
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Hailey tried to compile her source code, but it failed to compile. The most likely reason is:
Select one:

a.
It had a logic error in it.


b.
It encountered a run-time error.


c.
The code had a syntax error(s).


Question 10
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Mike created a new program that isn't returning the results he expects. Although the program compiles fine and runs fine (without ending in error), it isn't processing correctly. Mike should:

Select one:

a.
Look for logic errors in the code.


b.
Eliminate any syntax errors and try again.


c.
Run a systems test for the users to see if they can help.


d.
All of the above


Question 11
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
Adaptive maintenance adds _____________ to an operational system and makes the system easier to use.

Select one:

a.
New feature(s) or capability.

b.
Changes to make the system more efficient.

c.
Changes to fix syntactical errors.

Question 12
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
After implementation, when an administrator monitors a new system for signs of trouble, logging all system failures, diagnosing the problem, and applying corrective action, s/he is carrying out:


Select one:

a.
Fault management


b.
Post-implementation control


c.
Production monitoring


Question 13
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
When we monitor current activity and performance levels, anticipate future activity, and forecast the resources needed to provide desired levels of service, we are engaging in:

Select one:

a.
Stress testing


b.
Capacity planning


c.
Establishing a system baseline


Question 14
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
When a new version of a system is installed, the prior release is archived or stored. Companies implement _____________ in order to track system releases, or versions. In this way, it is possible to return to an earlier revision of the system code.
Select one:

a.
Release management


b.
Version control


c.
Version tracking

Question 15
Not yet answered
Points out of 2.0
Not flaggedFlag question
Question text
For the most part, testing is a perfunctory act that satisfies the project sponsor, but can be avoided much of the time.

Select one:

a.
True


b.
False

Answers

Answer:

true and false

Explanation:

Other Questions
solve each inequality.[tex]| |3x-1|+5| < 1[/tex] A small child weighs 60N. If mommy left him sitting on the top of stairs, which are 10 m high, how much energy does the child have? Multiply and simplify. 64 x . 29 x y Nadira made this table of all the possible outcomes of rolling two 6-sided number cubes and finding the sum of the numbers facing up on the cubes. What is the probability of rolling a sum greater than 10? HELPPPPQuestion 11 (1 point)(02.05 LC)What number is 70% of 60?Input only whole numbers. (1 point)Blank 1: What was Justin's relationship to Justinian I?Uncle who recognized his abilities and made him co-emperor until his own deathSon who attempted unsuccessfully to overthrow himO Brother who was his closest adviserDistant cousin who assumed the throne at the end of the civil war following his death a particle of matter that has a positive electrical charge and forms part of the nucleus of an atom. What are the domain and the range of this graph?The domain is x0 and the range is y0.The domain is x1 and the range is y2.The domain is x2 and the range is y1.The domain and range is the set of all real numbers.The domain and range is the set of all real numbers. What the distance between a negative number and a positive number 12 1/2 Amari is currently in the process of handling a service breakdown with a customer. what type of messages should amari use to have the best chance of resolving the situation positively? Read the passage.Jeremy's mother had been a professor at the state university for aslong as he could remember. Each semester proceeded the same asthe last. She taught classes three days a week and had extended timeoff in the summers, which enabled her to spend extra time with herchildren. Jeremy loved his summers with his mother, who wasadventurous and fun-loving. This predictability made it all the moresurprising when Jeremy's mother announced one spring day that shewas applying for a job as a CEO of a well-known corporation.Which evidence from the text suggests that the narrator of this passage is reliable? 1549-1637 not the time period ;-; The gusset plate is subjected to the forces of three members. determine the tension force in member c and its angle, , for equilibrium. the forces are concurrent at point o. take f = 8 kn. Which of the following places the historical development of the Abrahamic faiths in chronological order? I need help. who understands this I really need help here. Please. What is the answer to the following : 4/7 times 4/7 Thepeoples of the Southwest region were the first to build shelters,farm, and make pottery.OA. MogollonOB. Ancestral PuebloanOC. HohokamD. Olmec Thomas is taking an introduction level agriculture class, has been volunteering with the local vet for 3 summers, and takes care of his family's horses. Which CTSO should Thomas join this school year?Group of answer choicesFBLAFFAFCCLAHOSA is the relationship between the time spent swimming and the number of weeks proportional? the points a straight line that through the orgin. Do you believe that the benefits of the death penalty outweigh the costs, or vice versa?