Log onto the Internet and use a search engine to find three Web sites that can be models for the new site. (At least one should sell sporting goods.) For each site you selected, list the URLs in your document. Tell why you chose them. Navigate to the three sites you choose and take notes about at least three things you like and don’t like about the sites.

Answers

Answer 1

Please see the following file for your required answer, thank you.


Related Questions

Create a map using the Java map collection. The map should have 4 entries representing students. Each entry should have a unique student ID for the key and a student name for the element value. The map content can be coded in directly, you do not have to allow a user to enter the map data. Your program will display both the key and the value of each element.

Answers

Answer:

In Java:

import java.util.*;  

public class Main{

   public static void main(String[] args) {

       Map<String, String> students = new HashMap<>();

       students.put("STUD1", "Student 1 Name");

       students.put("STUD2", "Student 2 Name");

       students.put("STUD3", "Student 3 Name");

       students.put("STUD4", "Student 4 Name");

       for(Map.Entry m:students.entrySet()){  

           System.out.println(m.getKey()+" - "+m.getValue());    }  

}}

Explanation:

This creates the map named students

       Map<String, String> students = new HashMap<>();

The next four lines populates the map with the ID and name of the 4 students

       students.put("STUD1", "Student 1 Name");

       students.put("STUD2", "Student 2 Name");

       students.put("STUD3", "Student 3 Name");

       students.put("STUD4", "Student 4 Name");

This iterates through the map

       for(Map.Entry m:students.entrySet()){  

This prints the details of each student

           System.out.println(m.getKey()+" - "+m.getValue());    }  

Suppose a byte-addressable computer using set-associative cache has 2 16 bytes of main memory and a cache size of 32 blocks and each cache block contains 8 bytes. a) If this cache is 2-way set associative, what is the format of a memory address as seen by the cache; that is, what are the size of the tag, set, and offset fields

Answers

Answer:

Following are the responses to these question:

Explanation:

The cache size is 2n words whenever the address bit number is n then So, because cache size is 216 words, its number of address bits required for that  cache is 16 because the recollection is relational 2, there is 2 type for each set. Its cache has 32 blocks, so overall sets are as follows:

[tex]\text{Total Number of sets raluired}= \frac{\text{Number of blocks}}{Associativity}[/tex]

                                               [tex]=\frac{32}{2}\\\\ =16\\\\= 2^4 \ sets[/tex]

The set bits required also are 4. Therefore.

Every other block has 8 words, 23 words, so the field of the word requires 3 bits.

For both the tag field, the remaining portion bits are essential. The bytes in the tag field are calculated as follows:

Bits number in the field tag =Address Bits Total number-Set bits number number-Number of bits of words

=16-4-3

= 9 bit

The number of bits inside the individual fields is therefore as follows:

Tag field: 8 bits Tag field

Fieldset: 4 bits

Field Word:3 bits

Describe a problem you’ve solved or a problem you’d like to solve. It can be an intellectual challenge, a research query, an ethical dilemma — anything of personal importance, no matter the scale. Explain its significance to you and what steps you took or could be taken to identify a solution.

Answers

Answer:

Explanation:

I run an online e-commerce store and lately its been very difficult keeping track of customer detail, incoming orders, keyword generation etc. One solution that I thought about would be an application that controls all of that for me. In order to accomplish this I would first need to design and create a GUI that contains all of the necessary buttons and displays for the information. Then I would need to code a webscraper using Python to grab all of the data from e-commerce store as soon as it becomes available, organize it, and display it within the GUI.

HLOOKUP is used for Horizontal Data look ups while VLOOKUP is for Vertical Data look ups
Select one:
True
False​

Answers

Answer:

True

Explanation:

Both HLOOKUP and VLOOKUP are excel functions used for searching through tables for a specified lookup value to either get an exact or approximate match. The VLOOK and HLOOKUP functions have identical syntax which only differs with the HLOOKUP requiring the row index number to search through the rows while, VLOOKUP requires the column index number to search through the columns. Other than this difference, the other syntax values are the same.

VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

Other Questions
Identify the reactants and products in the following chemical equation: Zn +2HCl --> ZnCl2 + H2 *20 pointsA: Reactants: Zn & HCl Products: ZnCl2 & H2B: Reactants: ZnCl2 & H2 Products: Zn & HClC: Reactants: Zn & H2 Products: ZnCl2 & HCl HELP PLS! Simplify the expression./686x+y. 7 /2xy. 7 2. 7xy2 /2 OD. 72 /2xy2 Sally's age is 2 plus 3 times John's age. Together, Sally and John's age equals 30. How old is Sally? I will mark you brainlist! Which of the following statements is not accurate descriptions of the business market? Mrs. Phillip, a retail buyer for Bloomingdale's, does all the shopping for her family at the same store. Wal-Mart has a contractual relationship with P&G to serve its customers efficiently. Goodyear tires deals globally with various suppliers of steel to make tires. Costco is a wholesale establishment that deals with various manufacturers. why does the author include charlie's grandparents reactions to the golden ticket finders interviews? 2C2H6 + 7O2 ------> 4CO2 + 6H2OIf you are given 10 grams of C2H6 and 10 grams of O2 how many grams of H2O would you produce? Hint: find the limiting reactant. Answer should have 3 decimal places.Right answer gets brainliest In 3-5 sentences use the information you have learned about theme to write a theme statement about a story or book youhave read Explain whether the theme from your book relates to any universal themes and explain why or why not (4 points) What are 3 important things that the article of confederation Did HELPPOPPPP 10. Now, look at the political cartoon to the right andcomplete the statements below: I think the man standing on the boat represents I think the dragon represents I think the cannon represents In my opinion, the message of this politicalcartoon isTHE DRAGON'S CHOICE True or false: Predators of one species can never be prey to another species. A. True B. False Helpppppp! Ill give 40 Does anyone know the answer? 72 is what percent of 468 Chromosomes areA: DNA strands that become visible during cell division B: the control centers of cells C: the thick, fluid material surrounding the nucleus D: the basic units of structure in living things find the length of the unknown side Two college instructors are interested in whether or not there is any variation in the way they grade math exams. They each grade the same set of 10 exams. The first instructor's grades have a variance of 58.9. The second instructor's grades have a variance of 84.8. Test the claim that the first instructor's variance is smaller. (In most colleges, it is desirable for the variances of exam grades to be nearly the same among instructors.) The level of significance is 10%. (Recall: that the larger of the 2 variances needs to be in the numerator as the test is 1-tailed to the right) How much is 24% of 78,000 Read the following paragraph.(1) Chili is a spice found all over the world. (2) There'retons of different chili spices, but all of them start with achili pepper. (3) This pepper is a fruit that grows on smallshrubs. (4) Oils in the pepper make it very hot.How should the underlined words be written so that sentence 2 has the righttone?A. Leave as isB. There are bunches ofC. There's a bunch ofD. There are many kinds of The radius of a regular hexagon is 8 cm.Find the apothem, perimeter and areaof the regular hexagon.