Write an application that recommends a pet

Prompt the user to enter whether he or she lives in an apartment, a house, or a dormitory (1, 2, or 3, respectively) and the number of hours the user is home during an average day. The user will select an hour category from a menu: 1. 18 or more 2. 10 to 17 3. […]

Read More »

You will develop a small “text-based shell utility” Menu in C

A “menu” type shell allows a user to “pick” an item (file or command)from a “menu”. You will display a simple menu Your shell will read a single key “command” entered by the user, Followed by a file or directory number (or [optionally]) partial file name with “name completion” and it will output some system […]

Read More »

Use the built-in USART port on the AVR Xplained board to transmit a serial string that transmits a 9 digit number.Transmit characters from a 9 digit number through the built-in USART port on the AVR Xplained mini 328 board.Simply use the built-in USART hardware of the AVR to transmit a serial string that contains your 9 digit number.You must set up the USART’s serial mode and bit rate (a.k.a. baud rate) to 9600 bits/sec, 8 data bits, 1 stop bit, and poll the transmit status register to wait until it is ready before writing an output data byte to the USART’s serial data register.The final output demonstration is to show the characters corresponding to the 9 digits of your number followed by carriage return and linefeed followed by a 500ms delay which must be repeated continuously at 9600 bits per second (one-bit period = 1/9600 seconds, ~100us/bit, for 10 bits, ~1ms per character).The Atmel Xplained Mini board will be the Transmitter, you must set up your computer as a USART (Serial) Receiver using PuTTY and the FT232R Breakout board.Note: The debug hardware on the Xplained mini 328 board also uses the hardware USART pins (PD1 (TXD) and PD0 (RXD) pins) on the AVR μC, so they will show activity while downloading your code. Due to which, you cannot use the debugger and do serial I/O at the same time.

Transmit characters from a 9 digit number through the built-in USART port on the AVR Xplained mini 328 board. Simply use the built-in USART hardware of the AVR to transmit a serial string that contains your 9 digit number. You must set up the USART’s serial mode and bit rate (a.k.a. baud rate) to 9600 […]

Read More »

L discussion question

Just as decisions in your day to day life can change the outcome of real life scenarios, we can use similar decision making structures to change the flow of our applications to respond to events or provide different output. The lecture provided an example of a GPS system using decision making to determine the best […]

Read More »

L its my discussion

Just as decisions in your day to day life can change the outcome of real life scenarios, we can use similar decision making structures to change the flow of our applications to respond to events or provide different output. The lecture provided an example of a GPS system using decision making to determine the best […]

Read More »

its my discussion

Just as decisions in your day to day life can change the outcome of real life scenarios, we can use similar decision making structures to change the flow of our applications to respond to events or provide different output. The lecture provided an example of a GPS system using decision making to determine the best […]

Read More »

its an discussion question

Just as decisions in your day to day life can change the outcome of real life scenarios, we can use similar decision making structures to change the flow of our applications to respond to events or provide different output. The lecture provided an example of a GPS system using decision making to determine the best […]

Read More »

2 program design

# write comments 1. Maggie is planning for a trip for her and her friends. The group decided to purchase snacks together and split the cost. There are10peoplein total. The snacksare: 1. Energy bars-$3.99/box, 2. Candy bars-$2.39 /box, 3. Chips -$4.79/bag, 4. Pretzels-$2.99/bag, 5. Popcorns-$3.50 /bag 6. Energy drinks-$4.99/half dozen Write a program to calculate […]

Read More »

Cybersecurity Policy

” The following content areas should be covered in the essay: What would be a successful cybersecurity policy? What are the ingredients of a typical cybersecurity policy? How should the various elements of a cybersecurity policy be articulated? What considerations should there be to implement the policy successfully? How can you assure the ongoing success […]

Read More »