Answer:
thank you, have a nice day!
Explanation:
How are you and how have you been?
Is this statement true or false? Factual data is always the best data because it is based on facts. true false
Answer:
The statement is true
Explanation:
In order to sell a new product to a store owner, taking the store owner into trust is the most important stage. We must provide proper details and the proofs that our product will make his business more effective. All of the above statements are part of the deal and they can be used to assure the store owner that the product we are selling to him is trustworthy.
Why is simplicity important in navigation design?
A. It provides users with more choices and control.
B.
It makes navigation easy to understand.
C.
It reduces the load on the user's memory.
D.
It makes the design more attractive.
State ONE (1) disadvantage of using computers to store and process
information.
Answer:
it can be hacked
Explanation:
there is always a chance for computer data to be hacked
Which one Bc I’m struggling
Answer:
c
Explanation:
Some Word processors miss some errors because....?
“She could sew seeds better than she could sew clothes.”
The above sentence is one that I came across while reading a self-published novel the other day, and is a perfect example why one cannot merely rely on a spell-checking program to ensure that one’s writing is error-free. Although “sew” and “sow” are homophones (they sound the same despite having different spellings and meanings), they are obviously not interchangeable: When you write phrases such as, “In miss you,” “I’ll pick the care up from the garage,” or, “We’re having meet for dinner,” SpellCheck doesn’t catch any errors, because none of the words are actually misspelled. The same thing goes for Word and other word-processing softwaresow seeds, and sew clothes.
Biosolids are used as a chemical free natural choice for fertilizing.
Answer:
is this a true or false? I dont really understand. this is a statement not a question.
Write the correct opening and closing tags on the different commands.
Answer:
First column is openings and second is closings. <3
Head - <HEAD> and </HEAD>
Title - <TITLE> and </TITLE>
Body - <BODY> and </BODY>
Bold - <B> and </B>
Underline - <U> and </U>
Heading1 - <H1> and </H1>
Heading Group - <HGROUP> and </HGROUP>
Section - <SECTION> and </SECTION>
Article - <ARTICLE> and </ARTICLE>
Aside - <ASIDE> and </ASIDE>
Another term that describes the preconditions and postconditions associated with a method is
Select one:
a. contract
b. rubrik
c. exception
d. outcome
Answer:
Answer option C: Exception.
Explanation:
Should be the correct answer.
the ____number system is base 10
Answer:
The correct answer to this question is given below in the explanation section.
Explanation:
This is a fill-in-blank question.
The answer is:
The decimal number system is base 10.
In our everyday life, we use a number system that is a Base-10 system. As we know that the base-10 is known as the decimal system and this number has 10 digital starting from 0 to 9 such as:
0,1,2,3,4,5,6,7,8,9
We use this number system in our daily accounting and in daily life and it is a base-10 number system. This number system uses 10 as its base number so it is called a base-10 system. It is also called the decimal number system.
how do you make a triangle on art.kano.com
Umm, I guess you just try to do one? I don't know.. Sorry if I couldn't help out.
I believe you can do it!
Answer: I would watch a YouT-ube video on a tutorial on doing that
But i am pretty sure it involves coding
Explanation:
What type of file format is PSD?
Answer:
PSD (Photoshop Document)
Explanation:
PSD (Photoshop Document) is an image file format native its one of Adobe's popular Photoshop Application. PSD files are commonly used for containing high quality graphics data.
Answer:
PSD (Photoshop Document) is an image file format native to Adobe's popular Photoshop Application. It's an image editing friendly format that supports multiple image layers and various imaging options. PSD files are commonly used for containing high quality graphics data.
Format Creator: Adobe Inc.
Explanation:
Mark and his team are working on a project that is due for delivery in the next few days. The team is using project management tools to implement a set of new client requirements. Which activity are Mark and his team performing? A. managing integration B. managing change C. managing quality D. managing timelines
Answer:
The correct option is;
B. Managing change
Explanation:
Change management is a process of applying methods and instruments that bring about the implementation of required changes in an organization or project such that the changes are carried out in a seamless and timely manner using a carefully laid out and thorough approach that reduces the impact of the change on the quality of service and that handles the disruptions in the project or organization brought about by the change
What is unique about a dual-axis chart?
O Data is coded with two different colors.
O Data is charted by two different types of data.
O The information on the axis has two different fonts.
x One set of data is shown two different ways
Answer:
B: data is charted by two different types of data.
Explanation:
Got it correct in edge.
Answer:
B) Data is charted by two types of data.
Explanation:
Why should you create folders when saving files?
Answer:
it keeps your work organised
Explanation:
Answer:
You can create folders to store and organize your pictures , your videos and soon . Folders are also used to separate the files created by diffrent users.
Select the correct answer. Which engineering professional communicates potential flaws in product design? A. maintenance engineer B. design engineer C. analysis engineer D. inspection engineer E. field engineer
the correct answer is the letter C. plz mark me the brainliest!!1
Answer:
the answer is c
Explanation:
Make the other dude/girl brain list, he answered first after all, and I got it right on the test thx to him.
HELP!! I keep getting an EOFError on line 6 while trying to run my code in python.
my code-
line 1: num = int(input("Enter a number: "))
line 2: c=0
line 3: sum=0
line 4: while (num<100):
line 5: sum=sum+num
line 6: num = int(input("Enter a number: "))
line 7: c=c+1
line 8: print("Sum: " +str(sum))
line 9: print("Numbers Entered: "+str(c))
I'm almost certain you were getting an EOF error because you were asking for too much input. My code works for me. Best of luck.
function for cell range F1 to F5
Answer:
The correct answer to this question is given below in the explanation section.
Explanation:
An essential skill in Excel is to know how to determine the range of values in Excel for Excel users. Maybe you don't have time to waste sorting through rows and columns in order to find the lowest and highest values of sales, revenue, or other finance-related information, etc. The range in Excel, the difference between the highest and lowest value helps in making accurate decisions, forecasting, and budgeting.
To find the minimum and maximum, you can use the following functions.
To determine the range for Cell F1 to F5 is given below:
To find the minimum, you can use this function: =MIN(F1:F5)
To find maximum, you can use this function: =MAX(F1:F5)
If you want to find the highest and lowest values for the example sale amount, you can use the following formulas.
To find the lowest, you can use this function:=SMALL(F1:F5,1)
To find the next lowest, you can use this function:=SMALL(F1:F5,2)
To find the third-lowest, you can use this function:=SMALL(F1:F5,3)
To find the highest, you can use this function: =LARGE(F1:F5,1)
To find the next highest, you can use this function: =LARGE(F1:F5,2)
To find the third-highest, you can use this function: =LARGE(F1:F5,3)
Only text values can be displayed as a part of <TD> and <TH> tags.
True or False?
Answer:
I'm not sure but I think its true
when installing a Windows 10 an already installed Windows 7 what happen
Answer:
are u updating it? or u r rooting it?
Answer:
If you've already installed Win7, the boot media *should* realize, and so the Windows 7 data gets overwritten with Windows 10 and all personal data stays intact. This is known as an upgrade, rather than just replacing.
Which term describes a web address such as www.еdgеnuitу.com?
Option 1. DNS
Option 2. ISP
Option 3. domain name
Option 4. IP address
Answer:
C.
READ BELOW
Explanation:
A DNS LOOKS LIKE (DNS Primary: 8.8.8.8 Secondary: 8.8.4.4)
AN ISP is a internet service provider. For example (Comcast LLC)
A DOMAIN NAME IS (the name of a url www. [domain name] .com, .org, .gov)
an Ip address is an identifier of your computer, and it looks similar(all are unique) to [64.233.191.255]
Answer:
Domain Name
Explanation:
I just did the Instruction/Assignment on EDGE2022 and it's 200% correct!
Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)
James is writing a program in C++ and forgets to put curly braces where they are supposed to be. James will see a message about which of the following when the program is run? database error variable error binary error syntax error
Answer:
syntax error
Explanation:
curly braces demarkate code blocks. omitting them and code may violate the syntax, hence produce a syntax error.
Select the correct answer. What do bureaucrats do on a wiki website? A. Settle disputes between users. B. Manage the wiki's infrastructure. C. Add or remove editors of a wiki. D. Assign or remove administrator rights on wikis.
Answer:D ,Assign or remove administrator rights on wikis.
Explanation:
What are the benefits and risks of a client-server network?
Answer:
Ermm... i don't really know but probably
the benefits can be: multi device connection and can be upgraded.
The disadvantages: The server is expensive i think, a special staff like a network manager is needed, and if any single part of the system fails a whole lot of disruption can come.
hope this helps!
write a code to test if a number is equal to 89 or 78
number = whatever value you want
if number == 89 or number == 78:
print("The variable number equals 89 or 78.")
else:
print("The variable number does not equal 89 or 78.")
DDL statement for adding a column to an existing table is
Answer:to add a column to existing table.
to rename any existing column.
to change datatype of any column or to modify its size.
to drop a column from the table.
Explanation:
hope this help
Put the steps in order to produce the output shown below. Assume the indenting will be correct in the program.
5 2
5 3
8 2
8 3
plz help ill give brainliest
Answer:
for numB in [5,8]:
for numA in [2,3]:
print(numB, numA)
Explanation:
Looking at the given output it can bee sent that the first numbers are repeated twice consecutively and the second numbers in a sequence.
This means that nested loops are used.
Assuming that the indentation will be correct in the program
The code in squence is:
for numB in [5,8]:
for numA in [2,3]:
print(numB, numA)
Answer:
Line 1: for numB in [5,8]
Line 3: print (numB, numA)
Line 2: for numA in [2,3]
Explanation:
Serena is adding headers and footers in the Slide Master view using the Header and Footer dialog box What is not
an option on the Slide tab to be included in the header and/or footer?
Slide Number
O Date and Time
O Company Logo
O Don't Show on Title Slide
Answer:
NUMBER 3
Explanation:
Answer:
it is c
Explanation:
I WILL MARK YOUR BRAINLIEST IF YOU ANSWER
Draw a flowchart to print first 10 multiples of 5.
Please also draw it on paper and answer
SILLY ANSWERS = REPORT!
Answer:
Explanation:
Sorry it's very messy, for this a loop is need but inclusive of a count/index variable which I have used and called the variable 'number'
Two forms of compression are lossy and lossless. State giving reasons which
would be the most suitable form of compression to use when transmitting:
(i) a draft manuscript for a book.
(ii) A video recording which you have made of the school play.
Answer:
(i) When transmitting a draft manuscript for a book, the lossless compression technique is most suitable because after decompression, the data is rebuilt and restored in its form as it was from where it originated
(ii) When transmitting a video recording which you have made of the school play, a lossy compression technique is most suitable because the large size of video files require the increased data carrying capacity which is provided by the lossy transmission technique. The quality of the video can be reduced without affecting the message intended to be delivered
Explanation:
Is this statement true or false?
It is always better to run over and give more information when you are giving a presentation versus quitting on time.
true
false
Answer:
THIS IS TRUE
Explanation:
but try to hurry up if the time is about to finish or try to find a quick way to wrap it up if the timing is too strict.
Hope this helped :)