Latihan Soal Kelas Xi Tkj 1

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Shishemul
S
Shishemul
Community Contributor
Quizzes Created: 3 | Total Attempts: 11,424
| Attempts: 4,729 | Soalan: 25
Please wait...

Question 1 / 25
0 %
0/100
Score 0/100
1. Skema desain pembangunan sebuah jaringan komputer dikenal dengan istilah… :

Explanation

Topologi refers to the design or layout of a computer network. It determines how the devices in the network are connected and how data flows between them. Different types of network topologies include star, bus, ring, and mesh. The choice of topology depends on factors such as the size of the network, the number of devices, and the desired level of redundancy and scalability.

Submit
Please wait...
About This Quiz
Latihan Soal Kelas Xi Tkj 1 - Quiz

2. Kombinasi pengkabelan straight pada jaringan komputer yang sesuai dengan standart internasional  adalah … :

Explanation

The correct answer is "White orange – orange - white green – blue - white blue - green – white brown - brown". This combination of wiring follows the international standard for straight cable connections in computer networks.

Submit
3. Untuk mengubah urut-urutan booting sebelum melakukan instalasi sistem operasi, kita harus melakukan setting pada … :

Explanation

To change the booting sequence before installing an operating system, we need to adjust the settings in the BIOS. The BIOS (Basic Input/Output System) is a firmware that is responsible for initializing the hardware components of a computer and loading the operating system. By accessing the BIOS settings, we can modify the boot order to prioritize the device from which the computer should boot, such as a CD/DVD drive or a USB flash drive, before the hard drive. This allows us to boot from an installation media and proceed with the OS installation process.

Submit
4. Sistem yang bertugas mengatur semua perangkat lunak dan keras dalam sebuah komputer sehingga dapat digunakan oleh user disebut sebagai … :

Explanation

The correct answer is "Sistem Operasi". A system that manages all software and hardware in a computer so that it can be used by the user is called an operating system.

Submit
5. Pembagian ruang dalam sebuah hardisk diistilahkan dengan … :

Explanation

The correct answer is "Partisi". The division of space within a hard disk is referred to as "partisi". This refers to the process of dividing the storage capacity of a hard disk into separate sections or partitions. Each partition can be used to store different types of data or to separate the operating system and user files. Partitioning allows for better organization and management of data on the hard disk.

Submit
6. Salah satu keuntungan jaringan komputer menggunakan topologi bus adalah … :

Explanation

One of the advantages of using a bus network topology is the ease of network expansion or adding new workstations without disrupting other workstations. This means that new workstations can be easily added to the network without causing any disturbance to the existing workstations.

Submit
7. Kemampuan sistem operasi untuk menjalankan berbagai perintah dalam waktu bersamaan disebut … :

Explanation

Multitasking refers to the ability of an operating system to execute multiple tasks or processes simultaneously. This means that the system can handle multiple commands or operations at the same time, allowing users to perform multiple tasks concurrently. It improves efficiency and productivity by maximizing the utilization of system resources and reducing idle time. Multitasking is a fundamental feature of modern operating systems that enables users to switch between different applications or tasks seamlessly.

Submit
8. Setiap komputer yang terhubung ke jaringan dapat bertindak baik sebagai workstation maupun server disebut jaringan … :

Explanation

Peer to peer (P2P) is a type of network where each computer can act as both a client and a server. In a P2P network, computers can share resources and communicate directly with each other without the need for a central server. This allows for decentralized file sharing and collaboration among the computers on the network.

Submit
9. IP Address 126.46.5.6 termasuk  dalam IP Address kelas … :

Explanation

The IP address 126.46.5.6 belongs to Class A. In Class A, the first octet of the IP address is used to identify the network, while the remaining three octets are used to identify the host. In this case, the first octet is 126, which falls within the range of 1-126, indicating that it is a Class A network.

Submit
10. Berapa frekuensi antena pada sebuah access point (WiFi)… :

Explanation

The correct answer is 2.4Ghz. This is the frequency at which the antenna operates in a WiFi access point. The frequency of 2.4Ghz is commonly used for WiFi communication due to its ability to penetrate walls and other obstacles effectively. It provides a good balance between range and speed for wireless connections.

Submit
11. Ciri-ciri jaringan komputer adalah sebagai berikut ini, kecuali… :

Explanation

The given answer is incorrect. The correct answer should be "Berbagi saluran komunikasi (internet)". This is because the characteristics of a computer network include sharing hardware, sharing software, sharing communication channels (such as LAN or WAN), and sharing data easily. However, the concept of "sharing users" or brainware does not apply to computer networks.

Submit
12. Untuk melihat indikasi pada konfigurasi IP yang terpasang pada komputer kita digunakan perintah … :

Explanation

The correct answer is "Ipconfig." Ipconfig is a command used to view the IP configuration settings on a computer. It displays the IP address, subnet mask, default gateway, and other network information. By using the Ipconfig command, users can troubleshoot network connectivity issues and verify if the correct IP settings are configured on their computer.

Submit
13. Teks perintah untuk memeriksa IP address yang kita miliki di Windows adalah … :

Explanation

The correct answer is "ipconfig." This command is used in Windows to check the IP address that is assigned to the system. It provides information about the IP address, subnet mask, default gateway, and other network configuration details. By running the "ipconfig" command in the command prompt, users can quickly determine the IP address of their Windows machine.

Submit
14. Berikut ini jenis topologi jaringan komputer, kecuali … :

Explanation

The given question asks for a type of network topology that is not included in the options provided. The options given are Bus, Star, Ring, Mesh, and Tree. The correct answer is Tree. A tree topology is a type of network configuration where all devices are connected to a central node, similar to the branches of a tree extending from a trunk. This type of topology is not mentioned in the options provided, making it the correct answer.

Submit
15. Software utiliti yang bekerja pada komputer dan didesain untuk memberikan IP Address ke komputer disebut … :

Explanation

DHCP stands for Dynamic Host Configuration Protocol. It is a software utility that is designed to provide IP addresses to computers on a network. DHCP eliminates the need for manual configuration of IP addresses by automatically assigning IP addresses to devices as they connect to the network. This allows for easier management and scalability of IP addresses in a network environment.

Submit
16. Berapa kecepatan akses data pada access point yang memiliki standar kode IEEE 802.11g … :

Explanation

The correct answer is 54Mb/s. This is the maximum data transfer rate for an access point that follows the IEEE 802.11g standard.

Submit
17. Tipe file yang digunakan oleh linux secara umum adalah … :

Explanation

EXT3 is the file system type commonly used by Linux. It is a journaled file system, meaning it keeps track of changes to the file system in a journal before committing them to the actual file system. This helps in recovering data in case of unexpected system shutdowns or crashes. EXT3 is known for its stability, reliability, and compatibility with various Linux distributions. It supports large file sizes and partitions, making it suitable for both personal and enterprise use.

Submit
18. Perintah “PING” pada jaringan digunakan untuk hal-hal yang berikut ini, kecuali … :

Explanation

The "PING" command in a network is used to test the connectivity between two devices by sending ICMP echo request packets. It is commonly used to test network connectivity and troubleshoot network issues. However, it is not used to test the compatibility or suitability of a network interface card (NIC).

Submit
19. Teks perintah untuk memeriksa IP address yang kita miliki di Linux adalah … :

Explanation

The correct answer is "ifconfig". In Linux, "ifconfig" is the command used to check the IP address that is assigned to the system. This command displays the network configuration information for all active network interfaces on the system, including the IP address, subnet mask, and other relevant details. By using "ifconfig", users can easily identify the IP address that their Linux system is currently using.

Submit
20. Salah satu tipe jaringan komputer yang umum dijumpai adalah… :

Explanation

The star topology is a common type of computer network where all devices are connected to a central hub or switch. This central hub acts as a central point of communication and allows for easy management and troubleshooting. In a star network, if one device fails or needs to be removed, it does not affect the rest of the network. This type of network is commonly used in homes and small businesses.

Submit
21. Umumnya apabila kita memiliki RAM sebesar 128 MB, maka alokasi minimal yang direkomendasikan untuk partisi linux swap adalah … :

Explanation

Apabila kita memiliki RAM sebesar 128 MB, alokasi minimal yang direkomendasikan untuk partisi linux swap adalah 256 MB. Ini disarankan karena partisi swap digunakan sebagai ruang virtual yang digunakan oleh sistem operasi ketika RAM tidak mencukupi untuk menangani beban kerja yang sedang berjalan. Dengan alokasi minimal 256 MB, sistem akan memiliki cukup ruang swap untuk menjaga kinerja yang baik ketika RAM penuh.

Submit
22. Inti sebuah sistem operasi disebut … :

Explanation

The correct answer is "Core" because the core of an operating system is responsible for managing the system's resources and providing essential services. It is the central component that controls the system's functions and allows other software and applications to run on top of it. Without the core, the operating system would not be able to function properly.

Submit
23. Berapa kecepatan akses data pada access point yang memiliki standar kode IEEE 802.11b … :

Explanation

The correct answer is 54Mb/s. IEEE 802.11b is a wireless networking standard that operates in the 2.4GHz frequency range. It has a maximum data rate of 11Mbps. However, the question asks for the "kecepatan akses data" (data access speed) of an access point with this standard. The access point can support multiple devices connecting to it simultaneously, and the total data transfer speed can be higher. The option 54Mb/s is the closest to the maximum data rate of the IEEE 802.11b standard.

Submit
24. Teks perintah untuk melihat tabel routing pada Windows adalah … :

Explanation

The correct answer is "route -t". This command is used to view the routing table on Windows. The "-t" option is used to display the IPv4 routing table.

Submit
25. … adalah sebuah perangkat untuk meneruskan Internet ke client yang terhubung dengan server :

Explanation

A gateway is a device that allows for the connection and communication between different networks. In this context, it is used to forward internet traffic from the server to the clients connected to it. It acts as a bridge between the server and the clients, enabling the clients to access the internet through the server.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 21, 2010
    Quiz Created by
    Shishemul
Cancel
  • All
    All (25)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Skema desain pembangunan sebuah ...
Kombinasi pengkabelan straight ...
Untuk mengubah urut-urutan ...
Sistem yang bertugas mengatur ...
Pembagian ruang dalam sebuah hardisk diistilahkan dengan … :
Salah satu keuntungan jaringan ...
Kemampuan sistem operasi untuk ...
Setiap komputer yang terhubung ke jaringan dapat bertindak ...
IP Address 126.46.5.6 termasuk  dalam IP Address kelas … :
Berapa frekuensi antena pada sebuah access point (WiFi)… :
Ciri-ciri jaringan komputer adalah sebagai berikut ini, kecuali… :
Untuk melihat indikasi pada ...
Teks perintah untuk memeriksa IP ...
Berikut ini jenis topologi jaringan komputer, kecuali … :
Software utiliti yang bekerja ...
Berapa kecepatan ...
Tipe file yang digunakan oleh linux secara umum adalah … :
Perintah “PING” pada jaringan ...
Teks perintah untuk memeriksa IP ...
Salah satu tipe jaringan komputer yang umum dijumpai adalah… :
Umumnya apabila kita memiliki RAM ...
Inti sebuah sistem operasi disebut … :
Berapa kecepatan akses data pada ...
Teks perintah untuk melihat tabel routing pada Windows adalah … :
… adalah sebuah perangkat untuk ...
Alert!

Advertisement