Assignment ONE - ITC
Assignment ONE - ITC
I ntroduction to Computing – “Assignment # ”
1
Answer heet S
QUESTION 1
Study the computer advertisement and analyze its specifications carefully and answer the questions
below:
A
nswer:
K. Is it possible to install Windows 7, Windows 8 or 10 to this Computer? Yes/No; explain your answer
consider system memory for compatibility.
This computer has 64 MB of RAM, which means the requirements needed for this installation is lower
than the minimum system requirements for Windows 7, 8, and 10. These operating systems (Windows
7, 8 and 10) normally require at least 1 GB of RAM for its basic functionality. Even if you could install
them, the performance would be very slow due to the low RAM.
QUESTION 2
Define and explain in detail the two terms below. And state their functions and provide two (2) examples
of each.
A) OPERATING SYSTEM (OS)
B) NETWORK OPERATING SYSTEM (NOS)
A
nswer:
Functions of an OS:
Manages hardware: It controls things like your keyboard, mouse, monitor, and hard drive.
Runs software: It allows you to use programs like word processors, games, and web browsers.
Provides a user interface: This is the screen you see where you interact with the computer.
Manages files: It helps you organize and find your files.
Functions of a NOS:
Connects computers: It links multiple computers together to form a network.
Shares resources: Lets computers share files, printers, and other hardware.
Manages network security: Protects the network from unauthorized access.
Provides network services: Offers services like email, file sharing, and printing.
In Summary:
An operating system is in charge of a single computer, while a network operating system manages a
group of computers. Both are important for everyday modern computing.
QUESTION 3
Explain the difference between Wide Area Network (WAN) and Local Area Network (LAN) and illustrate
the differences with a clear diagram of the network types.
A
nswer:
Key differences:
Size: LANs are smaller, while WANs cover larger distances.
Speed: LANs are generally faster than WANs.
Ownership: LANs are often privately owned, while WANs can be public or private.
Cost: LANs are typically cheaper to set up and maintain than WANs.
In summary:
A LAN is a network within a small area.
A WAN is a network that covers a large geographical area.
QUESTION 4
Write the different types of transmission media and explain them all with appropriate properties and
diagrams.
A
nswer:
In short Transmission Media is the pathways for Data. It’s like the road for Data to travel from one
device to another. There are two main types:
Below is a table of the two different types of transmission media and its properties
QUESTION 5
System Memory is sometimes called volatile memory. Distinguish the difference between volatile memory
and non-volatile memory and also state the main functions performed by each memory type and provide
example for each.
A
nswer:
Volatile memory:
Is like a temporary workspace where your computer does quick calculations and stores information it's
currently using. Once you turn off the computer, everything in this workspace is erased.
Main Functions:
o Temporary storage for data and programs currently being used by the CPU.
o Provides fast access to data for rapid processing.
Example:
RAM (Random Access Memory)
Non-volatile memory:
Is like a permanent storage place where your computer keeps all your files and programs safe even
when it's turned off. It's like a filing cabinet for your computer storing information and data for
extended periods of time.
Main Functions:
o Long-term storage of data and programs.
o Stores the operating system and application software.
Example:
ROM (Read Only Memory), HHD (Hard Disk Drive), SSD (Solid State Drive)
QUESTION 6
Convert the following decimal number and strings of characters to their Binary equivalences.
a) 80, 197, 240
A
nswer for 80:
Calculation:
128 64 32 16 8 4 2 1
0 1 0 1 0 0 0 0
64 + 16
= 80
A
nswer for 197:
Calculation:
128 64 32 16 8 4 2 1
1 1 0 0 0 1 0 1
128 + 64 + 4 + 1
= 197
A
nswer for 240:
Calculation:
128 64 32 16 8 4 2 1
1 1 1 1 0 0 0 0
128 + 64 + 32 + 16
= 240
b) Baby RAT
A
nswer:
Note: we did not include the Binary for “space” which is 00100000 and has a decimal value of 32.
If space is included to represent the Binary for “Baby RAT”, it would look as shown below:
QUESTION 7
Convert the following Binary numbers to their decimal equivalences.
a) 10110111, 10110
b) 11001010, 101001
A
nswer (a):
Calculation
128 64 32 16 8 4 2 1
1 0 1 1 0 1 1 1
1 + 2 + 4 + 16 + 32 + 128
= 183
128 64 32 16 8 4 2 1
1 0 1 1 0
2 + 4 + 16
= 22
A
nswer (b):
Calculation
128 64 32 16 8 4 2 1
1 1 0 0 1 0 1 0
2 + 8 + 64 + 128
= 202
128 64 32 16 8 4 2 1
1 0 1 0 0 1
1 + 8 + 32
= 41
Therefore, 11001010 in decimal is 202, 101001 in decimal is 41.
QUESTION 8
Mr. Wapu Song is the Chief Executive Officer (CEO) of the Kumul Consolidated Limited (KCHL) and he
has filled up (15) pages documents containing 11250 words to his board members to renew their three (3)
years term which has due last year 2019. Answer the questions that follow:
a) How many characters are there in the 15 pages document by Mr. Wapu Sonk?
A
nswer (a):
The number of characters per word varies as some words are long and has more characters than
others and some words are short.
An Average word length is estimated to be between 5 and 6.5 characters.
We can than calculate the word range from that average numbers to give us the total estimated
characters in Mr. Wapu Song’s 15 pages Document, which contains 11250 words.
In Summary:
The estimated number of characters in Mr. Wapu Song’s 15page document is between 56,250
Characters to 73,125 characters. Or we can than further calculate the average between 56,250 to 73,125
129,375 ÷ 2 = 64,687.5
Therefore, the average between 56,250 and 73,125 is 64,687.5 Characters
A
nswer (b):
Calculation
By using the ASCII Encoding we know that:
8bits = 1 Character
64,687.5 Characters × 8bits = 517,500 bits (Characters to Bits)
517,500 bits ÷ 8 bits/1 bytes = 64,687.5 bytes (Bits to Bytes)
64,687.5 bytes ÷ 1024 bytes/ 1 Kilobytes = 63.171 Kilobytes (Bytes to Kilobytes)
In Summary:
nswer (c):
A
Calculation
63.171 Kilobytes ÷ 1024 kilobytes/1 Megabytes = 0.617 Megabytes (Round off)
In Summary:
A
nswer (d):
Calculation
64,687.5 × 8bits/1character = 517,500 bits
517,500 bits ÷ 4 bits/1 nibble = 129,375 nibbles
In Summary:
A
nswer (e)-i:
Calculation
To convert 17.5 Megabytes to Kilobytes, we multiply by 1024:
17.5 MB × 1024 KB/ 1MB = 17920 KB
In Summary:
Therefore, 17.5 megabytes is equal to 17,920 kilobytes.
ii. How many gigabytes is that?
A
nswer (e)-ii
Calculation
To convert 17.5 Megabytes to Gigabytes, we divide by 1024:
17.5 MB ÷ 1024 MB/1GB = 0.01708984375 GB
In Summary:
Total Marks: /