Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Program 1: Write a C program that makes systems calls to produce a program, called countfd, which determines and returns the number of file descriptions a process can have open at anytime.
Write a program that reads 2 strings, age (as a 4 bit binary number) followed by a first name from the keyboard then converts the age from binary to decimal and prints out the age in decimal followed
Write an ASP.NET script to enter two integers, obtains the numbers from the user and outputs to a label that displays the larger number followed by the words "is larger". If the numbers are equal, out
Write a mortgage calculator PERL(.cgi) program that asks the user for the following information:1. Loan amount
Design a modular program that ask the user to enter the monthly costs for the following expenses incurred from operating his or her automobil
You have just been hired by the accounting firm More & More as their resident software engineer. M. & M. develops and sells small business systems software
Understanding object-oriented methodologies is often difficult. You already understand that object-oriented analysis and design emulates the way human beings tend to think and conceptualize problems i
The information in 4 analog signals is to be multiplexed and transmitted over a telephone channel that has 400-3100 Hz bandwidth. Each of the analog baseband signals is band-limited to 500 Hz
he questions should cover all the Java topics we have learnt in class
Write a program that prompts the user to enter a length in feet and inches and outputs the equivalent length in centimeters. If the user enters
You have been hired as Programmer in a Software Development Company XYZ. Company asks you to develop Health Management System of a Hospital. At the moment you are required to develop the system with f
Suppose a system where free space is kept in a free-space list.
Write a C++ program in which you are required to define a class named Citizen. The class must include the following two data members.
Write a program Average.java that just prints the strings that it is given at the command line, one per line. If nothing is given at the command line, print "No arguments".
Modify your program so that it assumes the arguments given at the command line are integers. If there are no arguments, print a message. If there is at least one argument, compute and print the averag
Write a program that simulates shopping. The program should have a loop that continues as long as the user wants to shop. Each time through the loop read in the name, price, and quantity of the item t
Can someone give me an implementation of a red-black tree class that implements the SortedMap interface in Java?
Write a program that reads a person's name in the following format: first name, then middle name or initial, and then last name. The program then outputs the name in the following format:Last_Name, Fi
Write a C++ program that translates a letter grade into a number grade. Letter grades are A B C D F, possibly followed by + or -. Their numeric values are 4, 3, 2, 1, and 0. There is no F+ or F-. A
Currently there are no IJVM instructions to multiply two numbers. You can however use existing instructions to multiply top two numbers on stack. Assume that two positive numbers are placed on the sta
A palindrome is a piece of text which reads the same forwards as backwards. Characters such as spaces, punctuation marks, etc. are usually ignored in performing a test for a palindrome, and the case o
Write a program in java to input the basic salary of 15 persons . Each one of them gets 25% of the basic as hra (house rent allowance), 15 % of the basic as conveyance and 10 % of the basic as enterta
Write a query that shows the change from sales in a year to year fashion as shown below
Write a C++ program that reads data of 4 students from an input file which name is provided by the user and displays a summary report of students
Write a program in C++ that calculate the surface area of a sphere using a function. As a sample run, write the surface areas of the spheres with radii 3.5, 12.1, 17.4 and 8.12 to a text file. (You mi