An electric charge inside a sphere (r=0.81m) has a magnitude of +4.8x10^18C. Find the electric flux through this surface
Who is matalan? Name the three kingdoms he travels.
In a particular locality, there is a shortage of face mask. The residents of the place and the healthcare frontliners continue to accommodate the unprecedented challenge of the coronavirus outbreak. Many of the settlers do not have adequate protection against the pandemic. As an entrepreneur , what do you think will be a potential business that could address the need? Who will be your target market?
you are given a undireevted tree with n nodes numbered from 0ton-1 each node has a value represented by the array arr of length n you have to divode this tree into two components by removing a single edge moreover you need to ensure the bitwise and of both trees obtained is same find total number of ways to divide the given tree
Morse code has been one of the most basic communication protocol and still used to convey SOS
messages and other urgent communication. In Morse code each English alphabet is encoded by a sequence of β.β andβ-β, see Figure 1 for complete mapping between English alphabets and Morse codes. Your task is to design a program
that can (i) convert any given string into a Morse code sequence and (ii) a morse code sequence to string. You are not authorized to used string data type, however you can use char *
How many grams of the two products are formed if 10.0 moles of H2S04 is reacted with enough calcium phosphate [Ca3(P04)2]?
Sulfuric acid (H2S04) is used in the production of phosphate fertilizers.The reaction involved is
The probabilities of a machine manufacturing 0, 1, 2, 3, 4, or 5 defective parts in one day are 0.50, 0.19, 0.22, 0.025, 0.19,0.06 and 0.005, respectively. Find the mean of the probability distribution
The probabilities of a machine manufacturing 0,1,2,3,4,5 defective parts ln one day are 0.50, 0.22,0.19, 0.025, 0.06 and 0.005 respectively. Find the mean of the probability distribution
Write a c++ program using two dimensional array that will store the student id number, average quiz score, midterm exam score, and final exam score maximum of 25 students(score must from 0 to) and Instead of forcing the user to enter all of the data at once and displaying all of it, the program will provide menu options that allows user to add new records, delete, update and view all records. It should also provide an option called settings that allows the user to set the grading criteria that will be used in the computation of grades. You may include an additional functionality that allows the user to search a specific record of a student given the student number. A sample menu driven application is given below
Mini Grading System
1. Add New Record
2. Edit Record
3. Delete Record
4. View All
5. Settings
6. Search
7. Exit
Enter your choice: