Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 216 / 602

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Design a circuit that will add either 1 or 2 to a 4-bit binary number N . Let th
Design a circuit that will add either 1 or 2 to a 4-bit binary number N . Let the inputs N3 , N2 , N1 , N0 represent N . The input K is a control signal. The circuit should have o…
Design a circuit that will provide a step response which fits neatly inside the
Design a circuit that will provide a step response which fits neatly inside the unshaded areas of your assigned oscilloscope template. The template is located at the bottom. The c…
Design a circuit to perform algebraic addition in 1’s complement. Subtraction(i.
Design a circuit to perform algebraic addition in 1’s complement. Subtraction(i.e addition of negative number) should be done by adding the 2’s complement. Hint : a) Use the flowc…
Design a circuit using PIC 18F458, which counts the number of input pluses read
Design a circuit using PIC 18F458, which counts the number of input pluses read by any input I/O port of the PIC 18 and show the pulses counting state on the 7-segment display. Hi…
Design a circuit which will divide a 5-bit binary number by 3 to produce a 4-bit
Design a circuit which will divide a 5-bit binary number by 3 to produce a 4-bit binary quotient. Assume that the input number is in teh range 0 through 27 and that the numbers in…
Design a circuit which will divide a 5-bit binary number by 3 to produce a 4-bit
Design a circuit which will divide a 5-bit binary number by 3 to produce a 4-bit binary quotient. Assume that the input number is in teh range 0 through 27 and that the numbers in…
Design a circuit with 3 inputs (x,y,z) representing the bits in a binary number,
Design a circuit with 3 inputs (x,y,z) representing the bits in a binary number, and three outputs (a,b,c) also representing bits in a binary number. When the input is 1,2,3, the …
Design a circuit with output f and inputs x0,x1,y0 and y1. Let X = x0x1 be a num
Design a circuit with output f and inputs x0,x1,y0 and y1. Let X = x0x1 be a number, where the four possible values of X, namely 00,01,10,11, represents the four numbers 0,1,2,3 r…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary
Design a circuit, and model using HDL that 1) adds two three bit unsigned binary numbers, 2) includes a flag to determine when a overflow occurs, and 3) includes a flag indicating…
Design a circuit/ schematic and overview: An assembly line is building 2 models
Design a circuit/ schematic and overview: An assembly line is building 2 models of automobiles. Model A and Model B. Both models are on the same assembly line until it come time f…
Design a circuit/ schematic and overview: An assembly line is building 2 models
Design a circuit/ schematic and overview: An assembly line is building 2 models of automobiles. Model A and Model B. Both models are on the same assembly line until it come time f…
Design a circuit/ schematic and overview: An assembly line is building 2 models
Design a circuit/ schematic and overview: An assembly line is building 2 models of automobiles. Model A and Model B. Both models are on the same assembly line until it come time f…
Design a circuit/ schematic and overview: An assembly line is building 2 models
Design a circuit/ schematic and overview: An assembly line is building 2 models of automobiles. Model A and Model B. Both models are on the same assembly line until it come time f…
Design a class (ADT) that can represent for any numeric value. Write a complete
Design a class (ADT) that can represent for any numeric value. Write a complete C++ program to demonstrate for how to use the ADT. Validate your input data, and don’t let your pro…
Design a class (FileArrayClass) that has a static method named WriteArray. The m
Design a class (FileArrayClass) that has a static method named WriteArray. The method should take two arguments: the name of a file and a reference to an int array. The file shoul…
Design a class Bank that contains a number of bank accounts. Each account has an
Design a class Bank that contains a number of bank accounts. Each account has an account number and a current balance. Add an accountNumber field to the BankAccount class. Store t…
Design a class DriversLicense which has the following 5 private data members - n
Design a class DriversLicense which has the following 5 private data members - name (string), date of birth (mm/dd/yyyy)(Date object), address (string), gender(char), expiry date …
Design a class IntList that contains a linked list of integers. The class should
Design a class IntList that contains a linked list of integers. The class should have member functions as follows: – IntList(): Creates an empty list – appendNode(int num): Adds a…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y = ax + b. Your class should store a and b as double member variables. Write a member function int…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y=ax+b. Your class should store a and b as double member vari-ables. Write a member function inters…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y=ax+b. your class should store a and b as double member variables. write a member function interse…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y = ax+b. Your class should store a and b as double member variables. Write a member function inter…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y = ax+b. Your class should store a and b as double member variables. Write a member function inter…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y = ax+b. Your class should store a and b as double member variables. Write a member function inter…
Design a class Line that implements a line, which is represented by the formula
Design a class Line that implements a line, which is represented by the formula y = ax+b. Your class should store a and b as double member variables. Write a member function inter…
Design a class Mailbox that stores e-mail messages, using the Message class of L
Design a class Mailbox that stores e-mail messages, using the Message class of Lab 5.1. Implement the following methods: • public void addMessage(Message m) • public int getNumber…
Design a class Mailbox that stores e-mail messages, using the Message class of P
Design a class Mailbox that stores e-mail messages, using the Message class of Part 1. Implement the following methods in addition to an appropriate constructor: 1. public void ad…
Design a class Movie that contains information about a movie. The class has the
Design a class Movie that contains information about a movie. The class has the following attributes (member variables): The movie name The MPA A rating (for example, G, PG, PG-13…
Design a class Numbers that can be used to translate whole dollar amounts in the
Design a class Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into an English description of the number. For example, the number 713 would …
Design a class Numbers that can be used to translate whole dollar amounts in the
Design a class Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into a English description of the number Also, demonstrate the class by writi…
Design a class Numbers that can be used to translate whole dollar amounts in the
Design a class Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into a English description of the number Also, demonstrate the class by writi…
Design a class Numbers that can be used to translated whole dollars amounts in t
Design a class Numbers that can be used to translated whole dollars amounts in the range 0 through 9999 into an English description of the number. For example, the number 713 woul…
Design a class ReadingMaterials where all reading materials have number of pages
Design a class ReadingMaterials where all reading materials have number of pages, year of publication and title. These values can be passed as parameters into the constructor. Als…
Design a class TemperaturePattern that has the following two fields: number_of_d
Design a class TemperaturePattern that has the following two fields: number_of_days_in_period and temperature_on_first_day. Class should have a constructor to set the values of th…
Design a class called Customer. The Customer class should contain the following
Design a class called Customer. The Customer class should contain the following data: firstName lastName accountNumber accountBalance Your class should have 2 constructors: one th…
Design a class called Date that has integer data members to store month, day and
Design a class called Date that has integer data members to store month, day and year. THe class should have a three parameter defualt constructor that allows the date to be set a…
Design a class called Date that has integer data members to store month, day, an
Design a class called Date that has integer data members to store month, day, and year. The class should have a three-parameter default constructor that allows the date to be set …
Design a class called Date that has integer data members to store month, day, an
Design a class called Date that has integer data members to store month, day, and year. The class should have a three-parameter (day-of-month, month, year) default constructor tha…
Design a class called Date. The class should store a date in three integers: mon
Design a class called Date. The class should store a date in three integers: month, day, and year. Create a member function to display the date in the following format: December 2…
Design a class called Date. The class should store a date in three integers: mon
Design a class called Date. The class should store a date in three integers: month, day, and year. Create a member function to display the date in the following format: December 2…
Design a class called Date. The class should store a date in three integers: mon
Design a class called Date. The class should store a date in three integers: month, day, and year. Create a member function to display the date in the following format: December 2…
Design a class called Date. The class should store a specific date in three inte
Design a class called Date. The class should store a specific date in three integers: month, day, and year. There should be member functions to print the date in the following fou…
Design a class called Fraction . This class is used to represent a ratio of two
Design a class called Fraction . This class is used to represent a ratio of two integers. Include accessor and mutator methods that allow the user to set and get the numerator and…
Design a class called ItemToPurchase . This class has the following attributes:
Design a class called ItemToPurchase. This class has the following attributes: item_name, item_price, and item_quanity The ItemToPurchase class should have methods to return the c…
Design a class called ItemToPurchase . This class has the following attributes:
Design a class called ItemToPurchase. This class has the following attributes: item_name, item_price, and item_quanity The ItemToPurchase class should have methods to return the c…