Write a program to take input for n number of doctor records and write records of all cardiologists in
a file named: “record1”. Also write records of all those doctors in another file named: “record2” who are
taking salary more than INR 80,000. After writing records in both files, merge their contents in another
file: “finalrecord” and read all records of “finalrecord” file and display on screen. [Attributes of doctor:
doc_id, doc_name, doc_specialization, doc_salary]
Write a python script that checks if integer numbers between 1 and an integer input from a user are prime numbers (Hint: use the range function to loop between 0 and an integer input).
In a case where prime numbers are identified then add all prime numbers to a new list and display the list, in case where a number is not a prime number display an error message.
there are 10 students in a class.these students can take 5 exams ,accept the marks of 10 students in 5 exams.if student got <40 mark him as fail and >75mark him as pass
at the end we need to print the following as output
student name, avg marks,number of papers with distinction and no of pepers with fail
please look into my query ans create SQL for it
In this project, students are to use Java to develop a payroll software to assist in paying the salary of employee/staff of a certain university named XYZ University. Assume we have three employees in the university with ranks - Programmer, Admin and Librarian, write a Java program to calculate and printout the total salary of these three employees in the institution. The program should have the following features: 1) 2) 3) 4) 5) 6) 7) Create a public class named: Employee that would get the firstname and lastname of each employee from the keyboard/user Create three objects: prog, adm and lib, for programmer, admin and librarian respectively to access the properties in Employee class. Create EmployeeSalary as parent interface to store basic_sal, housing_all and transport_all. The values for these three items are fixed for all Employee and has abstract function calculateSalary.
Write a program to print the area of a rectangle by creating a class named 'Area' having two functions. First function named as 'setDim' takes the length and breadth of the rectangle as parameters and the second function named as 'getArea' returns the area of the rectangle. Length and breadth of the rectangle are entered through keyboard.( For C sharp with easy code)
Write a program to print the area of two rectangles having sides (4,5) and (5,8) respectively by creating a class named 'Rectangle' with a function named 'Area' which returns the area. Length and breadth are passed as parameters to its constructor.( For C sharp with easy code)
Write a program to print the area and perimeter of a triangle having sides of 3, 4 and 5 units by creating a class named 'Triangle' with the constructor having the three sides as its parameters.( For C sharp with easy code)
Greedy Businesssman:
Sam is a greedy businessman who has opened N stores in a city.at various locations.
The locations of stores are stored in 1 2-Dimensional array.the coordinates of ith store are defined as follows:
starting point would be input[0][i] and ending location would be input[1][i].
for example:when i=0,input[0][0]=2 and input [1][0]=5,it means that the 0th store spans from 2 uniits to 5 units.
The greedy businessman wants to set up warehouse =s which can supply goods to these stores.
A warehouse can only be set up at a good location.A location is said to be good location if it is lying in the ranfe of [a,b],where a denotes the starting unit of a store and b denotes the end unit of any store S(a,b).
for example: a location ‘X’ is a good location with respect to the store (a,b) ifa<==X<=b.
Note:there can be more than one stores located at a particular.
Example1:
input1:2
input2:{{1,2},{3,5}}
output1:1
Q.1.1 Identify a suitable network scenario that can be used to explain and discuss the relationship of concepts in the exhibit. Ensure that you provide details of the following aspects of the scenario: • Description of the scenario; • How can the scenario be used to discuss and explore the relationship of the concepts in the exhibit?
Q.1.2 As part of the requirements analysis when designing a network, explain what are functional requirements, performance requirements and implementation constraints are and then list three functional requirements, performance requirements and implementation constraints as examples for the identified network system scenario in Q.1.1.
Q.1.3 Using Q.1.1 and Q.1.2 above, discuss the relationship between the concepts as presented in the exhibit. In particular, explain the importance of understanding these relationships in network systems design.
NMIMS Global Access School for Continuing Education (NGA-SCE)
Course: IT Project Management
3. Describe following IT project risks.
a. Schedule and Budget risk (5 Marks)
b. Technical risk (5 Marks)
"I WANT FULL LONG ANSWER"