Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
At time t=0 the capacitor is charged to 200uC,and the current is 0,write the expression for the charge on the capacitor s plate as the time function ?
At what rate must the magnetic field change with the time if an induced current of 10 A is to appear in the loop?The resistivity of copper is 1.7X10^-8 ohm.
Write IEEE floating point representation of the following decimal numbers.
With this number of bits, what is the largest unsigned number you can represent? (Please give answer in both decimal and binary).
Convert these decimal numbers to 8-bit 2's complement binary numbers.
What is the largest positive number one can represent in an 8-bits 2's complement code? Write your result in binary and decimal.
Construct E-R diagram for a car insurance company whose customers own one car or more cars each. Each car with it zero to any number of recorded accidents.
Write a program using array that asks user to input 10 numbers, then calculates the average of those numbers and finds out the total number that is greater or equal to the average.
writing a program in JAVA that identifies the color underneath the mouse pointer and fills a JFrame with that color, and displays the RGB values of that color.
if a = b(mod m) and c=d(mod m); a,b,c,d,m are integers; c,d>0 and m=> 2, then a^c = b^d(mod m)[note: every = should be triple equal]
Use either the array template created in an earlier lab to handle the array or you may use the vector class from the STL to handle the array of student record objects.
Describe how a race condition is possible and what might be done to prevent the race condition from occurring.
determine what characters , if any, are not displayed by program you ceated for exercise (a)
Write a program that reads the data from the file 'mydata.txt', saves it in an array of structures and finally prints the array of structures to the monitor.
Create an application to manipulate an array of student record objects. A student record will consist of a name (first, middle, and last), an ID number (9 numeric digits, cannot be more or less), an
if you know how to read and write strings from a file,then have the program obtain its initial list of chores from a file. When the program ends, it should write all unfinished chores back to the fi
Once correct data has been entered the program should calculate and display the percentage of calories that come from fat.Use the following formula: percentage of calories from fat=(fat grams x 9) /
john raymond was so pleased with the program you created for his clients that he regers you to his coworker,a nutrionist in the same facility.
Write a GUI-based program that manages an auction of several items.
Create a crontab file that will regularly perform the following backups.
Develop the finite difference approximation of Fick's second law of diffusion in polar coordinates. Write a MATLAB program that can be used to solve the following problem.
Design a to perform various matrix operations. class A matrix is a set of numbers arranged in rows and columns. Therefore, every element of a matrix has a row position and a column position.
Write a program that demonstrates the Coin class. The program should create an instance of the class and display the side that is initially facing up.
Create a class called Song that has 3 attributes-title, artist, and price (which will be entered later as either 0.99 or 1.49). It should contain 2 constructor methods, all the necessary set and get
The function should determine the median of the array. This value should be returned as double. (Assume the values in the array are already sorted).