C++ Pointers Lab

Create two triangle classes, one where the internal properties are stored on the stack and one where the internal properties are stored on the heap.  Each triangle should have a base, height, and a function that returns the area. Triangles 1:  Create a vector of triangles where everything is stored …

Assembly program

Perform a program written in ASSEMBLY 486, on Linux, with the requirements indicated below Requirements: The program should ask the user for the name of the file to be read. The program opens a text file and performs one of the following operations: 1- Read the contents of the file, …

Linux Project

Objectives: To install and configure a SIP based IP-telephony server. To be introduced on some telephony features an IP-PBX can provide. To gain a basic knowledge on SIP server troubleshooting tools.Tasks:1- Install and configure a SIP based open source PBX.2- Configure, connect and test a SIP based soft phone to …

Python code

USER – CONTACTUser ContactBrinda has recently joined a company and she is working as a software engineer. She was associated with a project to work on relationships. To get hold of the topic she starts writing a code where she takes the details of her colleagues and displays them in …

C programming

I need to have a fully working C program, There are five data (plain text) files, namely, the students.txt, courses.txt, registrations.txt, criteria.txt, and performances.txt that keep information. Student file keeps the information about students such as the student number, name, surname, and department in abbreviated form. Course file keeps the …

Simulating Cache and Virtual Memory Assignment

Tasks:  1. Download    the    file    cache.c    from    the    Assignment8    drop    box.2. Implement    code    at    each    comment    containing    TODO:    that    performs    the    operation    described    in    the    comment.  3. The  …

Research paper writing on topic “Federated machine learning”

Content: Total word page limit 6-8 pages in IEEE format (you can add 1-2 more pages if you want)Topic: Federated machine learningTitle: Attractive title on any subtopic related to the topic. (title must include the main topic)Abstract: Within 6000- 7000 wordsIntroduction: Broad announcement of the topic, motivation, contribution and organization.Your …

Operating Systems Concept Question Quick Help

PLEASE EXPLAIN THE FOLLOWING OPERATING SYSTEMS QUESTION AND SOLUTION TO THE QUESTION IF IT IS THE RIGHT SOLUTION. Consider an index-based file system with the inode containing 64 indexes, 1 indirect index pointing to a disk block containing an array of direct indexes, and 1 2-level index in the usual …

paper reivew

(i) what is the problem,(ii) why it is important, (iii) why is it hard, (iv) why older approaches are not enough, (v) what iskey idea and why it works (a list of at least three key points), (vi) what might be missing and howcan we improve this idea (a list …

JUnit testing

I need this code to be tested using the carts 0-5. No modification to the code is allowed and it must be able to run in gradle upon completion of this rubric. instructions are in the Unittest pdf and the code is given in the code