1601 Lab 10 Empty Template (4th)
.docx
keyboard_arrow_up
School
Chattahoochee Technical College *
*We aren’t endorsed by this school
Course
1601
Subject
Computer Science
Date
May 4, 2024
Type
docx
Pages
3
Uploaded by BailiffLionPerson969
1601 – Lab 10
Empty Template (4
th
Edition)
Section 1 - Part 1 - Step 10. Paste a screen capture below showing the Time Graph.
Section 1 - Part 1 - Step 16. Paste a screen capture showing the details of the 2021-Jul-13 15:33:00 session.
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
You can create any image
arrow_forward
MM Image Processing Project
Use your own images that are different than the images in the tutorial file.Include in your report the following only:
1) all the commands producing images,
2) the images produced, and
3) comment briefly on every image showing what was done and describe the result.
All commands and comments MUST BE IN TEXT (NOT IMAGES).You may modify the filters and show the result as well.Compile all commands text that you used in an appendix.Save your WORD file as PDF as well.
arrow_forward
Note:- Don't copy from other contents if any wrong i will downvote
arrow_forward
Hands-On Project 1-4You learned how to dynamically change an image using the getElementById('id').src expression along with the onclick event handler. In this project you will use the onclick event handler to automatically fill delivery address input boxes with preassigned values using the expression:document.getElementById('id').value = variable;where id is the value of the id attribute of a web form element and variable is the variable value to writeinto the element. A preview of the completed project is shown in Figure 1-26.Do the following:1. Use your code editor to open project01-04_txt.html and project01-04_txt.js from the HandsOnProject_01 folder. Enter your name and the date in the comment section of each document and save them as project01-04.html and project01-04.js, respectively.2. Go to the project01-04.js file in your code editor. Below the comment section declare the following variables and initial values: homeStreet 5 “1 Main St.”, homeCity 5 “Sicilia”, homeState 5 “MA”,…
arrow_forward
Hands-On Project 1-4You learned how to dynamically change an image using the getElementById('id').src expression along with the onclick event handler. In this project you will use the onclick event handler to automatically fill delivery address input boxes with preassigned values using the expression:document.getElementById('id').value = variable;where id is the value of the id attribute of a web form element and variable is the variable value to writeinto the element. A preview of the completed project is shown in Figure 1-26.Do the following:1. Use your code editor to open project01-04_txt.html and project01-04_txt.js from the HandsOnProject_01 folder. Enter your name and the date in the comment section of each document and save them as project01-04.html and project01-04.js, respectively.2. Go to the project01-04.js file in your code editor. Below the comment section declare the following variables and initial values: homeStreet 5 “1 Main St.”, homeCity 5 “Sicilia”, homeState 5 “MA”,…
arrow_forward
Rearrange the following steps in chronological order by numbering them from 1
to the last number of the steps. Write X if the step does not belong. Write your answer
on the line before each item.
A. Creating your own free Blog using WordPress
Select "Start with a blog".
Type a site address and then choose the free option.
On the home page, click on "Get Started".
Choose a Theme.
Fill in the details of your account.
Open your browser and go to www.wordpress.com.
Click on "See Plans".
B. Posting using WordPress.
||||||
I
Choose Format > Clear Formatting.
Edit the category and/or add a tag for your post.
Click the Publish button.
Type your blog post.
Click "Write" on the upper right corner of your dashboard.
If you have multiple blogs, you will see a drop-down menu. Click the
blog where you want your post to appear.
arrow_forward
Lab Exercise 1
Design a web page to and display the text “Welcome to Oman" using java script.
Try the different methods of including javascript into a web page.
Lab Exercise 2
Find the HTML element (with id="demo"), and changes the element content (innerHTML) to the
current date and time value:
Lab Exercise 3
Find the HTML element (with id="demo"), and changes the element content (innerHTML) to "Hello
JavaScript":
Lab Exercise 4
Design one HTML page with that will print the sum and product of two integer numbers with the help
of javascript variables.
Lab Exercise 5
Program to demonstrate the use of javascript Alert box.
Lab Exercise 6
Program to demonstrate the use of javascript Confirm box.
Lab Exercise 7
Program to demonstrate the use of javascript Prompt box.
arrow_forward
using flex box
arrow_forward
None
arrow_forward
Create a histogram of the data. You can create it using software on your computer, using online software, or you can draw it by hand and scan it or take a picture of it. If you can't figure out how to include your histogram in the entry area below, you are welcome to email it to me instead. (Here's a video that shows how to upload images or files into the text editor. The video is for forums, but it works the same way in assessments.)3) Finally, write a couple sentences describing what conclusions you can draw about performance on the exam from the 5-number summary and the histogram.
21
32
36
37
37
37
38
39
40
40
41
42
44
46
48
50
53
65
72
72
72
72
73
74
74
75
75
76
76
76
76
77
77
77
77
78
79
79
80
80
80
81
81
82
82
82
82
83
83
85
85
86
86
88
88
89
91
91
93
94
1) Compute the 5-number summary for this data: 21 49 76 82 94
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning
Related Questions
- You can create any imagearrow_forwardMM Image Processing Project Use your own images that are different than the images in the tutorial file.Include in your report the following only: 1) all the commands producing images, 2) the images produced, and 3) comment briefly on every image showing what was done and describe the result. All commands and comments MUST BE IN TEXT (NOT IMAGES).You may modify the filters and show the result as well.Compile all commands text that you used in an appendix.Save your WORD file as PDF as well.arrow_forwardNote:- Don't copy from other contents if any wrong i will downvotearrow_forward
- Hands-On Project 1-4You learned how to dynamically change an image using the getElementById('id').src expression along with the onclick event handler. In this project you will use the onclick event handler to automatically fill delivery address input boxes with preassigned values using the expression:document.getElementById('id').value = variable;where id is the value of the id attribute of a web form element and variable is the variable value to writeinto the element. A preview of the completed project is shown in Figure 1-26.Do the following:1. Use your code editor to open project01-04_txt.html and project01-04_txt.js from the HandsOnProject_01 folder. Enter your name and the date in the comment section of each document and save them as project01-04.html and project01-04.js, respectively.2. Go to the project01-04.js file in your code editor. Below the comment section declare the following variables and initial values: homeStreet 5 “1 Main St.”, homeCity 5 “Sicilia”, homeState 5 “MA”,…arrow_forwardHands-On Project 1-4You learned how to dynamically change an image using the getElementById('id').src expression along with the onclick event handler. In this project you will use the onclick event handler to automatically fill delivery address input boxes with preassigned values using the expression:document.getElementById('id').value = variable;where id is the value of the id attribute of a web form element and variable is the variable value to writeinto the element. A preview of the completed project is shown in Figure 1-26.Do the following:1. Use your code editor to open project01-04_txt.html and project01-04_txt.js from the HandsOnProject_01 folder. Enter your name and the date in the comment section of each document and save them as project01-04.html and project01-04.js, respectively.2. Go to the project01-04.js file in your code editor. Below the comment section declare the following variables and initial values: homeStreet 5 “1 Main St.”, homeCity 5 “Sicilia”, homeState 5 “MA”,…arrow_forwardRearrange the following steps in chronological order by numbering them from 1 to the last number of the steps. Write X if the step does not belong. Write your answer on the line before each item. A. Creating your own free Blog using WordPress Select "Start with a blog". Type a site address and then choose the free option. On the home page, click on "Get Started". Choose a Theme. Fill in the details of your account. Open your browser and go to www.wordpress.com. Click on "See Plans". B. Posting using WordPress. |||||| I Choose Format > Clear Formatting. Edit the category and/or add a tag for your post. Click the Publish button. Type your blog post. Click "Write" on the upper right corner of your dashboard. If you have multiple blogs, you will see a drop-down menu. Click the blog where you want your post to appear.arrow_forward
- Lab Exercise 1 Design a web page to and display the text “Welcome to Oman" using java script. Try the different methods of including javascript into a web page. Lab Exercise 2 Find the HTML element (with id="demo"), and changes the element content (innerHTML) to the current date and time value: Lab Exercise 3 Find the HTML element (with id="demo"), and changes the element content (innerHTML) to "Hello JavaScript": Lab Exercise 4 Design one HTML page with that will print the sum and product of two integer numbers with the help of javascript variables. Lab Exercise 5 Program to demonstrate the use of javascript Alert box. Lab Exercise 6 Program to demonstrate the use of javascript Confirm box. Lab Exercise 7 Program to demonstrate the use of javascript Prompt box.arrow_forwardusing flex boxarrow_forwardNonearrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Np Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:CengageCOMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE LNew Perspectives on HTML5, CSS3, and JavaScriptComputer ScienceISBN:9781305503922Author:Patrick M. CareyPublisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
COMPREHENSIVE MICROSOFT OFFICE 365 EXCE
Computer Science
ISBN:9780357392676
Author:FREUND, Steven
Publisher:CENGAGE L
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning