Answer:
service valet
Explanation:
add chapter name
Help please!, explain what is missing and what needs to be changed if anything.
Using the computer language in JAVA to write a function code that output numbers in reverse
Writting the code in JAVA:import java.util.Scanner;
public class LabProgram {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int[] userList = new int[20];
int numElements;
numElements = scnr.nextInt();
for (int i = 0; i < numElements; ++i) {
userList[i] = scnr.nextInt();
}
for (int i = numElements - 1; i >= 0; --i) {
System.out.print(userList[i] + " ");
}
System.out.println();
}
}
See more about JAVA at brainly.com/question/12975450
#SPJ1
Enter the database function in cell i6 that determines the average salary of all full-time employees with at least one dependant.
Based on the given spreadsheet, the database function that needs to be entered into cell I6 to find the average salary of all full-time employees is =AVERAGEIFS(D5:D34,B5:B34,"FT",C5:C34,">=1")
What does the AverageIfs formula find?You can use the AverageIfs formula to find the average of a specific group of numbers from a spreadsheet based on the shared categories that these numbers fall under.
After typing in the =AverageIfs function, you then input the range from which the category will be specified. In this case that is D5:D34. The next entry would be the range the category is picked from which is B5:B34. The function will be FT for Full time workers.
Then use C5:C34 to find out the number of dependents that are equal to or greater than 1.
The digit returned is the average salary of all full-time employees.
Find out more on the AverageIf function at https://brainly.com/question/13661607
#SPJ1
Which of the following tasks are suitable for creating an algorithm? Choose all that apply
A tasks are suitable for creating an algorithm are:
giving directions to a location.solving a math problem.tracking money in a bank account.tracking the number of items in inventory.What is algorithm?An algorithm is known to be a form of a procedure that is often employed in the act of solving a problem or carrying out a computation.
Note that in the case above, A tasks are suitable for creating an algorithm are:
giving directions to a location.solving a math problem.tracking money in a bank account.tracking the number of items in inventory.See options below
giving directions to a location
saving time writing a computer program
solving a math problem
tracking money in a bank account
tracking the number of items in inventory
Learn more about algorithm from
https://brainly.com/question/24953880
#SPJ1
2 The following image shows the number of orders Company A received in 2015-2020. A financial analyst wants to calculate the year-over-year growth rate of the orders and has entered the formula for 2016 in cell C4. What steps should the analyst take to apply the same formula to all adjacent years using the Macabacus' Fast Fill Right shortcuts?
In the above case, the thing to do is to Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R.
What are Computer shortcuts?A computer shortcuts are known to be a composition of one or a lot of keys that bring about a command in software or operating system.
Hence, In the above case, the thing to do is to Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R.
See options below
Select cell C4, then press Ctrl + Shift + R
Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R
Select cell C4, then press Ctrl + R
Press Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R
Learn more about Computer shortcuts from
https://brainly.com/question/12531147
#SPJ1
The postmortem lesson learned step is the last in the incident response process. Why is the most important step in the process?
The most important step in the process of the learned step that came last in the incident response process is to know how this threat happened and how to prevent it in the future.
What is Post-Mortem?This refers to the medical examination of a dead body, to determine the cause of death and other possible factors that can also help to solve a murder.
Hence, we can see that from the complete text, there was a learning process that was used to teach the incident response process and this was done to help in threat prevention.
Read more about post-mortem here:
https://brainly.com/question/21123962
#SPJ1
what is spy x family?
Answer:
Spy × Family, is a Japanese manga series written and illustrated by Tatsuya Endo. The story follows a spy who has to "build a family" to execute a mission, not realizing that the girl he adopts as his daughter is a telepath, and the woman he agrees to be in a marriage with is a skilled assassin.
An anime television series adaptation produced by Wit Studio and CloverWorks premiered on TV Tokyo and its affiliate stations in April 2022, and was licensed by Muse Communication in Asia and Crunchyroll worldwide. The second half aired from October to December 2022. A second season is set to premiere in October 2023 and an anime film, titled Spy × Family Code: White, will release on December 22, 2023.
By March 2023, Spy × Family had over 30 million copies in circulation, making it one of the best-selling manga series. The series has been praised for its storytelling, comedy, and artwork.
I personally, rate it a solid ⭐⭐⭐⭐⭐rating because it's GREAT!
Please Vote For Brainliest!
A process model can _____.
A document both as-is system and to-be system
B only be used in BPR situations
C only document to-be system
D only document as-is system
Answer:
25&⁴⁸/⅘kindly⁶⁸/⁵⅞8⁹⁰/⁴⁵
The choice database does not have any impact on the relevancy of search results true or false
True. The search results a user received have no correlation with the choice of database.
How do you optimise search results in a database?It is recommended that the best way to optimise search results lies in adjusting how the query is been made. This implies that a user can make their search results more relevant by using key phrases or making direct quotations in the search box.
For example, to achieve relevant search results of a home address in a database, making a direct quotation of the home address in the search box would yield the desired results than simply typing a few phrases.
You can learn more search results here https://brainly.com/question/14024902
#SPJ1
Your boss sends you an e-mail with some criticism of a report you submitted. Which of the following is the best way to respond?
THAT REPORT WAS PERFECT!
I will work on incorporating your suggestions before our deadline.
Do not respond at all. She will come find you if she wants to know if you read the e-mail.
The answer is B for whoever needs it on brainly.
Answer:
the answer is b for whoever needs the help
What is the purpose of secondary
memory?
Answer:
secondary memory is usually used as mass storage.
This is your code.
>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
What is the value of E[1][0]?
dog
cat
35
O 21
Answer:
35
Explanation:
List E is a 2 dimensional array. We want index 1 of E, which is B. Now we have an index of that list B, it is index 0 so 35.
How is a collapsed qubit similar to a bit?
The collapsed qubit similar to a bit as it has a single value of either 0 or 1.
What is the difference between a qubit and a bit?Note that a classical computer is one that has a memory composed of bits that is, each bit is known to hold a one or a zero.
Note also that a qubits (quantum bits) is one that can hold a one, a zero or can also superposition the both.
Hence, The collapsed qubit similar to a bit as it has a single value of either 0 or 1.
See full question below
How is a collapsed qubit similar to a bit? It can stay in a state of superposition. It is still dependent on its counterparts. It has a single value of either 0 or 1. It has numerous potential paths to follow.
Learn more about qubit from
https://brainly.com/question/24196479
#SPJ1
what is a mini computer ? write the use of mini computer ? Please help me
= Mini computer are medium sized computer that is smaller than other computer and powerful than micro computer.
The use of mini computer are.
= Scientific and engineering computation
= Business transactions processing
= File handling
= Databace management
I HOPE IT HELP YOU
Why did NFL equip its players with RDIF tags?
NFL equip its players with RDIF tags so as aid or support them to take a lot of statistical information about the players e.g. their position, speed, acceleration and others. The data taken is often used in making a lot of analysis and coaching decisions linked to the players.
Why did NFL equip it's players with RFID tags?This is known to be often done so that it can aid location tracking, a lot of NFL equips each player with a minimum of two RFID tags.
Hence, NFL equip its players with RDIF tags so as aid or support them to take a lot of statistical information about the players e.g. their position, speed, acceleration and others. The data taken is often used in making a lot of analysis and coaching decisions linked to the players.
Learn more about NFL from
https://brainly.com/question/15262528
#SPJ1
A computer that is not connected to a network is called a........
Answer:
standalone computer
Explanation:
If your PC is not connected to a network, it is referred to as a standalone computer.
Hope this helped and have a good day
: Chronic state of ____________________, unrealistic & excessive worry about two or more life ____________________
The Chronic state of generalized anxiety disorder is an unrealistic and excessive worry about two or more life that last for at least six months.
What disorder is chronic worry?Generalized Anxiety Disorder, GAD, is known to be a form of an anxiety disorder that is known by:
chronic anxiety exaggerated worry tension and others.Note that it is also called an excessive or unrealistic worry in regards to life circumstances that is said to occur for about at least six months.
Hence, The Chronic state of generalized anxiety disorder is an unrealistic and excessive worry about two or more life that last for at least six months.
Learn more about Generalized Anxiety Disorder from
https://brainly.com/question/22676443
#SPJ1
give two logics how a computer is better then man
Answer:
Remember facts precisely without error or difficulty recalling.Perform repeated operations/actions without getting tired, bored, hungry or sleepy.Numeric calculations.Play certain games: AlphaGo Zero: Learning from scratch | DeepMindDo as they are told (though sometimes too precisely).
Explanation:
Hope it helps!!!
* Describe the five components of a
computer
Answer:
Computer systems consist of three components as shown in below image: Central Processing Unit, Input devices and Output devices. Input devices provide data input to processor, which processes data and generates useful information that's displayed to the user through output devices. This is stored in computer's memory.
Answer:
I don't know mad ask to your mother or father mad
I'm doing a VHDL program in Vivado, using a zyboz7 20, which would have 2 teams, each of them with different buttons and led lights. The idea is to use one button to obtain when a team scores a goal, so it will be displayed in the 7 segment-display (for example, if the button is pressed once, the display will show a one, and so on). When any of the team gets to 3, the led light given to that team will turn on.
Right now, I just have one team in the program and the constraints. Also, I have trouble understanding the debouncing of the button, I don't know if I'm using the wrong algorithm to attack the debounce issue, but it's as if the clock was delayed or it's not taking some of the input, I have been looking to a lot of tutorials but I can't find a way in which the programs can work without any issue. I will show my code here and the constraint, I will also explain the code so it will be easier to modify it if anyone can help me with the debounce issue.
Program's code:
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.NUMERIC_STD.ALL;
entity sevenSementDis is
Port (
C : out STD_LOGIC;
won1: out STD_LOGIC;
team1, clk,reset: in STD_LOGIC;
SevenSD: out STD_LOGIC_VECTOR (6 downto 0));
end sevenSementDis;
architecture Behavioral of sevenSementDis is
type statetype is (Init,Gol,AnotherGol,victory);
signal state, nextstate: statetype;
signal clk_bit : INTEGER := 4;
signal clk_bit2 : INTEGER := 4;
signal count : STD_LOGIC_VECTOR (4 downto 0) := "00000";
signal clk_div : STD_LOGIC_VECTOR (4 downto 0) := "00000";
signal count_reset : STD_LOGIC_VECTOR (4 downto 0) := "00000";
signal clk_reset : STD_LOGIC_VECTOR (4 downto 0) := "00000";
begin
C<='0';
process (clk)
begin
if (clk='1' and team1='1') then
clk_div <= clk_div + '1';
end if;
end process;
process (clk_div)
begin
if (clk='1' and clk_div(clk_bit) = '1') then
count <= count + '1';
end if;
end process;
process(clk)
--variable Count : natural range 0 to 5 := 0;
begin
if rising_edge(clk) then
case(nextstate) is
when Init =>
SevenSD<="0111111";
won1<='0';
if count="00010" then
nextstate<=Gol;
else
nextstate<=Init;
end if;
when Gol =>
SevenSD<= "0000110";
if count="00011" then
nextstate<=AnotherGol;
else
nextstate<=Gol;
end if;
when AnotherGol =>
SevenSD<= "1001011";
if count="00100" then
nextstate<=victory;
else
nextstate<=AnotherGol;
end if;
when victory =>
SevenSD<= "1001111";
won1<= '1';
end case;
end if;
end process;
end Behavioral;
Explanation:
The ports: Won1 is the led light assigned to team 1. team1 is the button that I want to use when team 1 scores. The reset is also a button but I haven't been implemented. SevenSD is the 7-segment display. Clk is the clock and C is another led light that hasn't been implemented.
There are 4 states, Init(where the code starts), Gol (the team scores the first goal, which would also change the display), AnotherGol(team scores again and the display changes), and Victory (the display changes one last time and led light turns on). There are also state (which would take the actual state) and nextstate(which will tell the next state).
count is an integer that will be added when the button is 1 and the clk_div is also 1, it's the one that determines when to move to the next state. clk_bit is just the bits of the clock. clk_div is diving the clock to try to attack the debouncing issue. clk_bit2, count_reset,clk_reset are not implemented, they were created when trying to add the reset button, but when I erase them, the code just stops working at all.
the rest are some process to fight the debounce and the last one is the actual code, which goes around the different states until the victory state.
Answer:
como lo echo es echo si no tengo un pájaro es
Explanation:
un pájaro azul
The unit MIPS is used to measure the speed of a___.
A) Disk drive
B) Tape drive
C) Printer
D) Processor
Answer:
D) Processor
Explanation:
MIPS refers millions instruction per sec and is used to measure the speed of Processor.
List at least three kinds of harm a company could experience from electronic espionage or unauthorized viewing of confidential company materials.
The three kinds of harm a company could experience from electronic espionage or unauthorized viewing of confidential company materials are:
Embarrassment and also the loss of customers as a result of data loss.The loss of what we call a proprietary information.The loss of what we call the sensitive business strategy information (such as planned acquisitions, and other.).What is E-espionage?This term e-Espionage is known to be a form of an unauthorized and it is often seen as a criminal access to a lot of confidential systems and information and it is one whose purpose is that they have or gain a lot of commercial or political advantage.
Hence, the types of espionage are:
Clandestine cell system.Counterintelligence, etc.Therefore, The three kinds of harm a company could experience from electronic espionage or unauthorized viewing of confidential company materials are:
Embarrassment and also the loss of customers as a result of data loss.The loss of what we call a proprietary information.The loss of what we call the sensitive business strategy information (such as planned acquisitions, and other.).Learn more about electronic espionage from
https://brainly.com/question/312313
#SPJ1
Explain download as used in computing environment.
Explanation:
Downloading is the transmission of a file or data from one computer to another over a network, usually from a larger server to a user device. Download can refer to the general transfer of data or to transferring a specific file. It can also be called to download, DL or D/L.
please mark be brainliest
Draw the flow chart to find roots of Quadratic equation ax+bx+c=0
Using the knowledge in computational language in C++ it is possible to write a code that draw the flow chart to find roots of Quadratic equation.
Writting the code in C++:#include <math.h>
#include <stdio.h>
int main() {
double a, b, c, discriminant, root1, root2, realPart, imagPart;
printf("Enter coefficients a, b and c: ");
scanf("%lf %lf %lf", &a, &b, &c);
discriminant = b * b - 4 * a * c;
// condition for real and different roots
if (discriminant > 0) {
root1 = (-b + sqrt(discriminant)) / (2 * a);
root2 = (-b - sqrt(discriminant)) / (2 * a);
printf("root1 = %.2lf and root2 = %.2lf", root1, root2);
}
// condition for real and equal roots
else if (discriminant == 0) {
root1 = root2 = -b / (2 * a);
printf("root1 = root2 = %.2lf;", root1);
}
// if roots are not real
else {
realPart = -b / (2 * a);
imagPart = sqrt(-discriminant) / (2 * a);
printf("root1 = %.2lf+%.2lfi and root2 = %.2f-%.2fi", realPart, imagPart, realPart, imagPart);
}
return 0;
}
See more about C++ code at brainly.com/question/19705654
#SPJ1
You are writing some work instructions to assist technicians with deploying new user desktops via cloning. What type of installation and boot method is this process most likely to use, and what are the boot requirements?
The use of ADKs and OPKs resources and some of the requirement are:
Begin the setup from boot media.Clean the hard disk clean and make new volume(s).Install an operating system image.Who are System builder?A system builders is one who often deploy a program to a line of devices, and it is one who complete customizations such as apps, drivers, languages, and others.
Note that The use of ADKs and OPKs resources and some of the requirement are:
Begin the setup from boot media.Clean the hard disk clean and make new volume(s).Install an operating system image.Learn more about boot from
https://brainly.com/question/1827627
#SPJ1
Which of the following is an example of how cookies are used? To create a stronger password To customize advertisements based on your history To open a program on your computer To scan your hard drive
The one among the options that is an example of how cookies are used to customize advertisements based on your history.
What do cookies do?A cookie is known to be a kind of a small text file that is said to be often saved on your computer if a person do visit any kind of websites.
Note also that a cookie is often used to get one to often remember settings that they have their last visit to any website.
For example Amazon is known to often cookies to help to know if or when a person revisit the site.
Hence, The one among the options that is an example of how cookies are used to customize advertisements based on your history.
Learn more about cookies from
https://brainly.com/question/14102192
#SPJ1
Answer:
To customize advertisements based on your history
Explanation:
From coding with experience i know cookies are for history browsing
One of the best places to get questions answered concerning company policy is from
✔ human resources
New employees usually receive handbooks and learn about company policies
✔ during new employee orientation
A positive work ethic means people want to do their best job without considering
✔ the amount of their salary
im asking a question cuz i couldnt find the answer on brainly. for who ever needs it
Answer:
I think you should look at what your question is before you ask it because the answers are already in you question lol.
Explanation:
One of the finest resources for getting responses to inquiries about corporate policy is from human resources.
Typically, handbooks are given to new hires, in which they can learn about corporate rules during new employee orientation.
People with strong work ethics strive to do their finest work without hesitation the amount of their salary.
What are human resources?Human resources professionals hire, filter, and interview job candidates as well as assign newly hired employees to positions. They could also be in charge of training, employee relations, and salary and benefits. Labor relations experts administer and interpret labor contracts.
Therefore, the correct options are 1-human resources, 2-during new employee orientation, and 3-the amount of their salary.
To learn more about human resources, refer to the link:
https://brainly.com/question/13190588
#SPJ2
Write a function that creates a new string from a given string (as a function parameter) that consists of no digits. example get_not_digits (" Hi Mr. rober53. how are you today? today is 08.10.2019.", returns "Hi Mr. Rober. how are you today? today is.." lika a string. Help: check if the character is letter using isalpha method, and if it's digit use isdigit. Please help in Pyrhon?
Olivia is an amputee who wears a prosthetic right hand. Which technology would most help her operate a computer?
What is the value of six sigma ? How dose it relate to agile management
Assume the variable myWord references a string. Write a statement that uses a slicing
expression and displays the last 5 characters in the string.
What happens if the myWord is less than 5 characters long?
Please code in python please.
Answer:
"myWord[-5:]"
Explanation:
So whenever you slice a string, the syntax in python is expressed as:
string[a:b:c]
where a=start index (this is included in the sliced string)
b = end index (this is excluded from the sliced string)
c = increment
If any of these are included, they are set to default values, where a=0, b=len(string), and c=1.
The increment isn't necessary here, and it's just so you know the syntax a bit more
Anyways, I'm assuming when the question asks to display "the last 5 characters in the string" it means in order? e.g "abcdefghijk" -> "ghijk" and not "abcdefghijk" -> "kjihg"
The last piece of information to know is what a negative index represents.
For example if I have the piece of code
"
string = "hello world"
print(string[-1])
"
This will output "d", and the negative 1 represents the last letter. If you did -2, it would output the 2nd to last letter and so on.
So to print the last 5 characters, we simply use the -5 as the starting index.
"
string = "hello world"
print(string[-5:])
"
This will print "world" or in other words, the last 5 letters. The reason for this is because the -5 in the first spot means the starting index is the 5th to last letter, and when you have the : after the -5, this is the way of telling python you're slicing the string, and not indexing 1 character. You don't need to include another value after that, because it will default to the last index of the string, or more specifically the last index + 1, since the last index is still included.
So the last thing to know, is that if the string isn't greater than 5 characters, it just prints the entire string, and no errors are raised. You can test this out your self as well. So whenever you have a string that's less than 5 characters the entire string is outputted.