1.
Penghitungan rumus pada Query dilakukan di bagian ....
Correct Answer
B. Field
Explanation
The correct answer is "field". In query, the calculation of formulas is performed on the specific fields of the table. The field refers to a column or attribute in a database table that stores specific data. Therefore, the calculation of formulas in a query is done on the fields of the table.
2.
Membuat rumus, memilih data tertentu, dan mengurutkan data adalah beberapa kegiatan yang dilakukan di object ....
Correct Answer
A. Query
Explanation
The activities mentioned in the question, such as creating formulas, selecting specific data, and sorting data, are typically performed in a query. A query is a request for specific information from a database, where users can define criteria and conditions to extract relevant data. Therefore, the correct answer is "query."
3.
Data yang bertipe Currency dipilih untuk membuat field-field ...
Correct Answer
C. Total Harga, Biaya
Explanation
The correct answer is "Total Harga, Biaya". The reason for choosing the data type "Currency" for this field is because it represents a specific monetary value. In this case, "Total Harga" refers to the total price or cost of something, and "Biaya" refers to the expenses or fees associated with it. Using the "Currency" data type ensures that the values entered in these fields are in the correct format and can be easily manipulated for calculations or comparisons involving monetary values.
4.
Perhatikan tabel di atas!Pernyataan yang benar untuk tabel di atas menurut Microsoft Access adalah ....
Correct Answer
D. Tabel terdiri dari 7 record
Explanation
The correct answer is "tabel terdiri dari 7 record". This is because the table in the given question has 7 rows or records. The number of columns or fields in the table is not mentioned, so it cannot be determined from the given information. Therefore, the correct answer is based on the number of records in the table.
5.
Field unik yang menjadi penghubung antar tabel ditandai sebagai ....
Correct Answer
E. Primary key
Explanation
A primary key is a unique field in a table that serves as a unique identifier for each record. It is used to establish relationships between tables by acting as a link or reference point. The primary key ensures that each record in a table is unique and can be used to retrieve or update specific records.
6.
Dalam Microsoft Access, tabel terdiri dari ....
Correct Answer
B. Field dan record
Explanation
In Microsoft Access, a table consists of fields and records. Fields represent the columns of the table, containing specific data types such as text, numbers, or dates. Records, on the other hand, represent the rows of the table, containing a complete set of information related to a specific entity or item. Therefore, the correct answer is "field dan record".
7.
Pengetikan rumus dalam Microsoft Access diawali dengan ....
Correct Answer
A. :
Explanation
The correct answer is ":". In Microsoft Access, the typing of formulas or expressions is initiated by using a colon ":" symbol. This symbol is used to indicate that a formula or expression is being entered in a specific field or control.
8.
Pada Query, bagian untuk mengetikkan syarat dalam memilih/menampilkan suatu data tertentu adalah ....
Correct Answer
C. Criteria
Explanation
The correct answer is "criteria". In a query, the criteria section is where you can type the conditions or requirements to select or display specific data. It allows you to filter the data based on certain criteria, such as a specific value, range, or condition. By specifying the criteria, you can narrow down the results and retrieve only the desired data that meets the specified conditions.
9.
Icon RUN berguna untuk ....
Correct Answer
D. Menampilkan tabel query
Explanation
The correct answer is "menampilkan tabel query". The icon RUN is useful for executing a query and displaying the results in a table format. It allows users to see the output of their query and analyze the data in a structured manner.
10.
Bagian Sort dalam Query berguna untuk ....
Correct Answer
E. Mengurutkan data
Explanation
The Sort section in a query is used to arrange or organize the data in a specific order. It allows the user to specify the criteria for sorting the data, such as sorting in ascending or descending order based on a particular field. This helps in presenting the data in a structured and meaningful way, making it easier to analyze and interpret the information.
11.
Pada field TOTAL BIAYA akan diketikkan rumus JML_BULAN dikali BESAR_SPP.Penulisan yang tepat untuk kasus di atas pada Query adalah ....
Correct Answer
A. TOTAL BIAYA:[JML_BULAN]*[BESAR_SPP]
Explanation
The correct answer is "TOTAL BIAYA:[JML_BULAN]*[BESAR_SPP]". This is the correct syntax for typing the formula "JML_BULAN multiplied by BESAR_SPP" in the TOTAL BIAYA field in a query. The formula should be enclosed in square brackets and the multiplication operator (*) should be used to multiply the two variables.
12.
Tampilan ini dihasilkan oleh object ....
Correct Answer
B. Form
Explanation
The correct answer is "form". A form is a graphical user interface that allows users to input data and interact with a system. It is used to collect and organize data in a structured manner. In this context, the given display is generated by an object that is a form.
13.
Icon ini bernama ....
Correct Answer
C. Design View
Explanation
The correct answer is Design View because it is the mode in which you can create and modify the design of a form or report in a database. In Design View, you can add and arrange fields, set properties, and customize the layout and appearance of the form or report. It allows you to have more control and flexibility in designing the visual elements of your database objects.
14.
Pilihan bentuk form yang berupa pertanyaan di sebelah kiri dan isian di sebelah kanan disebut....
Correct Answer
D. Columnar
Explanation
The correct answer is "columnar". Columnar form refers to a format where the questions or prompts are listed on the left side and the corresponding answers or inputs are provided on the right side in separate columns. This format is commonly used in surveys, questionnaires, and forms to organize and present information in a structured manner.
15.
Pada form, kita bisa membuat tombol-tombol perintah menggunakan icon ....
Correct Answer
E. Command button
Explanation
In a form, we can create command buttons using icons. Command buttons are typically used to perform specific actions when clicked, such as submitting a form or executing a command. They are commonly represented by icons to make them visually recognizable and user-friendly.
16.
Contoh record yang bertipe text adalah ....
Correct Answer
A. N3001,N3002,N3003
Explanation
The given record consists of multiple columns separated by commas. Each column contains a text value. The answer lists the column names of the text records, which are N3001, N3002, and N3003.
17.
Microsoft Acces berguna untuk ....
Correct Answer
B. Mengolah database
Explanation
Microsoft Access is a database management system that is used to store, organize, and manipulate data. It allows users to create and manage databases, create tables to store data, define relationships between tables, and perform queries to retrieve and analyze data. Therefore, the correct answer is "mengolah database".
18.
Membuat tulisan (judul, alamat, dll.) pada Form menggunakan icon ....
Correct Answer
C. Label
Explanation
The correct answer is label. A label is used to display text or information on a form, such as a title, address, or any other type of textual content. It is commonly used to provide descriptions or instructions to the user. Labels are typically static and cannot be interacted with by the user.
19.
Command yang tepat untuk tombol di atas adalah ....
Correct Answer
D. Add new record
Explanation
The correct command for the given button would be "add new record." This command would allow the user to create and add a new record to the existing data.
20.
1. Membuat Form2. Membuat Tabel3. Mengetik Judul4. Keluar5. Membuat QueryUrutan pembuatan database yang baik adalah ....
Correct Answer
E. 3-2-5-1-4
Explanation
The correct order for creating a database is to first type the title (3), then create a table (2), make a query (5), create a form (1), and finally exit (4). This order ensures that all necessary components are created and organized properly in the database.
21.
Microsoft Power Point berguna untuk ....
Correct Answer
A. Mengolah presentasi
Explanation
Microsoft Power Point berguna untuk mengolah presentasi. Power Point adalah aplikasi yang digunakan untuk membuat slide presentasi yang dapat berisi teks, gambar, grafik, dan elemen multimedia lainnya. Dengan Power Point, pengguna dapat mengatur tata letak slide, menambahkan efek transisi, dan memberikan animasi pada elemen-elemen presentasi. Selain itu, Power Point juga memungkinkan pengguna untuk menyajikan presentasi dengan menggunakan fitur presenter view, yang memungkinkan pengguna untuk melihat slide berikutnya, catatan presenter, dan tampilan waktu.
22.
Lembar kerja power point disebut ....
Correct Answer
B. Slide
Explanation
The correct answer is "slide". In PowerPoint, a slide refers to a single page or screen that contains content such as text, images, and multimedia. Slides are used to organize and present information in a visually appealing and structured manner during a presentation.
23.
Slide Design adalah perintah yang berguna untuk ....
Correct Answer
C. Mengatur background
Explanation
The correct answer is "mengatur background". This is because the command "Slide Design" is used to adjust the background of a slide, such as changing the color, adding a picture, or applying a theme. It does not refer to changing the layout, creating animations, adding new slides, or displaying slides.
24.
Tombol F5 sama fungsinya dengan ....
Correct Answer
D. Slidewshow ==> View Show
Explanation
The correct answer is "Slidewshow ==> View Show" because pressing the F5 key on the keyboard is used to start a slideshow in Microsoft PowerPoint, and selecting "View Show" from the Slideshow menu accomplishes the same action.
25.
Insert ==> New SlideIni adalah cara untuk ....
Correct Answer
E. Menambah slide
Explanation
The correct answer is "menambah slide". This is because the phrase "Insert ==>" suggests that the action being described is related to adding or inserting something. In this case, it is referring to adding a new slide to a presentation. The other options, such as "menghapus slide" (deleting a slide), "mewarnai slide" (coloring a slide), "menyimpan slide" (saving a slide), and "memformat slide" (formatting a slide), do not match the context of the phrase "Insert ==>".
26.
Pengaturan efek animasi ketika teks / gambar akan memasuki slide diatur di bagian ....
Correct Answer
A. Entrance
Explanation
The correct answer is "entrance." This is because the question is asking about the settings for animation effects when text or images enter a slide. The "entrance" option refers to the specific settings for these types of animations.
27.
Perintah untuk memberikan efek animasi adalah ....
Correct Answer
B. Slide show ==> custom animation
Explanation
The correct answer is "slide show ==> custom animation". This is because custom animation allows users to add various effects and movements to individual objects or text within a slide show. It gives users the ability to control the timing, order, and type of animation for each element, making the presentation more engaging and visually appealing.
28.
Slide pertama biasanya berupa ....
Correct Answer
C. Judul
Explanation
The first slide usually consists of a title.
29.
Untuk mengatur cara tulisan memasuki slide per huruf atau per kata atau per bagian sekaligus, pilihan pada dropdown list nama efek animasinya adalah ....
Correct Answer
D. Effect options
Explanation
The correct answer is "effect options". The question asks about the dropdown list that allows users to control how the text enters the slide, whether it is per letter, per word, or all at once. The "effect options" in the dropdown list provide additional settings and customization for the animation effects applied to the text.
30.
Perintah Slide Design ada di menu ....
Correct Answer
E. Format
Explanation
The correct answer is "format" because the question asks where the "Slide Design" command can be found in the menu. The "Slide Design" command is typically used to change the design or layout of a slide, such as applying a theme or template. In most presentation software, the "Format" menu is where you can find options related to changing the design or formatting of elements within a slide, making it the most logical place to find the "Slide Design" command.