You are on page 1of 6

College of Computing and Informatics

Assignment #1
Deadline: Day 02/02/2019 @ 23:59
[Total Mark for this Assignment is 6]

Student Details:
Name: Bashayer Alkhabari ID: 160097930

CRN: 2129

Instructions:

 This Assignment must be submitted on Blackboard via the allocated folder.

 Email submission will not be accepted.

 You are advised to make your work clear and well-presented, marks may be reduced for
poor presentation.

 You MUST show all your work.

 Late submission will result in ZERO marks being awarded.

 The work should be your own, copying from students or other resources will result in ZERO
marks.

 Use Times New Roman font for all your answers.


Pg. 01 Question One

Learning
Outcome(s): Question One 1 Mark

Instructors: LO1: If we want that our users may not access our database server directly from
describe the client computer, which client server architecture is best? Explain your answer
structure of logically. three-tier architecture : The response time is considered an
computer systems
important measure by most web users. Web server machine is a client to
the database application and database server on the third computer.
computers are part of service.

e.g: In the figure, we have set the page creation application


programming on the database machine, however it could be situated
on the Web server rather if doing as such would adjust the heaps on
the two machines better.
Pg. 02 Question Two

Learning Question Two 2 Marks

Outcome(s):
Provide an example of system and its components and draw its diagram. Your
Instructors: LO1: example should not be from book.
describe the
structure of
computer systems
Pg. 03 Question Two
Pg. 04 Question Three

Learning Question Three 1.5 # Marks

Outcome(s):
What is the range of 4-digit decimal number? Also write the biggest 4-digit
Instructors: LO1: decimal number which is also the last 4-digit number?
Analyze the
structure of
computer B = base = 10
systems.
K = number of digits = 4

R (Range)

Range= (10)^4 = 10000

The biggest 4 digit decimal number = 9999

The last 0000


Pg. 05 Question Four

Learning Question Four 1.5 # Marks

Outcome(s):
Convert Decimal Number (65630)10 to equivalent Hexadecimal Number, Octal
Instructors: LO1: and Binary Number.
Analyze the
structure of
Binary (65630)^10 = (10000000001011110)2 Base2
computer
systems.
Hexadecimal (65630)10 = (1005E )16 Base16

Octal (65630)10 = (200136)8 Base8

You might also like