Kuis Pengenalan Bahasa Pemrograman

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 Belajarpd
B
Belajarpd
Community Contributor
Quizzes Created: 1 | Total Attempts: 953
| Attempts: 953 | Pertanyaan: 27
Please wait...

Question 1 / 27
0 %
0/100
Score 0/100
1. Orang yang menuliskan program dinamakan...........

Explanation

The correct answer is "Programmer" because a programmer is the person who writes code and creates programs. They use programming languages and tools to develop software and applications. A compiler is a program that translates source code into machine code, while an interpreter executes code line by line. Pemrograman means programming in Indonesian, but it is not the term used to describe the person who writes the program.

Submit
Please wait...
About This Quiz
Kuis Pengenalan Bahasa Pemrograman - Quiz

Personalize your quiz and earn a certificate with your name on it!
2. Bahasa komputer yang digunakan dalam menulis program dinamakan.....

Explanation

*##*Bahasa komputer yang digunakan untuk menulis program dinamakan bahasa pemrograman*##*

Submit
3. Tool yang digunakan untuk menerjemahkan bahasa tinggi ke bahasa yang dimengerti oleh komputer adalah.........

Explanation

Compiler adalah tool yang digunakan untuk menerjemahkan kode bahasa tinggi yang dimengerti oleh manusia ke dalam bahasa mesin yang dapat dimengerti oleh komputer. Dengan menggunakan compiler, programmer dapat menulis kode dalam bahasa tinggi seperti C++, Java, atau Python, dan kemudian compiler akan menerjemahkan kode tersebut menjadi instruksi-instruksi bahasa mesin yang dapat dieksekusi oleh komputer. Sehingga, compiler memungkinkan komputer untuk memahami dan menjalankan program yang ditulis oleh programmer.

Submit
4. Begin pada struktur pascal berfungsi untuk…

Explanation

The correct answer is "Memulai eksekusi statement." In Pascal, the "begin" keyword is used to indicate the start of a block of code or a sequence of statements. It is followed by one or more statements that will be executed in order. The "begin" keyword is necessary to specify the beginning of the code execution and to ensure that the statements within the block are executed as intended.

Submit
5. Tanda semicolon ( ; ) pada struktur bahasa pascal digunakan untuk…

Explanation

The semicolon (;) in the Pascal language is used to indicate the end of a statement. It is placed after each line of code to separate multiple statements within a block of code. The semicolon allows the compiler to identify the end of one statement and the beginning of the next. It is important to include the semicolon at the end of each statement to ensure that the code is syntactically correct and can be compiled without errors.

Submit
6. Maksud dari program adalah.............

Explanation

Program atau program komputer merupakan algoritma yang ditulis dengan bahasa komputer.
Submit
7. Berikut ini termasuk tools atau framework pengembangan pascal kecuali…

Explanation

The given options are Free Pascal, Neat Beans, Delphi, and Dev Pascal. The question asks for the tool or framework that is not related to Pascal development. Free Pascal, Delphi, and Dev Pascal are all tools or frameworks commonly used for Pascal development. However, Neat Beans is not related to Pascal development. Therefore, Neat Beans is the correct answer.

Submit
8. Bagian dari struktur pasccal yang berfungsi untuk urutan-urutan instruksi yang perludieksekusi oleh program adalah…

Explanation

Statement is the correct answer because it refers to the part of the Pascal structure that is responsible for defining the sequence of instructions that need to be executed by the program. The statement section contains the actual instructions or actions that the program will perform. It is an essential component in programming languages to ensure that the program executes the desired tasks in the correct order.

Submit
9. Tingkatan bahasa pemrogaman yang menggunakan unsur kata-kata manusia adalah…

Explanation

Bahasa tingkat tinggi adalah tingkatan bahasa pemrograman yang menggunakan unsur kata-kata manusia. Ini berarti bahasa ini lebih mudah dipahami oleh manusia karena menggunakan sintaks yang mirip dengan bahasa manusia sehari-hari. Contoh bahasa pemrograman tingkat tinggi termasuk Python, Java, dan C++. Bahasa ini memungkinkan programmer untuk mengekspresikan instruksi dengan lebih mudah dan lebih efisien daripada bahasa tingkat rendah seperti bahasa mesin atau bahasa biner.

Submit
10. Tingkat bahasa pemrogaman yang menggunakan gabungan antara bahasa manusiadengan kode-kode simbolik adalah…

Explanation

The question is asking for the programming language that combines human language with symbolic codes. The correct answer is "Bahasa Tingkat Menengah" which translates to "High-level language" in English. High-level languages are programming languages that are closer to human language and use symbolic codes to write programs. Examples of high-level languages include Java, C++, and Python.

Submit
11. Kode pascal yang digunakan untuk menampilkan data ke layar disertai mencetak barisbaru adalah…

Explanation

The correct answer is Writeln. In Pascal, the Writeln function is used to display data on the screen and automatically moves the cursor to the next line after printing the output. This function is commonly used when we want to print data with a line break after each print.

Submit
12. Jenis kesalahan dimana lupa memberikan tipe data pada variabel dinamakan......

Explanation

The given correct answer is "Syntaks error". A syntax error occurs when there is a mistake in the programming language syntax, such as missing a semicolon or using incorrect keywords. This type of error is detected by the compiler during the compilation process and prevents the program from running. It is different from runtime errors, logical errors, and algorithmic errors, which occur during program execution and affect the program's behavior or output.

Submit
13. Berikut ini bagian dari struktur pasccal yang berfungsi untuk mengidentifikasikan namaprogram adalah…

Explanation

The correct answer is "Judul Program". In a Pascal program, the "Judul Program" or program title is used to identify the name of the program. It is typically placed at the beginning of the program and serves as a brief description or title for the program. This helps to easily identify and distinguish the program from others. The other options listed, such as "Header Program", "Footer Program", and "Deklarasi" are not specifically used for identifying the name of the program.

Submit
14. Kode pascal yang digunakan untuk mengambil/membaca nilai dari layar dan kursor tetap pada baris input dan kursor turun pada baris berikutnya adalah…

Explanation

The correct answer is Readln. In Pascal, the Readln command is used to read input from the user and move the cursor to the next line. It allows the program to read values entered by the user and store them in variables, while also automatically moving the cursor to the next line for the next input.

Submit
15. Tingkatan paling rendah suatu bahasa pemrogaman adalah…

Explanation

Tingkatan bahasa pemrograman

Bahasa mesin : rangkaian instruksi yang terdiri dari kode biner
Bahasa Tingkat Rendah : rangkaian instruksi menggunakan kode-kode singkat (kodemnemonic) contohnya bahasa Assembly
Bahasa Tingkat Menengah : rangkaian instruksi gabungan antara bahasa manusia dengan kode-kode simbolik, contohnya {,},?,&&,$,
Bahasa Tigkat Tinggi : rangkaian instruksi yang menggunakan unsur kata-kata
manusia sehingga lebih mudah untuk dimengerti contohnya begin, end, if, for, while, and, or

Submit
16. Berikut ini contoh bahasa pemrogaman tingkat tinggi kecuali…

Explanation

Contoh-contoh tingkatan bahasa pemrograman:

  1. Bahasa mesin
  2. Bahasa tingkat rendah: bahasa Assembly
  3. Bahasa tingkat menengah: bahasa C
  4. Bahasa tingkat tinggi: Pascal. Basic
Submit
17. Bagian dari struktur pasccal yang berfungsi untuk mengenalkan berbagai pengenaladalah…

Explanation

The correct answer is "Deklarasi." In Pascal programming language, "deklarasi" refers to the part of the program structure that is used to introduce various identifiers or variables. It is where the programmer declares or defines the variables that will be used in the program. This step is important as it allows the program to allocate memory for the variables and specify their data types.

Submit
18. Proses untuk menerjemahkan kode program dalam bahasa pemrograman ke bahasa mesin sehingga kode dapat dimenegerti oleh komputer dinamakan......

Explanation

Kompilasi adalah proses untuk menerjemahkan kode program dalam bahasa pemrograman ke bahasa mesin sehingga kode dapat dimengerti oleh komputer. Pada proses kompilasi, kompiler akan mengubah kode program menjadi bentuk yang dapat dieksekusi oleh komputer.

Submit
19. Kode pascal yang digunakan untuk mengambil/membaca nilai dari layar dan kursor tetap pada baris input adalah…

Explanation

The correct answer is "Read". In Pascal, the "Read" function is used to read input from the user and store it in a variable. It allows the program to take input from the screen and the cursor remains on the same line for further input. The "Readln" function, on the other hand, is used to read input and move the cursor to the next line. The "Create" and "Createln" options are not valid functions in Pascal for reading input.

Submit
20. Untuk menampilkan kata Nama Saya maka kode yang benar dalam bahasa pascal adalah…

Explanation

The correct answer is "Write('Nama Saya');". In Pascal, the Write function is used to display text or variables without a new line. In this case, 'Nama Saya' is a string literal, so it needs to be enclosed in single quotes. Therefore, the correct code to display the text "Nama Saya" is Write('Nama Saya').

Submit
21. Kode pascal yang digunakan untuk menampilkan data ke layar tanpa disertai mencetakbaris baru adalah…

Explanation

The correct answer is "Write" because the Write statement in Pascal is used to display data on the screen without printing a new line.

Submit
22. Untuk melakukan kompilasi program dengan free pascal dapat menggunakan shortcut......

Explanation

The correct answer for compiling a program with Free Pascal is Alt+f9.

Submit
23. Untuk menjalankan program dengan free pascal dapat menggunakan shortcut......

Explanation

To run a program with Free Pascal, the correct shortcut is Ctrl+f9. This shortcut combination allows the user to quickly execute the program without having to navigate through multiple menus or options. Using this shortcut saves time and makes the process more efficient.

Submit
24. Bahasa pascal ditemukan oleh..........

Explanation

Niklaus Wirth is the correct answer because he is the Swiss computer scientist who created the Pascal programming language. Pascal was designed in the late 1960s and early 1970s as a language suitable for teaching programming and for writing software systems. Wirth's goal was to create a language that was efficient, easy to read, and reliable. Pascal became widely used in academia and industry and had a significant influence on the development of programming languages.

Submit
25. Untuk meminta inputan dari keyboard yang akan disimpan dalam varaibel a dan kursor tetap berada pada garis input, penulisan statement dalam pascal yang benar adalah...........

Explanation

The correct statement in Pascal to read input from the keyboard and store it in variable a while keeping the cursor on the same input line is "Read(a)". This statement will read the input value and assign it to the variable a without moving the cursor to the next line. The other options, "Read('a')", "Readln(a)", and "Readln('a')" are incorrect as they either use incorrect syntax or move the cursor to the next line after reading the input.

Submit
26. Kesalahan program yang sulit untuk dilacak karena compiler messege tidak emmberikan pesan kesalahan dinamakan

Explanation

A logical error refers to a mistake in the program's logic or reasoning, which leads to incorrect output or unexpected behavior. Unlike syntax errors, which can be easily identified and fixed by the compiler, logical errors are more challenging to track down. They occur when the program's code is valid and runs without any error messages, but the output does not match the intended result. These errors often require careful examination and debugging of the program's code to identify and correct the faulty logic.

Submit
27. Jenis kesalahan dimana user salah dalam menginputkan nilai penyebut dalam operasi pembagian, memberikan nilai 0, padahal pembagian dengan 0 akan menyebabkan program error, kesalahan ini disebut

Explanation

The given question is asking for the type of error that occurs when a user mistakenly inputs a value of 0 as the denominator in a division operation, which causes the program to encounter an error. This type of error is known as a runtime error, as it occurs during the execution of the program.

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 30, 2017
    Quiz Created by
    Belajarpd
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Orang yang menuliskan program dinamakan...........
Bahasa komputer yang digunakan dalam menulis program dinamakan.....
Tool yang digunakan untuk menerjemahkan bahasa tinggi ke bahasa yang...
Begin pada struktur pascal berfungsi untuk…
Tanda semicolon ( ; ) pada struktur bahasa pascal digunakan...
Maksud dari program adalah.............
Berikut ini termasuk tools atau framework pengembangan pascal...
Bagian dari struktur pasccal yang berfungsi untuk urutan-urutan...
Tingkatan bahasa pemrogaman yang menggunakan unsur kata-kata manusia...
Tingkat bahasa pemrogaman yang menggunakan gabungan antara bahasa...
Kode pascal yang digunakan untuk menampilkan data ke layar disertai...
Jenis kesalahan dimana lupa memberikan tipe data pada variabel...
Berikut ini bagian dari struktur pasccal yang berfungsi untuk...
Kode pascal yang digunakan untuk mengambil/membaca nilai dari layar...
Tingkatan paling rendah suatu bahasa pemrogaman adalah…
Berikut ini contoh bahasa pemrogaman tingkat tinggi kecuali…
Bagian dari struktur pasccal yang berfungsi untuk mengenalkan berbagai...
Proses untuk menerjemahkan kode program dalam bahasa pemrograman ke...
Kode pascal yang digunakan untuk mengambil/membaca nilai dari layar...
Untuk menampilkan kata Nama Saya maka kode yang benar dalam bahasa...
Kode pascal yang digunakan untuk menampilkan data ke layar tanpa...
Untuk melakukan kompilasi program dengan free pascal dapat menggunakan...
Untuk menjalankan program dengan free pascal dapat menggunakan...
Bahasa pascal ditemukan oleh..........
Untuk meminta inputan dari keyboard yang akan disimpan dalam varaibel...
Kesalahan program yang sulit untuk dilacak karena compiler messege...
Jenis kesalahan dimana user salah dalam menginputkan nilai penyebut...
Alert!

Advertisement