Mid Test Visual Foxpro Sem-IV GPc Belopa

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 Syahrir
S
Syahrir
Community Contributor
Quizzes Created: 1 | Total Attempts: 758
| Attempts: 758 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. Perintah untuk menyatakan tempat menyimpan file-file foxpro adalah ...

Explanation

The correct answer is "SET DEFAULT TO". This command is used in FoxPro to specify the default directory where files will be stored or retrieved. By using this command, users can set a specific folder as the default location for their files, making it easier to organize and access them.

Submit
Please wait...
About This Quiz
Mid Test Visual Foxpro Sem-IV Gpc Belopa - Quiz

Soal terdiri dari 20 nomor pilihan ganda, dikerjakan selama 15 menit dengan kesempatan 2 kali. . . Jika sudah selesai maka secara otomatis muncul nilai anda, kemudian silahkan download sertifikat anda dan cetak dengan mengklik tombol gambar printer. . . . Kemudai kumpulkan hasil Ujian anda beru sertifikat ada pertemuan... see moreselanjutnya. . . . see less

Personalize your quiz and earn a certificate with your name on it!
2. Nama kontrol untuk memilih dan memindahkan objek (control) yang digunakan adalah ...

Explanation

The correct answer is "Select Object" because it is the control used for choosing and moving objects. This control allows the user to select an object from a list or a visual representation of objects, and then move or perform actions on the selected object. It provides a convenient way for users to interact with objects in a graphical user interface.

Submit
3. Yang berfungsi untuk mengetikkan perintah-perintah untuk proses Visual Foxpro adalah...

Explanation

The Command Window is used to type in commands for Visual Foxpro processes. It allows users to directly interact with the program by entering specific instructions or queries. This window is commonly used for executing commands, running scripts, and testing code in Visual Foxpro.

Submit
4. Nama Kontrol yang digunakan untuk membuat halaman dalam suatu form adalah ...

Explanation

The correct answer is Page Frame. A Page Frame control is used to create a page within a form. It provides a container for other controls and allows the user to navigate between different pages within the form. This control is commonly used in multi-page forms or wizard-like interfaces where the user needs to input information in a step-by-step manner.

Submit
5. Properti pada form yang digunakan  untuk menentukan teks yang ditampilkan sebagai judul dari suatu objek adalah ...

Explanation

The property on a form that is used to determine the text displayed as the title of an object is called "Caption". This property allows the user to provide a descriptive label or title for an object, such as a button or a label, to provide clarity and context to the user interface.

Submit
6. Pada form control, nama kontrol yang berfungsi untuk Membuat kotak teks untuk menampung masukan (input) program adalah ...

Explanation

The correct answer is "Text box". In form control, a text box is used to create a space where users can input text or data. It allows users to type in information or make selections, and is commonly used for fields such as names, addresses, or comments. It provides a simple and straightforward way for users to interact with the program by entering data.

Submit
7. Grid digunakan untuk ...

Explanation

The correct answer is "Grid digunakan untuk kontrol untuk menampilkan isi record suatu table dengan tampilan spreadsheet." This means that the grid is used as a control to display the contents of a table in a spreadsheet-like format. It allows the user to view and interact with the data in a structured manner, similar to how a spreadsheet displays data in rows and columns.

Submit
8. Tipe data yang digunakan  untuk  data  yang  berjenis  angka.  Range  untuk data  nukerik antara -9999999999E+19 sampai 9999999999E+20 adalah...

Explanation

The correct answer is Numeric because it is the data type used for numerical data. Numeric data can include integers, decimals, and floating-point numbers. The range for numeric data can be very large, from -9999999999E+19 to 9999999999E+20. This data type is commonly used in programming and databases to store and manipulate numerical values.

Submit
9. Extensi atau domain untuk file project adalah ...

Explanation

The correct answer is .pjx. This is because the question is asking for the file extension or domain for a project file. The .pjx extension is commonly used for project files in programming languages such as Visual FoxPro.

Submit
10. Nama Kontrol yang digunakan untuk Membuat kumpulan control (objek) yang berisi alternatif  pilihan yaitu ...

Explanation

An Option Group is a control used to create a collection of controls or objects that contain alternative choices. It allows the user to select only one option from the group. This control is commonly used when there are multiple choices available and the user needs to select a single option. Unlike checkboxes, which allow multiple selections, an option group restricts the user to choosing only one option. This makes it an appropriate choice for scenarios where mutually exclusive options need to be presented to the user.

Submit
11. Elemen Project manager yang berfungsi mengelola komponen aplikasi yang berupa database dan file yang terkait, yaitu table, view, query dan lain-lain adalah...

Explanation

The correct answer is "Data" because a project manager is responsible for managing the components of an application, such as databases and related files. This includes tables, views, queries, and other data-related elements. The project manager ensures that the data is organized, stored, and accessed properly within the application.

Submit
12. Check Box digunakan untuk ...

Explanation

Check Box digunakan untuk membuat kotak pilihan. Dengan menggunakan Check Box, pengguna dapat memilih atau tidak memilih opsi yang disediakan. Ketika kotak pilihan dicentang, nilai yang terkait dengan kotak pilihan tersebut akan dianggap benar atau terpilih. Jadi, jawaban yang benar adalah "Membuat Kotak Pilihan".

Submit
13. Elemen yang merupakan sekumpulan ikon untuk melakukan perintah pengelolaan dan pengaturan adalah ...

Explanation

The toolbar is a collection of icons that allows users to perform management and configuration commands. It provides quick access to commonly used functions and tools, making it easier for users to navigate and interact with the software or application. The toolbar typically contains buttons for actions such as saving, printing, formatting, and editing, among others. Users can click on the icons to execute specific commands without having to search through menus or navigate through different windows.

Submit
14. Berikut ini yang tidak termasuk dalam tipe data bahasa pemrograman Visual Foxpro adalah...

Explanation

The given options are all different types of data in Visual Foxpro except for "Index". In Visual Foxpro, "Index" is not considered a type of data, but rather a feature that allows for efficient searching and sorting of data. Therefore, it does not belong in the list of data types provided.

Submit
15. Jenis tipe data yang digunakan untuk data OLE Object (berjenis gambar) dan besarnya tergantung dari memori komputer adalah ...

Explanation

The correct answer is General. The General data type is used for OLE Objects, which can include images. The size of the data depends on the computer's memory capacity.

Submit
16. Tampilan Project Manager terdiri atas .... tab

Explanation

The correct answer is 6. This suggests that the Project Manager interface consists of 6 tabs.

Submit
17. Ekstensi atau domain file untuk form adalah...

Explanation

The correct answer is .scx. This is the file extension or domain used for form files in certain programming languages, such as Visual FoxPro. The .scx extension indicates that the file is a form file, which contains the visual elements and controls used in the user interface of a software application. Other file extensions listed, such as .frm, .exe, .pjx, and .rpt, are not commonly used for form files.

Submit
18. Elemen Project Manager yang berfungsi untuk mengelola komponen aplikasi yang berupa menu, file teks, file gambar dan lain-lain adalah ...

Explanation

The "Other" option refers to elements or components in the application that are not specifically mentioned in the given choices. It could include various components such as settings, preferences, plugins, or any other miscellaneous features that are not categorized under the provided options like classes, data, documents, or code.

Submit
19. Berikut ini yang tidak termasuk elemen penting pada tampilan awal Visual Foxpro adalah ...

Explanation

The Toolbox is not included in the initial display of Visual FoxPro. The Toolbox is a window that contains a collection of tools and controls that can be used to design and create forms and other visual elements in the application. However, it is not considered an essential element of the initial display and can be shown or hidden as needed.

Submit
20. Perintah untuk mengatur tampilan tanggal menjadi DD/MM/YY adalah

Explanation

The correct answer is "SET DATE BRITISH". This command is used to set the date format to DD/MM/YY, which is the format commonly used in British English.

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
  • Apr 11, 2015
    Quiz Created by
    Syahrir
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Perintah untuk menyatakan tempat menyimpan file-file foxpro adalah ...
Nama kontrol untuk memilih dan memindahkan objek (control) yang...
Yang berfungsi untuk mengetikkan perintah-perintah untuk proses Visual...
Nama Kontrol yang digunakan untuk membuat halaman dalam suatu form...
Properti pada form yang digunakan  untuk menentukan teks yang...
Pada form control, nama kontrol yang berfungsi untuk Membuat kotak...
Grid digunakan untuk ...
Tipe data yang digunakan  untuk  data  yang ...
Extensi atau domain untuk file project adalah ...
Nama Kontrol yang digunakan untuk Membuat kumpulan control (objek)...
Elemen Project manager yang berfungsi mengelola komponen aplikasi yang...
Check Box digunakan untuk ...
Elemen yang merupakan sekumpulan ikon untuk melakukan perintah...
Berikut ini yang tidak termasuk dalam tipe data bahasa pemrograman...
Jenis tipe data yang digunakan untuk data OLE Object (berjenis gambar)...
Tampilan Project Manager terdiri atas .... tab
Ekstensi atau domain file untuk form adalah...
Elemen Project Manager yang berfungsi untuk mengelola komponen...
Berikut ini yang tidak termasuk elemen penting pada tampilan awal...
Perintah untuk mengatur tampilan tanggal menjadi DD/MM/YY adalah
Alert!

Advertisement