When an array gets resized for a hash data structure is: d) every element must be rehashed for the new array size.
A hash data structure is a storage method for computing a hash index from a key or a collection of keys in computer science (or computer programming). When an item is saved, it is assigned a key that is unique to the collection to which it belongs, which can be used to recover the item. The hash index or a hash code is calculated by the system or the program and is used to locate the storage area where the item is saved.Hash data structures have a fixed size, which limits the number of elements they can contain.
When the number of items exceeds the size of the hash data structure, it must be resized to accommodate the extra elements. The following procedure must be followed in this scenario:Every element must be rehashed for the new array size. When the hash table is resized, each element must be copied to a new array, and each item's hash index must be recalculated to reflect the new array size. The extra space in the array must also be cleared. This can be an expensive operation if the hash table has many items, as each element's hash index must be recalculated.
Learn more about hash data: https://brainly.com/question/13164741
#SPJ11
(53) 10 into binary
Answer:
10 in binary would be written as 1010
what happens when you create custom resolution with a higher refresh rate than your monitor can support
It results in reduced battery life happens when you create a custom resolution with a higher refresh rate than your monitor can support.
The refresh rate of a display refers to the number of times per second that the screen is refreshed; such as a 60Hz display can update the screen up to 60 times per second. Overall, the refresh rate indicates how smoothly motion appears on the screen. For example, if a game is played that has several fast-moving actions, to keep up with the actions, a higher refresh rate can help improve the overall gaming experience. But, a higher refresh rate can also cause a reduced battery life because of using more power.
You can leran more about resolution at
https://brainly.com/question/17453877
#SPJ4
quick I need help ASAP
Question 1 (1 point)
Why in the world would you need a spreadsheet?
Question 2 (1 point)
What are spreadsheets used for?
Question 3 (1 point)
What does this unit cover
this is a k12 test
Answer:
1. Spreadsheets are an essential business and accounting tool. They can vary in complexity and can be used for various reasons, but their primary purpose is to organize and categorize data into a logical format. Once this data is entered into the spreadsheet, you can use it to help organize and grow your business.
2. A spreadsheet is a tool that is used to store, manipulate and analyze data. Data in a spreadsheet is organized in a series of rows and columns and can be searched, sorted, calculated and used in a variety of charts and graphs.
3. ?
GOOD LUCK!
Answer:
DO NOT INCLUDE (1=) AND DO NOT FORGET TO INCLUDE THE PUNCTUATION.
Explanation:
1 = Spreadsheets are helpful when trying to manage large amounts of numerical data.
2= You might keep a spreadsheet if you keep track of your checkbook balance, the mileage on your car, your grades, or your workout results at the gym.
3= This unit covers the basics of spreadsheets—how to create them; what can be done using formulas and calculations; and how to format them.
the user needs to retrieve a list of medicare patients discharged on may 1. the query is written in plain english. this type of query is known as
The type of query written in plain English to retrieve a list of Medicare patients discharged on May 1 is called a natural language query.
The type of query described is called a natural language query. It is a type of search query that is written in plain English or other natural language, rather than using a programming language or formal query syntax. Natural language queries are designed to be easier for users to understand and use, as they can be expressed in a way that more closely resembles how people think and communicate.
Learn more about Medicare here https://brainly.com/question/11224262
#SPJ11
Can someone please help and answer the 6 questions on the bottom of the page
I’ll give you brainly
Spam answer will be reported please don’t spam
Ivan rigney
John benson 2
Mark nicholls 4
James mitchell 7
Paul matthews 13
Neil hooper 8
anyone pls answer this!!!!!!thanks ^-^
Answer:
True
False
False
False
Explanation:
HTML isnt a scripting a scripting language it's a markup language
There are 6 levels of HTML
An empty tag only has a starting tag
Write a pseudocode that takes a number as input from user and searches for that number in the array"
You can assume the array already exists and has numbers stored in it. The array is called "Numbers" and it's size is 15.
Using the codes in computational language in pseudocode it is possible to write a code that takes a number as input from user and searches for that number in the array" You can assume the array already exists and has numbers stored in it.
Writting the code:Set sum to zero
Set count to zero
DOWHILE count < 15
Read number from user
sum = sum + number
increment count
ENDDO
Print sum
What is a number array?An array is formed by arranging a set of objects into rows and columns. Each column must contain the same number of objects as the other columns, and each row must have the same number as the other rows.
See more about pseudocode at brainly.com/question/18502436
#SPJ1
Which word should a programmer use to describe what should happen when the condition of an if statement is NOT met?
A.
iterative
B.
when
C.
else
D.
also
The word that should a programmer use to describe what should happen when the condition of an if statement is NOT met is option C. else.
Why are conditional statements used in programming?When a condition is true or false, a conditional statement instructs a program to take a certain action. If-then or if-then-else statements are frequently used to represent it. The preceding example is a block of code that employs a "if/then" conditional statement.
Therefore, the else statement is used, "to indicate what should happen when the condition of an if statement is not fulfilled," is the proper response since the otherwise statement is typically used when computations are still necessary when a condition in an if and else-if statement is not met.
Learn more about programmer from
https://brainly.com/question/22654163
#SPJ1
45 points!
Complete the sentences based on their meaning in FTP.
_____ refers to the process of transferring files from your computer to a server.
transferring files from the server to the client.
_____ refers to the process of transferring files from the server to the client.
Explanation:
FTP stands for File transferring portal.
Using try-except-else-finally, write a program that asks the user for their name and age, and handle the case where the user fails to enter a valid integer for their age. Only if the user enters a valid name and age, print “Thank you”. No matter whether the user enters valid inputs or not, print “End of program”. (40 points)
The program that asks the user for their name and age, and handle the case where the user fails to enter a valid integer for their age is in explanation part.
What is programming?The process of carrying out a specific computation through the design and construction of an executable computer program is known as computer programming.
Here's an example program that uses try-except-else-finally to ask the user for their name and age, and handles the case where the user fails to enter a valid integer for their age:
try:
name = input("Please enter your name: ")
age = int(input("Please enter your age: "))
except ValueError:
print("Please enter a valid integer for your age.")
else:
print("Thank you")
finally:
print("End of program")
Thus, in this program, we use the try statement to attempt to get the user's name and age.
For more details regarding programming, visit:
https://brainly.com/question/11023419
#SPJ1
Where can you find the sizing handles for a graphic, shape, or text box? Check all that apply.
at the top left corner of the document
at the top right corner of the document
in the center of the graphic, shape, or text box
on the edges of the graphic, shape, or text box
on the corners of the graphic, shape, or text box
inside the borders of the graphic, shape, or text box
Answer:
D and E
Explanation:
Just took it
Answer: the answer are d:on the edges of the graphic, shape, or text box and e:on the corners of the graphic, shape, or text box
Explanation:
In order for channel members to implicit understandings (versus explicit terms of agreements), one of the prerequisites for the involved channel members is: Group of answer choices No answer text provided. Linear exchange Relational exchange Enlightened exchange
In order for channel members to have implicit understandings, one of the prerequisites for the involved channel members is a Relational exchange.So correct answer is B
A relational exchange is a type of exchange relationship where trust and commitment are central. In this type of relationship, the parties involved build relationships based on mutual trust and understanding. This means that there is a sense of shared values and goals between the parties, which creates a stronger and more enduring relationship.In a relational exchange, there is less reliance on formal contracts and explicit terms of agreements. Instead, the parties rely on implicit understandings and shared expectations. This is because both parties have a strong level of trust and commitment to each other, which means that they are less likely to engage in opportunistic behavior or break their promises.For example, in a manufacturer-distributor relationship, the manufacturer may implicitly understand that the distributor will not sell their products to their competitors. This understanding is based on the fact that the distributor has a strong relationship with the manufacturer and shares their values and goals. Therefore, the manufacturer does not need to include this clause in their contract with the distributor.
To know more about members visit:
brainly.com/question/26257325
#SPJ11
Which is the keyboard shortcut for setting up rulers in a Photoshop project?
If you are referring to Microsoft Office Excel shortcuts, the function key F2 turns the cell to edit mode.
What are the function of keyboards and laptops?Keyboards and laptops come with a function key and have own specific functions. Function key F2 is more about on modifying. Function key F2 can also be used to quickly rename a file or a folder in Windows.
A keyboard shortcut, sometimes referred to as a hotkey, is a set of one or more keys used in computers to quickly launch a software application or carry out a pre programmed operation.
Therefore, If you are referring to Microsoft Office Excel shortcuts, the function key F2 turns the cell to edit mode.
Learn more about Microsoft Office Excel on:
https://brainly.com/question/13623928
#SPJ1
1) The four main ways marketers divide potential customers is by:
A) occupation, income, age, and interests.
B) demographics, psychographics, behavior, and geography.
C) location, race, educational background, and wealth.
D) political affiliation, musical interests, wealth, and location.
The four main ways marketers divide potential customers is by occupation, income, age, and interests.
What are potential customers?
A company’s potential customer is usually referred to as a prospect. It is a person who has the potential to be interested in the services and products that are offered by the company but has not yet purchased.
In that sense, he’s not a customer. The term potential customer is extremely vague, it can very well define a person who knows the company and who wants to buy one of their products.
For example, it could refer to a person who could potentially be interested, as they have a common characteristic with the majority of the company’s clients, for example, the practice of the same profession.
Therefore, The four main ways marketers divide potential customers is by occupation, income, age, and interests.
To learn more about potential customers, refer to the link:
https://brainly.com/question/988073
#SPJ6
3. When the heart is contracting, the pressure is .highest. This is called the
a. blood pressure. b. systolic pressure.
c. heart pressure.
d. diastolic pressure.
4. What is the balance between heat produced and heat lost in the body?
a. pulse rate
b. body temperature C. respiratory rate
d. blood pressure
5. This type of thermometer uses mercury and, therefore, is considered unsafe to use.
a. ear thermometer b. infrared thermometer c. digital thermometer d. clinical
Activit ? (Day 2)
Answer:
3. b. Systolic pressure
4. b. Body temperature
5. d. Clinical
Explanation:
3. During the systole, the pressure of the blood in when the heart contracts is increased and it is known as the systolic blood pressure
4. Temperature is a measure of heat available in a body for transfer depending on the heat capacity of the body, therefore, the balance between heat produced and total heat lost is body temperature
5. The clinical thermometer is made up of mercury contained in a bulb at the end of a uniform and narrow glass tube. The increase in temperature of the mercury when the thermometer is in contact with an elevated temperature results in the expansion of the mercury which is observed when the mercury moves up the thermometer.
Which statement is true about Location tracking in QuickBooks Online?
a. Locations affect only the source of a transaction
b. Location labels (for example, "Division" or "Territory") can be changed to suit the individual business
c. Location tracking is available in all subscription levels of QuickBooks Online
d. Sub-locations do not count toward QuickBooks Online usage limits
e. QuickBooks Online Advanced allows for unlimited hierarchical levels of locations
The statements about Location tracking in Quick Books Online are true are The Location can be selected on each row of a journal entry and The Location can be filtered on the Pay bills screen.
There are a few examples of how location sharing applications and features benefit our daily lives: Assist you in tracking down and recovering lost or stolen smart gadgets. When you phone 911, you are giving emergency responders your location. Allow you to avoid traffic.
The assertions concerning QuickBooks Online's location tracking are correct. On each row of a journal entry, the Location may be selected, and the Location can be filtered on the Pay bills screen. As a result, options 2nd and 5th are accurate.
Learn more about location here:
brainly.com/question/11718756
#SPJ1
a site has been issued the ip address of 192.168.10.0/24. the largest network contained 40 hosts and was given the lowest numbered network number possible. the second largest network has 20 hosts. if it is given the next network number, what network number and mask will be assigned?
The Network number and mask assigned to the second largest network with 20 hosts will be 192.168.10.64/27.
To determine the network number and mask that will be assigned to the second largest network with 20 hosts, we need to first understand the concept of subnetting. In this case, the site has been issued the IP address of 192.168.10.0/24, which means that it has 256 IP addresses available in total, with the last octet ranging from 0 to 255.
For the largest network containing 40 hosts, we need to reserve 6 bits for the host portion of the address, leaving 2 bits for the network portion. This means that the subnet mask for this network is /26 (255.255.255.192) and the network number is 192.168.10.0.
For the second largest network with 20 hosts, we need to reserve 5 bits for the host portion of the address, leaving 3 bits for the network portion. Since we are given the next network number, we need to add 1 to the network number of the largest network, which gives us 192.168.10.64. The subnet mask for this network is /27 (255.255.255.224).
Therefore, the network number and mask assigned to the second largest network with 20 hosts will be 192.168.10.64/27.
To Learn More About Network
https://brainly.com/question/28342757
#SPJ11
1. Would it be possible for two people to have the same email address? Explain.
Answer: No
Explanation:
For the same reason that two people cannot have the same address, it's just a virtual address.
Answer:
no
Explanation:
because if i email you then the computer would not know which one to send it to so the answer is no
Modify the program written for “Make a Number List” to remove even multiples of 3 from the ArrayList
JAVA
The new value is to update or replace the current value of the ArrayList with the new value. According to the result, index 3 value 40 has been replaced with the new value 333 and removed from the list.
How may an element in an ArrayList be changed?The set() function of the Collections class can be used to replace an element of an ArrayList. This method takes two arguments: an element to replace with and an integer parameter specifying the index of the element to be replaced.
How may a value be changed in an ArrayList?The set (int index, Object element) method is the method used the most frequently to replace an element in a Java ArrayList. The index of the old item and the new item is the two parameters required by the set() method. The set() function of the Collections class can be used to replace an element of an ArrayList. This method takes two arguments: an element to replace with and an integer parameter specifying the index of the element to be replaced.
to know more about ArrayList here:
brainly.com/question/17265929
#SPJ1
How could an online college utilize enterprise software? A. Develop new technical support jobs B. Improve course resources and navigation C. Provide access to course registration D. Supply online word processing software
Answer:
The answer is "Choice B"
Explanation:
The enterprise applications is a software program that is used to meet the demands of planning instead of individual users. It also is referred to as business software applications that include schools, stakeholders involved, clubs, charity organizations as well as the states. Its develops processes for the course or viewing software used by online courses.
Answer:
C. Provide access to course registration
For questions 1-3, consider the following code:
x = int (input ("Enter a number: "))
if x 1 = 7:
print("A")
if x >= 10:
print("B")
if x < 10:
print("C")
if x % 2 == 0:
print("D")
Answer:
A
Explanation:
How do I make a game from scratch, what program should I use, and what tutorial should I follow, I want to make a 2D platformer with some 3D elements in there.
After spending a year in India, Giovanna returns home to the United States and is inspired to raise money to help her new friends build a school. She makes a pitch to the Rotary Club in her hometown. This was the best experience of my life. Not only did I get to learn about a new culture and explore new ideas, but I am learning to speak their language. But don't just take my word for it. I've asked the children to join us today from India through web-conferencing, and they'd like to say a few words. Giovanna is using digital communications in a civic-minded way to improve the conditions of people in other countries. demonstrate the language of the children of India. increase her chances of getting into a top-notch college. do away with the digital divide
Answer: A) Improve the conditions of people in other countries. :)
the small circuit boards that hold a series of ram chips are called
The small circuit boards that hold a series of RAM chips are called memory modules or RAM modules.
The small circuit boards that hold a series of RAM chips are called "RAM modules". These modules are designed to be easily installed into a computer's motherboard, and they provide additional random access memory (RAM) for the system to use. RAM modules come in various form factors, such as DIMM (dual inline memory module), SODIMM (small outline dual inline memory module), and others, depending on the type of computer and motherboard being used.
To know more about RAM click here:
https://brainly.com/question/30076483
#SPJ11
A(n) ____________________ is a special character that can stand for any other character or, in some cases, a group of characters.
When this logic block is included in a control structure, what must be the
case for the entire condition to be met?
and
OA. One or both of the conditions must be true.
OB. Only one of the conditions must be true.
C. Both conditions must be true.
OD. Neither condition must be true.
CUR
When this logic block is included in a control structure, for the entire condition to be met, " One or both of the conditions must be true." (Option A)
What is a Control Structure?The sequence in which individual statements, instructions, or function calls in an imperative program are performed or evaluated is referred to as control flow in computer science. An imperative programming language is distinguished from a descriptive programming language by its emphasis on explicit control flow.
In structured programming, there are three basic control structures. Structure of Sequence Control: This refers to line-by-line execution, in which statements are run in the same sequence as they occur in the script.
In C, there are four types of control statements:
Statements of decision-making (if, if-else)Statements of choice (switch-case)Statements of iteration (for, while, do-while)jump Statements (break, continue, goto)In other words, control statements allow users to determine the sequence in which instructions in a program are executed. These enable the computer to make certain decisions, do particular activities repeatedly, or even go from one piece of code to another.
Learn more about Control Structure:
https://brainly.com/question/28144773
#SPJ1
Answer:
I think your asking the and one
the answer to that is
both conditions must be true
i just did it
Explanation:
Tipos de estructuras A. Expresiones y de variables B. Selectivas y de control C. Instrucciones y parámetros
Responder:
B. Selectivas y de control
Explicación:
Las estructuras pueden incluir las estructuras selectivas y de control que podrían explicarse como guías de instrucción que dan instrucciones sobre qué elegir y hacer en función de un conjunto de valores de parámetros dados. Por lo tanto, es posible que tengamos una estructura secuencial que solo proporcione una reacción diferente simple en lugar de una guía condicional utilizando GOTO y la declaración NULL.
Las estructuras de control, por otro lado, pueden verse como controles de bucle tales como los bucles FOR, IF y WHILE, por lo que la dirección tomada depende de que se cumpla cierta condición que se especifica en el bloque de programa.
Under which accounting method are most income statement accounts translated at the average exchange rate for the period ?
A) current/concurrent method
B) monetary/nonmonetary methode
C)temporal method
D)All of the options
Under the accounting method where most income statement accounts are translated at the average exchange rate for the period, the correct option is D) All of the options.
The current/concurrent method considers both monetary and nonmonetary balance sheet items and translates income statement accounts at the average exchange rate for the period. This method takes into account the fluctuations in exchange rates throughout the period and provides a more accurate representation of the financial results in the reporting currency.
By using the average exchange rate, the impact of exchange rate fluctuations on income statement accounts is spread out over the period, reducing the impact of currency volatility on reported earnings.
Learn more about accounting method here: brainly.com/question/30512760
#SPJ11
One of the disadvantages of cable technology is that: while it works well for television signals, it is ineffective for data transmissions required by the Internet. while it works well for television signals, it is ineffective for data transmissions required by the Internet. none of the available options are true. none of the available options are true. it is incompatible with most modern communication systems. it is incompatible with most modern communication systems. systems used by many providers require customers to share bandwidth with neighbors. systems used by many providers require customers to share bandwidth with neighbors.
Answer:
systems used by many providers require customers to share bandwidth with neighbors
Explanation:
One of the disadvantages of cable technology is that systems used by many providers require customers to share bandwidth with neighbors. This ultimately causes many problems since cables would need to be extended to reach every single user that will be sharing the bandwidth. This would mean cables all over the place. Also, it is very difficult to limit the bandwidth per person, meaning that if anyone is using up all of the bandwidth through the cable, the rest of the individuals connected would not have the bandwidth that they need or are paying for.
What were the requirements to get a job in engineering 15 years ago?
What are the requirements now?
How has technology changed this job in the last 15 years ago? Provide at least specific two examples.
If you can please list the sources used, thank you!
Answer:
at least four years of engineering experience.
an engineering related degree
Problem-solving. One of the most crucial skills an engineer can possess is strong problem-solving abilities. ...
Computer science. ...
Industry skills. ...
Pressure management. ...
Teamwork. ...
Creativity. ...
Structural analysis. ...
Communication.
All of these are needed to be a engineer
Explanation: