In a new worksheet, you must start by typing in cell A1.

Question 2 options:
True
False

Answers

Answer 1
the answer issssss.. true

Related Questions

What is the shortcut key to apply /remove the subscript effect?
Ctrl+=

Ctrl-+

Answers

Answer:

Press "Ctrl, "Shift" and "=" on your keyboard to turn off superscript formatting.

1.1 Why is primary goal of software development now shifting from
producing good quality software to good quality maintainable software?​

Answers

is where the term ‘App’ comes from. It is any piece of software that allows us to actually ‘use’ the computer. For example, it may be a word processor, web browser, spreadsheet software or even just a game. Application software relates to the user rather than the hardware

This component is responsible for the logical order of processing?
A) ALU
B) DATA
C) Control Unit
D) RAM

Answers

Answer:

A) ALU

Explanation:

The arithmetic logic unit (ALU) performs the arithmetic and logical functions that are the work of the computer.

So, the correct option is - A) ALU

Select the uses of an IPO Chart.

Answers

there are no options
The answer is what are you talking about

The purpose of a flowchart is similar to the purpose of pseudocode.
True
False

Answers

I would say true. They both exist to provide people with a reference point.

Answer:

True

Explanation:

Pseudocode: In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.

Flowchart: A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows.

They are both human-written descriptions of the process or algorithm of a task.

I hope this helpedThanks for your timeJuri Davis

The previous Discussions have provided the opportunity to share some elegant solutions to programming challenges, and many of them share one common trait—they all handle multiple objects with ease. Forget, for the moment, about some of the complexity involved. The formulas may seem strange, but do not worry. At this stage of programming, you are not expected to generate such things on your own; very few new programmers can. Instead, stop to consider the ways programs embrace the computer’s true assets.

Machines do not mind doing the same thing over and over again; they never get bored. They are also capable of handling massive amounts of data in an impeccably organized manner. One of your challenges as a programmer is to communicate, through code, in an efficient way that plays to the computer’s strengths.

Consider, for example, having to write a program to manage personnel records for all of the people working for your company. You certainly would not want to have to write a program with a unique variable for each unique person in the company. Every time a new employee was hired, someone would have to modify the program to add a new variable for that employee. Every time an employee left the company, someone would have to modify the program to remove that employee’s variable and data from the program. Clearly, this would be a very tedious way to automate personnel records. Instead, you need a way to manage that collection of personnel information in a more organized manner. In fact, you need a way of representing the collection of individual employees as just that, a single variable that provides access to all of the employees. Then, you can use loops to process the employee data. Fortunately, Java provides the concept of an array (and other similar collections, such as the ArrayList) to manage collections of similar objects.

It takes time to truly grasp how powerful object-oriented programming can be and how you can harness its "objects-first" focus to make your own programs concise and elegant. Unfortunately, some programmers do not invest that time. They rely on brute force—repetitive methods resulting in long programs that are, by nature, hard to review and debug.

Return to the open source repositories you previously explored. Find a program that (A) uses at least one loop and a list effectively or (B) could use a loop and a list to improve the program.

*. Response that summarizes your findings. The post should:

1. Include a copy of the code that either (A) exemplifies concise, generalized code or (B) presents the perfect opportunity to apply loops, arrays, and lists to reduce the length of the program using a more elegant solution. Do not undertake a lengthy program; limit your code to approximately 20 lines.
2. If the code is an exemplar of good coding, explain what leads you to that conclusion. Be specific.
3. If the code needs improvement, include a rewritten version of the code, in which you apply one of the methods described above to improve the program. Explain how your solution better embraces a computer’s strengths as a tool that can perform calculations quickly, perform repetitive tasks, and/or manage data effectively.
4. Add or revise comments in the code to accurately describe the function of the loop and list.
Do not include the entire source code of the program you choose. Select just the portion with the necessary information, such as variable declarations and methods called from outside the class or method.

Answers

Answer:

I can't make out the question

Which one of these is NOT an indicator that an email is spam?
The email includes your name.
The email has a lot of errors in it.
The email tries to get you to act quickly.
The email address has many numbers in it.

Answers

The email includes your name.
If an email is spam them the sender more than likely doesn’t know that name of the receiver.

The one that is not an indicator that an email is a spam is the email that includes your name. The correct option is a.

What are spam emails?

Unsolicited messages sent in bulk via email are referred to as email spam, junk email, spam mail, or simply spam. The term was inspired by a Monty Python skit in which the term for a tinned pork product was Spam is pervasive, inevitable, and monotonous.

To add email addresses to their mailing lists, spammers buy them in bulk from specialized sources. There's a good probability that your address was included on a list that was recently sold to one or more scammers if you've seen a dramatic rise in the number of spam emails arriving in your account.

Therefore, the correct option is a. The email includes your name.

To learn more about spam email, refer to the link:

https://brainly.com/question/15058236

#SPJ6

Name an off-line storage device that is read-only, i.e. cannot be written to.

Answers

Answer:

CD-ROMs

Explanation:

To divide 853 by 16 in a formula in Excel, you would use what math operator?

Question 6 options:

+


%


/


=

Answers

You would need this math operator “/“

Your digital footprint says a lot about you, but not everything is true or accurate. When you're a high school or college student, you may not think about the impact your digital life will have on future employment. Some potential employers will search the web looking for information on job applicants.
Is it ethical for a potential employer to use the Internet this way?

Answers

Answer:

yes

Explanation:

cuz im yearz old

The winning design is typically that which most closely meets the design
brief and which need not necessarily adhere to budget and timescale.
False
True​

Answers

when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answerAnswer:

when the when the when the add the when are you is id god his gay for your top off jack dafe cafe read line green red whats the answer

Explanation:

write a method called threeHeads that repeatedly flips a coin until a coin

Answers

Answer:

public void threeHeads() {

Random r = new Random();

int count = 0;

while(count < 3) {

boolean head = r.nextBoolean();

if(head) {

System.out.print("H ");

count++;

} else {

System.out.print("T ");

count = 0;

}

}

System.out.println("\nThree heads in a row!");

}

Explanation:

Use GitHub

Which 3 navigation features are missing in a reports only user view?

Answers

Explanation:

when a user changes his or her view to a Report only view when using QuickBooks online they only see a report list page, without having such features as; Navigation panel, Search box or Quick Create (+) icon.

Answer:

Yes, when a user changes his or her view to a Report only view when using QuickBooks online they only see a report list page, without having such features as; Navigation panel, Search box or Quick Create (+) icon.

where in system settings can you find which version of Windows is installed on your computer?​

Answers

Answer:

Select the Start button > Settings > System > About . Under Device specifications > System type, see if you're running a 32-bit or 64-bit version of Windows. Under Windows specifications, check which edition and version of Windows your device is running.

Explanation:

brainliest pls

When a program runs in a text-based environment, such as a command line interface, what determines the order in which things happen?

Answers

The set of commands will determines the order in which things

All of the following are examples of software, expect

Video games

Speakers

web browsers

photo editors

Answers

Answer:

speakers

Explanation:

speakers are tangible objects compared to video games, web browsers, and photo editors, which are programs that run on a computer

What is the bleed space in a design?

Answers

Answer:

The bleed is the part on the side of a document that gives the printer a small amount of space to account for movement of the paper, and design inconsistencies. Artwork and background colors often extend into the bleed area. After trimming, the bleed ensures that no unprinted edges occur in the final trimmed document.

Explanation:

Software refers to:

A.
the pixels that make up a picture or photograph.

B.
media content made up of computer code.

C.
the physical parts of a computer.

D.
programs that run on computers.

Answers

Answer:

Software refers to the programs that run on your computer.

Explanation:

Examples are Word and PowerPoint. Computer programs contain instructions that the hardware carries out. ... Another program (called a compiler or interpreter) translates these instructions into machine language which the computer hardware understands.

Answer: D

Explanation: trust me its right

Jabria are you smart
A: YESSSSSSS
B: No
C: Duh
D: No u
im giving brainliest for correct answer

Answers

Answer:

A. YESSSSSS

Explanation:

C duh . pop off hahahaha

Can someone help me with this

Answers

I’m not sure but I think it belongings.

how can you make encouraging and effective content using text and visuals?​

Answers

Answer:

prepare an encouraging picture or image

To make effective content using text and visuals, it's important to prepare a picture that aligns with the central message in the text.

What is visual content?

Visual content simply means content that uses pictures to illustrate a point.

In this case, to make effective content using text and visuals, it's important to prepare an encouraging picture. This is important to depict one's image clearly.

Learn more about visuals on:

https://brainly.com/question/1023467

In terms of their eligibility for legal protection, how do ideas differ from song lyrics?


Ideas can be copyrighted, while song lyrics can be trademarked.

Ideas can be copyrighted, while song lyrics cannot be copyrighted or trademarked.

Ideas can be trademarked, while song lyrics can be copyrighted.

Ideas cannot be copyrighted or trademarked, while song lyrics can be copyrighted.

Answers

Answer:

D

Explanation:

Answer:

D. Ideas cannot be copyrighted or trademarked, while song lyrics can be copyrighted.

Copyright protection applies to original works that are fixed in a tangible form, such as being written down or recorded. This means that song lyrics are eligible for copyright protection because they are fixed in a tangible form, like sheet music or a recording. However, ideas by themselves cannot be copyrighted or trademarked because they are not fixed in a tangible form, they are not considered a creative work. Copyright applies to the expression of an idea, not the idea itself. Patents may provide protection to some ideas, but only if they are new, useful and non-obvious.

ERORR, the question you are looking for is not available.

Answers

Answer:

darn

Explanation:

Place the following items in the correct order, so that it correctly represents a URL (website address) protocol, path, server, filename

Answers

Answer:

protocol, server, path and filename

________________, _______________ and ___________ are what you see when you open Excel

Question 10 options:

None of these answers


Columns, rows and cells


Columns, rows and charts


Column, rows and formulas

Answers

volume , rows , and cells ! good luck
Columns, rows and cells.

Which of these is the most widespread information-sharing technological tool?

A.
A DVD

B.
Texting

C.
Email

D.
An online forum

Answers

Answer:

D

Explanation:

It should help you!

Your answer should be D




brainliest?

How will understanding the intended audience of a media piece help you?
A. It will help estimate when the media piece was developed.
B. It can determine where the media piece was created.
C. It provides information about the media piece's creators.
D. It explains the purpose and meaning of the media piece.

Answers

Answer:

D

Explanation:

How I'll understanding the intended audience of a media piece help you? It explains the purpose and meaning of the media piece. ... Rules that help readers understand the meaning of texts. What is the design or organization of a text called?

How is the Scheduling Assistant useful in creating a shared meeting request? Check all that apply.

*shows free/busy information for recipients inside the organization
*shows free/busy information for recipients outside the organization
*helps you to choose a meeting time that is best for everyone
*identifies requested room availability
*will make reminder phone calls to meeting attendees

Answers

Answer:

a. shows free/busy information for recipients inside the organization

c. helps you to choose a meeting time that is best for everyone

d. identifies requested room availability

Explanation:

just did it on edg2021 :)

Answer:

A, C, and D

Explanation:

I just got it right.

If you wanted to use the numeric key pad to multiply 33 by 3, you would type _____.
33^3
33*3
33/3
99

Answers

Answer:

If you want to use the numeric key pad to multiply 33 by 3 you would type 33*3 which will give you 99

Explanation:

What is the cheapest way to add more USB ports to your computer?

Answers

Answer:

viutfi7f7i

Explanation:

The easy solution to the problem is to buy an inexpensive USB hub. The USB standard supports up to 127 devices, and USB hubs are a part of the standard. A hub typically has four new ports, but may have many more. You plug the hub into your computer, and then plug your devices (or other hubs) into the hub.

PLEASE THANK, RATE AND FOLLOW ME,

AND PLEASE MARK ME AS "BRAINLIEST" ANSWER

HOPE IT HELPS YOU

Other Questions
7.2 need help plzs 15 points In the diagram below, which line has a positive slope? AB AD AC DB As you know bone marrow makes red blood cells, white blood cells and platelets and as you grow it begins to store fat. What do you think a bone marrow transplant will allow the recipient to do? Quality of life is a relative concept. Justify this statement. A $79 television is on sale for $65. What percent discount was given? Esther uses 6.6 pints of blue paint and white paint to paint her bedroom walls. 3 5 of this amount is blue paint, and the rest is white paint. How many pints of white paint did she use to paint her bedroom walls? What is the midpoint of the x intersects of f(x)=(x-2)(x-4) Help this is the last assignment i need to do! Item 8School administrators need to revise the emergency exit routes because construction at the school will block one exit for several weeks. They use a floor plan of the school to model the exit route from each room of the school. What is the next step in the process? Choose the correct answer.Design and test solutions.Optimize design solutions.Define and delimit the problem.Implement and communicate results. What is the function of your heart?a. to pump adequate blood and oxygen to organs and cellsb. to support your body's balance and posturec. to protect your internal organsd. to control your body and the communication between body parts How many bricks of dimension 7x14x28 cm3 will be sufficient to construct a cube of minimum size? Peter owns 100 shares of a company. He receives a fixed rate of dividend from these shares. Which type of share has Peter purchased?A. equity sharesB. preference sharesC. ordinary sharesD. priority sharesE. investment security How does exercise help one in reaching a lifetime fitness? Which group of people under Russian rule continued to be taxed the most?SerfsPriestsMilitary Under which of the following situations will a population decrease?aEmigrationbBirthscImmigrationdAn increase in resources angle A and angle B are complementary angles. If measure angle A= (2x 4) and measure angleB = (5x + 17), then find the measure of angle A. Catalina is composing a piece of music in the key of c major. What is MOST likely to happen in her piece? Plz help me ! A: she will begin her piece on a E major B: she will end her piece by on F minor C: she will use the tonic chord (c,e and g) D: she will only play one chord throughout it . Thirty points When plotting points on the coordinate plane below, which point would lie on the x-axis?(6, 0)(0, 2)(3, 8)(5, 5) ANSWER QUICK! ILL MARK BRAINLIEST Kiran is about to start hiking on a trail that is 1.8 miles long. In his past hikes on the same trail, he had walked at a constant rate of 2.4 miles an hour, which is 0.04 mile a minute.What is Kiran's remaining distance on the trail after 10 minutes of hiking? (20, 8), (9, 16)how do i find the slope