Digital Electronics First Quarter Quiz 1

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 Gilbertcocoy
G
Gilbertcocoy
Community Contributor
Quizzes Created: 1 | Total Attempts: 126
| Attempts: 126 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. We use computers for a lot of things. Playing games, writing book reports, calculating math problems...

Explanation

Computers are indeed used for a variety of tasks such as playing games, writing book reports, and calculating math problems. Therefore, the statement "We use computers for a lot of things" is true.

Submit
Please wait...
About This Quiz
Digital Electronics First Quarter Quiz 1 - Quiz


CS029 - DIGITAL ELECTRONICS - MONDAY - 4 TO 7 PM - MR. GILBERT D. MANUCDUC

2. Computers move information, for example your book report from the disk to the printer. Or a file from the Internet to your display screen, or to your own hard disk. They store information, and they manage it .

Explanation

Computers are capable of moving information from one location to another, such as transferring a book report from the disk to the printer or downloading a file from the Internet onto the display screen or hard disk. They also have the ability to store and manage information. Therefore, the statement "Computers move information, for example your book report from the disk to the printer. Or a file from the Internet to your display screen, or to your own hard disk. They store information, and they manage it" is true.

Submit
3. Silicon are semi - conductive element.

Explanation

Silicon is indeed a semi-conductive element. It is widely used in the production of electronic devices and integrated circuits due to its ability to conduct electricity under certain conditions. Silicon's unique properties make it a crucial component in the field of electronics, enabling the development of various technologies such as computers, smartphones, and solar cells. Its semi-conductive nature allows for the control and manipulation of electrical currents, making it an essential material in the modern world of technology.

Submit
4. Number System that human can use. 

Explanation

The decimal number system is the number system that humans commonly use in everyday life. It is a base-10 system, meaning it uses ten digits (0-9) to represent numbers. Each digit's value is determined by its position in the number. For example, in the number 345, the digit 5 represents 5 ones, the digit 4 represents 4 tens, and the digit 3 represents 3 hundreds. This system is widely used because it is intuitive and easily understood by most people. Octal and hexadecimal number systems are also used in computing and mathematics, but they are not as commonly used as the decimal system.

Submit
5. We can switch an electrical current in silicon on or off, at will, and very, very fast.

Explanation

Silicon is a semiconductor material commonly used in electronic devices. It has the ability to conduct electricity when a current is applied, and can also be switched off when the current is removed. This property allows for the control of electrical current in silicon-based devices, making it possible to switch the current on or off at will. Additionally, silicon has a high electron mobility, enabling fast switching speeds. Therefore, the statement that we can switch an electrical current in silicon on or off, at will, and very, very fast is true.

Submit
6. The heart of anything electronic is those silicon switches.

Explanation

The statement is true because silicon switches are a fundamental component of electronic devices. Silicon is a semiconductor material that is commonly used in the manufacturing of transistors, which act as switches in electronic circuits. These switches control the flow of electrical current and allow electronic devices to function properly. Therefore, the heart or essential part of any electronic device relies on silicon switches.

Submit
7. Binary, Decimal, Octal, Hexadecimal

Explanation

The given answer, "Number System," is correct because the options provided are all different number systems. Binary, decimal, octal, and hexadecimal are all ways of representing numbers. Each number system has its own base and set of digits used to represent numbers. Therefore, "Number System" is the most appropriate and comprehensive category that encompasses all the given options.

Submit
8. Convert 117 decimal to hexadecimal.

Explanation

To convert a decimal number to hexadecimal, we divide the decimal number by 16 repeatedly and record the remainder each time. Then, we read the remainders in reverse order to get the hexadecimal equivalent. In this case, dividing 117 by 16 gives a quotient of 7 and a remainder of 5. Therefore, the hexadecimal equivalent of 117 is 75.

Submit
9. Convert 21 hexadecimal into  binary.

Explanation

To convert a hexadecimal number to binary, each digit of the hexadecimal number is converted into its 4-bit binary equivalent. In this case, the hexadecimal number 21 has two digits: 2 and 1. The binary equivalent of 2 is 0010, and the binary equivalent of 1 is 0001. Therefore, when the two binary equivalents are combined, the resulting binary number is 100001.

Submit
10. Convert 110101111 binary to octal.

Explanation

To convert a binary number to octal, we group the binary digits into sets of three starting from the rightmost digit. In this case, we have 110 101 111. Then, we convert each group of three binary digits to its equivalent octal digit. 110 is equivalent to 6 in octal, 101 is equivalent to 5 in octal, and 111 is equivalent to 7 in octal. Therefore, the binary number 110101111 is equal to the octal number 657.

Submit
11. A whole bunch of those switches together make a ______, which is put inside a plastic cover.

Explanation

A whole bunch of those switches together make a chip, which is put inside a plastic cover. A chip refers to a small electronic device that contains multiple switches or transistors integrated onto a single piece of semiconductor material. These switches are responsible for controlling the flow of electric current within a circuit. Once the switches are assembled together on the chip, it is then enclosed in a plastic cover for protection and to prevent any external damage.

Submit
12. Convert 41 octal to decimal.  

Explanation

To convert a number from octal to decimal, each digit is multiplied by the corresponding power of 8 and then added together. In this case, the octal number 41 can be calculated as (4 * 8^1) + (1 * 8^0), which equals 32 + 1, resulting in the decimal number 33.

Submit
13. Convert 1110101 binary to octal.

Explanation

To convert a binary number to octal, we group the binary digits into sets of three starting from the rightmost digit. In this case, we have 111 010 1. Next, we convert each group of three binary digits into their equivalent octal digit. 111 in binary is equal to 7 in octal, 010 is equal to 2, and 1 is equal to 1. Therefore, the octal representation of 1110101 binary is 165.

Submit
14. Basically, what does computers made of?

Explanation

Computers are made of sand, or more specifically, silicon. Sand is composed of silicon dioxide, which is the primary component used in the production of computer chips. Silicon is a semiconductor material that is used to create the tiny transistors and circuits that form the basis of computer technology. Through a complex manufacturing process, the sand is refined and transformed into silicon wafers, which are then used to create computer chips. Therefore, sand is a crucial raw material in the production of computers.

Submit
15. Convert 431 decimal to binary.

Explanation

The correct answer is 110101111. This is the binary representation of the decimal number 431.

Submit
16. Convert 451 decimal to octal.

Explanation

To convert a decimal number to octal, we divide the decimal number by 8 repeatedly until the quotient becomes 0. The remainders obtained in each division, when read from bottom to top, give the octal equivalent of the decimal number. In this case, when we divide 451 by 8, we get a quotient of 56 and a remainder of 3. Dividing 56 by 8 gives a quotient of 7 and a remainder of 0. Finally, dividing 7 by 8 gives a quotient of 0 and a remainder of 7. Reading the remainders from bottom to top gives the octal equivalent 703.

Submit
17. From silicon we can make ________ switches.

Explanation

Silicon can be used to make fast switches because it is a semiconductor material with excellent electrical properties. It can rapidly switch between conducting and non-conducting states, allowing for fast and efficient electrical signals to be transmitted. This makes it ideal for use in electronic devices and circuits that require high-speed operation.

Submit
18. My instructor's fullname is ____________.(include the middle initial)

Explanation

The correct answer for this question is "Gilbert D. Manucduc" or "Gilbert D Manucduc". This is because the question asks for the instructor's full name, including the middle initial. Both of these answers provide the full name with the middle initial included.

Submit
19. Convert 1C3 hexadecimal to binary

Explanation

To convert a hexadecimal number to binary, we can break down each digit of the hexadecimal number into its binary equivalent. In this case, the hexadecimal number is 1C3. The digit 1 in hexadecimal is equivalent to 0001 in binary. The digit C in hexadecimal is equivalent to 1100 in binary. And the digit 3 in hexadecimal is equivalent to 0011 in binary. Combining these binary equivalents, we get 0001 1100 0011, which is equal to 451 in decimal.

Submit
20. Subject Code of Digital Electronics

Explanation

The correct answer is CS029. This answer is likely the subject code for Digital Electronics. It is common for academic courses to have specific codes assigned to them, and CS029 could be the code specifically designated for Digital Electronics.

Submit
View My Results

Quiz Review Timeline (Updated): Apr 3, 2024 +

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

  • Current Version
  • Apr 03, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 26, 2011
    Quiz Created by
    Gilbertcocoy
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
We use computers for a lot of things. Playing games, writing book...
Computers move information, for example your book report from the disk...
Silicon are semi - conductive element.
Number System that human can use. 
We can switch an electrical...
The heart of anything electronic is those silicon switches.
Binary, Decimal, Octal, Hexadecimal
Convert 117 decimal to hexadecimal.
Convert 21 hexadecimal into  binary.
Convert 110101111 binary to octal.
A whole bunch of those switches together make a ______, which is put...
Convert 41 octal to decimal.  
Convert 1110101 binary to octal.
Basically, what does computers made of?
Convert 431 decimal to binary.
Convert 451 decimal to octal.
From silicon we can make ________ switches.
My instructor's fullname is ____________.(include the middle...
Convert 1C3 hexadecimal to binary
Subject Code of Digital Electronics
Alert!

Advertisement