Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

1. Create four (4) Java classes. Name them RunEmployee, Employee, FullTimeEmployee, 

PartTimeEmployee. The RunEmployee class shall contain the main method and will be used to 

execute the program.

2. Write a simple payroll program that will display employee’s information. Refer to the UML Class 

Diagram for the names of the variable and method. This should be the sequence of the program 

upon execution:

a. Ask the user to input the name of the employee.

b. Prompt the user to select between full time and part time by pressing either F (full time) or P

(part time). 

c. If F is pressed, ask the user to type his monthly salary. Then, display his name and monthly 

salary.

If P is pressed, ask the user to type his rate (pay) per hour and the number of hours he worked 

for the entire month separated by a space. Then, display his name and wage.


there multiple(t) book stores in the area. each bookkeeper has a list of b integers that represents the cost of each book. you have different pocket money(p) for each bookstore. write program to calculate the maximum number of books you can buy in each store with the corresponding pocket money. in python


Discuss the IPv4 Datagram with the help of suitable examples

Compare and contrast the medium access protocols and elaborate any one of them

  1. Input two integers (one per line) and make sure to store them in variables.
  2. Add the two integers and print out their sum!

Error control and Flow control is critical in effective frame transfer in a data link layer.


Discuss the types of errors in detail and suggest suitable solutions for the same

Compare the Go-back N protocol with the rest of the protocols for effective frame


transmission in Data link Layer


Elaborate in detail the transition strategies from the IPv4 to the IPv6 with the help of a suitable example


3 Minutes 20 Seconds - line vastundhi sir output lo .how can remove this (-) line sir.



Dry run the following code and show the output in the end. Explain each step in your answer

void main()

{

int first, second, temp;

first= 25, second=12, temp=0;

temp = first;

first = second;

second = temp;

cout<< first<<endl;

cout<<second;

return 0;

}



LATEST TUTORIALS
APPROVED BY CLIENTS