That’s a really good question but that means something is wrong with it refresh your screen or close the page app
Answer:
1. b)
2. c)
3. c)
4. a)
5. b)
Explanation:
1. and 5. Linear kind of navigation is a system with a sequential manner web pages that are perfect for some sorts of sites that are having information that has to be viewed as a book (5) and when we are talking about that view we are considering one page after another page like we are reading a book. It is also the simplest navigation. This is the explanation for question 1 and question 5.
2. The most well-designed navigation system is an intuitive one because in this design of the website we have website traffic that is easy because it flows from one web page to another web page. It is showing us where to go to find and look for something and even where to go if there is no concrete options for what are we looking for.
3. A Sitemap is referring to the organized hierarchy of links and it is the protocol that is allowing us to search through many links. A Sitemap is having a listing of the URLs for some site and that is why this is the correct answer.
4. In using liner reciprocal navigation the interface should include how frames are left and how many of them are there. The more the frames, the more times the user will spend on them and the site.
The industry I chose is the fashion industry and how web design has made an impact on that industry are:
- It often impact the visual style of cloths.
- It has helped in making of nice and good cloth design.
- It aid in design and visual effect of its product.
<h3>What is the impact of web design?</h3>
Web design is known to be a key parts of Internet marketing strategy as it helps in digital customer experience in a lot of ways.
The skill needed are:
- Visual design
- The use of Design software.
- HTML.
- JavaScript, etc.
Therefore, The industry I chose is the fashion industry and how web design has made an impact on that industry are:
- It often impact the visual style of cloths.
- It has helped in making of nice and good cloth design.
- It aid in design and visual effect of its product.
Learn more about fashion industry from
brainly.com/question/27318787
#SPJ1
Answer: Backtracking
Explanation:
Backtracking algorithm approaches a solution in a recursive fashion whereby it tries to build answers and modify them in time intervals as we progress through the solution. One such backtracking algorithm is the N Queen problem whereby we place N Queen in a chessboard of size NxN such that no two queens attack each other. So we place a queen and backtrack if there is a possibility that the queen is under attack from other queen. This process continues with time and thereby it tends to extend a partial solution towards the completion.