Explanation of Solution
Screenshots for the search text:
Screenshot for the search text “internet service providers” in the search engine “Google”:
Screenshot for the search text “internet service providers” in the search engine “Yahoo”:
Screenshot for the search text “internet service providers” in the search engine “Bing”:
Screenshot for the search text “google corporate headquarters” in the search engine “Google”:
Screenshot for the search text “google corporate headquarters” in the search engine “Yahoo”:
Screenshot for the search text “google corporate headquarters” in the search engine “Bing”:
Screenshot for the search text “Flights from boston to los angeles” in the search engine “Google”:
Screenshot for the search text “Flights from boston to los angeles” in the search engine “Yahoo”:
Screenshot for the search text “Flights from boston to los angeles” in the search engine “Bing”:
Screenshot for the search text “Identity theft” in the search engine “Google”:
Screenshot for the search text “Identity theft” in the search engine “Yahoo”:
Screenshot for the search text “Identity theft” in the search engine “Bing”:
Explanation of Solution
Identification of search engines:
- Advertisements:
- Search engine “Google” does not provides the advertisements for the search text ‘internet service providers” instead it shows the maps and locations where the center for service provider was located.
- Like Google, Bing also not shows the advertisements for the search text “internet service provider”.
- Unlike Google, and Bing, Search engine “Yahoo” provides many advertisements for the search text “internet service providers”.
- News:
- Search engine “Google”, and “Yahoo” shows nearly related news for the search text and it shows how many results the search engine has for the search text.
- Compared to yahoo, google has more number of results for the search text.
- The search engine “Bing” has results but most of them not related to the search text and it do not show how many results the search engine has.
- In search engine “Google”, the user can create alert for the news.
- The search engine “Bing” also provides many search options for news according to date, best match, and so on.
- Images:
- The search engine “Google” shows all the images related to the given search text under different categories like wifi, expensive, room, wired, and so on.
- “Yahoo” provides the images under specific colors, size, and the type of image.
- “Bing” shows the images under specific area, diagram, and the images can be filtered based on the date, size, color, layout, people, and license.
- Videos:
- “Google” shows the related videos one by one sub sequentially and it provides the description about the videos and shows the details of who uploaded the videos.
- “Yahoo” provides the videos arranged in parallel manner under specific length, resolution, date, and resources from which the videos are displayed.
- “Bing” shows the videos under specific l area, diagram, and the videos can be filtered based on the date, length, resolution, price, and resources from which the videos are displayed.
- Search Tools:
- The search engine “Google” can search the images, videos, and news based on some categories given in tools tab.
- “Yahoo” also provides the images, videos, and news based on search tools that are given in filter.
- “Bing” also provides the images, videos, and news based on search tools that are given in filter.
- Common Links:
- All the search engines have the common links from “Wikipedia” for the search text “internet service provider.
- Google and Bing have the common links from “sulekha”.
- Google and Yahoo have the common links from “Techopedia”.
- Google and Yahoo have the common links from “Webopedia”.
- Mostly the search engines Google, and Yahoo have the similar links for all the search text compared to “Bing”.
Explanation of Solution
Useful search engine for each case:
Advertisements:
The “Yahoo” is the best search engine in the case of advertisement.
Justification:
- Search engine “Google” does not provides the advertisements for the search text ‘internet service providers” instead it shows the maps and locations where the center for service provider was located.
- Like Google, Bing is also not shows the advertisements for the search text “internet service provider”.
- Unlike Google, and Bing, Search engine “Yahoo” provides many advertisements for the search text “internet service providers”.
- Therefore for the case of advertisement, the search engine “Yahoo” is more useful.
News:
“Google” is the best search engine in the case of News.
Justification:
- Search engine “Google”, and “Yahoo” shows nearly related news for the search text and also it shows how many results the search engine has for the search text.
- Compared to yahoo, google has more number of results for the search text.
- The search engine “Bing” has results but most of them not related to the search text and it do not show how many results the search engine has.
- In search engine “Google”, the user can create alert for the news.
- Therefore, compared to all the search engines, “Google” is more useful in the case of News.
Images:
Both “Google”, and “Bing” are the best search engine in the case of Images.
Justification:
- The search engine “Google” shows all the images related to the given search text under different categories like wifi, expensive, room, wired, and so on.
- “Yahoo” provides the images under specific colors, size, and the type of image.
- “Bing” shows the images under specific area, diagram, and also the images can be filtered based on the date, size, color, layout, people, and license.
- The search engines Google, and Bing is more useful in the case of images as they highlights the images while the cursor is move on.
Videos:
Both search engine “Yahoo”, and “Bing” are the best in the case of Videos.
Justification:
- “Google” shows the related videos one by one sub sequentially and also it provides the description about the videos and also shows the details of who uploaded the videos.
- “Yahoo” provides the videos arranged in parallel manner under specific length, resolution, date, and resources from which the videos are displayed.
- “Bing” shows the videos under specific l area, diagram, and also the videos can be filtered based on the date, length, resolution, price, and resources from which the videos are displayed.
- The search engine Yahoo, and Bing shows more number of resultant videos in a single page but Google shows only limited number of videos in a single page.
Search Tools:
Both “Google”, and “Bing” are the best search engine in the case of Search tools.
Justification:
- The search engine “Google” can search the images, videos, and news based on some categories given in tools tab.
- “Yahoo” provides the images, videos, and news based on only the search tools like color, type, and size that are given in filter and not based on the categories.
- “Bing” also provides the images, videos, and news based on search tools that are given in filter.
- On the basis of search tools, the search engine Google and Bing is more useful as they show the images and videos under several categories whereas Yahoo does not show the images and videos in different categories.
Common Links:
“Google” is the best search engine in the case of Common Links.
Justification:
- All the search engines have the common links from “Wikipedia” for the search text “internet service provider.
- Google and Bing have the common links from “sulekha”.
- Google and Yahoo have the common links from “Techopedia”.
- Google and Yahoo have the common links from “Webopedia”.
- Mostly the search engines Google, and Yahoo have the similar links for all the search text compared to “Bing”.
- Even though yahoo has similar links as Google, the search engine “Google” has more number of links for different search text.
Want to see more full solutions like this?
Chapter 2 Solutions
MindTap Computing for Vermaat's Enhanced Discovering Computers, 1st Edition, [Instant Access], 1 term (6 months)
- Please original work What are four of the goals of information lifecycle management think they are most important to data warehousing, Why do you feel this way, how dashboards can be used in the process, and provide a real life example for each. Please cite in text references and add weblinksarrow_forwardThe following is code for a disc golf program written in C++: // player.h #ifndef PLAYER_H #define PLAYER_H #include <string> #include <iostream> class Player { private: std::string courses[20]; // Array of course names int scores[20]; // Array of scores int gameCount; // Number of games played public: Player(); // Constructor void CheckGame(int playerId, const std::string& courseName, int gameScore); void ReportPlayer(int playerId) const; }; #endif // PLAYER_H // player.cpp #include "player.h" #include <iomanip> Player::Player() : gameCount(0) {} void Player::CheckGame(int playerId, const std::string& courseName, int gameScore) { for (int i = 0; i < gameCount; ++i) { if (courses[i] == courseName) { // If course has been played, then check for minimum score if (gameScore < scores[i]) { scores[i] = gameScore; // Update to new minimum…arrow_forwardIn this assignment, you will implement a multi-threaded program (using C/C++) that will check for Prime Numbers and Palindrome Numbers in a range of numbers. Palindrome numbers are numbers that their decimal representation can be read from left to right and from right to left (e.g. 12321, 5995, 1234321). The program will create T worker threads to check for prime and palindrome numbers in the given range (T will be passed to the program with the Linux command line). Each of the threads works on a part of the numbers within the range. Your program should have some global shared variables: • numOfPrimes: which will track the total number of prime numbers found by all threads. numOfPalindroms: which will track the total number of palindrome numbers found by all threads. numOfPalindromic Primes: which will count the numbers that are BOTH prime and palindrome found by all threads. TotalNums: which will count all the processed numbers in the range. In addition, you need to have arrays…arrow_forward
- How do you distinguish between hardware and a software problem? Discuss theprocedure for troubleshooting any hardware or software problem. give one reference with your answer.arrow_forwardYou are asked to explain what a computer virus is and if it can affect computer’shardware or software. How do you protect your computer against virus? give one reference with your answer.arrow_forwardDistributed Systems: Consistency Models fer to page 45 for problems on data consistency. structions: Compare different consistency models (e.g., strong, eventual, causal) for distributed databases. Evaluate the trade-offs between availability and consistency in a given use case. Propose the most appropriate model for the scenario and explain your reasoning. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qoHazb9tC440AZF/view?usp=sharing]arrow_forward
- Operating Systems: Deadlock Detection fer to page 25 for problems on deadlock concepts. structions: • Given a system resource allocation graph, determine if a deadlock exists. If a deadlock exists, identify the processes and resources involved. Suggest strategies to prevent or resolve the deadlock and explain their trade-offs. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qoHazb9tC440 AZF/view?usp=sharing]arrow_forwardArtificial Intelligence: Heuristic Evaluation fer to page 55 for problems on Al search algorithms. tructions: Given a search problem, propose and evaluate a heuristic function. Compare its performance to other heuristics based on search cost and solution quality. Justify why the chosen heuristic is admissible and/or consistent. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qoHazb9tC440 AZF/view?usp=sharing]arrow_forwardRefer to page 75 for graph-related problems. Instructions: • Implement a greedy graph coloring algorithm for the given graph. • Demonstrate the steps to assign colors while minimizing the chromatic number. • Analyze the time complexity and limitations of the approach. Link [https://drive.google.com/file/d/1wKSrun-GlxirS3IZ9qoHazb9tC440 AZF/view?usp=sharing]arrow_forward
- Refer to page 150 for problems on socket programming. Instructions: • Develop a client-server application using sockets to exchange messages. • Implement both TCP and UDP communication and highlight their differences. • Test the program under different network conditions and analyze results. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qo Hazb9tC440AZF/view?usp=sharing]arrow_forwardRefer to page 80 for problems on white-box testing. Instructions: • Perform control flow testing for the given program, drawing the control flow graph (CFG). • Design test cases to achieve statement, branch, and path coverage. • Justify the adequacy of your test cases using the CFG. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS3IZ9qo Hazb9tC440 AZF/view?usp=sharing]arrow_forwardRefer to page 10 for problems on parsing. Instructions: • Design a top-down parser for the given grammar (e.g., recursive descent or LL(1)). • Compute the FIRST and FOLLOW sets and construct the parsing table if applicable. • Parse a sample input string and explain the derivation step-by-step. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qoHazb9tC440 AZF/view?usp=sharing]arrow_forward
- Enhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning