This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.
In the given computer network diagram, what do the nodes labeled A, B, and C represent?

ScanSolve AI Answer
1. නවතත්වකදී පරිගණකයක දෘඩ ඩිස්කය ආකෘතිකරණය (format) කෙරෙහි. පහත කවරක් දැන් එහි මුලින්ම ස්ථාපනය කල යුතු ද? (When formatting a computer's hard disk, which of the following should be installed first?)
After formatting a hard disk, the operating system is the first software that needs to be installed for the computer to function.
- (1) මෙහෙයුම් ගිනිපවුර (firewall) - Application
- (2) ප්රතිවයිරස මෘදුකාංගයක් (antivirus software) - Application
- (3) මෙහෙයුම් පද්ධතිය (operating system) - Essential first
- (4) මෙහෙයුම් පද්ධතිය (operating system) - Essential first
The correct answer is the operating system.
2. පහත කවරක් ප්රතිදාන (output) උපාංගයක් වේ ද? (Which of the following is an output device?)
- (1) මෙහෙයුම් යෂ්ටිය (joystick) - Input device
- (2) මයික්රොෆෝනය (microphone) - Input device
- (3) මුද්රකය (printer) - Output device
- (4) ස්කෑනරය (scanner) - Input device
The correct answer is the printer.
3. පහත කවරක් ඝන අවස්ථාව (solid state) ආචයන උපාංගයක් වේ ද? (Which of the following is a solid-state storage device?)
- (1) සංයුක්ත තැටියක් (CDROM) - Optical storage
- (2) නම්ය තැටියක් (floppy disk) - Magnetic storage
- (3) චුම්බක දෘඩ ඩිස්කයක් (magnetic hard disk) - Magnetic storage
- (4) USB ෆ්ලෑෂ් ධාවකයක් (USB flash drive) - Solid-state storage
The correct answer is the USB flash drive.
4. අන්තර්ජාලයට සම්බන්ධ ස්ථානීය ප්රදේශ ජාලයක් (LAN) රූපයේ දැක්වේ. එහි A, B සහ C උපාංග පහත කුමන ලැයිස්තුවේ නිවැරදිව දැක්වේ ද? (A Local Area Network (LAN) connected to the internet is shown in the figure. Which of the following lists correctly identifies devices A, B, and C?)
From the diagram:
-
A connects the internal network to the Internet, which is a router.
-
B connects multiple devices within the LAN, which is a switch.
-
C is a computer connected to the network, which can function as a file server or a client.
-
(1) A - ගොනු සේවාදායකය, B - රවුටරය, C - රවුටරය (A - file server, B - router, C - router) - Incorrect
-
(2) A - රවුටරය, B - ගොනු සේවාදායකය, C - රවුටරය (A - router, B - file server, C - router) - Incorrect
-
(3) A - රවුටරය, B - ස්විචය, C - ගොනු සේවාදායකය (A - router, B - switch, C - file server) - Correct
-
(4) A - ස්විචය, B - ගොනු සේවාදායකය, C - රවුටරය (A - switch, B - file server, C - router) - Incorrect
The correct answer is option (3).
5. ස්ථානීය ප්රදේශ ජාල (LAN) දෙකක් සම්බන්ධ කිරීමට පහත කවරක් භාවිත කල හැකි ද? (Which of the following can be used to connect two Local Area Networks (LANs)?)
- (1) සේවාදායකයක් (server) - Provides services within a network.
- (2) ගිනිපවුරක් (firewall) - Protects a network.
- (3) මොඩමයක් (modem) - Connects a network to an ISP (often a single LAN to WAN).
- (4) රවුටරයක් (router) - Connects different networks together.
The correct answer is a router.
6. ද්වීමය 100 0110₂ ට තුල්ය අෂ්ටක සංඛ්යාව කුමක් ද? (What is the octal equivalent of binary 100 0110₂?)
To convert binary to octal, group the binary digits in sets of three from the right. Add leading zeros to complete the leftmost group if necessary: Convert each group of three binary digits to its octal equivalent:
Combine the octal digits: .
The correct answer is .
7. ද්වීමය 1000 0100₂ ට තුල්ය දශමය සංඛ්යාව කුමක් ද?? (What is the decimal equivalent of binary 1000 0100₂?)
To convert binary to decimal, multiply each digit by its corresponding power of 2 and sum the results.
The correct answer is .
8. USB ෆ්ලෑෂ් ධාවකයක පහත ගොනු ආචයනය කිරීමට ප්රමාණවත් අඩංගු විය යුතුය. trees.pdf (500 MB), config.txt (534 bytes), nickels.mp4 (2 GB), report.docx (900 KB) ඒවා ආචයනය කිරීමට සාමාන්යයෙන් අවශ්ය අවම ධාරිතාවයකින් යුත් USB ධාවකයක් පහත කවරක් ද? (A USB flash drive must have enough capacity to store the following files: trees.pdf (500 MB), config.txt (534 bytes), nickels.mp4 (2 GB), report.docx (900 KB). Which of the following USB drives has the minimum capacity required to store them?)
First, sum the sizes of all files. Convert all sizes to a common unit, such as GB.
- trees.pdf:
- config.txt: (negligible compared to GB)
- nickels.mp4:
- report.docx: (negligible compared to GB)
Total required capacity:
Now, compare this total with the given USB drive capacities:
- (1) - Not enough
- (2) - Enough
- (3) - Enough
Still stuck on this one?
Ask a follow-up, and the answer starts from this question.