Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1360 / 1758
In this lab you will learn how to use the Java Software Development Kit (SDK) wi
In this lab you will learn how to use the Java Software Development Kit (SDK) with the Eclipse programming tool. In addition, you will create three simple Java programs. Deliverab…
In this lab you will measure one-dimensional motion of an object and determine t
In this lab you will measure one-dimensional motion of an object and determine the relationships that displacement, velocity and acceleration have with time. Apparatus: DataStudio…
In this lab you will measure one-dimensional motion of an object and determine t
In this lab you will measure one-dimensional motion of an object and determine the relationships that displacement, velocity and acceleration have with time. Apparatus: DataStudio…
In this lab you will measure the speed of vesicle transport. If the transport mo
In this lab you will measure the speed of vesicle transport. If the transport molecule (molecular motor) needs to use the energy of one ATP to make one step, the step length is (d…
In this lab you will reuse the code from the previous lab file. The previous lab
In this lab you will reuse the code from the previous lab file. The previous lab’s postfix expression string will be used to build a Binary Expression Tree (BET). The BET will be …
In this lab you will simulate a context stack using C++ programming language. Fi
In this lab you will simulate a context stack using C++ programming language. First, assume that the following information is sufficient to express the state of the system: · …
In this lab you will simulate one of the classical synchronization problems in o
In this lab you will simulate one of the classical synchronization problems in order to see how the (semi) critical section problem could be implemented using binary and counting …
In this lab you will simulate simple multithreading application with “producer a
In this lab you will simulate simple multithreading application with “producer and consumer” problem. Modify “Producer and Consumer Problem” from lecture note (See Below) so that …
In this lab you will test the research question \"does physical stress cause a c
In this lab you will test the research question "does physical stress cause a change in heart rate, pulse pressure, or blood pressure, as compared to a baseline, non stress condit…
In this lab you will use OMP to parallelize the multiplication of two matrices B
In this lab you will use OMP to parallelize the multiplication of two matrices B and C of type double, A, B and C are all M x M matrices, where M 25. Implement the following funct…
In this lab you will use structure point as designed in the example above. Your
In this lab you will use structure point as designed in the example above. Your task is to design a simple linked list and an interactive menu. The menu would have the following: …
In this lab you will work with processing an array of structs. First define a st
In this lab you will work with processing an array of structs. First define a struct called BookInfo. It should have 2 fields - a string to hold the title of a book, and a double …
In this lab you will write a C program to create a simplified version of the gre
In this lab you will write a C program to create a simplified version of the grep command. Grep was written by Ken Thompson, one of the creators of Unix at Bell Labs. Grep searche…
In this lab you will write a bash script that uses scapy and arping to perform A
In this lab you will write a bash script that uses scapy and arping to perform ARP scan of a computer network. The IP addresses of the computers to be scanned will be provided in …
In this lab you will you will write some classes to simulate online auctions. Ho
In this lab you will you will write some classes to simulate online auctions. How B…
In this lab, I am given equations for numerically calculating B and dB/dz. Show
In this lab, I am given equations for numerically calculating B and dB/dz. Show that these equations are equivalent to the abstract equations listed by substituting the relevant n…
In this lab, a systems administrator for the securelabsondemand.com network has
In this lab, a systems administrator for the securelabsondemand.com network has reported odd behavior on two servers that support legacy applications you first conducted internal …
In this lab, electrodes wil be placed on the right and left forearms of the subj
In this lab, electrodes wil be placed on the right and left forearms of the subject. The following events will be recorded: The subject clenching (grasping a clench force transduc…
In this lab, please define ONE base class Person, and two derived classes Studen
In this lab, please define ONE base class Person, and two derived classes Student and Teacher. For each class, you should define a set of data fields that are appropriate for it. …
In this lab, sometimes we use benzyltriphenylphosphonium bromide instead of the
In this lab, sometimes we use benzyltriphenylphosphonium bromide instead of the chloride because of availability. Using the following atomic weights, what is the formula weight of…
In this lab, students are required to make Java programs using sockets to suppor
In this lab, students are required to make Java programs using sockets to support the communications between multiple computers on the network. The following gives the details: Th…
In this lab, the measurement wavelength on the colorimeter was set at 470 nm. Th
In this lab, the measurement wavelength on the colorimeter was set at 470 nm. This measurement wavelength was the best choice available on the colorimeter but it was not the best …
In this lab, the measurement wavelength on the colorimeter was set at 470 nm. Th
In this lab, the measurement wavelength on the colorimeter was set at 470 nm. This measurement wavelength was the best choice available on the colorimeter but it was not the best …
In this lab, the point was to find out if mass and volume are conserved in a che
In this lab, the point was to find out if mass and volume are conserved in a chemical experiment. Water was added to water and measurments were taken. Then, Water was added to ace…
In this lab, the students will do some basic electronic experiments and learn th
In this lab, the students will do some basic electronic experiments and learn the fundamental about electricity and electronics components. The students will also learn about the …
In this lab, the temperature of chemicals before chemical change and after chemi
In this lab, the temperature of chemicals before chemical change and after chemical change was collected and thus, weather bonds were broken or created was determined. To do this …
In this lab, the temperature of chemicals before chemical change and after chemi
In this lab, the temperature of chemicals before chemical change and after chemical change was collected and thus, weather bonds were broken or created was determined. To do this …
In this lab, using C++, you will create an abstract data type, using a doubly-li
In this lab, using C++, you will create an abstract data type, using a doubly-linked circular structure to store the values and links. You must create it by your own and not use a…
In this lab, using C++, you will create simple single linked structures consisti
In this lab, using C++, you will create simple single linked structures consisting of Node objects. Each node will have a pointer to the next node. You will use a head pointer to …
In this lab, using C++, you will create two data structures: a stack and a queue
In this lab, using C++, you will create two data structures: a stack and a queue. You will use STL containers to demonstrate basic ADTs. Queue For the queue, you will simulate a b…
In this lab, using C++, you will create two data structures: a stack and a queue
In this lab, using C++, you will create two data structures: a stack and a queue. You will use STL containers to demonstrate basic ADTs. Queue For the queue, you will simulate a b…
In this lab, we are going to design a 8 bit ALU with reset in Verilog For input:
In this lab, we are going to design a 8 bit ALU with reset in Verilog For input: 8-bit data signal A and B,, 3 bit signal Opcode reset signal reset. For output: 16-bit data signal…
In this lab, we are going to find the area under a curve using rectangles. We wi
In this lab, we are going to find the area under a curve using rectangles. We will use n rectangles between two points on the x axis to estimate the area under the curve at this l…
In this lab, we are going to practice writing template functions . This should b
In this lab, we are going to practice writing template functions. This should be pretty easy. You will be converting the quicksort function into a template version (see lecture 8 …
In this lab, we are required to calculate the length of the traveling ray to the
In this lab, we are required to calculate the length of the traveling ray to the mirror. I'm not sure how to calculate this, and this is everything we are given. Assuming the spee…
In this lab, we examine how multithreading can lead to the synchronization probl
In this lab, we examine how multithreading can lead to the synchronization problem known as race condition. We also examine how this problem can be solved using 2 constructs provi…
In this lab, we have an abstract class, Employee.java , and three classes that e
In this lab, we have an abstract class, Employee.java, and three classes that extend that class: SalariedEmployee.java, HourlyEmployee.java, and SalesEmployee.java. Your task in t…
In this lab, we will be creating a graphical user interface (GUI) to allow the u
In this lab, we will be creating a graphical user interface (GUI) to allow the user to select a button that will change the color of the center panel and radio buttons that will c…
In this lab, we will continue to explore some of the topics studied in Chapter 3
In this lab, we will continue to explore some of the topics studied in Chapter 3 of the text. You will have to fill in the program using guidance from the comments in the code. Th…
In this lab, we will create an application which allows the user to build a sort
In this lab, we will create an application which allows the user to build a sorted list of strings. The program will perform the following actions: Prompt the user to enter a stri…
In this lab, we will develop a Simulink® model using QUARC® blocks to drive the
In this lab, we will develop a Simulink® model using QUARC® blocks to drive the DC motor and measure its corresponding relative shaft angle as shown in Figure 3. The QUARC block t…
In this lab, we will focus on matrices and directed graphs represented as adjace
In this lab, we will focus on matrices and directed graphs represented as adjacency matrices. It is highly recommended to use MATLAB for this lab. Roots and Leaves of a Graph Taki…
In this lab, we will have more practice on programming C++ with while loop, nest
In this lab, we will have more practice on programming C++ with while loop, nested while loop and user defined functions. Develop two programs for the following two tasks Programm…
In this lab, we will observe how weak acid solutions can work as a buffer. In th
In this lab, we will observe how weak acid solutions can work as a buffer. In this context, "buffer" refers to a solution that maintains a nearly constant pH, which is essential f…
In this lab, we will use MATLAB to implement primality tests, namely Fermat’s li
In this lab, we will use MATLAB to implement primality tests, namely Fermat’s little theorem and Wilson’s Theorem. We will also implement Fermat’s Last Theorem. Please use basic M…
In this lab, we will use inheritance to create several subclasses that inherit f
In this lab, we will use inheritance to create several subclasses that inherit functionality from a superclass. We will also use an array or an ArrayList to pass a set of objects …
In this lab, we will use inheritance to create several subclasses that inherit f
In this lab, we will use inheritance to create several subclasses that inherit functionality from a superclass. We will also use an array or an ArrayList to pass a set of objects …
In this lab, we will work on a feature that is often useful when you develop a s
In this lab, we will work on a feature that is often useful when you develop a system that needs some security: a login window. To help you get started, we give you some code that…
In this lab, we\'ll be writing a class hierarchy of Emoji. Here is a UML diagram
In this lab, we'll be writing a class hierarchy of Emoji. Here is a UML diagram of the classes we'll be writing: Emoji and Face Emoji are abstract classes because they don't have …
In this lab, you add nested loops to a Python program provided. The program shou
In this lab, you add nested loops to a Python program provided. The program should print the outline of the letter E. The letter E is printed using asterisks, three across and fiv…