CIS 125 Lab 2 Casey Winter 2024 1
.docx
keyboard_arrow_up
School
Edmonds Community College *
*We aren’t endorsed by this school
Course
172
Subject
Computer Science
Date
Apr 28, 2024
Type
docx
Pages
6
Uploaded by CaptainGoosePerson1118
CIS 125 – Lab 2 – 100 points
Winter 2024 – Online
Student Name: (2pts)
Casey Diaz Herrera
Chapter 1
Task 1: (2pts)
Download and save this lab as CIS 125 Lab 2 Your Name
. Start WS1
and complete the exercise in Chapter 1 Page 6.
Task 2: (3pts)
In your own words, answer the following question:
What is a History Buffer? History Buffer is a history of commands a person has run there can be several buffers in the prompt. Once you exit the window if you don’t use it as administrator, it won’t be saved. Task 3: (3pts)
Change the Font, Text Color, and Window Layout, with the settings listed in Chapter 1, Pages 7-
9. (Pick something easy to read)
Place a screen shot below showing the new command prompt.
Your screenshot:
Task 4: (10pts)
Perform common tasks on page 16-21. Answer the questions. Practice the commands on WS1. What is the command to clear the screen? Your answer: CLS
Your screenshot:
Using the START
command, what is the command to start the Calculator? (
Include the command, not just the program you want to execute
) Your answer: C:\Windows\system32>Start Win32calc
Your screenshot:
Task 5: (40pts)
On the bottom of page 17, the author wants to open Firefox using a command prompt. Modify this command to use Internet Explorer
. (Firefox is not native to Windows 10, so the exact command will not work for us.) Provide a target website of your choice. Answer the questions. Perform the commands on WS1 and provide screenshots of your output. To help, you can execute the command and then copy and paste the command to this document.
What would this command look like? Your answer: “C:\program files\internet explorer\iexplore” https://antwrp.gsfc.nasa.gov/apod
Your screenshot:
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Computer Science
The goal of this assignment is to create an app that can capture, tag, save, and retrieve photos on your smartphone.Capture: When clicked, it takes a picture and shows a thumbnail image. Tag: A user can type multiple tags (separated by a “;”). Save: When clicked, it saves the photo in a database along with the tags. Load: A user can specify one or more tags. Your app will find and show the first photo that had any of those tags. When there are multiple photos matching the criteria, the App should have an UI element to show them one by one, e.g., when the user slides a slider.
arrow_forward
Create a student api.
The student resource contains the below information
Id, first name, last name, email
Generate a project file with the correct dependencies
Configure the application properties file for connecting to an H2 or mysql database
Create a model
Create a repository
Create the controller and implement the Standard CRUD HTTP methods
Create an endpoint that returns a list of students
Create an endpoint that returns back a single student by id
Create an endpoint the adds a student to the database
Create an endpoint that updates a student
Create an endpoint that deletes a student
arrow_forward
Web Services
arrow_forward
Open your text editor and create a new document named model.php
model.php will contain functions that will connect to a database potentially return PDO statementobjects to the controller for processing.
updateMessagesfunction updateMessages($id)This method will take a single parameter of id which is the saved id from the last or latest message displayed. It will conditionally select from the table “messages”, id, name, message, and time. The condition is that the field id is greater than the parameter for id. The return is the PDOStatement object with the row data from the query.
arrow_forward
Student Registration for an Online Portal
In this simple project, we will get the student details and insert them into the database. A unique student roll number (student_id) will be generated once the registration is complete. If the student is already registered, we will send a message saying the student already exists.
arrow_forward
Question 9
A use case description is generic with few details. For this reason it does not contain numbered steps and alternatives to those
steps. That is the kind of information contained in a user story.
True
False
Question 10
Which git command would you use to update a remote repository with the current changes made in a local repository?
pull
clone
commit
add
None of the above
Question 11
The UML symbol to show composition/aggregation is a diamond. The diamond should be attached to the
containing class
contained class
fat headed arrow
center of a dashed line
arrow_forward
Console if the contacts file is not found
Contact Manager
Could not find contacts file!
Starting new contacts file...
COMMAND MENU
list - Display all contacts
view - View a contact
add - Add a contact
del - Delete a contact
exit Exit program
Command: list
There are no contacts in the list.
Command: add
Name: Mike Murach
Email: mike@murach.com
Phone: 559-123-4567
Mike Murach was added.
Command: list
1. Mike Murach
Command: view
Number: 2
Invalid contact number.
Command: view
Number: *
Invalid integer.
Command: view
Number: 1
Name: Mike Murach
Email: mike@murach.com
Phone: 559-123-4567
Command: exit
Bye!
Specifications
•
When the program starts, it should read the contacts from a CSV file named contacts.csv. Your
instructor should provide this file if you don't already have it.
•
If the program can't find the CSV file, it should display an appropriate message and create a new
CSV file that doesn't contain any contact data.
•
For the view and del commands, display an appropriate error…
arrow_forward
Project 6-3: Contact Manager
Create a program that a user can use to manage the primary email address and phone number for a
contact.
Console
Contact Manager
COMMAND MENU
list - Display all contacts
view - View a contact
add - Add a contact
del - Delete a contact
exit Exit program
Command: list
1. Guido van Rossum
2. Eric Idle
Command: view
Number: 2
Name: Eric Idle
Email: eric@ericidle.com
Phone: +44 20 7946 0958
Command: add
Name: Mike Murach
Email: mike@murach.com
Phone: 559-123-4567
Mike Murach was added.
Command: del
Number: 1
Guido van Rossum was deleted.
Command: list
1. Eric Idle
2. Mike Murach
Command: exit
Bye!
Specifications
•
Use a list of lists to store the data for the contacts. Provide starting data for two or more contacts.
•
For the view and del commands, display an error message if the user enters an invalid contact
number.
When you exit the program, all changes that you made to the contact list are lost.
arrow_forward
i need the answer quickly
arrow_forward
In Senior Project Website, the user requests the website to search for previous senior projects, the website displays the search web form, the user inputs the keywords to be used for the search process, the user submits the search criteria to the website, and the website requests a remote database to search for senior projects that fulfill the requested criteria (keywords). The remote database returns back a Boolean value (indicating if the search is successful or not) and a list of found senior projects (the list is empty if not successful), If the search is successful, the website displays the list of received senior projects, else, the website displays error dialog box indicating that no projects were found.
Q2. For Senior Project Website System described above, students are required to conduct the following task:
a) Design the Sequence Diagram of Senior Project Website System described above.
arrow_forward
A-List
Objective:
At the end of the exercise, the students should be able to:
▪ Create an adjacency list in Java.
Software Requirements:
▪ NetBeans IDE
Java Development Kit (JDK) 8
Procedure:
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named AdjacencyList. Set the project location to your own
folder.
3. Create an adjacency list based on the given graph.
B
A
с
E
D
F
G
arrow_forward
Scenario and Database Model: InstantRide
InstantRide is the new ride sharing application in the city and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request; and then the driver picks up the user to ride their requested location. Information for the users, drivers and cars are stored in the database as well as the travel transactions.
I need help with task 4 and task 5.
arrow_forward
Q3: Jami is an intern on a sales team at a large insurance company. On the first day of the internship, Jami is asked to download a list of all of her friends and contacts from Facebook and upload them to the company database. The team lead explains "This database keeps track of all of our employees, and well as their customers and prospects. This makes it really easy to avoid redundant customer interactions, and also keeps us from cannibalizing customers and business from one another." Jami is wondering if there are ethical issues she should be concerned about. Do you think there are ethical issues involved with this situation? If yes- what are those issues, specifically, and how would you advise Jami?
arrow_forward
Scenario and Database Model: InstantRide
InstantRide is the new ride sharing application in the city and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request; and then the driver picks up the user to ride their requested location. Information for the users, drivers and cars are stored in the database as well as the travel transactions.
In the USERS table, information for the users are stored with their first name, last name and email:
In the DRIVERS table, all the drivers in the InstantRide are stored with their name, driving license number and check and rating information:
In the CARS table, all the cars in the InstantRide system are kept with the license plate, model and year:
Finally, the transactions of the rides are stored in the TRAVELS table. For each travel, start and end time with location are stored. In addition, the involved driver, car and…
arrow_forward
Scenario and Database Model: InstantRide
InstantRide is the new ride sharing application in the city and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request; and then the driver picks up the user to ride their requested location. Information for the users, drivers and cars are stored in the database as well as the travel transactions.
In the USERS table, information for the users are stored with their first name, last name and email:
In the DRIVERS table, all the drivers in the InstantRide are stored with their name, driving license number and check and rating information:
In the CARS table, all the cars in the InstantRide system are kept with the license plate, model and year:
Finally, the transactions of the rides are stored in the TRAVELS table. For each travel, start and end time with location are stored. In addition, the involved driver, car and…
arrow_forward
Guido van Rossum
guido@python.org
+31 0474 33 88 26
Eric Idle
eric@ericidle.com
+44 20 7946 0958
The required info from instructor.
arrow_forward
Please help me wiht this and show the answer on hand written
arrow_forward
Compulsory Task
Follow these steps:
HHyperion Dev
● Create a program that can be used by a bookstore clerk. The program
should allow the clerk to:
add new books to the database
●
O
id
O update book information
O
O
Create a database called ebookstore and a table called book. The table
should have the following structure:
3001
3002
3003
3004
delete books from the database
search the database to find a specific book
3005
title
A Tale of Two Cities
The Lion, the Witch and the
Wardrobe
Harry Potter and the Philosopher's J.K. Rowling
Stone
The Lord of the Rings
Alice in Wonderland
author
Charles Dickens
1. Enter book
2. Update book
3. Delete book
4. Search books
0. Exit
C. S. Lewis
J.R.R Tolkien
Lewis Carroll
qty
30
40
25
37
12
● Populate the table with the above values. You can also add your own values
if you wish.
The program should present the user with the following menu:
Copyright © 2021 Hyperion Dev. All rights reserved.
arrow_forward
Kl
arrow_forward
Event viewer logs sort server events. Pick two.
arrow_forward
Task Performance
Student List
Objective:
At the end of the exercise, the students should be able to:
• Map values in Java and Python.
Software Requirements:
• NetBeans IDE
Java Development Kit (JDK) 8
Python 3.7 or higher
Procedure:
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named StudentList. Set the project location to your own
folder.
3. Import Scanner, Map, and HashMap from the java.util package.
4. Create an empty hash map named students.
5. The output shall:
5.1. Ask three (3) of your classmates to enter their student number (key) and first name (value).
5.2. Display the keys and values of the map.
5.3. Delete the mapping of the third entry.
arrow_forward
Create a program that a user can use to manage the primary email address and phone number for a
contact.
Console
Contact Manager
COMMAND MENU
list - Display all contacts
view - View a contact
add - Add a contact
del
exit
Delete a contact
Exit program
Command: list
1. Guido van Rossum
2. Eric Idle
Command: view
Number: 2
Name: Eric Idle
Email: eric@ericidle.com
Phone: +44 20 7946 0958
Command: add
Name: Mike Murach
Email: mike@murach.com
Phone: 559-123-4567
Mike Murach was added.
Command: del
Number: 1
Guido van Rossum was deleted.
Command: list
1. Eric Idle
2. Mike Murach
Command: exit
Bye!
Specifications
Use a list of lists to store the data for the contacts. Provide starting data for two or more contacts.
For the view and del commands, display an error message if the user enters an invalid contact
number.
When you exit the program, all changes that you made to the contact list are lost.
arrow_forward
A controller action can be used to:
Question 24 options:
a)
Return a view
b)
Return a simple content
c)
return a 404 error code
d)
All the answers are correct
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Related Questions
- Computer Science The goal of this assignment is to create an app that can capture, tag, save, and retrieve photos on your smartphone.Capture: When clicked, it takes a picture and shows a thumbnail image. Tag: A user can type multiple tags (separated by a “;”). Save: When clicked, it saves the photo in a database along with the tags. Load: A user can specify one or more tags. Your app will find and show the first photo that had any of those tags. When there are multiple photos matching the criteria, the App should have an UI element to show them one by one, e.g., when the user slides a slider.arrow_forwardCreate a student api. The student resource contains the below information Id, first name, last name, email Generate a project file with the correct dependencies Configure the application properties file for connecting to an H2 or mysql database Create a model Create a repository Create the controller and implement the Standard CRUD HTTP methods Create an endpoint that returns a list of students Create an endpoint that returns back a single student by id Create an endpoint the adds a student to the database Create an endpoint that updates a student Create an endpoint that deletes a studentarrow_forwardWeb Servicesarrow_forward
- Open your text editor and create a new document named model.php model.php will contain functions that will connect to a database potentially return PDO statementobjects to the controller for processing. updateMessagesfunction updateMessages($id)This method will take a single parameter of id which is the saved id from the last or latest message displayed. It will conditionally select from the table “messages”, id, name, message, and time. The condition is that the field id is greater than the parameter for id. The return is the PDOStatement object with the row data from the query.arrow_forwardStudent Registration for an Online Portal In this simple project, we will get the student details and insert them into the database. A unique student roll number (student_id) will be generated once the registration is complete. If the student is already registered, we will send a message saying the student already exists.arrow_forwardQuestion 9 A use case description is generic with few details. For this reason it does not contain numbered steps and alternatives to those steps. That is the kind of information contained in a user story. True False Question 10 Which git command would you use to update a remote repository with the current changes made in a local repository? pull clone commit add None of the above Question 11 The UML symbol to show composition/aggregation is a diamond. The diamond should be attached to the containing class contained class fat headed arrow center of a dashed linearrow_forward
- Console if the contacts file is not found Contact Manager Could not find contacts file! Starting new contacts file... COMMAND MENU list - Display all contacts view - View a contact add - Add a contact del - Delete a contact exit Exit program Command: list There are no contacts in the list. Command: add Name: Mike Murach Email: mike@murach.com Phone: 559-123-4567 Mike Murach was added. Command: list 1. Mike Murach Command: view Number: 2 Invalid contact number. Command: view Number: * Invalid integer. Command: view Number: 1 Name: Mike Murach Email: mike@murach.com Phone: 559-123-4567 Command: exit Bye! Specifications • When the program starts, it should read the contacts from a CSV file named contacts.csv. Your instructor should provide this file if you don't already have it. • If the program can't find the CSV file, it should display an appropriate message and create a new CSV file that doesn't contain any contact data. • For the view and del commands, display an appropriate error…arrow_forwardProject 6-3: Contact Manager Create a program that a user can use to manage the primary email address and phone number for a contact. Console Contact Manager COMMAND MENU list - Display all contacts view - View a contact add - Add a contact del - Delete a contact exit Exit program Command: list 1. Guido van Rossum 2. Eric Idle Command: view Number: 2 Name: Eric Idle Email: eric@ericidle.com Phone: +44 20 7946 0958 Command: add Name: Mike Murach Email: mike@murach.com Phone: 559-123-4567 Mike Murach was added. Command: del Number: 1 Guido van Rossum was deleted. Command: list 1. Eric Idle 2. Mike Murach Command: exit Bye! Specifications • Use a list of lists to store the data for the contacts. Provide starting data for two or more contacts. • For the view and del commands, display an error message if the user enters an invalid contact number. When you exit the program, all changes that you made to the contact list are lost.arrow_forwardi need the answer quicklyarrow_forward
- In Senior Project Website, the user requests the website to search for previous senior projects, the website displays the search web form, the user inputs the keywords to be used for the search process, the user submits the search criteria to the website, and the website requests a remote database to search for senior projects that fulfill the requested criteria (keywords). The remote database returns back a Boolean value (indicating if the search is successful or not) and a list of found senior projects (the list is empty if not successful), If the search is successful, the website displays the list of received senior projects, else, the website displays error dialog box indicating that no projects were found. Q2. For Senior Project Website System described above, students are required to conduct the following task: a) Design the Sequence Diagram of Senior Project Website System described above.arrow_forwardA-List Objective: At the end of the exercise, the students should be able to: ▪ Create an adjacency list in Java. Software Requirements: ▪ NetBeans IDE Java Development Kit (JDK) 8 Procedure: 1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named AdjacencyList. Set the project location to your own folder. 3. Create an adjacency list based on the given graph. B A с E D F Garrow_forwardScenario and Database Model: InstantRide InstantRide is the new ride sharing application in the city and it has just started its operations. With the help of the InstantRide mobile application, the users request a ride with their location. Drivers and cars are assigned to the request; and then the driver picks up the user to ride their requested location. Information for the users, drivers and cars are stored in the database as well as the travel transactions. I need help with task 4 and task 5.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage