Quiz Mpp Pertemuan 10

Approved & Edited by ProProfs 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 Henilei
H
Henilei
Community Contributor
Quizzes Created: 11 | Total Attempts: 4,504
Questions: 10 | Attempts: 459

SettingsSettingsSettings
Quiz Mpp Pertemuan 10 - Quiz

.


Questions and Answers
  • 1. 

    Teknik Perancangan Program Berorientasi Bisnis

    • A.

      Teknik perancangan file

    • B.

      Teknik perancangan program

    • C.

      Teknik perancangan diagram

    • D.

      Teknik perancangan input output

    Correct Answer(s)
    A. Teknik perancangan file
    B. Teknik perancangan program
    Explanation
    The correct answer is "Teknik perancangan file, Teknik perancangan program". This is because both file design and program design are essential techniques in the process of designing a business-oriented program. File design involves organizing and structuring data files to efficiently store and retrieve information, while program design focuses on creating a logical and efficient structure for the program itself. Both techniques are crucial for developing effective and functional business-oriented programs.

    Rate this question:

  • 2. 

    Langkah-langkah didalam perancangan file adalah sebagai berikut

    • A.

      Menentukan jumlah data

    • B.

      Menentukan parameter program

    • C.

      Menentukan jumlah file

    • D.

      Menentukan parameter file

    Correct Answer(s)
    C. Menentukan jumlah file
    D. Menentukan parameter file
    Explanation
    The explanation for the given answer is that in the steps of designing a file, one needs to determine the number of files and the parameters of the file. This means deciding how many files will be created and specifying the characteristics or attributes of those files. This is an essential part of the file design process as it helps in organizing and structuring the data effectively.

    Rate this question:

  • 3. 

    Parameter file

    • A.

      Nama file

    • B.

      Ukuran file

    • C.

      Kode file

    • D.

      Tipe file

    Correct Answer(s)
    A. Nama file
    C. Kode file
    D. Tipe file
    Explanation
    The correct answer is "nama file, kode file, tipe file". This answer suggests that the parameter file includes information about the name of the file, the code of the file, and the type of the file. These are important details that are commonly found in a parameter file to provide necessary information about a file.

    Rate this question:

  • 4. 

    Akronim file yaitu

    • A.

      Untuk identifikasi file

    • B.

      Nama yang dibuat untuk menunjukkan file disimpan

    • C.

      Dituliskan dengan extension-nya

    • D.

      Contohnya: Absensi.myd

    Correct Answer(s)
    B. Nama yang dibuat untuk menunjukkan file disimpan
    C. Dituliskan dengan extension-nya
    D. Contohnya: Absensi.myd
    Explanation
    The explanation for the given answer is that an acronym file is a name created to indicate a stored file and is written with its extension. For example, "Absensi.myd" is a file name where "Absensi" is the name given to the file and ".myd" is the file extension. This naming convention helps in identifying and organizing files in a computer system.

    Rate this question:

  • 5. 

    Tipe-tipe file

    • A.

      Random

    • B.

      Transaksi

    • C.

      Induk

    • D.

      Umum

    Correct Answer(s)
    B. Transaksi
    C. Induk
    Explanation
    The correct answer is "transaksi, induk". This suggests that the types of files being referred to are "transaksi" and "induk". It is likely that these are different categories or classifications of files, possibly related to financial transactions or general records. Without further context, it is difficult to determine the exact nature of these files.

    Rate this question:

  • 6. 

    Macam organisasi file

    • A.

      Sequential

    • B.

      Index sequential

    • C.

      Structure

    • D.

      Random

    Correct Answer(s)
    A. Sequential
    B. Index sequential
    D. Random
    Explanation
    The given answer includes three types of file organization: sequential, index sequential, and random. Sequential file organization stores records in a sequential order, allowing for easy retrieval of data but making it difficult to insert or delete records. Index sequential file organization uses an index to locate records, combining the benefits of sequential and random access. Random file organization allows for direct access to any record in the file, but it requires a key or address to locate the desired record.

    Rate this question:

  • 7. 

    Macam access file

    • A.

      Sequential

    • B.

      Index sequential

    • C.

      Structure

    • D.

      Random

    Correct Answer(s)
    A. Sequential
    D. Random
    Explanation
    The given options are different types of access methods for files. "Sequential" access refers to accessing data in a sequential order, one after another. "Random" access allows direct access to any data in the file, without having to go through the preceding data. Therefore, the correct answer is "sequential, random" as these are two different access methods for files.

    Rate this question:

  • 8. 

    Parameter field key yaitu

    • A.

      Kunci tamu

    • B.

      Kunci primer

    • C.

      Contoh: nim

    • D.

      Contoh: tgl_lahir

    Correct Answer(s)
    B. Kunci primer
    C. Contoh: nim
    Explanation
    The parameter field key refers to the primary key, which is a unique identifier for each record in a database table. In this case, the example provided is "nim," which could be the primary key for a table containing student information.

    Rate this question:

  • 9. 

    Untuk mengambarkan kebutuhan program dengan diagram

    • A.

      Flowchart

    • B.

      HIPO

    • C.

      UML

    • D.

      Struktur navigasi

    Correct Answer(s)
    B. HIPO
    D. Struktur navigasi
    Explanation
    The correct answer is HIPO and Struktur navigasi. Both HIPO and Struktur navigasi are diagramming techniques that can be used to depict program requirements. HIPO (Hierarchy Input Process Output) is a graphical tool that represents the structure of a system by breaking it down into modules, inputs, processes, and outputs. It helps in understanding the flow of data and control in a program. Struktur navigasi, on the other hand, is a navigation structure diagram that illustrates the navigation paths and hierarchy of screens or pages in a program. It helps in visualizing the user interaction and flow within the program.

    Rate this question:

  • 10. 

    Macam bahasa pemrograman

    • A.

      Netbeans

    • B.

      PHP

    • C.

      C#

    • D.

      Java

    Correct Answer(s)
    B. PHP
    C. C#
    D. Java
    Explanation
    The given answer consists of three programming languages: PHP, C#, and Java. These are popular languages used for web development, desktop application development, and general-purpose programming. Netbeans is an integrated development environment (IDE) that supports these languages, making it a suitable choice for programmers working with PHP, C#, or Java.

    Rate this question:

Quiz Review Timeline +

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

  • Current Version
  • Jul 22, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 09, 2020
    Quiz Created by
    Henilei
Back to Top Back to top
Advertisement