[solved] – Question 94101

A person enters the bank and stand in the queue to get his salary. When his turn comes, he request the cashier that i need my salary with minimum notes and coins. Write the program for the cashier that first ask the cashier to enter the salary amount and then display the number of notes and coins of (rs. 5000, rs 1000, rs 100, rs 50, rs 20, rs 10, rs 5, rs 2, rs 1)

Expert Answer


[solved] – Question 94107

Write article on Cybercrime: A threat to environmental sustainability

Expert Answer


[solved] – Question 94147

Use AVL tree.
Topic: Cars on a National Highway
Consider a national highway H, which goes in a straight line and has two-
way traffic. Further, vehicles can enter or leave the highway through the various
side roads joining it.
The location of a vehicle on the highway at any given instant of time is given
by a unique real number in the range R. Further, the current time curr
takes increasing, positive real values starting from initial value of 0. All vehicles
on the highway travel at the uniform speed of 1 unit distance per 1 unit time.
Each vehicle has a unique registration number, which we take to be a non-
negative integer value for the purposes of this assignment.
You have to implement a data structure, which maintains the state of the
highway in a suitable format, and answers queries about its traffic.

Expert Answer


[solved] – Question 94148

Q1. What allows dial up into the Internet at speeds ranging from 64 to 128 kbps?

Q2. DSL service is delivered simultaneously with regular?

Q3. The Internet is also referred to as the_____________ in simplest terms

Q4. DSL provides a _____________connection to ISP.

Q5. The method of exchanging digital messages from an author to one or more recipients is refered to as?

Q6. The Acronym PDAs means

Q7. Itranet that is partially accessible to authorised outsiders is refered to as?

Q8. Which of the following TCP/IP protocol is used for transfering electronic mail messages from one machine to another?

Q9. Most Web pages are prepared using Markup languages such as?

Q10. The form of internet access that uses the facilities of the Public Switched Telephone Network (PSTN) to establish a dialed connection to an Internet Service provider

Expert Answer


[solved] – Question 94151

(A) The goal of……….are to determine the workload at which systems performance begins to degrade and to identify and eliminate any issues that prevent the system from reaching its required system-level performance

1. Unit testing
2. User acceptance testing
3. Volume testing
4. Integration testing

Expert Answer


[solved] – Question 94153

A palindrome is a string that reads the same both forward and backward. For
example, the string “madam” is a palindrome. Write a program that uses a
recursive function to check whether a string is a palindrome. Your program
must contain a value-returning recursive function that returns true if the
string is a palindrome and false otherwise. Do not use any global variables;
use the appropriate parameters.

Expert Answer


[solved] – Question 94173

In this question you will be calculating the class average for a test a class of students recently took. It is your job to write a program that does the calculation and outputs the class average in a user-friendly format. Each of the following students’ marks was out of 100. Create a new Java Project with a descriptive project name, each mark should be stored in a variable. HINT, The student’s name should NOT be part of the variable name, that is too specific and limits the program from use with different students.
Bart
72
Moe
43
Lisa
98
Barney
97
Maggie
95
Lenny
85
Homer
23
Itchy
36
Marge
64
Scratchy
41
Ned
81
Ralph
7
Maude
57
Milhouse
60
Rodd
70
Nelson
48
Todd
68
Jimbo
65
Willy
100
Montgomery
93
Seymour
91
Wayland
90
Edna
85

Expert Answer


[solved] – Question 94185

Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result.

Expert Answer


[solved] – Question 94186

Write a program that accepts a time as an hour and minute. Add 15 minutes to the time, and output the result.

Expert Answer


[solved] – Question 9419

PLEASE HELP ME WITH MY ASSIGNMENT
CREATE THE FOLLOWING BARCODE USING LOOP AND TWO FUNCTION SUBSTRAND MOD CHECKER THIS IS THE:
ttp://www.gs1.org/barcodes/support/check_digit_calculator,

Expert Answer