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

Qualification Module Number and Title: "Operating Principles of The Computer Architecture"

The document discusses different types of computer systems including personal computers, workstations, minicomputers, mainframes, and supercomputers. It notes that computers have become significant devices that touch nearly every field due to advanced engineering technology. The document also outlines some key hardware components of computers like the power supply, motherboard, expansion cards, hard disk, and input/output devices like keyboards, mice, monitors, printers, and touch screens.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Qualification Module Number and Title: "Operating Principles of The Computer Architecture"

The document discusses different types of computer systems including personal computers, workstations, minicomputers, mainframes, and supercomputers. It notes that computers have become significant devices that touch nearly every field due to advanced engineering technology. The document also outlines some key hardware components of computers like the power supply, motherboard, expansion cards, hard disk, and input/output devices like keyboards, mice, monitors, printers, and touch screens.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Qualification Module Number and Title

HD in Computing and Software Engineering / Computer Architecture - CSE4001


HD in Network technology and cyber security “Operating Principles of the Computer
Architecture”
Student Name & No. Assessor

Hand out date Submission Date

17/11/2021 02/01/2022
Assessment type Duration/Length of Weighting of Assessment
Assessment Type
WRIT1-Coursework 3 weeks (2250 Words) 75%

Learner declaration

I, …………………………………………. <name of the student and registration number>,


certify that the work submitted for this assignment is my own and research sources are fully
acknowledged.

Marks Awarded
First assessor

IV marks

Agreed grade

Signature of the assessor Date


Part 01 Tasks

1. a)
i. 5678

5 6 7

101 110 111

(567)8 = (101110111)2

0001 0111 0111

1 7 7

(567)8 = 17716

ii. 43218

4 3 2 1

100 011 010 001

(4321)8 = (100011010001)2

1000 1101 0001

8 D 1

43218 = (8D1)16

iii. 245658
2 4 5 6 5

010 100 101 110 101

(24565)8 = (010100101110101)2

0010 1001 0111 0101

2 9 7 5

(24565)2 = (2975)16

b)

i. -103

103 = 011001112
Complement adds 1 = 10011000
+1
-103 = 10011001

ii. -17
17 = 000100012

Complement adds 1 = 11101110

+1

-17 = 11101111

c)
i. -1998
1998 = 011111001110
Complement adds 1= 100000110001
+1
-1998= 100000110010

ii. -2021
2021= 011111100101
Complement adds 1= 100000011010
+1
-2021= 100000011011

d)

i. -24561
24561= 0101111111110001
Complement adds 1= 1010000000001110
-24561= 1010000000001111

ii. -32548
32548= 0111111100100100

Complement adds 1= 1000000011011011

-32548= 1000000011011100

2. a)
7 = 00000111

Complement adds 1 = 11111000

1+

-7 = 11111001

-7 + 13 = 11111001 + 00001101

= 100000110

-7 + 13 = 00000110 ( extra bit is regretted )

b)

12 = 00001100 19 = 00010011

Complement adds 1 = 11110011 Complement adds 1 = 11101100

1+ 1+

-12 = 11110100 19 = 11101101

-12 + (-19) = 11110100 + 11101101

= 111100001

-12 + (-19) = 11100001

c)

3. a) A’B+BC’+BC+AB’C’
AB+BC+BC+ABC
AB+BC+ABC - Apply the Idempotent Law: A+A = A
AB+BC - Apply the Redundancy Law: A+AB = A

b) A’ (A + B ) + (B + AA)(A + B’)

A(A+B)+(B+AA)(A+B)
A(A+B)+(B+A)(A+B) - Apply the Idempotent Law: AA = A
AA+AB+ (B+ A)(A+B) - Apply: Distribution
A+AB+(B+A)(A+B) - Apply the Idempotent Law: AA = A
A+(B+A)(A+B) - Apply the Redundancy Law: A+AB = A
A+(A+B)B+(A+B)A - Apply : Distribution
A+(A+B)B - Apply the Redundancy Law: A+AB = A
A+BA+BB - Apply: Distribution
A+ BA+B - Apply the Idempotent Law: AA = A
A+B - Apply the Redundancy Law: A+AB = A

c) AB + A(B + C) + B(B + C)

AB+A(B+C)+B(B+C)
AB+ AB +AC +B(B+C) - Apply: Distribution
AB+AC+B(B+ C) - Apply the Idempotent Law: A+A = A
AB+AC +BB +BC - Apply: Distribution
AB+AC+B+BC - Apply the Idempotent Law: AA = A
AC+B+BC - Apply the Redundancy Law: A+AB = A
AC+B - Apply the Redundancy Law: A+AB = A

d) (A + B + C’).(A + B’+ C’)

(A+B+C)(A+B+C)
(A+B+C)A+(A+B+C)B+(A+B+C)C - Apply: Distribution
AA+AB+AC+(A+B+C)B+(A+B+C)C - Apply: Distribution
A+AB+AC+(A+B+C)B+(A+B+C)C - Apply the Idempotent Law: AA = A
A+AC+(A+B+C)B+(A+B+C)C - Apply the Redundancy Law: A+AB = A
A+(A+B+C)B+(A+B+C)C - Apply the Redundancy Law: A+AB = A
A+BA+BB+BC+(A+B+C)C - Apply: Distribution
A+BA +B+BC +(A+B+C)C - Apply the Idempotent Law: AA = A
A+B+BC+(A+B+C)C - Apply the Redundancy Law: A+AB = A
A+B+(A+B+C)C - Apply the Redundancy Law: A+AB = A
A+B+CA+CB+CC - Apply: Distribution
A+B+CA+CB+C - Apply the Idempotent Law: AA = A
A+B+CB+C - Apply the Redundancy Law: A+AB = A
A+B+C - Apply the Redundancy Law: A+AB = A

e) A+A’B+A’B’C+A’B’C’D+A’B’C’D’E

A+AB+ABC+ABCD+ABCDE
A+ABC+ABCD+ABCDE - Apply the Redundancy Law: A+AB = A
A+ABCD+ABCDE - Apply the Redundancy Law: A+AB = A
A+ABCDE - Apply the Redundancy Law: A+AB = A
A - Apply the Redundancy Law: A+AB = A

4. a)

b) F = ABC + ABC + ABC


c)

d)

Task Part 2
1. Types of Computer System
Computer will be of no use unless it is able to communicate with the outside world. Computers
become as significant device in many fields including households, business, networking, real-
time, communication, transports, entertainment and education. There is no any section that did
not touch by computing. Every single work become so smart by using this technology with high
developed computer devices under the magnificent engineering technology.  There are different
types of computer system: Personal computer, Workstation, Minicomputer, Mainframe and
Supercomputer. there are so many devices related to the computing. Rather than these, there are
two major sections in computer system requirements. They are software and hardware.

HARDWARE-
Hardware refers to the computer's physical components. The components Hardware are power
supply, motherboard, expansion Cards, hard disk and etc. A power supply unit converts
alternating current electric power to low-voltage DC power for internal components of the
computer. Input and output devices are required for user to communicate with the computer.

Input Devices Output Devices


Keyboard Monitor

Mouse LCD
Joystick Printer

Scanner Plotter
Light pen

Touch screen

You might also like