Answer:
B. provides better pay.
Explanation:
it was right
Here is the API for a robot library.
// moves the robot forward
function moveForward();
// turns the robot to the left
function rotateLeft();
// turns the robot to the right
function rotateRight();
// checks if a robot can move in any direction
// direction {string} - the direction to be checked
// return {Boolean} - true if the robot can move in that direction, otherwise returns false
function canMove(direction);
Which code segment will guarantee that the robot makes it to the gray square without hitting a wall or a barrier (black square)?
A.
B.
C.
D.
Answer:
hi
Explanation:
Will this website ever get itself together to stop people from sending links?
Answer:
no
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
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
How do you think electronic spreadsheets have transformed businesses today?
what is computer memory measured in
Answer:
MB I think I learned it actually.
Explanation:
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.
When you insert a copy of Excel data into a Word document the data is __________ in the Word document
Answer:
I don't know if I get a chance to get through
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.
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:
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:
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:
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:)
Which option is a means of reporting events via the Internet? O A. Taking photos to upload O B. Browsing for fun O C. Downloading music videos D. Searching with search engines
Answer:
your answer is A!
Explanation:
photos are often a great form of proof or example material when reporting something over the web!
how was kapilvastu named
Answer: Kapilvastu was named after Vedic sage Kapilamuni
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.explain the concept of “survival of the fittest”
Answer:
i think thats a line from the lorax
Explanation:
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 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
Consider the following code:
x = "apple"
y = x
z = "banana"
print(x + " " + y + "\n" + 2)
Answer:
apple apple
banana
Explanation:
Given - Consider the following code:
x = "apple"
y = x
z = "banana"
To find - print(x + " " + y + "\n" + z)
It will print -
apple apple
banana
First will apple followed by '' '' that is space then y which is equal to x that is apple then followed by ''\n'' new line then banana.
So, The answer would be
apple apple
banana
Notation used -
'' '' represents space between two values
''\n'' represents new line
3.Choose the correct container for sugar
A:bag of sugar
B:Can of sugar
Answer:
bag of sugarrrrrrrrrrr
Answer:
The answer is A. bag of sugar
Which term is defined as a single page within a spreadsheet file?
Answer:
A or C
Explanation:
I'm sorry if I'm wrong
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.
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]
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.
A cola container is in the shape of a right cylinder. The radius of the base is 4 centimeters, and the height is 12 centimeters. What is the volume of the container? A. B. C. D.
Answer:
Volume of cylinder = 603.42 cm² (Approx.)
Explanation:
Given:
Radius r = 4 cm
Height = 12 cm
Find:
Volume of cylinder
Computation:
Volume of cylinder = πr²h
Volume of cylinder = (22/7)(4)²(12)
Volume of cylinder = 603.42 cm² (Approx.)
Answer:
It is B, also know as 192π cm3
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
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
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:
How is this a SyntaxError?(python3)
Answer:
1 bracket, instead of 2 is closed in line 9
Explanation:
Given
The attached code
Required
Why is line 10 a syntax error?
The error points to line 10.
From the attached code, the line 9 is:
amount = int(input("Enter cheese order weight: ")
When converting an input to integer, the syntax is:
variable = int(input("Prompt"))
But, only 1 bracket is closed in the program, where 2 is required.
This is definitely a syntax error
Answer: theres only one bracket
Explanation: got it right on edgen