Programming question and answers for July 10, 2023
- Q DAC, MAC, RBAC, ABAC, are some access controls, discuss each ofthese policies in great details, by describing what they are, wherethey are best used for and an example of their...
- Q Q1. If we decide to use two pairs of base-limit registers (onefor Instructions, one fordata), what will be its advantages and disadvantages.Q2. Describe the mechanism where a segment could belong...
- Q write the following programs: Ram.java, Truck.java,LandVehicle.java and Vehicle.java.public class Ram extends Truck { public static voidmain(String[] args) { // your implementation } public Ram() { // your implementation}...
- Q package construction;public class Bid{ private String contractor; private float price; public Bid(String contractor, float price) { this.contractor = contractor; this.price =...
- Q This week we discussed Fault Tolerance. The Distributed FileSystem is only one example of Fault Tolerance. Find some othertechnologies from Microsoft or other vendors that help protectdata. End your discussion...
- Q Calculate the input and output dimension for each convolutionand pooling layer in DeepSEA (100pts)
- Q Describe three different sources a router can use toput/maintain the information contained in the routingtable.
- Q Hi, I would like the following python code rewritten in adifferent way/structure etc. I got it from a question I posted butam worried fellow classmates will also be using it...
- Q Trying to discover a solution for sending data from theunderwater facility to the surface so that it can be uploaded tothe internet from a research facility on the edge of...
- Q package dealership;public abstract class Vehicle { private float dealerPrice; private int year; public Vehicle(float d, int y) { dealerPrice = d; year = y; } public...
- Q i posted this question before , but the answer was totally wrong. i am developing e-commerce website for my project in my school .this testing is not required to testing...
- Q 4. Insert 21, 9, 28, 4, 15, 26, 30, 10, 2, 37, 17, 88 into theAVL Tree. Have the balancing factor. Don't write a program. Justplease manually solve the problem....
- Q Insert your review of the \"SAP-ERP Presentation by Dr. JefferyWord\" herein. You should upload this paper to the revision link, toinsure there is no more than 25% plagiarism. Provide answers...
- Q Differentiate between freeware, open-source, shareware, andpublic domain. Explain how to legally acquire each.
- Q Create your own Java program that has all three of thesecomponents in its design:Includes file input OR file output (one of the two)Uses token-based processing of String, int, double, or...
- Q Q1: Write a Java program that will display different messagesdepending on your age.Your program should ask the user for his/her name and their agein yearsand give one or more answers...
- Q Which of the following WHERE clauses could return the value“Ravnica†from the field SET?Select one:a.WHERE SET = “Rav%â€;b.WHERE SET LIKE “Rav_â€;c.WHERE SET LIKE “%avâ€;d.WHERE SET LIKE “%R%i%â€;
- Q 3. Draw the hash table that results using the hash function:h(k)=kmod 7 to hash the keys 50, 700, 76, 85, 92, 73, 101. Assumingcollisions are handled by Quadratic probing. Don't...
- Q Write a program in C++ that prints out the even numbers between1 and 21 using WHILE loop.Also, find the sum AND product of these numbersand display the resulting sum and...
- Q I need at least a page.Section #2: Accessing DataWhere and how do you access information stored in a Database?Discuss how you use information either at work, school or in yourpersonal...
- Q class Point3d { public: Point3d(double x, double y, doublez);Point3d(const point3d& p);void setX(double x);void setY(double y);void setZ(double z);double getX() const;double getY() const;double getZ() const;point3d& operator=(const point3d& rhs); private: doublex; double y;...
- Q Question: Class Diagram – Make a class diagram for 'PatientAppointment' showing attributes and operations / methods.Associations are optional.References from earlier questions/instructions from theproject:1) Use Case Tables – Consider the Mentcaresystem...
- Q INVENTORY CLASSYou need to create an Inventory class containing the privatedata fields, as well as the methods for the Inventory class(object).Be sure your Inventory class defines the private data fields,...
- Q hello, I need a python program for a drone to followkeyboard commands- Create a simple single obstacle environment and program thedrone to navigate through it- Create a more advanced obstacle...
- Q Chapter 6 Debugging Exercises - Problem 1The programmer intends for this pseudocode to display three random numbers in the range of 1 through 7. According to the way we've been...
- Q Create a table book_store with columns Book_idVARCHAR(255) NOT NULL,Book_Name VARCHAR(255) NOT NULL,Book_genre VARCHAR(255) NOT NULL,Status VARCHAR(255) NOT NULL,PRIMARY KEY (Book_id)Create a table book with columns Book_idVARCHAR(255) NOT NULL,Book_Name VARCHAR(255) NOT...
- Q It's Java; the code should be the same as the output samplebelow; please, thank you.Note: create a single-file solution that has multipleclass definitions. Also, note that the static main() method...
- Q assume that the following pseudocode is executed in aprogrammodule maindeclare x = 1declare sum = 0declare max = 5while ( x < max)Display \"x is \", xset x = x...
- Q This week, your team is to create a document to show sortpriorities. Your summary should explain sort priorities and wherethe likely targets of best allocation of software time can bespent.Create...
- Q Question: State and explain three factors whyempathy has become an important aspect of leadership in our world,today. Question: State and explain three factorswhy empathy has become an important aspect of...
- Q In Java Script how do you code an array with the values andsuits of cards (all 52 cards in a deck) 2 different array one thatjust has the face values...
- Q Assignment DetailsThe project involves studying the IT infrastructure of arelevant information system (IS)/ information technology (IT) usedby selecting any organization of your choice locally orinternationallyThe idea is to investigate the...
- Q IN C# langWrite a console app (review Module 5 for console app) thatstores 3 students test stores in 3 separate arrays as integers.Some did not not take all the tests,...
- Q IN LINUX/UNIX1. Based on the example “awkc7†introduced in thehandouts, please write an awk script to display the firstsix records in “loginfile.â€Please test your script to make sure the script...
- Q Do the following proofs deductively. Justify each step in yourproof with a law or inference rule.a) If P ⇒ Q, ¬R ⇒¬Q, and P then prove R.b) If P ⇒...
- Q What are the phases in a traditional project life cycle? Howdoes a project life cycle differ from a product life cycle? Whydoes a project manager need to understand both?
- Q Pick two different online stores to investigate the processingof making a purchase online.3. Make sure to record all the steps that are needed to get anitem purchased.4. Compare the processing...
- Q 1)Â Â Â Â Look at the Ethernet frame. Based onthe size of the field that holds the MAC address, how long is a MACaddress?2) Â Â Â What is the function of the last field...
- Q Using R Studio:1)Use the `mtcars` data (`data(mtcars)`) to answer these questions: a) Which rows of the data frame contain cars that weigh more than 4000 pounds (the variable is `wt`,...
- Q C++ CodeUsing all for loops1. Print 5 lines with 1 asterisk per line2. Print 5 asterisk on 1 line. Endl at the end of the line.3. Ask for a positive...
- Q IN C ONLY (follow instruction please)Implement the following functions:Queue * initQueue( ) // Return empty queue// enqueue and dequeue each return an int error codeint enqueue(int, Queue *)int dequeue(Queue *,...
- Q Write a method in JAVA that does this:Presents the user with a header stating this is for assignment:Lab, and the names Bob and BillPresent the user with a menu to...
- Q Create a Registration and login page using React,nodejs and allthe data should store in MongoDB database.
- Q Explain the results of the following expressions (you may wantto show each step of evaluation):• 4 + 5 * 6 + 7 / 8• 4 + 5 * 6 <...
- Q Microprocessor questionQ1:Write a delay loop which produces a delay of 500 Microseconds onan8086 with a 5-MHz clock.?
- Q Python 3A simple way to encrypt a file is to change all charactersfollowing a certain encoding rule. In this question, you need tomove all letters to next letter. e.g. 'a'->'b',...
- Q Write a python program for thefollowing question.Complete the symptom similarity function, which measures thesimilarity between the symptoms of two patients.See below for an explanation of how the similarity is computed.def...
- Q #ifndef CONTAINER_H#define CONTAINER_Husing namespace std;class container {public:// CONSTRUCTORcontainer();~container();container(const container& c);container& operator=(const container& c)// MEMBER FUNCTIONSbool lookup(const int& target);void remove(const int& target);void add(const int& target); private:struct node{int key;node *next;};node* head;node* tail;};#endifFor...
- Q Implement function get_contact(contacts, name)that returns a string. The contacts and the name parameter are bothtype string. This function checks for the name string in thecontacts string and returns that person’s...
- Q 1. What is the relationship between public key cryptographicalgorithms and numbers theory? Please give an example2. What are the different concepts and theorems that numbertheory encompasses?3. What are the different...
- Q Your task is to calculate the average height of students in theclass. You will gather each of the student’s height and put it in alist. then you will throw out...
- Q Describe the items shared by all threads in a process.What are the items which are private to each thread.On all current computers, at least part of the interrupthandlers are written...
- Q Microsoft Access 2016: Computer Information SystemsWhat are the advantages of including a caption for a form? Doyou need both a caption and a title? Why or Why not? What otherelements...
- Q Get all homework scores for one student, calculate and displaythe sum of the scores, and also display the word “fail†if the sumis lower than 150. Note: we do not...
- Q Write a program that opens the file: \"Lab6A_Data\", reads all thevalues from the file, and calculates the following: A) The numberof values in the file B) The sum of all...
- Q Write a C# program that prompts the user to enter in threevalues. The first indicates a starting (whole number positive)value, the second an ending value and the third an increase...
- Q Software Developers can add tremendous value to an organizationby the applications they build. What do you think the core elementsare to being a good software developer. What do you need...
- Q Write a program in C language that uses a binary searchalgorithm to guess a number from 1 to 100. The computer will keepguessing until they get the users number correct.
- Q create a todo app using React and MongoDB. User can also deletethe tasks, add tasks, update tasks and edit tasks using edit, del,update and add button.
- Q Input a phrase from the keyboard and output whether or not it isa palindrome.For example:1. If the input isMadam I'm AdamYour output should be\"Madam, I'm Adam\" is a palindrome2. If...
- Q What is the difference between a LAG and a MLAG?
- Q 2.1 Linked Lists Linked lists are an example of an unbound datastructure. Whereas the array is based around having a fixed sizeper array creation, there is no logical limit on...
- Q #include <stdio.h>int main (){int value= 10;int value2= 5;value = value %2;printf(\"he FInal =value=%d\n\", value);value +=3;printf(\"he FInal =value=%d\n\", value);value ++;printf(\"he FInal =value=%d\n\", value);value= ++value2;printf(\"he FInal =value=%d\n\", value);value= value2--;printf(\"he FInal =value=%d\n\", value);}what...
- Q Translate the following sentence into sentential logic.It is not true that ATHLETICISM is a necessary and sufficientcondition for FITNESS.
- Q What would be the output of the following?autocorrectisawful = 4while (autocorrectisawful > 0):print(autocorrectisawful)if (autocorrectisawful == 2):breakautocorrectisawful -= 1
- Q In debian and in red hat how would you update a package withfile1.1.deb and file1.1.rpm respectively?Use linux
- Q how to send background process to foreground process using ccode?
- Q create a public class and a main class todeletebyStudentID number with get ID and getStudentByName in publicclass. when the user is prompted to search for the student anddelete them by...
- Q Write a Java program that solves a set of quadratic equations asper Requirement #1 (without using global variables), and reads aninteger number entered in the command line, as follows: >...
- Q For My Programming Lab - Java:Write a Temperature class that will hold a temperature inFahrenheit and provide methods to get the temperature inFahrenheit, Celsius, and Kelvin. The class should have...
- Q Add a new local user to your system.Local accounts are usually used for differentproject, not different users. If you find that you are being askedfor an email address to validate...
- Q An information security manager is assisting in the developmentof the request for proposal (RFP) for a new outsourced service.This will require the third party tohave access to critical business information....
- Q Cryptography:Using columnar cipher, find the plaintext and the key thatgenerated this ciphertext: ykccjosaiawiekhriogrrlrni Keep in mindthat only letter j was used for padding. (Show your detailedwork)
- Q 21. What is the output of the following segment of code if 7 isinput by the user when asked to enter a number?____________ intnum; int total = 0; cout <<...
- Q Write one Java program and satisfy the followingrequirements:Write a method called cube that accepts one integerparameter and returns that value raised to the third power.Write a method called randomNumber that...
Get Answers to Unlimited Questions
Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!
Membership Benefits:
- Unlimited Question Access with detailed Answers
- Zin AI - 3 Million Words
- 10 Dall-E 3 Images
- 20 Plot Generations
- Conversation with Dialogue Memory
- No Ads, Ever!
- Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!