Lab2_ans(1)
.docx
keyboard_arrow_up
School
Douglas College *
*We aren’t endorsed by this school
Course
2270
Subject
Computer Science
Date
Jun 2, 2024
Type
docx
Pages
1
Uploaded by SuperMink3324
CSIS2270 - Lab #2
Introduction to Cisco Packet Tracer
Name:
ID No.: Section#
A.
Packet Tracer User Interface:
[--------/10] b.
After you finish exploring the User Interface, answer the following questions and record them in the file lab1_ans.docx
:
Q1- Launch Packet Tracer, go to the menu bar and show in which menu you find the following functions: 1-
Open Samples
2-
Redo
3-
Preferences
4-
Simulation Mode
5-
Activity Wizard
6-
Tutorials
Q2- List three examples from the following network component groups
1-
End Devices
,
, 2-
Switches
, , 3-
Routers
, , 4-
Connections
, , Lab Submission instructions:
1.
Rename Lab2_ans.docx
with your first name and the lab number, e.g. jim2.docx
2.
Save your Packet Tracer file with your first name and lab number, example: jim2.pkt
3.
Submit the TWO separate files through Blackboard to receive marks for this lab. You are NOT
ALLOWED to compress/zip the two files together for submission.
Failure to name the files correctly as specified above and/or submitted the files as a
compressed/zip file and/or submitted the files in other types will result in Zero mark given to the
lab.
2
0
Discover more documents: Sign up today!
Unlock a world of knowledge! Explore tailored content for a richer learning experience. Here's what you'll get:
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Besides there is an options menu that includes two options in the main activity. These are: 1. New Student 2. Exit When you click on the “New Student” option, a “New Activity” opens and the teacher enters the Student ID, Visa, Final Number, Phone Number and clicks the Add button. Thus, the student's information is recorded in the database. In addition, the grade point average is calculated by taking 40% of the student visa and 60% of the final. Both the grade point average and this student's phone number are sent to MainActivity. When registration is complete, the main activity is updated to include the list of the currently added student. In addition, if the average score coming from the main activity to NewActivity is equal to or greater than 50, an SMS is sent directly to the student's phone number indicating that he or she has passed the course. For this process, necessary permissions are obtained by following the permission procedure. If the student's average is less than…
arrow_forward
Create a menu-driven application to keep track of a list of subscribers to a newsletter.The application should allow the user to add a new subscriber, remove a current subscriber, update a subscriber’s data, and display the current list of subscribers. Each subscriber should be identified by a unique ID assigned by the system.For each subscriber, you need to store first name, last name, and email address.The application must have:• A linked list as the main data structure in the application. You must use the C++ Standard Template Library (STL).• A “subscriber” class that contains data and methods related to each subscriber.
arrow_forward
Write a vb.net coding to produce a pull down menu as shown in Figure 1.0.
mer
lunning Micronot Val Studio
Quick Launch (CrQ
File Edn View Project Build Debug Team Format Tools Test Analyce Window Help
Zainal Fiei Zamuri
Cominue
Assignment 1
File Et
Question 2
Question
Question 4
Reaty
Add to Sorce Control
44 AM
Your menu must has function as as shown , it can open form as shown in Q2 and Q3.
Q2. Figure 2 shows an Interface of a system that capable to calculate two numbers depend on
the operation choose by the user. You are required to write code for the system with some
features :-
• the system will display the answer when the user click the calculate button.
• the system will clear the text boxes and the answer when user click the clear button
the system will close this form when the user click the exit button.
Solution Expiorer Team Explorer
arrow_forward
*
aut
cad
Realtime and point consider are sub-commands for the main command
pan.
True
False
*
aut
cad
Zoom command is one of the drawing menu commands used to control
the size of the view, zoom in and out in the AutoCAD program.
False
True
arrow_forward
write program in ASP.NET
The Register control uses child controls to create a user interface (UI) for enteringuser information to register with a Web site. The UI consists of two TextBox controls, one for entering the user's name and another to enter the user's e-mail address, and a Button control to submit the information. Register also associates RequiredFieldValidator controls with the two TextBox controls to be sure that the user enters a name and an e-mail address. The Click event of the Button control is raised as the Register control's Submit event.
The Register control relies on the built-in features of the child controls for its behavior. For example, Register relies on the TextBox controls for handling postback data, the Button control forthe postback event, and the RequiredFieldValidator controls for validation.
arrow_forward
i need the answer quickly
arrow_forward
Python Programming
You will need to create a menu that can be ran more than once. Below is an example of a menu you can use:
File Assignments Menu
Schedule File
Create Report File
Exit
Please Enter your choice:
Here is the schedule.txt file:
DBA
125
mw
12-2
DBA
261
tth
8-10
DBA
120
tth
11-1
CTS
289
f
10-12
DBA
210
TBD
Online
If the user chooses option 2 (Create Report File), program is to read the schedule.txt file and create a report.txt file similar to the example shown below:
Example of a report.txt file:
Schedule
Class Name Meting Days Meeting Times
DBA125 MW 12-2
DBA261 TTh 8-10
DBA120 TTh 11-1
CTS289 F 10-12
DBA210 TBD Online
Design the program to notify the user if no schedule.txt file exists (hint: exception handling)
arrow_forward
2. Repeat the display of a menu of 4 services, perform the required task according to the user’s choice and asks the user whether he/she wants to repeat or no. You need to choose one service from each category (‘A’,’B’,’C’,’D’)a. A. Display the total number of employees that were infectedb. B. Display the number of employees above certain age that were infectedc. B. Display the number of employees under certain age that were infectedd. B. Display the number of employees that have expired their leavese. A. Display the average age of infected personf. C. Display the age of the youngest person g. C. Display the age of the oldest person h. D. Search an employee by code and display all his/her detailsi. D. Search an employee by name and display all his/her details
Use Java program
arrow_forward
create a visitors application that prompts the user for the number of visitors each day for the past 5 days and then displays the average number of visitors per day.
arrow_forward
The user's Documents folder is the first thing to show up in the Open dialog box. How can I prioritize a certain directory for previewing?
arrow_forward
The user must have the ability to search for a product. The user will select menu itemtwo (2), which will prompt the user to enter a product code. If a valid product is found inthe application, then display the product details to the user. If no valid product is found,display an error message to the user that the product cannot be located.
arrow_forward
Browse the web to locate the lyrics to the song “The Twelve Days of Christmas.” The song contains a list of gifts received
for the holiday. The list is collective so that as each “day” passes, a new verse contains all the words of the previous verse,
plus a new item. Write an application that displays the words to the song starting with any day the user enters.
(Hint: Use a switch statement with cases in descending day order and without any break statements so that the lyrics for
any day repeat all the lyrics for previous days.)
arrow_forward
Create a program that allows you to view and edit the sales amounts for each month of the current year.
Console
Monthly Sales program
COMMAND MENU
add - Add sales for specified month
view - View sales for specified month
edit - Edit sales for specified month
totals - View sales summary for year
exit - Exit program
Command: add
Three-letter Month: jan
Sales Amount: 10317
Sales amount for Jan is 10,317.00.
Command: add
Three-letter Month: feb
Sales Amount: 15293
Sales amount for Jan is 15,293.00.
Command: view
Three-letter Month: jan
Sales Amount: 14317
Sales amount for Jan is 14,317.00.
Command: edit
Three-letter Month: jan
Sales amount for Jan is 14,317.00.
Command: totals
Yearly total: 29,610.00
Monthly average: 14,805.00
Command: view
Three-letter Month: july
Invalid three-letter month.
Command: exit
Bye!
Specifications
The program should use a list to store the sales data for each month with the three-letter abbreviation for the month…
arrow_forward
Create a program that allows you to view and edit the sales amounts for each month of the current year.
Console
Monthly Sales program
COMMAND MENU
add - Add sales for specified month
view - View sales for specified month
edit - Edit sales for specified month
totals - View sales summary for year
exit - Exit program
Command: add
Three-letter Month: jan
Sales Amount: 10317
Sales amount for Jan is 10,317.00.
Command: add
Three-letter Month: feb
Sales Amount: 15293
Sales amount for Jan is 15,293.00.
Command: view
Three-letter Month: jan
Sales Amount: 14317
Sales amount for Jan is 14,317.00.
Command: edit
Three-letter Month: jan
Sales amount for Jan is 14,317.00.
Command: totals
Yearly total: 29,610.00
Monthly average: 14,805.00
Command: view
Three-letter Month: july
Invalid three-letter month.
Command: exit
Bye!
Specifications
The program should use a list to store the sales data for each month with the three-letter abbreviation for the month…
arrow_forward
Create a program that allows you to view and edit the sales amounts for each month of the current year.
Console
Monthly Sales program
COMMAND MENU
add - Add sales for specified month
view - View sales for specified month
edit - Edit sales for specified month
totals - View sales summary for year
exit - Exit program
Command: add
Three-letter Month: jan
Sales Amount: 10317
Sales amount for Jan is 10,317.00.
Command: add
Three-letter Month: feb
Sales Amount: 15293
Sales amount for Jan is 15,293.00.
Command: view
Three-letter Month: jan
Sales Amount: 14317
Sales amount for Jan is 14,317.00.
Command: edit
Three-letter Month: jan
Sales amount for Jan is 14,317.00.
Command: totals
Yearly total: 29,610.00
Monthly average: 14,805.00
Command: view
Three-letter Month: july
Invalid three-letter month.
Command: exit
Bye!
Specifications
The program should use a list to store the sales data for each month with the three-letter abbreviation for the month…
arrow_forward
Customer- The person, who will first register to the application and then Login to the system. For order food, he/she will first select the category of food then restaurant, then select the food item and add it into cart/bag to make an order. He/she will place the order and make the payment.
Admin- The person who will register the Customers and the Restaurant to the application. Mange (add, delete, update) the customer and restaurant details. Accept the order from the students. Send the customers' request to the Restaurants.
Restaurants- Restaurants will Register on the application and login. Manage (add, delete, update) food items details. Accept the Customer food order. Prepare the food and the bill then deliver the food to the customer.
• Application (User Interface)- Interface which will check the Customers' inputs/details and send it to the Admin, Database and Restaurants.
Database/Server- Where all the Customers, Restaurants and Customers order details will be stored.
Draw a…
arrow_forward
Create a program that allows you to view and edit the sales amounts for each month of the current year.
Example of how the program should look:
Console
Monthly Sales program
COMMAND MENU
add - Add sales for a specified month
view - View sales for specified month
edit - Edit sales for specified month
totals - View sales summary for the year
exit - Exit program
Command: add
Three-letter Month: jan
Sales Amount: 10317
Sales amount for Jan is 10,317.00.
Command: add
Three-letter Month: feb
Sales Amount: 15293
Sales amount for Jan is 15,293.00.
Command: view
Three-letter Month: jan
Sales Amount: 14317
Sales amount for Jan is 14,317.00.
Command: edit
Three-letter Month: jan
Sales amount for Jan is 14,317.00.
Command: totals
Yearly total: 29,610.00
Monthly average: 14,805.00
Command: view
Three-letter Month: july
Invalid three-letter month.
Command: exit
Bye!
Requirements for the program:
The program should use a list to store the sales…
arrow_forward
WebConnect 3270
Sphinx of Hatsheps...
- Question Completion Status:
Based on this information, complete the code for numbered region 3.
QUESTION 10
("Enter a number:"))
Fill each of the numbered areas so that the code you create asks the user to enter a whole number using the keyboard and
store that number into variable x.
QUESTION 11
if(x<0 or x10):
print("Invalid number! ")
The piece of code above checks whether x is between 0 and 10, If not it prints a text.
Click
arrow_forward
The program starts by asking the user to select either login (L) or sign up (S) feature. Once the user selects a feature, it asks him for (Card Number, then PIN) and after filling the required information for that feature, it shows the above menu for other features. Otherwise, it keeps asking for the required information. Each feature has to be designed using a separate function and it might be called by other functions including the main function. The description of the login feature, sign up feature, and the above features are given below:
Sign up Feature – def create(): this feature allows new user to create an account and it saves his information in txt. The required information to be asked in this feature as follows:
Card Number: user will enter a card number and should be four digits, each digit is unique and it should not be repeated in the 4-digits card number. This feature will keep running until the user enters the required number with same length and type.
PIN:…
arrow_forward
MULTIPLE CHOICE -The answer is one of the options below please solve carefully and circle the correct option Please write clear .
arrow_forward
Instructions:
Create a C# MAUI application that allows the user to input a temperature value in either Fahrenheit, Celsius, or Kelvin, and converts that temperature value into the other two forms. For example, if the user enters 45.6 Celsius, the program should output 114.08 Fahrenheit and 280.7056 Kelvin.
Part 1: Front-End and Resources Setup:
To implement this program, you first set up your MAUI app.
NOTE that the front end will be provided for you. You will need to study the frontend controls before proceeding to the back-end. Additionally, images for temperature gauge will be provided to you as well.
PART 2: Back-End Implementation
For this part, you aare going to implement the functionality of the GUI. The program should function by first allowing the user to input a temperature value and unit. As the user types, and if a unit is set, the program should automatically update the temperature conversion values, as well as the temperature gauge image. Additionally, remember that 0…
arrow_forward
Assume a ticketing application for local trains. Users can use the app to book tíckets for local trains and
receive online booking receipts. They can print these online booking receipts as a hard copy proof for traveling
via local trains. The application consists of two accounts - Admin account and User account. Using the Admin
account, the Admin can recharge the user account balance and view all the processed tickets of a user. When
users log in to the application, they have to fill a ticket booking form to book tickets for the local trains
traveling to their preferred destination. After users book ticket, they will receive the confirmation from the
system.
Draw a use case diagram and a class diagram for the above system.
arrow_forward
Explain the meaning of the Pep/7 menu option E”e(J0io4 I41J0.
arrow_forward
Program using JAVANo need to make a GUI
Just a command line based interface
Create a mini-ATM banking system using java with the following features:
1. The system will require the user to input PIN. (Set a PIN in your code)
2. Main Menu:
a. [1] Balance Inquiry
The user can inquire the available balance from the account.
Provide an option to return to Main Menu.
b. [2] Withdraw
The user can withdraw, but the amount should not be less than the available balance. The withdrawn amount should be subtracted from the available balance.
Provide an option to return to Main Menu.
c. [3] Deposit
The user can deposit, but it set a limit of 50,000 per day. The deposited amount will be added to the available balance.
Provide an option to return to Main Menu.
d. [4] Fund Transfer
The user can transfer to any account, but the amount should not be less than the available balance. To transfer, it should ask for the following information:
Account Number:
Account Name:
Amount:…
arrow_forward
Produce an application segment selector of your own.
arrow_forward
ATM machines are used to withdraw and deposit cash in addition to make balance inquiries. The user enters a card in the ATM’s card reader, then the ATM, and through its console screen, asks the user to enter the card 4 digit PIN number. If the PIN is verified by the Bank (which keeps a list of bank accounts), the ATM will present the user with a menu of the available choices (Transactions), otherwise, invalid PIN message will be displayed, users can try to enter the PIN three times after which the card will be claimed by the machine. If the user choses to withdraw, he will be presented with a menu of a specific amounts or he can enter the amount, if the user balance is sufficient and if the cash dispenser has the amount available, the cash amount will be dispensed from the cash dispenser. ATM Transactions 1. Withdraw 2. Balance inquiry At any time during a transaction, the user can choose to cancel and thus end the transaction ATM States 1. Ready: waits the user to enter the Card 2.…
arrow_forward
Create a COVID-19 support service application using Python namedCovidSupportSystem that will provide the user with the below options:• Statistics,• Prevention,• Symptoms,• Treatment and Report case
1.1 Under Statistics state how many cases there are in South Africa, China and USA, then askthe user if they would like to see the cases for a different country, if yes, askthem to pick a number between 0 and 9, then pull a country from a list to show
arrow_forward
In CPP:
Monthly Sales
Create a program that allows you to view and edit the sales amounts for each month of the current year.
Console
Monthly Sales program
COMMAND MENU
view - View sales for specified month
edit - Edit sales for specified month
totals - View sales summary for year
exit - Exit program
Command: view
Three-letter Month: jan
Sales amount for Jan is 14,317.00.
Command: edit
Three-letter Month: jan
Sales Amount: 15293
Sales amount for Jan is 15,293.00.
Command: totals
Yearly total: 77,786.71
Monthly average: 6,482.23
Command: view
Three-letter Month: july
Invalid three-letter month.
Command: exit
Bye!
Specifications
The program should use a map to store the sales data for each month with the three-letter abbreviation for the month (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, and Dec) as the key for each item.
When the program starts, it should read the sales data inserted from the user.
If the user edits the sales data, the…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Related Questions
- Besides there is an options menu that includes two options in the main activity. These are: 1. New Student 2. Exit When you click on the “New Student” option, a “New Activity” opens and the teacher enters the Student ID, Visa, Final Number, Phone Number and clicks the Add button. Thus, the student's information is recorded in the database. In addition, the grade point average is calculated by taking 40% of the student visa and 60% of the final. Both the grade point average and this student's phone number are sent to MainActivity. When registration is complete, the main activity is updated to include the list of the currently added student. In addition, if the average score coming from the main activity to NewActivity is equal to or greater than 50, an SMS is sent directly to the student's phone number indicating that he or she has passed the course. For this process, necessary permissions are obtained by following the permission procedure. If the student's average is less than…arrow_forwardCreate a menu-driven application to keep track of a list of subscribers to a newsletter.The application should allow the user to add a new subscriber, remove a current subscriber, update a subscriber’s data, and display the current list of subscribers. Each subscriber should be identified by a unique ID assigned by the system.For each subscriber, you need to store first name, last name, and email address.The application must have:• A linked list as the main data structure in the application. You must use the C++ Standard Template Library (STL).• A “subscriber” class that contains data and methods related to each subscriber.arrow_forwardWrite a vb.net coding to produce a pull down menu as shown in Figure 1.0. mer lunning Micronot Val Studio Quick Launch (CrQ File Edn View Project Build Debug Team Format Tools Test Analyce Window Help Zainal Fiei Zamuri Cominue Assignment 1 File Et Question 2 Question Question 4 Reaty Add to Sorce Control 44 AM Your menu must has function as as shown , it can open form as shown in Q2 and Q3. Q2. Figure 2 shows an Interface of a system that capable to calculate two numbers depend on the operation choose by the user. You are required to write code for the system with some features :- • the system will display the answer when the user click the calculate button. • the system will clear the text boxes and the answer when user click the clear button the system will close this form when the user click the exit button. Solution Expiorer Team Explorerarrow_forward
- * aut cad Realtime and point consider are sub-commands for the main command pan. True False * aut cad Zoom command is one of the drawing menu commands used to control the size of the view, zoom in and out in the AutoCAD program. False Truearrow_forwardwrite program in ASP.NET The Register control uses child controls to create a user interface (UI) for enteringuser information to register with a Web site. The UI consists of two TextBox controls, one for entering the user's name and another to enter the user's e-mail address, and a Button control to submit the information. Register also associates RequiredFieldValidator controls with the two TextBox controls to be sure that the user enters a name and an e-mail address. The Click event of the Button control is raised as the Register control's Submit event. The Register control relies on the built-in features of the child controls for its behavior. For example, Register relies on the TextBox controls for handling postback data, the Button control forthe postback event, and the RequiredFieldValidator controls for validation.arrow_forwardi need the answer quicklyarrow_forward
- Python Programming You will need to create a menu that can be ran more than once. Below is an example of a menu you can use: File Assignments Menu Schedule File Create Report File Exit Please Enter your choice: Here is the schedule.txt file: DBA 125 mw 12-2 DBA 261 tth 8-10 DBA 120 tth 11-1 CTS 289 f 10-12 DBA 210 TBD Online If the user chooses option 2 (Create Report File), program is to read the schedule.txt file and create a report.txt file similar to the example shown below: Example of a report.txt file: Schedule Class Name Meting Days Meeting Times DBA125 MW 12-2 DBA261 TTh 8-10 DBA120 TTh 11-1 CTS289 F 10-12 DBA210 TBD Online Design the program to notify the user if no schedule.txt file exists (hint: exception handling)arrow_forward2. Repeat the display of a menu of 4 services, perform the required task according to the user’s choice and asks the user whether he/she wants to repeat or no. You need to choose one service from each category (‘A’,’B’,’C’,’D’)a. A. Display the total number of employees that were infectedb. B. Display the number of employees above certain age that were infectedc. B. Display the number of employees under certain age that were infectedd. B. Display the number of employees that have expired their leavese. A. Display the average age of infected personf. C. Display the age of the youngest person g. C. Display the age of the oldest person h. D. Search an employee by code and display all his/her detailsi. D. Search an employee by name and display all his/her details Use Java programarrow_forwardcreate a visitors application that prompts the user for the number of visitors each day for the past 5 days and then displays the average number of visitors per day.arrow_forward
- The user's Documents folder is the first thing to show up in the Open dialog box. How can I prioritize a certain directory for previewing?arrow_forwardThe user must have the ability to search for a product. The user will select menu itemtwo (2), which will prompt the user to enter a product code. If a valid product is found inthe application, then display the product details to the user. If no valid product is found,display an error message to the user that the product cannot be located.arrow_forwardBrowse the web to locate the lyrics to the song “The Twelve Days of Christmas.” The song contains a list of gifts received for the holiday. The list is collective so that as each “day” passes, a new verse contains all the words of the previous verse, plus a new item. Write an application that displays the words to the song starting with any day the user enters. (Hint: Use a switch statement with cases in descending day order and without any break statements so that the lyrics for any day repeat all the lyrics for previous days.)arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENTNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage Learning
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning