Evaluasi

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 Chintyadeliana
C
Chintyadeliana
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,461
| Attempts: 1,461 | Pertanyaan: 27
Please wait...

Question 1 / 27
0 %
0/100
Score 0/100
1. Apakah pernyataanbenar?

Explanation

The given question is asking if the statement is true or not. The answer provided is "True," indicating that the statement is indeed correct.

Submit
Please wait...
About This Quiz
Evaluasi - Quiz

2. Pernyataan yang tidak sesuai dengan Sistem Bilangan adalah...

Explanation

The statement "Hexadesimal dan Prima termasuk sistem bilangan digital" is incorrect. Hexadecimal is a base-16 number system, while prime numbers are a concept in mathematics. Both of them are not directly related to the digital number system.

Submit
3. Jenis-jenis sistem bilangan digital adalah sebagai berikut, kecuali...

Explanation

The given question asks for the exception among the types of digital number systems. The correct answer is "Oktal, Prima". This is because "Oktal" and "Prima" are both valid types of digital number systems, while the other options (Desimal, Biner; Biner, Oktal; Hexadesimal, Oktal) are all valid combinations of digital number systems.

Submit
4. Prinsip dari sebuah gerbang NOT pada dasarnya adalah...

Explanation

The correct answer is "Rangkaian Inverter". An inverter circuit is a type of logic gate that takes an input signal and produces an output signal that is the opposite of the input. It is commonly represented by a triangle with a small circle at the input side. The function of an inverter is to convert a logic level from high to low or from low to high. Therefore, an inverter circuit is also known as a NOT gate.

Submit
5. Yang termasuk kedalam gerbang logika dasar adalah

Explanation

The basic logic gates are fundamental building blocks in digital circuits. The AND gate outputs true only when all of its inputs are true. The OR gate outputs true when at least one of its inputs is true. The NOT gate outputs the inverse of its input. Therefore, the combination of AND, OR, and NOT gates covers the basic operations required for logical operations in digital circuits.

Submit
6. Pernyataan dibawah ini adalah benar, kecuali...

Explanation

The correct answer is "Bilangan dasar desimal adalah 1,2,3,4,5,6,7,8,9." This statement is incorrect because the basic decimal numbers include 0 as well, making the correct statement "Bilangan dasar desimal adalah 0,1,2,3,4,5,6,7,8,9."

Submit
7. Rangkaian yang mempunyai dua buah output yang selalu berada dalam kondisi berlawanan (Q) dan (Q') adalah

Explanation

A flip-flop is a circuit that has two outputs, Q and Q', which are always in opposite states. When the input signal triggers a change, the output Q will switch to its opposite state while Q' will switch to the same state as Q. This characteristic of flip-flops makes them suitable for storing and synchronizing data in digital systems. In contrast, a demultiplexer is a circuit that has multiple outputs but they are not necessarily in opposite states. An inverter is a circuit that has only one output that is the opposite of its input. A decoder is a circuit that has multiple outputs but they are not necessarily in opposite states.

Submit
8. Rangkaian yang kondisi keluarannya dipengaruhi oleh kondisi masukan dan keadaan keluaran sebelumnya atau dapat juga dikatakan rangkaian yang bekerja berdasarkan urutan waktu adalah...

Explanation

A sequential circuit is a circuit whose output is influenced by both the input conditions and the previous output state. It operates based on the sequence of events or the order of time. In contrast, a combinational circuit only depends on the current input conditions and does not have any memory of previous outputs. An inverter is a basic logic gate that simply changes the input signal to its opposite state. A flip-flop is a type of sequential circuit that stores a single bit of data and can change its output based on a clock signal. Therefore, the correct answer is "Rangkaian Sekuensial" or sequential circuit.

Submit
9. Berdasarkan tabel disamping, merupakan tabel kebenaran dari Gerbang...

Explanation

The given truth table represents the truth table for the AND gate. In an AND gate, the output is true only when both of its inputs are true. Looking at the table, we can see that the output is true (1) only when both input A and input B are true (1) in all the rows. Therefore, the correct answer is AND.

Submit
10. Perhatikan gambar rangkaian tersebut! Rangkaian logika tersebut adalah...

Explanation

The given circuit is an RS Flip-Flop.

Submit
11. Yang termasuk kedalam gerbang logika lanjutan adalah

Explanation

The correct answer is NAND, NOR, NOR. NAND and NOR are advanced logic gates that can be used to create other logic gates such as AND, OR, and NOT. They are called universal gates because any logic function can be implemented using only NAND or only NOR gates. The inclusion of two NOR gates in the answer suggests that it is a more advanced combination compared to the other options.

Submit
12. Rangkaian yang level logika keluarannya tergantung pada kombinasi dari level logika masukannya dan tidak memiliki memori adalah...

Explanation

A "Rangkaian Kombinasional" is a logic circuit whose output depends solely on the combination of its input logic levels at any given moment. It does not have any memory elements, such as flip-flops, that can store information. Therefore, the output of a combinational circuit is determined only by the current input values and does not rely on any past inputs or outputs.

Submit
13. Jika salah satu atau kedua inputnya bernilai 0 maka outputnya bernilai 1 adalah prinsip dari gerbang

Explanation

The given statement states that if either one or both of the inputs are 0, then the output will be 1. This is the principle of a NAND gate. A NAND gate is a logic gate that produces an output of 0 only when all of its inputs are 1, and produces an output of 1 for all other input combinations. Therefore, the given statement aligns with the behavior of a NAND gate.

Submit
14. "Dibagi 2 pada setiap bit. Jika habis, maka hasilnya 0. Namun jika bersisa, maka hasilnya 1." Adalah pernyataan dari...

Explanation

The given statement describes the process of converting decimal numbers to binary. It states that each bit is divided by 2, and if the division is exact (no remainder), the result is 0. If there is a remainder, the result is 1. This process is used in converting decimal numbers to their binary representation.

Submit
15. Yang tidak termasuk kedalam rangkaian kombinasional adalah...

Explanation

The correct answer is "Rangkaian Decoder, Encoder, Flip-Flop". The reason is that a flip-flop is a sequential circuit, not a combinational circuit. Combinational circuits produce output based solely on the current input, whereas sequential circuits also take into account the previous state. Therefore, a flip-flop does not belong in a list of combinational circuits. The other options all consist of combinational circuits only.

Submit
16. "Dibagi 16 pada setiap angka, jika bersisa maka akan menjadi hasil." Adalah pernyataan dari...

Explanation

The statement "Dibagi 16 pada setiap angka, jika bersisa maka akan menjadi hasil" refers to the process of converting decimal numbers to hexadecimal numbers. In this process, each digit of the decimal number is divided by 16, and if there is a remainder, it becomes a part of the hexadecimal representation. Therefore, the correct answer is "Desimal ke Hexadesimal."

Submit
17. Jika pada keluaran Rangkaian Flip-Flop (Q) = (Q') = 1, maka berada pada mode

Explanation

If the output of the Flip-Flop circuit (Q) = (Q') = 1, it means that both the output and its complement are high. In a Flip-Flop, this condition is not allowed because it violates the fundamental behavior of a Flip-Flop. In a Flip-Flop, the output and its complement should always be opposite to each other. Therefore, if both Q and Q' are high, it is considered an invalid state and is referred to as "Terlarang" or forbidden.

Submit
18. Berdasarkan Aturan 10 Reduksi Boolean, persamaan A + A'.B menjadi...

Explanation

Based on the 10 Boolean Reduction Rules, the equation A + A'.B can be simplified to A + B. In this equation, A' represents the complement of A, and B remains unchanged. The rule states that when there is a term A + A', the term A can be eliminated, resulting in just B. Therefore, the correct answer is A + B.

Submit
19. Yang tidak termasuk kedalam gerbang logika lanjutan adalah...

Explanation

The given options represent different logic gates. NOT is a basic logic gate that takes an input and gives the opposite output. The other options (NOR, EX-OR, NAND) are all advanced logic gates that combine multiple inputs to produce an output based on specific logical conditions. Therefore, NOT is the only option that does not belong to the category of advanced logic gates.

Submit
20. 10101011(2) = _____(8)

Explanation

The given question asks for the octal representation of the binary number 10101011. To convert a binary number to octal, we group the binary digits into sets of three from right to left. In this case, we have 101 010 11. Each group is then converted to its corresponding octal digit. The octal representation of 101 is 5, 010 is 2, and 11 is 3. Therefore, the octal representation of 10101011 is 523. However, the given answer is 253, which is incorrect.

Submit
21. 350(10) = _____ (8)

Explanation

The given equation states that 350 in base 10 is equal to an unknown number in base 8. To find the unknown number, we convert 350 from base 10 to base 8. When we convert 350 to base 8, we get the number 536. Therefore, the correct answer is 536.

Submit
22. Berdasarkan Aturan 13 Reduksi Boolean, persamaan (A.B)' menjadi

Explanation

The correct answer is A'.B'. According to Boolean reduction rule 13, the complement of a product term (A.B)' is equal to the sum of the complements of the individual variables, which is A'.B'.

Submit
23. Berapakah nilai A,B,C,D?

Explanation

The answer 0,0,1,1 represents the values of A, B, C, and D respectively. A and B are both 0, while C and D are both 1.

Submit
24. 237(8) = _____(2)

Explanation

The given expression 237(8) represents the number 237 in base 8 or octal system. To convert it to base 2 or binary system, each octal digit is replaced by its equivalent 3-digit binary representation. The octal digit 2 is equivalent to 010 in binary, 3 is equivalent to 011, and 7 is equivalent to 111. Therefore, the number 237(8) is equal to 10011111(2) in binary.

Submit
25. Lengkapilah tabel dibawah ini secara berturut-turut sesuai kondisi. Kondisi: Nilai Output akan bernilai 1, jika mayoritas input bernilai 1.
A B C Y Produk Fundamental
0 0 0    
0 0 1    
0 1 0    
0 1 1    
1 0 0    
1 0 1    
1 1 0    
1 1 1    

Explanation

The correct answer is A'BC, AB'C, ABC', ABC. This is because the condition states that the output will be 1 if the majority of the inputs are 1. In the given table, for each row, we can determine the output by counting the number of 1's in the inputs. If there are more 1's than 0's, the output will be 1. Therefore, in the first row, there are no 1's, so the output is 0. In the second row, there is one 1, so the output is 0. In the third row, there is one 1, so the output is 0. In the fourth row, there are two 1's, so the output is 1. This pattern continues for the remaining rows, resulting in the answer A'BC, AB'C, ABC', ABC.

Submit
26. Berdasarkan tabel disamping, merupakan tabel kebenaran dari Gerbang...

Explanation

Based on the truth table provided, it can be observed that the output of the gate is only true (1) when both of its inputs are false (0). This behavior is characteristic of a NAND gate, which produces an output that is the negation of the logical AND operation. Therefore, the correct answer is NAND.

Submit
27. 4F5(10) = _____ (8)

Explanation

The given question is asking for the value of 4F5 in base 10, when converted to base 8. The answer is 2365, which means that when the hexadecimal number 4F5 is converted to decimal (base 10), and then converted to octal (base 8), it becomes 2365.

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
  • Jul 09, 2019
    Quiz Created by
    Chintyadeliana
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Apakah pernyataanbenar?
Pernyataan yang tidak sesuai dengan Sistem Bilangan...
Jenis-jenis sistem bilangan digital adalah sebagai berikut, kecuali...
Prinsip dari sebuah gerbang NOT pada dasarnya adalah...
Yang termasuk kedalam gerbang logika dasar adalah
Pernyataan dibawah ini adalah benar, kecuali...
Rangkaian yang mempunyai dua buah output yang selalu berada dalam...
Rangkaian yang kondisi keluarannya dipengaruhi oleh kondisi masukan...
Berdasarkan tabel disamping, merupakan tabel kebenaran dari Gerbang...
Perhatikan gambar rangkaian tersebut! Rangkaian logika tersebut...
Yang termasuk kedalam gerbang logika lanjutan adalah
Rangkaian yang level logika keluarannya tergantung pada kombinasi dari...
Jika salah satu atau kedua inputnya bernilai 0 maka outputnya bernilai...
"Dibagi 2 pada setiap bit. Jika habis, maka hasilnya 0. Namun jika...
Yang tidak termasuk kedalam rangkaian kombinasional adalah...
"Dibagi 16 pada setiap angka, jika bersisa maka akan menjadi hasil."...
Jika pada keluaran Rangkaian Flip-Flop (Q) = (Q') = 1, maka berada...
Berdasarkan Aturan 10 Reduksi Boolean, persamaan A + A'.B...
Yang tidak termasuk kedalam gerbang logika lanjutan adalah...
10101011(2) = _____(8)
350(10) = _____ (8)
Berdasarkan Aturan 13 Reduksi Boolean, persamaan (A.B)' menjadi
Berapakah nilai A,B,C,D?
237(8) = _____(2)
Lengkapilah tabel dibawah ini secara berturut-turut sesuai kondisi. ...
Berdasarkan tabel disamping, merupakan tabel kebenaran dari Gerbang...
4F5(10) = _____ (8)
Alert!

Advertisement