Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 211 / 602
Design a 12 Week Exercise and Nutritional Guidance Program for the following cas
Design a 12 Week Exercise and Nutritional Guidance Program for the following case: Female, 49 years old VO2 MAX= 31 ml/kg/min BP: 130/85 Fasting Glucose: 99 mg/dl Right Sided low …
Design a 12 Week Exercise and Nutritional Guidance Program for the following cas
Design a 12 Week Exercise and Nutritional Guidance Program for the following case: Female, 49 years old VO2 MAX= 31 ml/kg/min BP: 130/85 Fasting Glucose: 99 mg/dl Right Sided low …
Design a 16-bit Logic Unit with A, B, and Opcode as inputs and LogicOut as outpu
Design a 16-bit Logic Unit with A, B, and Opcode as inputs and LogicOut as output. This design performs logical operations: A and B, A or B, A nand B, A nor B, A xor B, A xnor B, …
Design a 16-bit Logic Unit with A, B, and Opcode as inputs and LogicOut as outpu
Design a 16-bit Logic Unit with A, B, and Opcode as inputs and LogicOut as output. This design performs logical operations: A and B, A or B, A nand B, A nor B, A xor B, A xnor B, …
Design a 16-bit register (with synchronous reset) that has the following entity:
Design a 16-bit register (with synchronous reset) that has the following entity: entity Reg16bit is Port( A : IN std_logic_vector(15 downto 0); -- Input Load : IN std_logic; -- Lo…
Design a 16-bit register (with synchronous reset) that has the following entity:
Design a 16-bit register (with synchronous reset) that has the following entity: entity Reg16bit is Port( A : IN std_logic_vector(15 downto 0); -- Input Load : IN std_logic; -- Lo…
Design a 16-bit register bank consisting 8 registers with two read ports and one
Design a 16-bit register bank consisting 8 registers with two read ports and one write port. Note that, Read operation on each port gives 16 bit data. Write port needs 16 bit data…
Design a 16-button integer calculator that supports addition, subtraction, multi
Design a 16-button integer calculator that supports addition, subtraction, multiplication, and division. Use JavaFX to build your project. It should function the same way as a sta…
Design a 1D compressed air rocket engine. Assume standard atm conditions and ise
Design a 1D compressed air rocket engine. Assume standard atm conditions and isentropic flow. k=1.4, R=0.287 Determine: 1. Tank pressure required producing a Machof 1,3,5, 7, and …
Design a 1D compressed air rocket engine. Assume standard atm conditions and ise
Design a 1D compressed air rocket engine. Assume standard atm conditions and isentropic flow. k=1.4, R=0.287 Determine: 1. Tank pressure required producing a Mach of 1,3,5, 7, and…
Design a 2-bit Gray code generator that repetitively delivers the sequence 00a01
Design a 2-bit Gray code generator that repetitively delivers the sequence 00a01a11a10a00 rightarrow ellipse when the input signal UP = 1, or in reverse order 00a10a 11a10a00 righ…
Design a 2-bit synchronous counter with an enable input (EN) and a direction (DI
Design a 2-bit synchronous counter with an enable input (EN) and a direction (DIR) input. When EN is HIGH the counter counts in the direction indicated by the DIR input (LOW = DOW…
Design a 4-bit 2’s complement format adder/subtractor circuit that is also capab
Design a 4-bit 2’s complement format adder/subtractor circuit that is also capable of indicating the occurrence of an overflow condition. The circuit has two 4-bit inputs, P and S…
Design a 4-bit 2’s complement format adder/subtractor circuit that is also capab
Design a 4-bit 2’s complement format adder/subtractor circuit that is also capable of indicating the occurrence of an overflow condition. The circuit has two 4-bit inputs, P and S…
Design a 4-bit counter B( represented by B_3 B_2 B_1 B_0)which can count the spe
Design a 4-bit counter B( represented by B_3 B_2 B_1 B_0)which can count the specified sequence as following: 0000 rightarrow 1111 rightarrow 0110 rightarrow 1000 rightarrow 1010 …
Design a 4-bit right shifter using only 2-to-1multiplexors . Inaddition to 4-bit
Design a 4-bit rightshifter using only 2-to-1multiplexors. Inaddition to 4-bit input to be shifted, you need to use 2-bitcontrol input, which determines the number of right shifts…
Design a 4-bit up-down counter using D flip-flops. The up or down count is decid
Design a 4-bit up-down counter using D flip-flops. The up or down count is decided by the logic value of a direction input, U. If U=1, the counter will count up. If U=0, the count…
Design a 4-bit up-down counter using D flip-flops. The up or down count is decid
Design a 4-bit up-down counter using D flip-flops. The up or down count is decided by the logic value of a direction input, U. If U=1, the counter will count up. If U=0, the count…
Design a 4-to-2 priority encoder with an enable input, using gates. (See Unit 9,
Design a 4-to-2 priority encoder with an enable input, using gates. (See Unit 9, Study Guide Part 4(b)).When enable is 0, all outputs are 0. Write a VHDL module for the encoder. U…
Design a 5 bit binary LED up/down counter circuit that uses the UNO to count fro
Design a 5 bit binary LED up/down counter circuit that uses the UNO to count from 00000 to 11111 in 32 steps (with a pause of at least 0.25 seconds per step) and then counts back …
Design a 5 point graph that looks like a rollercoaster using prewise function -t
Design a 5 point graph that looks like a rollercoaster using prewise function -the graph must be differentiable and continuous at all points of domain -their must be at least 1 qu…
Design a BCD converter to drive one (and only one) of the 7-segment displays on
Design a BCD converter to drive one (and only one) of the 7-segment displays on the Basys2 board. For example if a3a2a1a0 = 0011, 3 should appear on the 7-segment display. Write t…
Design a BCD converter to drive one (and only one) of the 7-segment displays on
Design a BCD converter to drive one (and only one) of the 7-segment displays on the Basys2 board. For example if a3a2a1a0 = 0011, 3 should appear on the 7-segment display. Write t…
Design a BankAccount class that stores the account\'s annual interest rate and b
Design a BankAccount class that stores the account's annual interest rate and balance. the class constructor should accept the amount of the account's starting balance and Annual …
Design a BigTruck java class that extends the Truck class. The BigTruck class sh
Design a BigTruck java class that extends the Truck class. The BigTruck class should have the following members: 1. A field for the load capacity in tons (an int). 2. A constructo…
Design a C program that checks whether a string is a palindrome. The string can
Design a C program that checks whether a string is a palindrome. The string can be several words or just a single word: Acme Palindrome Finder Enter a string to check: Was it a ra…
Design a C program that displays the number of prime numbers for any number betw
Design a C program that displays the number of prime numbers for any number between 1 and 1000. .oooo AT&T; LTE 7:36 AM 100% K Weekly Assignments Homework 5 Detail Submission …
Design a C program that simulates a slot machine. When the program runs, it shou
Design a C program that simulates a slot machine. When the program runs, it should do one of the following: 1. Ask the use…
Design a C program to serve as a shell interface that accepts user commands and
Design a C program to serve as a shell interface that accepts user commands and then executes each command in a separate process. A shell interface gives the user a prompt, after …
Design a C program to serve as a shell interface that accepts user commands and
Design a C program to serve as a shell interface that accepts user commands and then executes each command in a separate process. A shell interface gives the user a prompt, after …
Design a C++ class names Fan to reperesent a fan. The class contains: Three cons
Design a C++ class names Fan to reperesent a fan. The class contains: Three constants names SLOW, MEDIUM, and FAST with values 1, 2, and 3 to denote the fan speed. A private int d…
Design a C++ class to hold information of a Student. The information includes St
Design a C++ class to hold information of a Student. The information includes Student ID, Student Name, University, Couse and Course Price. Student ID is integer. Student Name con…
Design a C++ class to hold information of a Student. The information includes St
Design a C++ class to hold information of a Student. The information includes Students ID, Student Name, University, and Course and Course Price. Student Id is integer. Student Na…
Design a C++ class to represent complex numbers. A complex number contains to se
Design a C++ class to represent complex numbers. A complex number contains to separate parts: real and imaginary. For instance, “5+4i” is a complex number, where 5 is the real par…
Design a C++ code which can add the value of two arrays with the following requi
Design a C++ code which can add the value of two arrays with the following requirements: Redesign your Array class from lab6 as a class template to work with the application below…
Design a C++ program containing a class Fraction. The class data should have two
Design a C++ program containing a class Fraction. The class data should have two variables numerator and denominator, both of type integer, to represent the fraction numerator/den…
Design a C++ program that A player rolls two dice. Each die has 6 faces. These f
Design a C++ program that A player rolls two dice. Each die has 6 faces. These faces contain 1, 2, 3, 4, 5, and 6 spots. After the dice have come to rest, the sum of the spots on …
Design a C++ program that finds the tax liability for taxpayers. The program sho
Design a C++ program that finds the tax liability for taxpayers. The program should make use of functions to modularize the task. No global variables can be used. No arrays may be…
Design a C++ program that finds the tax liability for taxpayers. The program sho
Design a C++ program that finds the tax liability for taxpayers. The program should make use of functions to modularize the task. No global variables can be used. No arrays may be…
Design a C++ program that implements a simple complex number calculator. The pro
Design a C++ program that implements a simple complex number calculator. The program MUST include functions to modularize the code. Each line of the input file will contain an exp…
Design a C++ program that implements a simple complex number calculator. The pro
Design a C++ program that implements a simple complex number calculator. The program MUST include functions to modularize the code. Each line of the input file will contain an exp…
Design a C++ program that when given the file (via Linux redirection) will do th
Design a C++ program that when given the file (via Linux redirection) will do the following display your name, lecture and lab section #s and assignment # to the screen count the …
Design a C++ program that will assist a local bakery with record keeping. The in
Design a C++ program that will assist a local bakery with record keeping. The input data will be in a text file called "sales.txt." The first line of the file will be the date; th…
Design a C++ program that will be given a text file as input (Do not use fstream
Design a C++ program that will be given a text file as input (Do not use fstream.) The program must find and display the average number of consonants per "word" in the file. A con…
Design a C++ program that will draw a series of geometric objects. Each drawing
Design a C++ program that will draw a series of geometric objects. Each drawing must be appropriately labeled. The program must be designed to run in batch mode using Linux redire…
Design a C++ program that will interactively prompt for and read the name of an
Design a C++ program that will interactively prompt for and read the name of an input file interactively prompt for and read an integer (the integer will be between 2 and 10, no e…
Design a C++ program that will make an employee database. There will be a maximu
Design a C++ program that will make an employee database. There will be a maximum of 25 employees. The program shall get input from 3 separate input files (using filestreams) and …
Design a C++ program that will make an employee database. There will be a maximu
Design a C++ program that will make an employee database. There will be a maximum of 25 employees. The program shall get input from 3 separate input files(using filestreams) and w…
Design a C++ program that will read a series of Roman numerals from a file (via
Design a C++ program that will read a series of Roman numerals from a file (via Linux redirection). Each Roman numeral must be translated to its Arabic equivalent. Both roman and …
Design a C++ program that will run in batch mode (read its input from a file via
Design a C++ program that will run in batch mode (read its input from a file via Linux redirection). The input file will contain a series of integers that could be positive, negat…