[solved] – Question 99456
A protocol used by network devices including routers to send error messages and operational information indicating success or failure when communicating with other IP addresses
Expert Answer
[solved] – Question 9946
List the team names and the total number of players from the team who played less than 20 minutes on the ground in the last two years (the current year and last year). The season attribute in the database is VARCHAR(5) to allow for sports which run multiple seasons within a calendar year, such seasons are coded as, for example: 2001S, 2001W (note that the first four characters are always the year). Name the columns as ‘TEAM NAME’ and ‘LESS THAN 20 COUNT’. Sort the output according to the ‘LESS THAN 20 COUNT’ column, teams with have the same count should be ordered by team name.
Expert Answer
[solved] – Question 99465
In this assignment, you will draw a student schedule by using a while loop. You will ask the user for their first and last names, and then a list of their classes and room numbers.
The loop should stop when they enter STOP for their next class.
Print the schedule in the same format as the example below. Remember to use the tab escape character to make it nicely formatted.
Expert Answer
[solved] – Question 99508
Write pseudo code and draw flowchart for each of the problems. Based on your algorithm write a C++ code to perform the required task. Your program should be error free. 1. Receive a number and determine whether it is odd or even. 2. Obtain two numbers from the keyboard, and determine and display which (if either) is the larger of the two numbers. 3. Receive 3 numbers and display them in ascending order from smallest to largest 4. Add the numbers from 1 to 100 and display the sum 5. Add the even numbers between 0 and any positive integer number given by the user. 6. Find the average of two numbers given by the user. 7. Find the average, maximum, minimum, and sum of three numbers given by the user. 8. Find the area of a circle where the radius is provided by the user. 9. Swap the contents of two variables using a third variable.
Expert Answer
[solved] – Question 99511
Assignment 9: Personal Organizer on edhesive.create a personal organizer. Using parallel arrays you will store the following information on each event in your organizer:
Month (1 – 12)
Day (1 – 31)
Year
Event name
If the user enters an incorrect month the month should be set to January.
If the user enters an incorrect day then the day should be set to 1.
Write the following methods:
Add an event
Print all events
Print events in a specific month
Your program should follow how the sample run (below) asks for input and how it outputs events.
It should first keep asking for new events to add until the user says NO. Then, it should print all the events entered. Finally, it should ask the user for a specific month that he or she would like to see events from.
Expert Answer
[solved] – Question 99514
Write a query to list of the names of all programs that do not include the course code ‘EN101’
Write a query to list all program-names and related course-names
Assuming that the program code for Bachelor of Science in Mathematics is ‘BSC4’,
construct a second logical view for Mathematics majors only. Your view must include all
attributes of the student record, the full descriptive name of the Bachelor of Science in
Mathematics program, and the descriptive name of the hall dormitory that the students
reside in.
Expert Answer
[solved] – Question 99518
Suppose a computer using direct-mapped cache has 2^20 bytes of word addressable main memory(two bytes per word) and a cache of 32 blocks. Where each cache block contains 16 bytes. (writ down computational blocks). Which cache block will the memory address DB 63|?16 map to?
Expert Answer
[solved] – Question 99548
Consider the problem taken from life insurance expert (RULE 1 if age is old and gender is male and smoker is no then risk is low; RULE 2 if age is middle and gender is male and smoker is yes then risk is high; RULE 3 if age is young and gender is female and smoker is no then risk is low;). Write a complete PROLOG program that could support the decision of a life insurance expert. Add necessary facts and rules to produce a well designed knowledge base.
Expert Answer
[solved] – Question 99589
Consider a Pulse Code Modulation to encode an analog signal of 30,000 KHz. What is the digital bandwidth in Mbps and Gbps if the number of levels used in encoding is 128.
Expert Answer

