Alex Amado, HW8
.pdf
keyboard_arrow_up
School
Purdue University *
*We aren’t endorsed by this school
Course
10100
Subject
Computer Science
Date
Dec 6, 2023
Type
Pages
10
Uploaded by MinisterPartridge3587
CS 10100 Homework 08
This is Question 1 on Page 1
CS 10100 Homework 08
Due 11:59pm Thursday Nov. 2, 2023
•
Delete nothing from this file.
•
Edit this file to add your typewritten answers to each question.
•
When your answer includes a diagram make sure that it is clear and large enough to read.
•
Ensure that your answer fits on the same page as its question.
•
If you change the pagination of this file or if your complete answer to a question does not
fit on the page with that question, then you may receive a lower score.
•
Export your completed Word file to PDF.
•
Upload your PDF file to Gradescope.com. It is your responsibility to upload this
assignment to its correct place in Gradescope. You may upload multiple times. Your final
upload will be scored. Use the download capability to check your upload.
•
Uploading will be blocked after the due time (plus grace period).
•
Max score = 10 points; 1 point per question.
•
The above directions apply for all assignments uploaded to Gradescope.
•
Why should your answer be on the same page with its question?
Answer:
Gradescope has been programmed to expect that your PDF file will have
exactly one question and your entire answer to it on one page. This allows Gradescope to
automatically find and display your answers to the instructional team for scoring.
HW08 Q1.
A friend shows you some pictures that they took over Fall Break. They decide to
present them in class, but when the pictures are viewed on the auditorium projector you
notice while standing near the 10 meter (diagonal measure) screen that the image is full of
little rectangles of color. What causes the rectangles to appear?
These rectangles on the image are caused because the image resolution is fairly low, and this
causes pixels to be easily visible in the image. These rectangles are also caused by pixelation
and from the quality of the projector. Pixelation is when the image is enlarged past the
resolution that it was taken at, and this causes the image to become blurry and each pixel will
become more visible to the natural eye. The quality of the projector also causes the rectangles
to appear because lower quality projectors may be more prone to pixelation.
CS 10100 Homework 08
This is Question 2 on Page 2
HW08 Q2.
When a user runs an app that plays an MP3 song, does the app use compression
or decompression? Explain.
When a user runs an app that plays an mp3 song, the app uses decompression. The app uses
decompression because when you play an mp3 song, the app needs to reverse the
compression process that took place when the mp3 file was made. Decompression needs to
happen and take place in order for the original audio to be restored, since when the file was
originally made, it was compressed to make the file size smaller.
CS 10100 Homework 08
This is Question 3 on Page 3
HW08 Q3.
What does it mean for an audio signal to be under sampled? What problem(s)
does it introduce?
When an audio sample is under-sampled, it means that the rate of the sampling used to
digitize the analog audio wavelengths is too low to effectively and accurately capture and
reproduce the original audio signal. The sampling rate refers to the number of samples of an
analog audio file taken per second. Under sampling occurs when the sampling rate does not
represent the audio file in its entirety. Some of the biggest problems surrounding under
sampling is that the audio signal can degrade in terms of quality, and it can even lead to loss
of information in the audio file.
CS 10100 Homework 08
This is Question 4 on Page 4
HW08 Q4.
According to the lecture, digital phone calls are sampled at 8,000 samples per
second, and music is typically sampled at 44,100 samples per second. What is the main
reason that phone calls are not sampled at a higher rate like music?
The main reason that phone calls are not sampled at a higher rate like music is because phone
calls have to make and create a balance between optimizing the bandwidth of the call, storage
of the calls, the processing capabilities, and cost efficiency. This is important for efficient
and intelligible communication between users, although, they may not be the best or handling
and reproducing certain aspects effectively, such as music.
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
Search Algorithms
Dataset: We will use cars dataset as part of this project. The dataset is available as part of the assignment (cars.csv and a pdf that describe each of the fields for each record).
TASK 1
The idea of this project is to create a text-based application with the following options:
List all cars. This option will read from the file and when the user selects this option, the program will list all the cars in the file.
Find via Linear search. This option will allow the user to type a model of the car (ID field in the dataset) and it should print out the information about the car searched, the amount of time it took to find the car using linear search. For this option, create a class called SearchMethods and implement the method :
public static <T extends Comparable<T>> int linearSearch(T[] data, int min, int max, T target)
Find via Binary search. This option will allow the user to type a model of the car (ID field in the dataset) and it…
arrow_forward
R Script Homework 4
Using RStudio, create a new R script and save it as: "CMSC4103 Your Name HW4 R. For student John
Doe, the file would be named "CMSC4103_JohnDoe HWAR". Then do the following:
1) Create or read an existing data frame containing
a) A character column that acts as a label and has unique values in each row
b) 2 or more numeric columns on the same scale (eg prices, counts, test scores, etc.)
C
2) Find the mean, standard deviation, and interquartile range of both original numeric variables,
allowing for missing values.
3) Create a new variable that is a function of the 2 numeric variables.
4) Create a rank variable for at least 1 numeric variable.
5) Use ggplot2 to:
a) Create a "publication ready" plot of 2 or more variables to help explain the data.
b) Create a "publication ready" plot that includes at least one rank variable to help explain the
data
$
C
4
E R
F
Search or type URL
5
:
T
6
Y
G H
49
&
7
★
U
8
1
9
J K
0
arrow_forward
Transcribed Image Text
A summer camp offers a morning session and an afternoon session. The list morningList contains the names of all children attending the morning session, and the list afternoonList contains the names of all children attending the afternoon session. Only children who attend both sessions eat lunch at the camp. The camp director wants to create lunchList, which will contain the names of children attending both sessions. The following code segment is intended to create lunchList, which is initially empty. It uses the procedure IsFound (list, name), which returns true if name is found in list and returns false otherwise. FOR EACH child IN morningList { <MISSING CODE> Which of the following could replace <MISSING CODE> so that the code segment works as intended? IF (IsFound (afternoonList, child)) { A APPEND (lunchList, child)
arrow_forward
Transcribed Image Text
/* you have a sceneraio for recruting app */ In which you have two types of Record type on Position Object one is for Technical and one is non technical Record type. you have to write a SOQL query to fetch All the reocrd type of the ID of Technical Record Type. Please Run the SOQL Query on the Anonymous Window. also please attach the screenshot of the output. Apex, Salesforce
arrow_forward
Create a table using a two-dimensional array that stores a Fahrenheit temperate and the equivalent Celsius temperature. Use the following range of Fahrenheit temperatures
-10 through 100 in increments of 10, thus the temperatures will be
-10, 0, 10, 20, 30, 40, 50 …and so on
Display the contents of the list.
Similarly create tables/lists for the following (starting at 0 through 100 in increments of 10
Miles to kilometers
Gallons to liters
Pounds to kilograms
Inches to centimeters
Display the contents of each list
arrow_forward
JAVA Script
Create a form that has a last name, a first name, an email address, a drop-down listing of 10 cities in Massachusetts. The list is to be sorted (hint: think array), an email address, and a zip code field. Each field is to be process through a validation function. You may use one function for each but if you are creative you should be able to use just one function. The drop-down listing will not require validation because they will be choosing from a list that you are providing.
This input from must be styled and show an effect to the user as to which field that are currently providing input.
arrow_forward
F# Exercises
This assignment consists of three F# exercises. The code for all exercises are included in the single file, hw4.fsx.
For each of the exercises, you are only required to write the provided functions. There is no additional global functionality. Your functions should produce no output. To test your functions, either:
Test the functions using the interactive simulator
Add your own tests to the script (but be sure to remove them or comment them out before submission)
Implementation Rules
You may define and use additional functions if your feel it is appropriate.
Without prior approval from me, you may only use the subset of F# described in class.
In particular, you may NOT use F# system functions (such as min) or methods
Even though they were mentioned in class, you are NOT allowed to use the methods in the List module such as List.map.
Second Exercise, elimDuplicates
Write a function elimDuplicates that takes a list of integers and eliminates consecutive duplicates;…
arrow_forward
Using the MATLAB editor, create a script m-file which includes a header block and comments:
Create a matrix which holds values of:
y=a^x
where a is a column array A have values in the range 1-5 with 0.5 increments
x is a row array X having integer values 1-5
Display the matrix results
Save the script and publish function to create a pdf file from the script in a file named "ECE105_Wk2_L1_Prep_2"
arrow_forward
House Building [Code should be in python] You are to draw a House using the base primitives: points, lines, or triangles. You can use GL_POINTS, GL_LINES or GL_TRIANGLES for designing this house. A diagram has been provided as an example. You can modify the house design to your liking.
arrow_forward
displayComments a. Dependencies: getPostComments, createComments b. Is an async function c. Receives a postId as a parameter d. Creates a section element with document.createElement() e. Sets an attribute on the section element with section.dataset.postId f. Adds the classes 'comments' and 'hide' to the section element g. Creates a variable comments equal to the result of await getPostComments(postId); h. Creates a variable named fragment equal to createComments(comments) i. Append the fragment to the section j. Return the section element
In JavaScript please
arrow_forward
Lect 1A: linked-list
HW 1 link list : Create Visual C++ project and.
Due Tomorrow, 4:00 AM
Posted 3:19 PM
Project name should be 'HW1+student name for example 'HW1 Ahmed Ali Ahmed'
18
-Compress the project file as zip file and upload it here.
-Screenshots for the entire codes and classes
Turned in
Assigned
-Screenshot for the result.
View assignment
تسجبل محاطرة يوم 5/5/2021
Posted 3:14 PM
...
arrow_forward
Do this in HTML,CSS and JavaScript. The HTML and JavaScript should be written together.
Thank you in advance:)
arrow_forward
Using C# (Sharp) with Visual studio:
Make a class of Book with 5 properties - ISBN, author, title, publisher, copyright date
In the main method, create 5 instances of the Book class with different data for each
Create a LIST and add each of the 5 objects to the LIST
Use a foreach loop to display the ISBN, author, title, publisher, and copyright date in the LIST
Create a DICTIONARY and add each of the 5 objects (key should be ISBN)
Display author, title, publisher, copyright date for each book
Create a SEARCH feature: ask the user to type in an ISBN. If the entry matches an item in your dictionary, display the author, title, publisher, and copyright date. If there are no matches, display "ISBN not found". Hint: use ContainsKey
Create a REMOVE feature: ask the user to type in an ISBN to remove a book from the list. If the entry matches an item in your dictionary, remove the item and re-display your list. If there are no matches, display "ISBN not found".
arrow_forward
A bucket list is a collection of goals, dreams, and aspirations that you would like to accomplish within your lifetime. The purpose of this assignment is to develop a program that allows the user to manage their personal bucket list and save it to an XML file bucketlist.xml. For full credit, run the program and create a file with at least three entry elements. Submit a document containing a copy of the source file, a screenshot of the program in action, and the contents of the XML file. File Structure Below is the basic structure (i.e. schema) for the XML file. You may add additional elements. <bucketList> <entry> <rank></rank> <description></description> <status></status> </entry> </bucketList> Note: Before running the program, manually create an XML input file with at least one entry element that contains values in each child element. GUI Requirements At a minimum, your GUI must meet the below requirements. No minimize…
arrow_forward
def read_cars(full_path_file_name):"""Read the data from csv file given full path file name (including directory)Return a list of Car instances:param full_path_name: csv file:return: list of instances of the Car class"""
file:
2017,Subaru,WRX,268,32722000,Honda,Civic Si,160,26122020,Lamborghini,Aventador S,729,34722017,Subaru,WRX,268,32722000,Honda,Civic Si,160,26122020,Lamborghini,Aventador S,729,34722017,Subaru,WRX,268,32722000,Honda,Civic Si,160,26122020,Lamborghini,Aventador S,729,34722020,Lamborghini,Huracan,729,3472
arrow_forward
CLASS TEST 1-Word
File
Home
Insert
Design
Layout
References
Mailings
Review
View
Grammarly
O Tell me uhat you want to do
2 Share
E
H
The figure above depicts how data is stored in a database. By indexing the
nodes in the database from 0 to the highest number:
a) Generate the node data array
b) Generate the left pointer array
c) Generate the right pointer array
arrow_forward
Using the data file below design a hierarchical struct to organize the data. Then declare an array of structs for the reservations. The data file contains ten reservations. There are 8 columns of data: party name, size, date and time for the reservation, phone number, email address, credit card number and expiration date for the credit card. The data can be read from the file below so you will not need to type it in repeatedly.
Once you have populated the array with data perform the following tasks:
Write a function that will print out to the screen the information for one reservation.In the main program write code that prompts the user to enter a date in the form MM DD YYYYCall the function to print out all reservations on that date. You can make a loop that calls the print function repeatedly or you can put that code inside the print function.TEST CASES: April 30, 2023 and May 12, 2023.
In this example you need to carefully consider what data types to use. For example, the credit…
arrow_forward
Using the data file below design a hierarchical struct to organize the data. Then declare an array of structs for the reservations. The data file contains ten reservations. There are 8 columns of data: party name, size, date and time for the reservation, phone number, email address, credit card number and expiration date for the credit card. The data can be read from the file below so you will not need to type it in repeatedly.
Once you have populated the array with data perform the following tasks:
Write a function that will print out to the screen the information for one reservation.In the main program write code that prompts the user to enter a date in the form MM DD YYYYCall the function to print out all reservations on that date. You can make a loop that calls the print function repeatedly or you can put that code inside the print function.TEST CASES: April 30, 2023 and May 12, 2023.
In this example you need to carefully consider what data types to use. For example, the credit…
arrow_forward
8
File
Help
Tell me what you want to do
Home Insert Design Layout References Mailings Review View
iGET GENUINE OFFICE Your license isn't genuine, and you may be a victim of software counterfeiting. Avoid interruption and keep your files safe with genuine Office today.
Page 1 of 1
80 words
Accessibility: Investigate
CS309
CS309 ASSIGNMENT 9 - Word
A process description for "Pay Commission" is provided below:
For each COMMISSION EARNED
If EXTRA BONUS equals Y
|
-If PAYMENT TOTAL is greater than $80,000
Add 3% to COMMISSION PERCENT
Output SPECIAL LETTER
Output AWARD LIST
Else Add 2% to COMMISSION PERCENT
Output AWARD LIST
Else
If PAYMENT TOTAL is greater than $80,000
Add 1% to COMMISSION PERCENT
Output SPECIAL LETTER
Calculate COMMISSION COMMISSION PERCENT times PAYMENT TOTAL
Required:
Construct a Decision Table for the above process description.
delinki asylum
Get genuine Office
Learn more
F
+
+
X Q
X
100%
arrow_forward
Create a new workbook as shown below and save the file with the name "Call Statistics".
1
Panda EST
Monthly Sales Report - July
2
3
Sales Amount
1600
1800
Total Salary
4 Emp. No. Name
5 S101
6 S105
7 S112
8 s107
9 S110
Salary
Comission
2500 ?
3000
Ahmed
Hassan
Ali
1500
2200
Waleed
Mohammed
Samir
4500
3500
2000
1700
10 s103
1600
2500
11
Totals
Average
Highest
Lowest
Count
12
13
12
14
15
16
a) Create the worksheet shown above.
b) Set the column widths as follows: Column A: 8, Column B: 14, Columns C & D: 15, Columns E
& F: 14.
c) Enter the formula to find COMMISSION for the first employee. The commission rate is 2% of
sales, COMMISSION = SALES * 2% Copy the formula to the remaining employees.
d) Enter the formula to find TOTAL SALARY for the first employee where: TOTAL SALARY =
SALARY + COMMISSION Copy the formula to the remaining employees.
e) Enter formula to find TOTALS, AVERAGE, HIGHEST, LOWEST, and COUNT values. Copy
the formula to each column.
f) Format numeric data to include…
arrow_forward
Hi All, Please help me with this question.
Employee Registry This project requires the use of an employees.dat file (create your own file). The record format in the file is listed below (separated by a single space): first_name last_name employee_id phone_number Overview You’ve been asked by your employer to create an employee registry program. The program will be used by the HR department to maintain employee records. Requirements When your program starts, it should read the employees.dat file into memory. A menu should be displayed like below. List all employee details List employee by last name Add a new employee Remove an employee Show all managers only Show all staff only Quit Each menu option should be handled by its own function. You should add utility functions as needed. When option 1 is selected your program should list all the information for each employee in a tabular format. When option 2 is selected your program should prompt the user to enter an employee’s last name. If…
arrow_forward
LINKS :
https://youtu.be/rR_mmsfIzzs
Input for games - UWP applications | Microsoft Learn
arrow_forward
WORD 2016
when creating envelopes using mail merge each envelope in the final, merged document is separated by a:
1, page break
2, continuous section break
3, next page section break
arrow_forward
The Dodgers recently won the World Series vs the Tampa Bay Rays. Attached are two files:
Teams.txt - This file contains a list of serveral Major League baseball teams in alphabetical order. Each team is listed in the file has won the World Series at least once.
WorldSeries Winners.txt - This file contains a chronological list of the World Series' winning teams from 1903-2020. (The first line of the file is the name of the team that won in 1903, and the last line is the name of the team that won in 2020. Note the World Series was not played in 1904 or 1994.)
Write a program that displays the contents of the Teams.txt file on the screen and prompts the user to enter the name of one of the teams. The program should then display the number of times that team has won the World Series in the time period from 1903 to 2020.
In the program, 2 arrays are needed: TeamList array and Winners array.
TeamList array will contain the entries in Teams.txt.
Winners array will contain the entries…
arrow_forward
Define two arrays with 5 elements each for the key and its values. When INSERT button is clicked, instead of reading the values from the user, keys and values in the arrays should be added to shared
preference, Enter the key and value in the editText and click UPDATE button to update the new value in shared preference, and When DELETE button is clicked get the key from editText, find in shared
preference and remove the key shared.
KEY-VALUE
KEY
VALUE
INSERT
UPDATE
REMOVE
arrow_forward
createDatabaseOfProfiles(String filename) This method creates and populates the database array with the profiles from the input file (profile.txt) filename parameter. Each profile includes a persons' name and two DNA sequences. 1. Reads the number of profiles from the input file AND create the database array to hold that number profiles.
2. Reads the profiles from the input file.
3. For each person in the file
1. creates a Profile object with the information from file (see input file format below).
2. insert the newly created profile into the next position in the database array (instance variable).
arrow_forward
C++ Visual Studio 2019
Instructions
Complete #1 & #2. Please submit just one file for the classes and main to test the classes. Just create the classes before main and submit only one cpp file. Do not create separate header files. Please note: the deleteNode needs to initialize the *nodePtr and the *previousNode. The code to do this can be copied from here: ListNode *nodePtr, *previousNode = nullptr;
arrow_forward
____ the number of arrangements of n objects in a given order of the objects r at a time.
arrow_forward
AutoSave O ff
INT201 0OP_Lab8_ 2020-2 - Protected View - Saved to this PC
Search
Anass Alhami
困
File
Home
Insert
Draw
Design
Layout
References
Mailings
Review
View
Help
A Share
O Comments
PROTECTED VIEW Be careful-files from the Internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View.
Enable Editing
Exercise 1
Write a recursive method that returns the sum of the squares of the first n positive integers. Test your
method.
Exercise 2
Write a recursive method that returns the sum of the first n odd positive integers. Test your method.
Exercise 3
Write a recursive method that returns the sum of the first n elements of an array. Test your method.
Exercise 4
Write a recursive method that returns the power x". Test your method.
Exercise 5
Write a recursive Boolean method that determines whether a string is a palindrome. Test your method.
Exercise 6
Write a recursive method that returns a string that contains the binary representation of a positive
integer.…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
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
Related Questions
- Search Algorithms Dataset: We will use cars dataset as part of this project. The dataset is available as part of the assignment (cars.csv and a pdf that describe each of the fields for each record). TASK 1 The idea of this project is to create a text-based application with the following options: List all cars. This option will read from the file and when the user selects this option, the program will list all the cars in the file. Find via Linear search. This option will allow the user to type a model of the car (ID field in the dataset) and it should print out the information about the car searched, the amount of time it took to find the car using linear search. For this option, create a class called SearchMethods and implement the method : public static <T extends Comparable<T>> int linearSearch(T[] data, int min, int max, T target) Find via Binary search. This option will allow the user to type a model of the car (ID field in the dataset) and it…arrow_forwardR Script Homework 4 Using RStudio, create a new R script and save it as: "CMSC4103 Your Name HW4 R. For student John Doe, the file would be named "CMSC4103_JohnDoe HWAR". Then do the following: 1) Create or read an existing data frame containing a) A character column that acts as a label and has unique values in each row b) 2 or more numeric columns on the same scale (eg prices, counts, test scores, etc.) C 2) Find the mean, standard deviation, and interquartile range of both original numeric variables, allowing for missing values. 3) Create a new variable that is a function of the 2 numeric variables. 4) Create a rank variable for at least 1 numeric variable. 5) Use ggplot2 to: a) Create a "publication ready" plot of 2 or more variables to help explain the data. b) Create a "publication ready" plot that includes at least one rank variable to help explain the data $ C 4 E R F Search or type URL 5 : T 6 Y G H 49 & 7 ★ U 8 1 9 J K 0arrow_forwardTranscribed Image Text A summer camp offers a morning session and an afternoon session. The list morningList contains the names of all children attending the morning session, and the list afternoonList contains the names of all children attending the afternoon session. Only children who attend both sessions eat lunch at the camp. The camp director wants to create lunchList, which will contain the names of children attending both sessions. The following code segment is intended to create lunchList, which is initially empty. It uses the procedure IsFound (list, name), which returns true if name is found in list and returns false otherwise. FOR EACH child IN morningList { <MISSING CODE> Which of the following could replace <MISSING CODE> so that the code segment works as intended? IF (IsFound (afternoonList, child)) { A APPEND (lunchList, child)arrow_forward
- Transcribed Image Text /* you have a sceneraio for recruting app */ In which you have two types of Record type on Position Object one is for Technical and one is non technical Record type. you have to write a SOQL query to fetch All the reocrd type of the ID of Technical Record Type. Please Run the SOQL Query on the Anonymous Window. also please attach the screenshot of the output. Apex, Salesforcearrow_forwardCreate a table using a two-dimensional array that stores a Fahrenheit temperate and the equivalent Celsius temperature. Use the following range of Fahrenheit temperatures -10 through 100 in increments of 10, thus the temperatures will be -10, 0, 10, 20, 30, 40, 50 …and so on Display the contents of the list. Similarly create tables/lists for the following (starting at 0 through 100 in increments of 10 Miles to kilometers Gallons to liters Pounds to kilograms Inches to centimeters Display the contents of each listarrow_forwardJAVA Script Create a form that has a last name, a first name, an email address, a drop-down listing of 10 cities in Massachusetts. The list is to be sorted (hint: think array), an email address, and a zip code field. Each field is to be process through a validation function. You may use one function for each but if you are creative you should be able to use just one function. The drop-down listing will not require validation because they will be choosing from a list that you are providing. This input from must be styled and show an effect to the user as to which field that are currently providing input.arrow_forward
- F# Exercises This assignment consists of three F# exercises. The code for all exercises are included in the single file, hw4.fsx. For each of the exercises, you are only required to write the provided functions. There is no additional global functionality. Your functions should produce no output. To test your functions, either: Test the functions using the interactive simulator Add your own tests to the script (but be sure to remove them or comment them out before submission) Implementation Rules You may define and use additional functions if your feel it is appropriate. Without prior approval from me, you may only use the subset of F# described in class. In particular, you may NOT use F# system functions (such as min) or methods Even though they were mentioned in class, you are NOT allowed to use the methods in the List module such as List.map. Second Exercise, elimDuplicates Write a function elimDuplicates that takes a list of integers and eliminates consecutive duplicates;…arrow_forwardUsing the MATLAB editor, create a script m-file which includes a header block and comments: Create a matrix which holds values of: y=a^x where a is a column array A have values in the range 1-5 with 0.5 increments x is a row array X having integer values 1-5 Display the matrix results Save the script and publish function to create a pdf file from the script in a file named "ECE105_Wk2_L1_Prep_2"arrow_forwardHouse Building [Code should be in python] You are to draw a House using the base primitives: points, lines, or triangles. You can use GL_POINTS, GL_LINES or GL_TRIANGLES for designing this house. A diagram has been provided as an example. You can modify the house design to your liking.arrow_forward
- displayComments a. Dependencies: getPostComments, createComments b. Is an async function c. Receives a postId as a parameter d. Creates a section element with document.createElement() e. Sets an attribute on the section element with section.dataset.postId f. Adds the classes 'comments' and 'hide' to the section element g. Creates a variable comments equal to the result of await getPostComments(postId); h. Creates a variable named fragment equal to createComments(comments) i. Append the fragment to the section j. Return the section element In JavaScript pleasearrow_forwardLect 1A: linked-list HW 1 link list : Create Visual C++ project and. Due Tomorrow, 4:00 AM Posted 3:19 PM Project name should be 'HW1+student name for example 'HW1 Ahmed Ali Ahmed' 18 -Compress the project file as zip file and upload it here. -Screenshots for the entire codes and classes Turned in Assigned -Screenshot for the result. View assignment تسجبل محاطرة يوم 5/5/2021 Posted 3:14 PM ...arrow_forwardDo this in HTML,CSS and JavaScript. The HTML and JavaScript should be written together. Thank you in advance:)arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:CengageNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
- COMPREHENSIVE MICROSOFT OFFICE 365 EXCEComputer ScienceISBN:9780357392676Author:FREUND, StevenPublisher:CENGAGE L
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
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