Electrical Engineering (EE) Exam  >  Electrical Engineering (EE) Tests  >  Digital Electronics  >  Test: Octal Number System - Electrical Engineering (EE) MCQ

Test: Octal Number System - Electrical Engineering (EE) MCQ


Test Description

10 Questions MCQ Test Digital Electronics - Test: Octal Number System

Test: Octal Number System for Electrical Engineering (EE) 2024 is part of Digital Electronics preparation. The Test: Octal Number System questions and answers have been prepared according to the Electrical Engineering (EE) exam syllabus.The Test: Octal Number System MCQs are made for Electrical Engineering (EE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Octal Number System below.
Solutions of Test: Octal Number System questions in English are available as part of our Digital Electronics for Electrical Engineering (EE) & Test: Octal Number System solutions in Hindi for Digital Electronics course. Download more important topics, notes, lectures and mock test series for Electrical Engineering (EE) Exam by signing up for free. Attempt Test: Octal Number System | 10 questions in 30 minutes | Mock test for Electrical Engineering (EE) preparation | Free important questions MCQ to study Digital Electronics for Electrical Engineering (EE) Exam | Download free PDF with solutions
Test: Octal Number System - Question 1

The Octal equivalent of the hexadecimal number 100 is _____.

Detailed Solution for Test: Octal Number System - Question 1

The given hexadecimal number is: 100

To convert the given Hexadecimal number, first, we need to convert it into binary and then into octal.
Hexadecimal to binary: 0001 0000 0000
Binary to octal: To convert a binary number into octal, we need to make a group of three digits from right to left before the decimal pointer and left to right after the decimal pointer.
= 000 100 000 000
= 0400 = 400

Test: Octal Number System - Question 2

What is the Radix of octal Number system

Detailed Solution for Test: Octal Number System - Question 2
  • Octal Number System: The octal number system has only eight (8) digits from 0 to 7. Every number (value) represents with 0,1,2,3,4,5,6 and 7 in this number system. The base or radix of the octal number system is 8 because it has only 8 digits.
  • Binary Number System: A Binary number system has only two digits that are 0 and 1. Every number (value) represents 0 and 1 in this number system. The base or radix of the binary number system is 2 because it has only two digits.
  • Decimal number system: The decimal number system has only ten (10) digits from 0 to 9. Every number (value) represents with 0,1,2,3,4,5,6, 7,8 and 9 in this number system. The base or radix of the decimal number system is 10 because it has only 10 digits.
  • Hexadecimal number system: A Hexadecimal number system has sixteen (16) alphanumeric values from 0 to 9 and A to F. Every number (value) represents with 0,1,2,3,4,5,6, 7,8,9,A,B,C,D,E and F in this number system. The base or radix of the hexadecimal number system is 16 because it has 16 alphanumeric values. 

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Octal Number System - Question 3

The number 149 in octal code is

Detailed Solution for Test: Octal Number System - Question 3

Concept:
Steps to convert decimal number to octal:
1) Write the given decimal number.
2) If the given decimal number is less than 8 the octal number is the same.
3) If the decimal number is greater than 7 then divide the number by 8.
4) Note the remainder, we get after division.
5) Repeat steps 3 and 4 with the quotient till it is less than 8.
6) Now, write the remainders in reverse order (bottom to top).
7) The resultant is the equivalent octal number to the given decimal number.

Calculation:
Given decimal number = 149
The long division method is as shown:

∴ The correct octal equivalent of 149 is 225

Test: Octal Number System - Question 4

Octal equivalent of 111010 is:

Detailed Solution for Test: Octal Number System - Question 4

if the binary bits are less than three bits add 0 to the left hand side tp make a complete set

Test: Octal Number System - Question 5

Convert the octal number (471)8 into equivalent binary number.

Detailed Solution for Test: Octal Number System - Question 5

Octal to Binary Conversion:

  • Every octal number is represented by a 3-bit binary equivalent.
  • The table of binary representation for octal numbers (0 to 7) is given below:

Explanation:

  • From the above table, the binary equivalent of 4 is 100.
  • The binary equivalent of 7 is 111.
  • The binary equivalent of 1 is 000

.
Hence, the binary equivalent of octal number 471 is (100111001)2

Test: Octal Number System - Question 6

Determine the octal equivalent of (432267)10?

Detailed Solution for Test: Octal Number System - Question 6

Concept:

Following are the steps to convert decimal to octal:

  • If the provided decimal number is less than the number 8 then the octal number is the same.
  • If the provided decimal number is larger than 7 then divide it by number 8.
  • take a note of the remainder, received after division
  • Repeat step 2 and 3 with the quotient until it is less than 8
  • Now, note the remainders in the reverse order (bottom to top)
  • The resultant thus received is the equivalent octal number to the provided decimal number.

Explanation:

Hence, (432267)10 = (1514213)8

Test: Octal Number System - Question 7

(1101 0001)2 binary number is same as (   )8 octal number.

Detailed Solution for Test: Octal Number System - Question 7

Octal Number: 

  • The number to the Base 8 is called octal numbers.
  • It uses the numbers from 0 to 7.
  • The numbers 8 and 9 are not included in the octal number system.
  • It is denoted by a8 where a is a number with digits 0 to 7.

Conversion from Binary to Octal:
An octal Equivalent of a binary number is obtained by grouping 3 bits from right to left.

So, Octal Equivalent: 321.

Binary to Octal code:

Test: Octal Number System - Question 8

Convert the binary number 10101110 to octal. 

Detailed Solution for Test: Octal Number System - Question 8

Concept:

There are only 8 digits (from 0 to 7) in the octal number system, so we can represent any digit of octal number system using only 3 bits as following below:

Follow below-mentioned steps to convert from Binary to Octal:
Step I: Select Binary Number.
Step II: Divide the binary digits into a group of three (starting from right) for the Integer part and start from left for the Fraction part.
Step III: Convert each group of three binary digits into an octal digit referring to the above table.

Calculation
Step I: Binary Number: 110101110
Step II: Divide the binary digits into the group of three (starting from the right) for the Integer part:
(010 101 110)
Step III: Convert each group of three binary digits into an octal digit referring to the above table:

(010 101 110)2 = (256)8

Test: Octal Number System - Question 9

The decimal equivalent of octal number (145)8 is:

Detailed Solution for Test: Octal Number System - Question 9

Decimal to Octal Conversion: If we want to change any octal number into decimal number we have to start multiplying the digits of the number from right hand side with increasing powers of 8 staring from 0 and finally summing up all the products.

Test: Octal Number System - Question 10

The maximum number of binary bits required to represent a digit of octal number is

Detailed Solution for Test: Octal Number System - Question 10
  • An octal number system has a base of 8.
  • Digits from 0 to 7 are used to express an octal number.
  • Each octal number converts to 3 binary digits.

This is explained in the following table:

115 videos|71 docs|58 tests
Information about Test: Octal Number System Page
In this test you can find the Exam questions for Test: Octal Number System solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Octal Number System, EduRev gives you an ample number of Online tests for practice

Top Courses for Electrical Engineering (EE)

115 videos|71 docs|58 tests
Download as PDF

Top Courses for Electrical Engineering (EE)