- EGR9017 Power Systems Assessment Coursework 1 Brief 2026 | University of Lincoln
- 7BIOM037W Systems Biology Coursework 1 Report 2026 | University of Westminster
- NCFE CACHE Level 3 Unit 8 Professional Practice Portfolio 1 Coursework 2026
- NCFE CACHE Level 3 Unit 9 Supporting Emergent literacy Coursework 2026
- 6WBS0035/ 6WBS0036 Digital Economy CW1 Assignment Brief 2026 | UOH
- DSM060 Data Science Research Topics Coursework Assignment 2026 | UOL
- BARC0087 Structures Materials & Forming Techniques Coursework 2026 | UCL
- LL5306 Commercial Law Assessment Coursework Brief 2026 | Kingston University
- M22319 / M33098 Numerical Skills & Economics Assessment Coursework | UOP
- BMG872 Global Strategy Development and Implementation Individual Assignment CWK Brief 2026
- LLB020N204A Law of Property Assessment Coursework Brief 2026
- BS3397 Microeconometrics Coursework Assignment Brief 2026 | AU
- UMAD47-15-M Managing Finance Assessment Coursework Brief | UWE
- BST851 Business Data Analytics Assessment Coursework 2026
- MMM143 International Business and the World Economy Coursework 2026
- EMS402U Engineering Design Coursework Project Report 2026 | QMUL
- 25BSC565 Fundamentals of Strategic Management Coursework Brief
- MARK5025 Contemporary Marketing Communications Assessment Coursework Brief 2
- GEEN1127 Design and Materials Individual Coursework Brief 2025-2026 | UOG
- BPS319 PBL 3 Natural Product Chemistry vs Kinetic Isotope Effects Coursework | UOL
4CCS1CS1 Using the circuit from Lab 5, you should write a program to display the digits of your King’s K-number on the LEDs: Computer Systems Coursework, KCL, UK
| University | King's College London (KCL) |
| Subject | 4CCS1CS1 Computer Systems Coursework |
Introduction
This is a summative coursework for CS1. It counts for 15% of your final module grade. The assignment provides you with the opportunity to apply the knowledge and skills that you’ve gained from previous labs to some new tasks. You will need to write an assembly program, which will then be submitted to KEATS as a single .s file.
You have just under two weeks to complete the assignment. The deadline for submission is Friday 24th November 18:00. The suggested time to spend on the coursework is 8–10 hours.
In the labs following submission of the coursework, you will review each others programs and provide feedback to each other. This peer review is a mandatory part of the assessment, and non-participation in the review activity will result in your coursework mark being capped at 40%.
1 Display your k-number
Using the circuit from Lab 5, you should write a program to display the digits of your King’s K-number on the LEDs.
Have your program write out each digit of your K-number separately, writing the left-most numerical digit first. For example, if your K-number is K1070542, then your program will first write out a 1, followed by a 0, then a 7, then a 0, then a 5, then a 4, and finally a 2. Each number should be displayed for 1 second.
2 Display your initials
You should now modify your program so that it also displays a binary encoding of your initials after it has finished displaying your K-number.
There are many ways to encode alphanumeric characters in binary, the most common is ASCII. However, we will use our own encoding of alphanumeric characters. We will assume an ‘A’ is the decimal value 1, a ‘B’ is 2, a ‘C’ is 3 and so on. In this encoding, ‘Z’ would be 26. Again, you can use the look-up table later in this document to find the equivalent binary values that you will display, and accompanying hexadecimal values.
You should also display a full stop character ‘.’, which we will assume is encoded as the value 27, between your initials.
For example, Ada Lovelace’s program would first display her K-number. The program would then display the value 1 (00001, representing ‘a’), then the value 27 (11011, representing ‘.’), and then the value 12 (01100, representing ’l’)
Are You Looking for Answer of This Assignment or Essay
Looking for an Assignment Helper UK? Our top-tier services encompass the Best Coursework Writing Services specifically designed for students at King’s College London (KCL). We offer expert guidance where UK students can enlist our support to excel in their 4CCS1CS1 Computer Systems Coursework.
Whether it involves programming to display the digits of your King’s K-number on LEDs using the circuit from Lab 5 or navigating intricate computer system concepts, our experts provide comprehensive assistance. Trust us to enhance your understanding and performance in the Computer Systems Coursework at KCL, UK, ensuring academic excellence.



