Which of the following items is the most important piece of
information to include in a page header or footer?
O Author name
Grade
Date
Page number
Answer:
Page number
Explanation:
Hope this helps
How do you access the
internet in your school and at home?
What is one example of a pan lan man and a wan
Answer:
A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.
Explanation:
i hope this helps
explain the concept of “survival of the fittest”
Answer:
i think thats a line from the lorax
Explanation:
No matter what your fitness level is, you need to exercise more than 20 minutes to get any health or fitness benefit.
A.
True
B.
False
THE ANSWER IS FALSE!!!!!
Answer:
f
Explanation:
This is your code.
>>> a = [5, 10, 15]
>>> b = [2, 4, 6]
>>> c = [11, 33, 55]
>>> d = [a, b, c)
b[1:2] is
Answer:
got no answr...help me with it
Answer:
6
Explanation:
Help please
Who will give the answer I'll mark him/her as brainlist..
Answer:
We will be using Average function of Excel Calculation sheet.
Its Syntax in Calc sheet is : =AVERAGE (number1, [number2], ...)
or you can use =Average and then click on the first cell and drag the whole row till end and close the brackets. It will calculate the average of that row.
Once you have applied average function on first row, you can drag this cell down the column and it will replicate the same function for respective rows.
A spreadsheet will complete a variety of mathematical formulas for the user.
True or false
Answer: True
Explanation:
A spreadsheet will complete any formula as long as its entered by the user
Answer:
True
Explanation:
Using cell references enter a formula in B6 to calculate monthly payments for the loan described in this worksheet Omit the optional arguement use a negative value for pv
Answer:
= PMT(B4/B2, B2 * B3, B1)
Explanation:
The syntax to use is:
= PMT(Rate,NPER, PV)
To answer this question, the following assumptions will be made.
B1 = Present Value i.e. PV
B2 = Number of Payment Period i.e n
B3 = Duration (in years)
B4 = Rate
So, the formula to enter in B6 is:
= PMT(B4/B2, B2 * B3, B1)
The above formula will return the monthly payment in cell B6
Is brainly allowed because you don't Really learn from this..?
Explanation:
I don't know it's some time good and some times bad
Answer:
i bet ur like that one kid who tells the teacher that she forgot to collect the homework even tho u aint even do it
True or False
Explanation:
Fill in the blank to make the following true.
2 ** 3 =
Answer:
2 ** 3 = 8
Explanation:
Answer:
8
Explanation:
Can someone tell me how this is a SyntaxError! (Python3)
Answer:
The expression on line 9 required 2 brackets
Explanation:
Given
The attached code
Required
Why syntax error.
The error points to line 10, but the error is actually from line 9
To get an integer input, the syntax is:
variable-name = int(input("Prompt"))
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.
This, in Python 3 is a sytax error
Answer: it needs two brackets
Explanation: got it right on edgen
7. Application software is a program or group of programs designed for end-users.
True
False
Answer:
True
Explanation:
A software refers to "instructions that tell a computer what to do. Software comprises the entire set of programs, procedures, and routines associated with the operation of a computer system" (Encyclopedia Britannica).
There are two types of software;
i) system software
ii) Application software
An application software helps the user to perform specific tasks on the computer. It was specifically designed for the end user.
A typical example of an application software is the Microsoft office which could be used to prepare documents using the computer.
Answer:
true
Explanation:
A cell is the intersection of a row and a column, identified by a letter and number.
True or false
Answer: True
hello how are you
Answer: True hope it helps
what is the deck of a suspension bridge called
Answer:
that would be the tension in the cables and compression in the towers I believe, my aunt and my uncle work on technology stuff and I'm learning from them.
this not a queston but a warning
if you see a tnyInk link DO NOT DOWNLOAD THE FILE IN IT they most likley contain malware and if you see that link in a comment report it please it will help. and also show this to your freinds or someone.
Complete the sentence with the correct response. In a two-way selection, if the initial statement is evaluated as , the code skips to the ELSE command.
Answer:
True.
The code skips the else command
Explanation:
I will answer this question with the following code segment
n = 1
If n > 0:
Print("greater than 0")
else:
Print("not greater than 0")
From the code segment above
Print("greater than 0") will be executed because the condition If n > 0 is true
Since the if condition is true, the else condition will not be executed
Which term is defined as a single page within a spreadsheet file?
Answer:
A or C
Explanation:
I'm sorry if I'm wrong
How can HTML be used to express personal value?
Hypertext Markup language could be described as a computer language which is used to texts and documents used on web pages. With these capability, it offers a platform to make an impression.
Websites are avenues express ideas, views and motives. It serves as a platform to make one's voice heard. It also serves as a marketing platform to make sales and enhance business growth.
Therefore, Hypertext Markup language, markdowns and other computer languages are means of expressing personal values and development.
Learn more : https://brainly.com/question/22645163
the processing is done in the
Answer:
CPU Central Processing Unit
Answer:
CPU.... I'm not sure but it might be right or can u put the full question because it sorta don't make any sense
Which of the following items are not a
component of a graphical user
interface?
(A) windows
(B) icons
(C) menus
(D) prompts
Answer:
D
Explanation:
we dont use prompts on graphical iser
Prompts following items are not a component of a graphical user interface.
What is Graphical user interface?
A mouse is used to interact with a graphics-based operating system interface, which uses menus and icons to govern user interaction. The Xerox GUI was made popular in the 1980s by the Apple Macintosh.
However, Microsoft Windows, the company's GUI, has since become the standard user interface for personal computers. At the time, Microsoft's operating system, MS-DOS, required the user to input particular commands (PCs).
A graphics library, an interface toolkit, an interface style guide, and standardized applications make up a complete GUI environment. A high-level graphics programming interface is offered by the graphics library.
Therefore, Prompts following items are not a component of a graphical user interface.
To learn more about Graphical user, refer to the link:
https://brainly.com/question/14758410
#SPJ2
what do you mean by formatting the document?
Answer: See explanation
Explanation:
Document formatting simply refers to how a document is laid out. It involves specifications about the look of a document.
During formatting of a document, some of the things done include alignment, margin, font, color, font size, indentation etc. All three eventually gives the document its look.
Does anyone know how to do 8.3 Code Practice on Edhesive?
Answer:
nums = [14, 36, 31, -2, 11, -6]
print(nums)
Explanation: That should be 100%.
The Code Practice on Edhesive will be represented with the language of python language. there will be arrays and lists that will be presented. Thus, option A is correct.
What is code?A collection of commands that will be presented is referred to as computer code. It's also the name that was given to the source code. The translator has prepared for computer execution that will be presented.
Code is usually presented with a focus on producing various code-correct internet, application forms as well as a phone application.
The inputs will be
numbers = input()
Splits of numbers will be presented as
numList = numbers.split(' ')
Iterates will be presented with the list:
for i in range(len(numList)):
Conversion of every agreement will be;
numList[i] = int(numList[i])
The final line will be:
print(numList)
Learn more about code, here:
https://brainly.com/question/20712703
#SPJ6
The question is incomplete, Complete question probably will be is:
8.3 code practice adhesive
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
14 36 31 -2 11 -6
Sample Run
[14, 36, 31, -2, 11, -6]
9. Differentiate between bolding and highlighting
text.
(2 marks)
Answer:
Highlighting Text
- Highlighting text allows a user to move, copy, or cut that selected text. Highlighting an object, such as an icon, also allows it to be cut, copied, deleted, moved, viewed, opened, or otherwise manipulated.
Bolding Text
- A set of type characters that are darker and heavier than normal. A bold font implies that each character was originally designed with a heavier appearance rather than created on the fly from a normal character.
Explanation:
I hope it can help
I'm just putting this because I need to answer a question and I know nothing:)
The concept of a logo with a constantly changing persona is contrary to the widely held belief that trademarks and visual identifiers should be absolutely fixed and used in a consistent manner. The _____________ logo changed the face, the idea, and the speed of graphic design; it played a major role in redefining visual identity in the electronic age. This logo anticipated the kinetic world of motion graphics soon to explode as cable television, video games, and computer graphics expanded the variety and range of kinetic graphic messages.
Answer:
Music Television (MTV).
Explanation:
The concept of a logo with a constantly changing persona is contrary to the widely held belief that trademarks and visual identifiers should be absolutely fixed and used in a consistent manner. The Music Television (MTV) logo changed the face, the idea, and the speed of graphic design; it played a major role in redefining visual identity in the electronic age. This logo anticipated the kinetic world of motion graphics soon to explode as cable television, video games, and computer graphics expanded the variety and range of kinetic graphic messages.
Music Television (MTV) is a 24-hour music cable channel that had its first live transmission in 1981.
Discuss any five factors that hinder the application of computer application in business organization
Answer:
Many factors can cause inderdce to the application of computer application in any business organization
Explanation:
Various factors affect and hinder the use of computers in the business scenario such as Time and cost, that is business think that new and different computer application is a waste of time and money. lack of training of employees, most of the emptied are not properly trained and lack professionalism. Old and primitive software that cannot be replaced, due to the old tools and methodologies of the company the business may not feel the need to change. Risks of hacking and data leak, as new software, can contain hidden costs which may destroy or leak information or may be more vulnerable to risks. Low financial support, such as new startup or a low-paying corporation.Differentiate between a window and Windows
Answer:
A window is a graphic control element which are controlled by the keyboard usually and windows is an operating system
Explanation:
Describe how a cell’s content and format attributes are related.
Answer: They are independent and not related.
Explanation: Changing the format affects the content. Which of the following is NOT a way to change the column width in Excel?
how was kapilvastu named
Answer: Kapilvastu was named after Vedic sage Kapilamuni
Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False