Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

Computer Science Question

Description

see

College of Computing and Informatics

Assignment 2
Deadline: Tuesday 10/11/2025 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###

ID: ###

CRN: ###
Instructions:

• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.

• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).

• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.

• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.

• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.

Restricted – ‫مقيد‬

Question One

Pg. 01
Learning
Outcome(s):
CLO3: Develop
dynamic web
pages using
JavaScript.

Question One

2 Marks

Write a simple HTML code with JavaScript to accept an input string from the
user and check whether it is a palindrome or not.
Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Answer:

Restricted – ‫مقيد‬

Question Two

Pg. 02
Learning
Outcome(s):
CLO5: Create
Rich Internet
Applications.

Question Two

3 Marks

Write code to create the registration webpage below using HTML and CSS for
the contents and styles. Use JavaScript for validation of the input fields as
indicated in the given ideal screenshots.
Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Restricted – ‫مقيد‬

Question Two

Pg. 03
Answer:

Restricted – ‫مقيد‬

Question Three

Pg. 04
Learning
Outcome(s):

Question Three

3 Marks

To create the SEU webpage below, the HTML code with CSS is given for you.

CLO3: Develop
dynamic web
pages using
JavaScript.

index.html

Saudi Electronic University

body { font-family: system-ui, sans-serif; margin: 24px; }
header { display: flex; align-items: center; gap: 12px; }
nav a { margin-right: 10px; text-decoration: underline; color: Blue; }
.highlight { background: Pink; padding: 2px 4px; border-radius: 4px; }
.dark { background: #12151a; color: #e7eef8; }
.dark a { color: Yellow; }
#controls { margin: 16px 0; display: flex; gap: 10px; }
#announcements li { margin: 6px 0; }

Restricted – ‫مقيد‬

Question Three

Pg. 05

Saudi Electronic University

Home
Colleges
Admissions
Examinations
Contact

Announcements

Orientation week starts next Sunday.

Update Title with Time
Highlight Nav Links
Add Announcement

SEU-Logo

Restricted – ‫مقيد‬

Question Three

Pg. 06

Write your JavaScript code in “dome.js” file using DOM node selection and
event listeners, to do the following when the corresponding buttons are clicked.
1. Update title with current time on clicking button ‘Update Title with Time’.
2. Highlight all nav links when clicking the button ‘Highlight NAV Links’
3. On clicking the ‘Add Announcement’ button, append a new to the
#announcements section with the following text: New update posted at
.

The output of index.html, along with dome.js, should be similar to the web page
below.

Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Restricted – ‫مقيد‬

Question Three

Pg. 07
Learning
Outcome(s):
CLO1: Describe
methods and
tools in web
development.
CLO2: Create
web pages using
HTML5 and
CSS3.

Restricted – ‫مقيد‬

Answer:

College of Computing and Informatics

Assignment 2
Deadline: Tuesday 10/11/2025 @ 23:59
[Total Mark for this Assignment is 8]
Student Details:
Name: ###

ID: ###

CRN: ###
Instructions:

• You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.

• It is your responsibility to check and make sure that you have uploaded both the correct files.
• Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).

• Email submission will not be accepted.
• You are advised to make your work clear and well-presented. This includes filling your information on the cover
page.

• You must use this template, failing which will result in zero mark.
• You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.

• Late submission will result in ZERO mark.
• The work should be your own, copying from students or other resources will result in ZERO mark.
• Use Times New Roman font for all your answers.

Restricted – ‫مقيد‬

Question One

Pg. 01
Learning
Outcome(s):
CLO3: Develop
dynamic web
pages using
JavaScript.

Question One

2 Marks

Write a simple HTML code with JavaScript to accept an input string from the
user and check whether it is a palindrome or not.
Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Answer:

Restricted – ‫مقيد‬

Question Two

Pg. 02
Learning
Outcome(s):
CLO5: Create
Rich Internet
Applications.

Question Two

3 Marks

Write code to create the registration webpage below using HTML and CSS for
the contents and styles. Use JavaScript for validation of the input fields as
indicated in the given ideal screenshots.
Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Restricted – ‫مقيد‬

Question Two

Pg. 03
Answer:

Restricted – ‫مقيد‬

Question Three

Pg. 04
Learning
Outcome(s):

Question Three

3 Marks

To create the SEU webpage below, the HTML code with CSS is given for you.

CLO3: Develop
dynamic web
pages using
JavaScript.

index.html

Saudi Electronic University

body { font-family: system-ui, sans-serif; margin: 24px; }
header { display: flex; align-items: center; gap: 12px; }
nav a { margin-right: 10px; text-decoration: underline; color: Blue; }
.highlight { background: Pink; padding: 2px 4px; border-radius: 4px; }
.dark { background: #12151a; color: #e7eef8; }
.dark a { color: Yellow; }
#controls { margin: 16px 0; display: flex; gap: 10px; }
#announcements li { margin: 6px 0; }

Restricted – ‫مقيد‬

Question Three

Pg. 05

Saudi Electronic University

Home
Colleges
Admissions
Examinations
Contact

Announcements

Orientation week starts next Sunday.

Update Title with Time
Highlight Nav Links
Add Announcement

SEU-Logo

Restricted – ‫مقيد‬

Question Three

Pg. 06

Write your JavaScript code in “dome.js” file using DOM node selection and
event listeners, to do the following when the corresponding buttons are clicked.
1. Update title with current time on clicking button ‘Update Title with Time’.
2. Highlight all nav links when clicking the button ‘Highlight NAV Links’
3. On clicking the ‘Add Announcement’ button, append a new to the
#announcements section with the following text: New update posted at
.

The output of index.html, along with dome.js, should be similar to the web page
below.

Important notes:
1. You should copy and paste the code as your answer to this question.
DON’T take a screenshot of your code. It must be an editable script.
2. Take a screenshot of each of your output web page screens and paste it
as part of your answer. Any missing screenshot results in marks
deduction.

Restricted – ‫مقيد‬

Question Three

Pg. 07
Learning
Outcome(s):
CLO1: Describe
methods and
tools in web
development.
CLO2: Create
web pages using
HTML5 and
CSS3.

Restricted – ‫مقيد‬

Answer:

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Computer Science Question

Description see College of Computing and Informatics Assignment 2 Deadline: Tuesday 11/11/2025 @ 23:59 [Total Mark for this Assignment is 8] Student Details: Name: ### ID: ### CRN: ### Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard

Economics Question

Description Remove part A and keep part B Answer only question 8 The assignment is about /ar/about-us/page-1380281719 ‏please use your own words don’t copy and paste (no plagiarism) ‏- Please use keyboard (don’t use handwriting) ‏- All answered must be typed using Times New Roman (size 12, double-spaced) ‏- I

Computer Science Question

Description see College of Computing and Informatics Assignment 2 Deadline: Sunday 11/11/2025 @ 23:59 [Total Mark for this Assignment is 8] Student Details: Name: ### ID: ### CRN: ### Instructions: • You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard

499 dis 5 – 1

Description Discussion 1 Students must initiate a post and reply to at least three posts Briefly describe your role in the internship. What differences have you noticed as you have transitioned from your role as student to intern? What new knowledge or skill did you learn since the beginning of

499 dis 5 – 2

Description Discussion two, requires you to answer the following questions:  What did you learn, either from reading or classroom discussions that you applied on the internship?  Which courses/subjects you feel could be expanded or added that would have helped you perform the internship better?  How does this

361 ASS 13

Description see College of Health Sciences Department of Public Health ASSIGNMENT COVER SHEET Course name: Fundamentals of Safety Course number: PHC 361 CRN: Paper Assignment Assignment title or task: (You can write a question) 1. What is the difference between Risk and Hazard? 2. What is the role of Promotion

121 ass 2

Description see PatientID Group 1 Diabetic 2 Diabetic 3 Diabetic 4 Diabetic 5 Diabetic 6 Diabetic 7 Diabetic 8 Diabetic 9 Diabetic 10 Diabetic 11 Diabetic 12 Diabetic 13 Diabetic 14 Diabetic 15 Diabetic 16 Diabetic 17 Diabetic 18 Diabetic 19 Diabetic 20 Diabetic 21 Diabetic 22 Diabetic 23 Diabetic

215 dis 3

Description see 10:01 = X View Discussion New Discussion 11/4/25 Discussion Topic Discussion Question: 0 Follow Discuss “one electronic resource you will prefer to use for searching scientific publication to write literature review for your proposal and why”. Instructions for Completing the Discussion Questions: Post your original response by Wednesday

biol 103 ass 1

Description see ASSIGNMENT COVER SHEET Course name: Principles of Microbiology Course number: BIOL103 CRN: Paper Assignment Assignment title or task: (You can write a question) 1. Create a table of pandemics recorded so far in human history, include three columns respectively for microorganisms responsible, possible number of deaths and its

biol 103 ass 2

Description see ASSIGNMENT COVER SHEET Course name: Principles of Microbiology Course number: BIOL103 CRN: Paper Assignment Assignment title or task: (You can write a question) 1. Create a table of pandemics recorded so far in human history, include three columns respectively for microorganisms responsible, possible number of deaths and its

Ct.

Description Leveraging Technology to Enhance Patient Safety (110 Points) You are the manager of a busy hospital unit. Your unit has been tasked with selecting and implementing upgraded technology on your hospital unit. As the unit manger, address the following in your selection of technology and implementation plan: Examine the

Dis.

Description Dis1 In this week’s discussion: Discuss how the COVID-19 pandemic has influenced the healthcare safety and quality initiatives set forth in KSA’s Vision 2030. Describe the barriers that the COVID-19 pandemic has created. Analyze the role of the healthcare quality improvement specialist to mitigate these barriers and drive quality

Management Question

Description Critical Thinking The Chinese company BYD is pursuing electric cars and hopes to become the world’s largest car company. With the financial support of American Warren Buffett, the company, which has only been in existence for a few years mostly making batteries, has caught the attention of not only

Management Question

Description Reference Source: Textbook: – Colquitt, J. A., LePine, J. A., & Wesson, M. J. (2021). Organizational behaviour: Improving performance and commitment in the workplace (7th ed). Burr Ridge, IL: McGraw-Hill Irwin. Critical Thinking: – Discussion Chapters: – Please read Chapters 11, 12 & 16 “Teams: Characteristics and Diversity, Teams:

Management Question

Description College of Administration and Finance Sciences Assignment (2) Deadline: Saturday 29/11/2025 @ 23:59 Course Name: Accounting Research and Practice Student’s Name: Course Code: ACCT 403 Student’s ID Number: Semester: 1st CRN: 14161 Academic Year: 1446 H For Instructor’s Use only Instructor’s Name: Dr. Youssef RIAHI Students’ Grade: /15 Level

Fundamentals of Databases IT403

Description You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format. It is your responsibility to check and make sure that you have uploaded both the correct files. Zero

Economics Question

Description Assignment macroeconomic ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University Department of Finance College of Administrative and Financial Sciences Assignment 3 Course Name: Macroeconomics Student’s Name: Course Code: ECON201 Student’s ID Number: Semester: 1st CRN: Academic Year: 2025-26 For