Other Programming & Computer Science Answers

Questions: 537

Answers by our Experts: 537

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 & Filtering

Hi i hope i get the best answer form your side for my question 1. iam having a .exe file which has my personal files in it and i gave a password for it.
every time you click it will ask for password if you give wrong password just a error message appear.
My Question: if you give wrong password for the .exe file for a certain number of time .it will delete the orginal file itself
1. Why is it important for everyone to be computer literate? Give some examples of how
being computer literate can help an individual in his or her job and personal life

2. Describe the “ideal” automated class registration systems for a college or university.
Use pseudocode to design a suitable program. In your program, make use of subprograms with parameters and arguments.

Computer and display the income tax due in the state of East Euphoria on a taxable income entered by the user, according to the following table:

Taxable Income Tax Due
From To
$0 $50,000 $0 + 5% of amount over $0
$50,000 $100,000 $2,500 + 7% of amount over $50,000
$100,000 ... $6,000 + 9% of amount over $100,000
Use pseudocode to design a suitable program. In your program, make use of subprograms with parameters and arguments.

Develop a menu-driven program that inputs a number X, and at the user's option, finds and displays the area (A) of one of the following:
* A square with side X, A = x^2
* A circle with radius X, A = 3.14 * X^2
* An equilateral triangle with side X, A = Sqrt (3) / 4 * X^2
Use the top-down modular approach and pseudocode to design a suitable program.

a. The last National Bank has two branches, each of which uses a sequential file containing a summary of customer's checking accounts in the following form:
AccountName (Integer), CustomerName (String), Balance (Float)

The files, whcih are called account1 and account2, are ordered by account number in increasing order. (Assume that no two account numbers are the same.) Due to financial reverses, one of the branches must be closed, and the two files need to be merged into a single one called account3. Write a program to perform this operation.

b. Suppose that some of the records in account1 and account2 are the same. Modify the appropriate module of the program so that only one of the duplicate account records is written to the file account3.
Hello, I'm looking in to different types of programming, and I was wondering what the pros and cons are for each of the major ones, or if some are just simply better than the other.
I already have adobe flash, so I have AS3 available to me, but I'm not sure if that will suit my needs in this. I'm looking at pretty much all types. Java, AS3, c++, the works.

In short, what are the upsides and downsides to each type of code? Say, for a 2D RPG game, with multiplayer via LAN, for windows and mac? Or, which type of code would be best suited for something like that, and what programs support it?

Thanks.
I need to know cording for windows service of Auto Generated E-Mail sending in visual studio 2008. This e mail should be send through the system without knowing the administrator.

Eg. in student management system, package will send reminding to students automatically before the exam date.
I can get value from database in combobox but when I submit again the form combobox value submitted zero.
If I click on combobox then its works... But I want without clicking the value is submit...
Design a menu driven program for a florist. The first screen asks the user to choose indoor plants, outdoor plants, nonplants items, or quit. When the user chooses indoor or outdoor plants, list at least three appropriate plants of your choice.



When the user chooses nonplant options, offer a choice of three gardening tools, three gift items, or quit. Also, display the appropriate prices for the items.
Write and run a program that displays the following menu to the user:
(A)dd two numbers
(S)ubtract two numbers
(M)ultiply two numbers
(D)ivide two numbers
(E)xit

Then the program should read two numbers from the user, and display:

•Their sum if the user typed a or A as a choice to the above menu
•The difference if the user typed s or S as a choice to the above menu
•Etc

Note: your program should do appropriate checking in case of division (no division by zero)
Your program should continuously ask the user for a choice until the user enters E or e.
LATEST TUTORIALS
APPROVED BY CLIENTS