1.
Dibawah ini yang termasuk distribusi LINUX, kecuali……
Correct Answer
B. Corel
Explanation
The given options are all distributions of Linux operating system except for Corel. Corel is a software company that is known for its graphics and productivity software, but it does not develop or distribute a Linux operating system.
2.
Sistem operasi Linux menyediakan dua pihak yaitu ...
Correct Answer
D. Mode Grafik dan Mode Text
Explanation
The correct answer is Mode Grafik dan Mode Text. The Linux operating system provides two interfaces, namely graphical mode and text mode. In graphical mode, users interact with the system through a graphical user interface (GUI), which includes windows, icons, and menus. In text mode, users interact with the system through a command-line interface (CLI), where they enter commands to perform tasks. Both modes are available in Linux to cater to different user preferences and requirements.
3.
Perintah dasar linux yang digunakan untuk menghapus direktori adalah….
Correct Answer
A. Rmdir
Explanation
The correct answer for this question is "rmdir". The "rmdir" command is a basic Linux command used for removing or deleting directories. It is specifically designed to remove empty directories. If the directory is not empty, the command will not work and an error message will be displayed.
4.
Dalam melakukan upaya pencegahan agar perangkat lunak dapat terlindungi hak ciptanya dari pembajakan, maka perusahaan pembuat perangkat lunak melengkapi produknya dengan kode tertentu yang biasa disebut ….
Correct Answer
B. Serial number
Explanation
In order to protect software from piracy, software companies often include a unique code called a serial number. This serial number is used to verify the authenticity of the software and prevent unauthorized copying or distribution.
5.
Dibawah ini yang termasuk sistem operasi berbasis TEKS saja adalah…
Correct Answer
B. Unix
Explanation
The correct answer is Unix. Unix is a text-based operating system that was developed in the 1970s. It is known for its stability, security, and flexibility. Unlike graphical user interface (GUI) based operating systems like Windows XP and Macintosh, Unix operates primarily through command line interface (CLI) where users interact with the system by typing commands. Linux, which is also included in the options, is a Unix-like operating system that is open-source and based on the Unix kernel.
6.
Salah satu kelebihan dari LINUX adalah dualboot yaitu…
Correct Answer
C. Dapat dijalankan bersama system operasi yang lain
Explanation
One of the advantages of LINUX is that it can be run alongside other operating systems. This means that LINUX can be installed on a computer that already has another operating system, such as Windows, and both operating systems can be used simultaneously. This allows users to take advantage of the benefits of both operating systems and switch between them as needed.
7.
Berikut ini kelebihan LINUX dibanding SO yang lain, kecuali…
Correct Answer
D. Dualchannel
Explanation
The correct answer is "Dualchannel". Dualchannel is not a benefit or advantage of Linux compared to other operating systems. Dualchannel refers to a memory configuration in computer systems, where two memory modules are used simultaneously to increase memory bandwidth. This is not specific to Linux and can be implemented on any operating system. The other options mentioned, such as being immune to viruses and being open source, are indeed advantages of Linux over other operating systems.
8.
Perhatikan beberapa sifat – sifat system operasi dibawah ini :i. Freewareii. Mutitaskingiii. Berbasis GUIiv. Open sourcev. Mempunyai banyak support hardwareDari beberapa pernyataan diatas yang merupakan sifat yang terdapat pada LINUX adalah….
Correct Answer
A. I, IV, II
Explanation
The correct answer is I, IV, II. This means that the characteristics of Linux include being freeware, open source, and supporting multitasking. Freeware means that the software is available for free, open source means that the source code is available for modification and customization, and multitasking means that the operating system can run multiple tasks simultaneously.
9.
Saat kita sedang mempartisi harddisk ,pastikankita memilih yang benar. Jika kita memilih forwat apa yang akan terjadi ?
Correct Answer
B. Data hilang dan tidak bisa kembali lagi
Explanation
Jika kita memilih format saat mempartisi harddisk, data akan hilang dan tidak bisa kembali lagi. Format menghapus semua data yang ada di harddisk dan menggantinya dengan sistem file yang baru. Oleh karena itu, sangat penting untuk melakukan backup data sebelum memformat harddisk.
10.
Siapakah yang pertama kali menciptakan sistem operasi LINUX?
Correct Answer
D. Linus Torvalds
Explanation
Linus Torvalds is the correct answer because he is the person who first created the Linux operating system.
11.
Perintah dasar linux yang digunakan untuk membuat direktori baru adalah….
Correct Answer
C. Mkdir
Explanation
The correct answer is "mkdir". This command is used in Linux to create a new directory. It stands for "make directory". The other options listed, such as "rm", "ls", and "rd", are not used for creating directories. "rm" is used to remove files or directories, "ls" is used to list the contents of a directory, and "rd" is not a valid command in Linux.
12.
Sistem operasi Linux menyediakan dua pihak yaitu
Correct Answer
C. Mode Grafik dan Mode Text
Explanation
The correct answer is "Mode Grafik dan Mode Text". The explanation is that the Linux operating system provides two interfaces, namely graphical mode and text mode. In graphical mode, users can interact with the system using a graphical user interface (GUI) that includes windows, icons, and menus. In text mode, users interact with the system through a command line interface (CLI) where they can type commands and view text-based output. Having both modes allows users to choose the interface that best suits their needs and preferences.
13.
Tanda bahwa shell prompt masuk sebagai root adalah...
Correct Answer
B. #
Explanation
The correct answer is "#". In a shell prompt, the "#" symbol typically indicates that the user is logged in as the root user. The root user has the highest level of access and privileges on a Unix-like operating system. This symbol is often used to signify that the user has administrative rights and can perform tasks that regular users cannot.
14.
Bagaimana cara mematikan komputer dengan sistem operasi Linux?
Correct Answer
B. Ketikkan shutdown -h now
Explanation
To turn off a computer with a Linux operating system, you can type "shutdown -h now" in the terminal. This command initiates a shutdown process, halting all running processes and powering off the system. It is a quick and efficient way to shut down the computer.
15.
Kemampuan sistem operasi untuk menjalankan berbagai perintah dalam waktu bersamaan disebut...
Correct Answer
D. Multitasking
Explanation
Multitasking refers to the ability of an operating system to execute multiple tasks or processes simultaneously. It allows the system to switch between different tasks quickly, giving the illusion of parallel execution. This allows users to run multiple programs or perform multiple operations at the same time, enhancing productivity and efficiency. Pipelining refers to a technique used in computer architecture to increase instruction throughput, while threading refers to the ability of a program to perform multiple tasks concurrently within a single process. Multi-user refers to the capability of an operating system to support multiple users accessing the system simultaneously.
16.
Yang bukan merupakan varian sistem operasi jaringan berbasis GUI yang menggunakan basis Linux adalah..
Correct Answer
B. Caldera
Explanation
Caldera is not a variant of a GUI-based network operating system using a Linux base. Red Hat, Mandrake, and Debian are all examples of Linux-based network operating systems that use a GUI interface.
17.
File system yang digunakan linux yaitu…..
Correct Answer
A. Extended
Explanation
The correct answer is "Extended." In Linux, the file system used is typically Extended File System (ext). This file system was designed specifically for Linux and offers features such as journaling, which helps to prevent data loss in the event of a system crash. NTFS, FAT16, and FAT32 are file systems commonly used in Windows operating systems.
18.
Linus menggunakan Logo ….sebagai simbol yang mewakili linux supaya pemakainya menjadi demam alias tergila-tergila untuk menggunakan dan mengotak-atik linux.
Correct Answer
A. Penguins
Explanation
Linus menggunakan penguin sebagai simbol yang mewakili Linux karena ia menganggap penguin sebagai hewan yang cerdas, kuat, dan memiliki kemampuan beradaptasi yang baik, seperti halnya sistem operasi Linux. Selain itu, penguin juga dianggap sebagai hewan yang ramah dan menyenangkan, sehingga dapat menarik minat dan antusiasme pengguna untuk menggunakan dan mengotak-atik Linux.
19.
Yang bukan distribusi Linux dibawah ini adalah...
Correct Answer
C. ShareWare
Explanation
The correct answer is ShareWare. ShareWare is not a distribution of Linux. SuSe, Fedora, and Mandrake are all examples of Linux distributions. ShareWare, on the other hand, is a type of software licensing model where users are allowed to try the software for free before purchasing it.
20.
Salah satu kelebihan Linux yaitu freeware yang maksudnya…
Correct Answer
D. Dapat digunakan secara bebas dan gratis
Explanation
One of the advantages of Linux is that it can be used freely and for free. This means that users do not have to pay any fees or royalties to use the Linux operating system. This makes Linux an attractive option for individuals and organizations who want to save on software costs. Additionally, the freedom to use Linux without any restrictions allows users to customize and modify the operating system according to their needs.
21.
Dibawah ini merupakan sifat dari System Operasi Linux,adalah… .
Correct Answer
C. Multi user, multi tasking, multi plat form
Explanation
The correct answer is "Multi user, multi tasking, multi plat form." This is because Linux is a multi-user operating system, meaning that multiple users can access and use the system simultaneously. It also supports multitasking, allowing multiple processes or tasks to run concurrently. Additionally, Linux is a multi-platform operating system, meaning that it can run on various hardware architectures and platforms.
22.
Sistem operasi yang hanya dapat melayani seorang user pada saat yang bersamaan adalah……
Correct Answer
A. Multi User
Explanation
A multi-user operating system is capable of serving multiple users simultaneously. This means that multiple users can access and use the system's resources at the same time. In contrast, a single-user operating system only allows one user to use the system at a time. Mono-tasking refers to an operating system that can only execute one task at a time, while multi-tasking refers to an operating system that can execute multiple tasks simultaneously. Therefore, the correct answer is multi-user.
23.
Sistem operasi Linux merupakan turunan dari……
Correct Answer
C. Unix
Explanation
Linux is derived from Unix. Unix is an operating system that was developed in the 1970s and is known for its stability, security, and scalability. Linux was created as a Unix-like operating system by Linus Torvalds in the early 1990s. It shares many similarities with Unix, including its command-line interface and file system structure. Linux is often referred to as a "Unix-like" operating system because it follows many of the same principles and design philosophies as Unix.
24.
Berikut ini adalah bagian dari kernel LINUX…
Correct Answer
A. Hardware device driver
Explanation
The given answer, "hardware device driver," is the correct answer because it is a part of the Linux kernel. A hardware device driver is a software component that allows the operating system to communicate with and control hardware devices. In the context of the Linux kernel, hardware device drivers are essential for enabling the proper functioning of various hardware components such as graphics cards, network adapters, and storage devices. These drivers provide the necessary instructions and interfaces for the kernel to interact with the hardware, ensuring seamless operation and compatibility.
25.
Salah satu kelebihan dari LINUX adalah multiprocessor yaitu…
Correct Answer
B. Dengan menggunakan dua CPU atau lebih dalam sebuah sistem komputer
Explanation
LINUX memiliki kelebihan multiprocessor karena dapat dijalankan dengan menggunakan dua CPU atau lebih dalam sebuah sistem komputer. Hal ini memungkinkan LINUX untuk melakukan tugas secara bersamaan dan meningkatkan kinerja sistem secara keseluruhan. Dengan menggunakan multiple CPU, LINUX dapat membagi beban kerja dan memproses tugas-tugas secara efisien, sehingga meningkatkan kecepatan dan responsivitas sistem.
26.
Salah satu distro Linux yang merupakan distribusi yang pernah merajai dunia Linux yaitu ...
Correct Answer
A. Slackware
Explanation
Slackware is one of the Linux distributions that used to dominate the Linux world. It was one of the earliest Linux distributions and gained popularity for its simplicity and stability. Slackware is known for its adherence to Unix-like principles and its focus on simplicity and minimalism. It has a loyal user base and is often favored by experienced Linux users who prefer a more hands-on and customizable approach to their operating system.
27.
Yang bukan merupakan bahasa pemrograman dari linux adalah ……..
Correct Answer
D. Bahasa Indonesia
Explanation
The correct answer is "Bahasa Indonesia" because it is not a programming language. The other options, Basic, PHP, and C++, are all programming languages that can be used in Linux.
28.
Perintah untuk menemukan dimana letak sebuah file dalam linux adalah....
Correct Answer
A. Find
Explanation
The correct answer is "find." The "find" command in Linux is used to locate files and directories based on various search criteria. It allows users to search for files by name, size, type, and other attributes. By using the "find" command, users can easily locate the exact location of a file within the Linux file system.
29.
Perintah ini digunakan untuk merubah kepemilikan kelompok file atau direktori yaitu......
Correct Answer
A. Chgrp
Explanation
The correct answer is "chgrp". The command "chgrp" is used to change the group ownership of a file or directory. It allows the user to assign a different group to a file or directory, which can be useful for managing permissions and access control in a multi-user environment.
30.
Digunakan untuk memberi nama lain dari sebuah perintah di Linux adalah.....
Correct Answer
A. Alias
Explanation
Alias digunakan untuk memberi nama lain dari sebuah perintah di Linux. Dengan menggunakan alias, pengguna dapat membuat singkatan atau nama lain yang lebih mudah diingat atau diketik untuk perintah yang sering digunakan. Misalnya, pengguna dapat membuat alias "ll" untuk perintah "ls -l" sehingga pengguna hanya perlu mengetik "ll" untuk melihat daftar file dengan rincian.
31.
Contoh perintah find yang betul adalah.....
Correct Answer
A. $ find . -name *.doc -print
Explanation
The correct answer is "$ find . -name *.doc -print". This command is used to search for files in the current directory and its subdirectories with a ".doc" extension and print their names. The dot (.) represents the current directory, -name specifies the pattern to search for, "*.doc" is the pattern to match files with a ".doc" extension, and -print is used to display the names of the matching files.
32.
Perintah menampilkan isi dari sebuah file Linux di layar adalah......
Correct Answer
A. Cat
Explanation
The correct answer is "cat". The "cat" command in Linux is used to display the contents of a file on the screen. It is short for "concatenate" and can be used to view the contents of multiple files as well.
33.
Contoh perintah chgrp yang benar adalah.....
Correct Answer
A. # chgrp
Explanation
The correct answer is "# chgrp". This is because the command "chgrp" is used to change the group ownership of a file or directory in Linux. The correct syntax for using this command is "chgrp [group] [file/directory]". In the given options, only "# chgrp" is a valid command as it does not have any additional arguments or parameters.
34.
Perintah untuk merubah user ID (owner. sebuah file atau direktori adalah......
Correct Answer
C. Chown
Explanation
The correct answer is "chown". The command "chown" is used to change the owner of a file or directory in a Unix-like operating system. By using this command, the user can modify the user ID (owner) of a specific file or directory according to their requirements.
35.
Perintah untuk memunculkan online help adalah.....
Correct Answer
A. Help
Explanation
The correct answer is "help" because it is the command used to display the online help. By typing "help" in the command line, the user can access a list of available commands and their descriptions, providing guidance and assistance in using the system or application.
36.
Untuk menampilkan isi suatu direktori di OS Linux digunakan perintah.....
Correct Answer
A. Ls
Explanation
The correct answer is "ls". In Linux, the "ls" command is used to list the contents of a directory. It displays the names of files and directories within the specified directory. This command is commonly used to navigate and explore the file system in Linux.
37.
$ alias dir=ls adalah perintah untuk.....
Correct Answer
A. Memberi nama lain dari sebuah perintah
Explanation
The correct answer is "memberi nama lain dari sebuah perintah." The command "alias dir=ls" is used to create a new name (alias) for the command "ls." So, whenever we use the command "dir," it will execute the same functionality as the "ls" command, displaying the contents of a directory.
38.
[user@localhost data]$ pwd adalah contoh perintah untuk.....
Correct Answer
A. Mengetahui di direktori mana sekarang berada
Explanation
The correct answer is "mengetahui di direktori mana sekarang berada." The command "pwd" stands for "print working directory" and is used to display the current directory that the user is in.
39.
Perintah reboot digunakan untuk.....
Correct Answer
C. Me-restart komputer
Explanation
The correct answer is "me-restart komputer". The command "reboot" is used to restart the computer.
40.
Perintah yang digunakan untuk mematikan sistem operasi adalah.....
Correct Answer
A. Halt
Explanation
The correct answer is "halt". The command "halt" is used to shut down or power off the operating system. It is often used when the system needs to be turned off completely and all processes should be terminated. This command ensures a safe and proper shutdown of the system, allowing users to power off their computers without causing any damage to the hardware or data.
41.
Contoh perintah digunakan untuk menghapus file atau direktori adalah.....
Correct Answer
A. rm
Explanation
The correct answer is "rm". The "rm" command is used to remove or delete files or directories in a Unix or Linux operating system. It stands for "remove". This command can be used with various options to delete files and directories recursively, force deletion, or prompt for confirmation before deleting.
42.
Jenis Linux pertama yang menyertakan bahasa Indonesia dan pilihan bahasa yang digunakan dalam sistem Operasi Linux adalah.....
Correct Answer
A. SuSe
Explanation
The first Linux distribution to include Indonesian language and language options in the Linux operating system is SuSe.
43.
Salah satu distro turunan dari Red Hat Linux yang menyediakan banyak pengembangan dan aplikasi ‘pre-configured’ dan didukung banyak bahasa di seluruh dunia adalah.....
Correct Answer
A. Linux-Mandrake
Explanation
Linux-Mandrake is a derivative of Red Hat Linux that offers a wide range of pre-configured development tools and applications. It is also known for its multilingual support, making it accessible to users from different parts of the world. Linux-Mandrake is a popular choice among developers and users who prefer a user-friendly and feature-rich Linux distribution.
44.
Distro non komersial yang dihasilkan oleh para sukarelawan dari seluruh dunia yang saling bekerjasama melalui Internet adalah.....
Correct Answer
A. Debian/GNU Linux
Explanation
Debian/GNU Linux is a non-commercial distribution that is developed by volunteers from around the world who collaborate through the internet. This distribution is known for its commitment to free software and its community-driven development process. It is widely used and respected for its stability, security, and extensive package management system.
45.
Jenis Linux yang digunakan di Gunadarma adalah.....
Correct Answer
A. Kuliax
Explanation
The correct answer is "kuliax" because it is mentioned in the question that Gunadarma uses a specific type of Linux. Therefore, "kuliax" is the Linux distribution used by Gunadarma.
46.
Kemampuan sistem operasi untuk menyediakan fasilitas sehingga instruksi yang kompleks dapat dikerjakan dalam tingkatan tertentu disebut….
Correct Answer
B. Coordinator
Explanation
The correct answer is "Coordinator" because the question is asking about the ability of an operating system to provide facilities for executing complex instructions in a certain order or level. A coordinator is responsible for managing and organizing tasks and resources, which aligns with the concept of coordinating the execution of complex instructions in an operating system.
47.
Berdasar pengguna yang dapat dilayani, OS dapat dibedakan menjadi dua yaitu….
Correct Answer
A. Jumlah user & jumlah instruksi
Explanation
The correct answer is "jumlah user & jumlah instruksi" (number of users & number of instructions). This answer suggests that operating systems can be distinguished based on the number of users they can serve and the number of instructions they can handle. This means that different operating systems may have different capabilities in terms of accommodating multiple users and processing a certain number of instructions simultaneously.
48.
Sistem operasi yang hanya dapat melayani seorang user pada saat yang bersamaan disebut….
Correct Answer
D. single user
Explanation
The correct answer is "single user". A single user operating system is designed to serve only one user at a time. This means that the system can handle tasks and operations for only one user, and cannot support multiple users simultaneously. This type of operating system is commonly found on personal computers or devices that are meant to be used by a single individual at a time.
49.
Linux dikembangkan pertama kali untuk PC berbasis….
Correct Answer
C. 386/486
Explanation
Linux was initially developed for PC based on 386/486 processors. The 386/486 processors were popular during the late 1980s and early 1990s, and Linux was designed to be compatible with these processors. This choice allowed Linux to be accessible to a wider range of users who had PCs with these processors. The development of Linux for 386/486 processors laid the foundation for its widespread adoption and popularity in the PC market.
50.
Pada system Operasi DOS, ada dua macam perintah(command) yaitu….
Correct Answer
A. Internal Command & Eksternal Command
Explanation
In the DOS operating system, there are two types of commands: internal commands and external commands. Internal commands are built-in commands that are stored within the operating system itself. They are always available and do not require any additional files or programs to be executed. Examples of internal commands include DIR, CD, and COPY. On the other hand, external commands are separate executable files that are stored outside the operating system. They need to be loaded into memory before they can be executed. Examples of external commands include FORMAT, CHKDSK, and EDIT.