Answer:
a. Locate
Explanation:
Question options (obtained on the net):
a. Locate
b. Sort
c. Filter
d. Replace
Explanation:
The largest value of the weights of the dog breed in row 43 is the maximum weight of the dog breed in the row
The 'MAX' formula or the 'Autosum' tool can be used to give the largest value in a row, or column
To locate the maximum value in MS Excel, the ADDRESS and MATCH and MAX functions are combined and entered into the blank cell on the right, specifying the same range for the MAX and MATCH functions, and a '0' for the MATCH function as well as a '1' for the ADDRESS function as follows;
=ADDRESS(MATCH(MAX(A1:E1), A1:E1, 0), 1)
Therefore, to navigate to the maximum weight, Emily should use a locate(ing) tool navigate to the information on the spread sheet
Answer:
A. Locate
Explanation:
E2020!
Explica la importancia que tiene el plan de trabajo (cronograma) en los proyectos y porque se realiza antes de ejecutar la solución seleccionada. ayuda es para hoy :c
Answer:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación del proyecto) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
Explanation:
El plan de trabajo permite delimitar la necesidad a la cual se debe responder con una solución (descripción del problema), los hitos que se deben alcanzar (objetivos general y específico), los recursos requeridos para lograr desarrollar y aplicar la solución (marco teórico), los posibles beneficios derivados del proceso exitoso (justificación) y una administración racional y realistas de los recursos a disposición en cuanto a disponibilidad, tiempo y personal mediante una secuenciación de tareas (i.e. diagramas de Gantt), todo reduce el componente iterativo inherente a diseño y producción de un producto, permite prever posibles imprevistos y mantener una perspectiva realista y una eficiencia aceptable en cuanto a presupuesto, metodologías y tecnologías a usar.
El plan de trabajo debe incluir principios de ingeniería concurrente para minimizar para manera mejor los posibles imprevistos, usualmente difíciles de manera con principios de ingeniería secuencial.
What will the Document search option search through?
Answer:
hi
Explanation:
nynttnynybynynynumkol0
Write a program that takes as input: - the current hour - the number of hours to add and outputs the new hour. For example, if the inputs are 2 (as the current hour) and 51 (as the number of hours to add), your program should output the answer from part (a) of this problem. Note that your program should always output an integer between 1 and 12. We will get you started with this program with the two lines that gather the input from the user. You'll need to write the rest.
Answer:
The program in Python is as follows:
cTime = int(input("Current Hour: "))
while(cTime <1 ):
cTime = int(input("Current Hour: "))
aTime = int(input("Additional Hours: "))
while(aTime <0):
aTime = int(input("Current Hour: "))
tTime = cTime + aTime
tTime%=12
print("New:",tTime,"hours")
Explanation:
This gets input for current time
cTime = int(input("Current Hour: "))
The following ensures that the user enters a time greater than 0
while(cTime <1 ):
cTime = int(input("Current Hour: "))
This gets input for additional time
aTime = int(input("Additional Hours: "))
The following ensures that the user enters a positive time
while(aTime <0):
aTime = int(input("Current Hour: "))
This calculate the new hours
tTime = cTime + aTime
This gets the hour equivalent between 1 and 12
tTime%=12
This prints the new hour
print("New:",tTime,"hours")
What does GUI stands for and what is it function?
Answer:
A GUI (graphical user interface) is a system of interactive visual components for computer software. A GUI displays objects that convey information, and represent actions that can be taken by the user. The objects change color, size, or visibility when the user interacts with them.
Answer:
[tex]\huge\boxed{Answer\hookleftarrow}[/tex]
⎇ GUI stands for Graphical User Interface.
⎇ It's main functions are to :-
present data files & apps in a graphical format (icons) .⎇ GUI is easy to use & enables you to easily exchange information between software using cut and paste or 'drag and drop'.
ʰᵒᵖᵉ ⁱᵗ ʰᵉˡᵖˢ
# ꧁❣ RainbowSalt2²2² ࿐
- Items in a ______ are enclosed in square brackets
Answer:
list.
Explanation:
Items in a list are enclosed in square brackets
What information is automatically generated from the company identifier and product name?
A.
project name
B.
class prefix
C.
bundle identifier
D.
organization name
place the features or components under the correct location. powerpoint start screen or power point user interface: online templates, dialog box launchers, thumbnail pane, slide pane, themes search field, recent files
Answer:
PP start screen: Recent Files, Online templates, Themes search field
Pp user interface: Side Pane, Thumbnail pane, Dialog box launches.
Explanation: Edg 2021
Answer:
Answer:
PP start screen: Recent Files, Online templates, Themes search field
Pp user interface: Side Pane, Thumbnail pane, Dialog box launches.
Explanation:
Edg 2021 just took test. Good Luck, Keep Going!!
this sensor is used for burglar alarms
A. temperature
b. humidity
c. movement
d. PH
Answer:
C
Explanation:
Have a great summer :)
The kinetoscope is ___________________ a. a disk with a series of drawings around the edge, showing the same object in slightly different poses. b. a standard communications protocol used to connect computer networks around the world. c. a device that creates the illusion of movement and was the forerunner to the modern projector. d. a portable device for recording audio and video.
Answer: the answer is c
Answer:
C
Explanation:
Explain the effects of disposing electronic equipments to the environment
Answer:
When electronics are improperly disposed and end up in landfills, toxic chemicals are released, impacting the earth's air, soil, water and ultimately, human health.
Write 4 types of viruses , explain them briefly.
I can help with two.
Web Scripting Virus, A sneaky virus that targets popular websites. What this virus does is overwrite code on a website and insert links that can install malicious software on your device. Web scripting viruses can steal your cookies and use the information to post on your behalf on the infected website.
FILE INFECTOR, targeting executable files (.exe), file infector viruses slow down programs and damage system files when a user runs them.
Select three advantages of using Cascading Style Sheets.
A) They make it possible to give specific tags specific rules.
B) They make it simple to design web pages if you do not know HTML.
C) They make it easy to edit multiple parts of the document at once.
D) They provide information about changes made to websites.
E) They cut down on the amount of code needed.
Answer:
They make it easy to edit multiple parts of the document at once., They cut down on the amount of code needed., They make it possible to give specific tags specific rules.
Which tab is used to create a
new e-mail?
O File
O View
O Folder
O Home
Please help!!!!!!!!!!!!!
Answer:
Mail tab
Explanation:
Please mark as brainliest answer as it will also give you 3 points
True or False: Using “OR” between search terms helps narrow down
In the digital media process, what is one of the differences between the plan/design stage and the create/develop stage?
A) Scripts, storyboards, and flowcharts are created in the plan/design stage, and utilized in the create/develop stage.
B) Scripts, storyboards, and flowcharts are involved with the plan/design stage, but not with the create/develop stage.
C) Scripts, storyboards, and flowcharts are involved with the create/develop stage, but not with the plan/design stage.
D) Scripts, storyboards, and flowcharts are created in the create/develop stage, and utilized in the plan/design stage.
Answer:
Scripts, storyboards, and flowcharts are created in the plan/design stage, and utilized in the create/develop stage. A
Answer:
A.) Scripts, storyboards, and flowcharts are created in the plan/design stage, but utilized in the create/develop stage.
Isa wants to find out if his co-worker Alexis is available for an event on Wednesday, February 10th. Which calendar
view should he use?
O Schedule View
O Day View
O Week View
O Appointment View
Please help ASAP!!!!!!!!!!!
Please please help me
3. Which of the following are the tips for safe internet browsing?
Customize your security settings.
Turn on Two-Factor Authentication whenever possible.
Bookmark important sites.
O All of the above
Answer:
increase your browser security settings
The tips for safe internet browsing is to customize your security settings. The correct option is A.
What is internet browsing?Browsing means searching or exploring the internet. Nowadays, people search on the internet for getting information about something. It needs a computer or an electronic device in which there is access to the internet.
Internet is a wireless connection of various computers together. There are different types of internet connections, like Wi-Fi, hotspot, wire internet, etc. It is used in various things like studying, watching movies, etc. which is necessary for this current time.
Safe internet browsing means being safe from internet crimes, like cyber crimes and saving the computer from viruses, and saving your data on the computer. Do not open unknown sites and emails.
Thus, the correct option is A. Customize your security settings.
To learn more about internet browsing, refer to the link:
https://brainly.com/question/9909761
#SPJ5
There are eight primitive data types in Java. If the the size of 4 different datatype sizes are as follows then what is maximum value they can store? Show using the chart as in our example.
Answer and Explanation:
The eight primitive data types in Java include:
byte , short , int , long , float , double , boolean and char.
By size of datatype we mean the amount of memory the data type occupies. For a 32-bit processor/CPU,
The size of int data type(with whole numbers from -2,147,483,648 to 2,147,483,647) in Java is 4 bytes
The size of byte data type is 1 byte
The size of short data type is 2 bytes
The size of long data type is 8 bytes
how much video does a 10gb video hold i will give brainliest for first correct answer
Answer:
2,000 songs
Explanation:
spam and i report
Maurice wants to create a variable to store the name of the second-best taco place. Maurice writes the line of code as 2ndtaco = "Tio Dan's" but gets an error message. What is the problem with Maurice’s code?
A.
There can’t be an apostrophe ' in a variable name.
B.
The equals sign should be a dash.
C.
The type of variable wasn’t specified.
D.
A variable name can’t begin with a number.
Answer:
option d is the correct answer
Answer:
For your other question I think it's true
Explanation:
An example of computer hardware is ? A. keyboard B. app C. web browser D. operating system
Answer:
D. Operating system
Explanation:
A keyboard is a secondary item like a mouse and is not apart of computer hardware and app is also not a computer hardware because its coding not hardware. Web Browser is a Internet thing not hardware.
Answer:
option A
Explanation:
Computer hardware is the physical parts or components of a computer, such as the monitor, mouse, keyboard.
what is the effect of flattening layers in image editing?
you can reduce file size by flattening layers. this operation mergers all ___ layers into the background and discards hidden layers.
all ___ areas that remain are filled with white.
first blank
a. black
b. colored
c. transparent
second blank
a. dark
b. visible
c. bright
Answer:
Hello There!!
Explanation:
I believe the answers are:
-First blank=>c. transparent
-Second blank=>b. visible.
hope this helps,have a great day!!
~Pinky~
Programming Exercise 11 in Chapter 8 explains how to add large integers using arrays. However, in that exercise, the program could add only integers of, at most, 20 digits. This chapter explains how to work with dynamic integers. Design a class named largeIntegers such that an object of this class can store an integer of any number of digits. Add operations to add, subtract, multiply, and compare integers stored in two objects. Also add constructors to properly initialize objects and functions to set, retrieve, and print the values of objects. Write a program to test your class.
Answer:
Explanation:
The following is written in Java. It creates a class called largeIntegers that creates objects of the built-in BigInteger class to handle operations on very large numbers. The class contains the add, subtract, multiply, compare, toString methods as well as the getter and setter method for the BigInteger. A test class has been provided and the output can be seen in the attached picture below where two numbers are created and added together. Due to technical difficulties, I have added the code as a txt file below.
in your own ideas what are the disadvantages of participating in a videoconference write your answer inside the circle
Select three advantages to using digital video.
A) Digital video appears to have more depth.
B) Digital video can capture a greater range of brightness.
C) Digital video is much less expensive than film.
D) Digital video be easily edited and shared.
E) Digital video can be viewed in real time where it was taken.
Answer:
Digital video be easily edited and shared., Digital video is much less expensive than film., Digital video can be viewed in real time where it was taken.
Explanation:
In what way, if any, are scripting languages different from markup languages?
A) Markup languages tell the computer what content to present, while scripting languages make things run faster.
B) Markup languages tell a single computer what to do, while scripting languages help computers communicate with each other.
C) Scripting languages tell the computer what content to present, while markup languages make things run faster.
D) Scripting languages tell a single computer what to do, while markup languages help computers communicate with each other.
Answer:
Markup languages tell the computer what content to present, while scripting languages make things run faster. A
Answer:
It's most likely A in edge.
Explanation:
My father works in IT, and I am taking a Fundamentals of Dig. Media class. If I remember correctly, the lesson for markup languages said that markup is used for online documents, like Wiki for example. Thus, I believe it is A.
write a program to find area of rectangle
Answer:
program by INPUT statement
Explanation:
CLS
REM to find the area of rectangle
INPUT L
INPUT B
LET AOR = L * B
LET " AOR = "; AOR
END
Press F5
Assuming that the question needs Python program to find the area of a rectangle. Since we are not given in the Question only by which programming language we write the required program, therefore here we use python program.
Before we write the required program for this question, let's first take some hint for better understanding and know that what we need to do in this program.
Let us take a look at what we need to do in this program.
We know that, the area of rectangle is defined as the product of its length and breadth respectively.
→ Area of rectangle = length * breadth
First we would take user input to accept the values of length and breadth of the rectangle from the user.
We then calculate the area of the rectangle using the required formula of it.
The Program# Program to find the area of rectangle
# Take user input to accept length
length = float(input("Enter the measure of length: "))
# Take input to accept breadth
breadth = float(input("Enter the measure of breadth: "))
# Calculate the area of rectangle using the formula
area = length * breadth
# Assign the result
print("The area of rectangle is", area, "square units.")
[Hashtag (#) is only a single line comment in Python, It's not printed in the program, I have used them here for understanding the program step-by-step. If you want then you can remove those comments from the program.]
The OutputEnter the measure of length: 5
Enter the measure of breadth: 10
The area of rectangle is 50.0 square units.
What is the explanation of line 21-25
Answer:
The code is checking if a word in the word list matches a certain length and the first letter matches a certain letter... the for loop is what increments through the word list checking each word one by one for the specified conditions. If the word meets the conditions it is added to an array called filteredWordList.
Explanation:
Scientists have put genes into potato plants to make vaccines against cholera and hepatitis B.This type of research is called
Answer:
Edible vaccines
Explanation:
In the recent years, biotechnologist have developed a new concept known as the edible vaccines. The Edible vaccines are a subunit vaccines. Here the selected genes are first introduced into the plants and then the transgenic plant is induced to make the encoded protein. Foods like potato, corn, banana, soybean, lettuce, legumes and rice are used for these applications.
These edible vaccines can reduce diseases like the cholera, Hepatitis-B, diarrhea and other disease.
In cell L2, enter a formula using the IF and AND functions, as well as structured references to determine if Adam Moriarty can be a bunk leader. a. The logical test in the IF function should determine if the staff member’s Service Years is greater than 4 AND the staff member’s Leadership Training status is "Yes". Remember to use a structured reference to the Service Years and the Leadership Training columns. b. The function should return the text Yes if a staff member meets both of those criteria. c. The function should return the text No if a staff member meets none or only one of those criteria.
Answer:
Enter the following formula in L2
=IF(AND([Service Year]>4,[Leadership Training]="Yes"),"Yes","No")
Explanation:
Analyzing the formula:
[tex]= \to[/tex] Begin the formula with an equal to sign
IF [tex]\to[/tex] This indicates that the formula uses an "IF" function
AND [tex]\to[/tex] This indicates that there are at least 2 conditions in the function; all of which must be true for the function to return true.
The conditions in the formula are:
[Service Year]>4; and [Leadership Training]="Yes"
Notice that the column names (service year and leadership training) are called and not the cell names (e.g. K2); this is what is referred to as structured referencing.
Having said that, both conditions must be true for the function to return true (because we use the AND clause to join both functions)
The possible results in the formula are:
"Yes","No"
If both conditions are true, then the value of L2 will be "Yes"
If otherwise, then the value of L2 will be "No"