0% found this document useful (0 votes)
26 views

Assignment 2

This document provides instructions for Assignment 2 for a college computing course, which is due on November 30th, 2023 and is worth a total of 8 marks. Students must submit their assignment responses in both Word and PDF formats using the provided template on Blackboard. The assignment contains 4 questions related to machine language concepts, scalar processing, I/O events, and SIMD.

Uploaded by

futhailaziz345
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Assignment 2

This document provides instructions for Assignment 2 for a college computing course, which is due on November 30th, 2023 and is worth a total of 8 marks. Students must submit their assignment responses in both Word and PDF formats using the provided template on Blackboard. The assignment contains 4 questions related to machine language concepts, scalar processing, I/O events, and SIMD.

Uploaded by

futhailaziz345
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

College of Computing and Informatics

Assignment 2
Deadline: Thursday 30/11/2023 @ 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.
Pg. 01 Question One

Learning
Outcome(s): Question One 2 Marks

CLO2 Refer to the LMC program below. What the output of this program and write down
what the data storage locations will hold after the instruction is complete in each
Explain various iteration.
machine Mailbox Contents
language
concepts. 00 518
01 902
02 216
03 317
04 801
05 000
…………...
16 1 DAT
17 0 DAT
18 4 DAT
Use the following table to write your answer.

Data Storage Locations


output
16 17 18

at the beginning of program NA 1 0 4

after 1st iteration

after 2 nd iteration

after 3rd iteration

after 4th iteration

after 5th iteration


Pg. 02 Question Two

Learning Question Two 2 Marks

Outcome(s): Use your own words to explain how problems from conditional branching in Scalar
CLO4 processing can be handled.

Analyze the
relationship
between
computer system
structure and
performance.
Pg. 03 Question Three

Learning Question Three 2 Marks

Outcome(s):
CLO4 Consider the steps required to write a block of data from a disk to memory. Outline the
major sequence of I/O events that must occur to make this possible. (There are three
Analyze the major steps).
relationship
between
computer system
structure and
performance.
Pg. 04 Question Four

Learning Question Four 2 Marks

Outcome(s):
CLO1 Define Single Instruction, Multiple Data (SIMD). Provide 2 common tasks where
SIMD can be applicable.
Describe the
structure of
computer
systems.

You might also like