Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
Create a Perl script in order to display a basic Web page and display system information that is dynamic using Perl on the screen such as date and time
Write a mortgage calculator PERL(.cgi) program that asks the user for the following information:
Create an Average class with a public data member to collect the sum of the integer entries and a public data member to hold the double average of the sum
For primitive data types, C# implements pass-by-value as the default. However, VB6.0 implements the pass-by-reference
A book publisher has limited the cost of every book they publish to no more than 10 cents per page.
Datamax Program and Overtime Pay for Employees.Your manager has asked you to create a program that calculates overtime pay for all employees.
Discuss the importance of defining the problem and what can happen if the problem is not defined properly
Explain between two programming languages.Two programs(Java and C++). They looks similar. But I need to explain why C++ is longer than java
Explain how to convert a octal value for UNIX file permissions to a text value to display on screen. For example I need to write code in C++ that would take
In writing the code for a method, a programmer might use the keyword "this". When the method is invoked from somewhere in the program, what does this refer to?
CLS on heads or tails program.In MS-DOS, the command to clear the screen is cls; in UNIX, it is clear.
How are Truth Tables used in computer programming? Give a short example. Did you find other areas where Truth Tables are used? Explain.
Seating arrangement to increase social contact.College Students go out for a party. To increase social contact,
Detailed comparision of linear and binary searches on a list.Suppose that you have a dictionary whose words are not sorted in alphabetical order.
Arithmetic Operators in Programming.Search for arithmetic operators used in programming, and provide two examples
Generate an object-oriented design for a system that keeps tracks of your CD and DVD collection.
Basic Programming: Designing Programs, Class Diagram, Pseudocode, and Designing Applications
Discuss the differences between Object-Oriented Programming (OOP) and Object-Oriented Design (OOD). Offer examples of how each can be applied in real life
Comments in Programming Languages.Many contemporary languages allow two kinds of comments
Create a C-Sharp project that stores personal information for a little electronic "black book". The fields in the file should include name, phone number
Create new salary object based on the gross salary
Discuss the main factors that influence programming language machine independence (portability), and how higher levels of machine
Explain the Pros and Cons of Typed Languages.Explain the pros and cons of typed languages
C# writes output to the screen by having the Console object invoke a WriteLine() method, for example,
Concurrency and Interleaving.Problem: a concurrent program with two processes, p and q,defined as follows