Saturday 17 February 2024

ANU UG/Degree 2nd Sem(Y23) Reg & 5th, 6th Sem(Y21) Reg/Supply Exam Fee Notifications April 2024

 ANU UG/Degree 2nd Sem(Y23) Reg & 5th, 6th Sem(Y21) Reg/Supply Exam Fee Notifications April 2024 is released. Acharya Nagarjuna University Degree Exams April 2024 Notifications, Time Tables, and Important Questions.




The following Notifications are released by the University Today

  1. UG 2ND SEMESTER REGULAR Y23 BATCH FEE SCHEDULE FOR APRIL 2024 EXAMS
  2. UG 5TH SEMESTER REGULAR Y21 BATCH BA B.COM BCA B.A.OL COURSES FEE SCHEDULE FOR APRIL 2024 EXAMS
  3. UG 6TH SEMESTER INTERNSHIP FEE SCHEDULE FOR APRIL 2024 EXAMS

The following are details:

  1. Last date for payment of exams fee without fine is: 14.03.2024
  2. Last date for payment of exams fee with fine Rs:100/- is: 16.03.2024
  3. Date of commencement of 5th Sem Exams: 01.04.2024
  4. Date of commencement of 2nd Sem Exams: 08.04.2024
  5. Date of commencement of 6th Sem Internship: 20.04.2024

Exam Fee Details: 2nd Sem Reg(Y23) Batch Only 

 

Exam Fee Details: 5th Sem Reg(Y21) Batch Only 

 

 Exam Fee Details: 6th Sem Reg(Y21) Batch Only 

 

Thursday 15 February 2024

Solved Example on Number System Set-II (Binary to Decimal, Octal, Hexadecial)

1. How to convert binary to decimal ?

1. Find the position of every binary digit. We should count the position from the right direction of the number. And the position count starts from 0.

Example

0001 - position of 1 = 0, 0 = 1, 0 = 2, 0 = 3.

2. Multiply every digit with 2 to the power of their corresponding position. (2 position)

3. Finally, calculate the sum of all the multiples.

Example: Convert (1111)2 to decimal

= 1 x 2 3 + 1 x 2 2 + 1 x 2 1 + 1 x 2 0

= 8 + 4 + 2 + 1

= (15)10

Example: Convert (1001)2 to decimal

 = 1 x 2 3 + 0 x 2 2 + 0 x 2 1 + 1 x 2 0

 

= 8 + 0 + 0 + 1

= (9)10

2. How to convert binary to octal ?

Group every 3 binary bits from right to left and construct the octal number system.

Example: (101010101)2 to octal

= (101010101)2

= (101)(010)(101)

= (525)8

Example: (11111111)2 to octal

= (11111111)2

= (11)(111)(111)

= (377)8

3. How to convert binary to hexadecimal ?

Group every 4 binary bits from right to left and construct the hexadecimal number system.

Example: (101010101)2 to hexadecimal

= (101010101)2

= (1)(0101)(0101)

= (155)16

Example: (11111111)2 to hexadecimal

= (11111111)2

= (1111)(1111)

= (15)(15)

= (ff)16

Converting Decimal Fraction to Binary, Octal, Hexadecimal

A fractional number is a number less than 1. It may be .5, .00453, .564, etc. We use the multiplication operation to convert decimal fraction to any other base.
To convert a decimal fraction to—
• binary - multiply by 2
• octal - multiply by 8
• hexadecimal - multiply by 16

Steps for conversion of a decimal fraction to any other base are—

1. Multiply the fractional number with the to Base, to get a resulting number.
2. The resulting number has two parts, non-fractional part and fractional part.
3. Record the non-fractional part of the resulting number.
4. Repeat the above steps at least four times.
5. Write the digits in the non-fractional part starting from upwards to downwards.

Example-1: Convert 0.2345 from Base 10 to Base 2

Convering decimal fraction to Binary

The binary equivalent of (0.2345)10 is (0.001111)2

Example-2: Convert 0.865 from Base 10 to Base 2,8 and 16

Decimal fraction to Binary Conversion

Advertisement

Follow US

Join 12,000+ People Following

Notifications

More

Results

More

Java Tutorial

More

Digital Logic design Tutorial

More

syllabus

More

ANU Materials

More

Advertisement

Top