Answer:
Units larger than a terabyte include a petabyte, exabyte, zettabyte, yottabyte and brontobyte. A geopbyte is also larger than a terabyte and refers to 10 30 bytes, or 1,000 brontobytes. Additional units of measurement become necessary as the amount of data in the world increases.
Explanation:
Answer:
I think you mean terabyte so the answer would be a petabyte
Explanation:
There are more thing that are bigger than terabytes and petabytes too, here are a few of them. exabyte, zettabyte, and yottabyte
helppppppppppppppppppppppppppp
Answer:
2.
Explanation:
Stayed a safe distance away from the tank while shooting to ensure that he did not fall in accidently
im going to go with 1 or 2
Explanation:
Using complete sentences post a detailed response to the following.
Imagine that you are the PM for a development team and you’ve realized that your major deadline to finish the project is nearly here, but things aren’t complete. You have several choices—for example, hiring more developers, or paying your current staff more to work overtime, or rushing through the code to create something even if it’s not up to the quality you’d like it to be. Given a conflict between completing a project on time, delivering it with good quality, and keeping to a budget, what choice do you make? How would you justify that decision to your clients?
To summarize means to
Answer:
communicate the main idea with supporting ideas
Which of the phases of the software development life cycle (SDLC) would the following action take place in?
Neveah is using the design documents to begin building each part of the app she is creating.
A.
planning
B.
designing
C.
developing
D.
testing
Answer:
C) Developing
Explanation:
The key word is building and another word for building is developing say like you building a game you are developing to become something instead of nothing.
PS: Your welcome!
Look at the image and read the excerpt from "Black Hole Beginnings."
Several spheres shown in movement by wispy tails behind them. Some collide and merge together.
As the star material gathers, its inward pressure grows. The nuclei respond by zipping and zooming faster and faster, veering away from each other all the while. However, when the pressure gets high enough, the nuclei are going so fast that their speed overpowers their repulsion. Slamming into one another, they push through each other’s force fields and fuse.
Which statement correctly explains how the image and text work together to support understanding?
Answer:
Don't worry I know what you are talking about.
The answer is B.
Hope this helps and please give brainliest!
Answer:
b
Explanation:
_____ refers to the programs that a device can run.
A.
Code
B.
Application
C.
Software
D.
Programming
Answer:
I think that C is the correct answer
Explanation:
PLEASE MARK ME BRAINLIEST IF MY ANSWER IS CORRECT PLEASEAnswer:
a
Explanation:
Which of these would be the fastest transition duration?
00.50
01.00
01.50
02.00
help
The answer to your question simply would be 01.50
Which of the phases of the software development life cycle (SDLC) would the following action take place in?
Cora has been working on an app that will allow customers to order online from her sister’s candy shop. She is deciding which language would be the best to use to create the app.
A.
planning
B.
designing
C.
deploying
D.
testing
Answer:
The answer is A planning.
Explanation:
Sorry i could not be faster
Have a nice day :)
I WOULD REALLY USE UR HELP PLS
Answer:
Tricking
Explanation:
They are "Tricking" you into revealing information.
Answer:
Tricking
Explanation:
A _____ focuses on creating software systems like tools, utilities, antivirus programs, and operating systems.
A.
software analyst
B.
system software developer
C.
computer programmer
D.
software engineer
When creating a formula or function it must always start with:
A. the letter F
B. a plus sign
C. a subtraction sign
D. an equals sign
Answer
example, the following formula multiplies 2 by 3 and then adds 5 to that result to come up with the answer, 11.
=2*3+5
This next formula uses the PMT function to calculate a mortgage payment ($1,073.64), which is based on a 5 percent interest rate (5% divided by 12 months equals the monthly interest rate) over a 30-year period (360 months) for a $200,000 loan:
=PMT(0.05/12,360,200000)
Here are some additional examples of formulas that you can enter in a worksheet.
=A1+A2+A3 Adds the values in cells A1, A2, and A3.
=SQRT(A1) Uses the SQRT function to return the square root of the value in A1.
=TODAY() Returns the current date.
=UPPER("hello") Converts the text "hello" to "HELLO" by using the UPPER worksheet function.
=IF(A1>0) Tests the cell A1 to determine if it contains a value greater than 0.
The parts of a formula
A formula can also contain any or all of the following: functions, references, operators, and constants.
Parts of a formula
1. Functions: The PI() function returns the value of pi: 3.142...
2. References: A2 returns the value in cell A2.
3. Constants: Numbers or text values entered directly into a formula, such as 2.
4. Operators: The ^ (caret) operator raises a number to a power, and the * (asterisk) operator multiplies numbers.
Using constants in formulas
A constant is a value that is not calculated; it always stays the same. For example, the date 10/9/2008, the number 210, and the text "Quarterly Earnings" are all constants. An expression or a value resulting from an expression is not a constant. If you use constants in a formula instead of references to cells (for example, =30+70+110), the result changes only if you modify the formula.
Using calculation operators in formulas
Operators specify the type of calculation that you want to perform on the elements of a formula. There is a default order in which calculations occur (this follows general mathematical rules), but you can change this order by using parentheses.
Types of operators
There are four different types of calculation operators: arithmetic, comparison, text concatenation, and reference.
Arithmetic operators
To perform basic mathematical operations, such as addition, subtraction, multiplication, or division; combine numbers; and produce numeric results, use the following arithmetic operators.