Posts

Showing posts from October, 2025

PG MSc AI S3, Introduction to Data Analytics, Second Internal Examination, November 2025

UG BCA S1, Cyber Laws and Security, Second Internal Examination,October 2025

UG BCA S1, Fundamentals of Programming using C, SECOND Internal Examination, OCTOBER 2025

MGU UGP BCA ,S1 DIGITAL FUNDAMENTALS SECOND INTERNAL EXAMINATION , OCTOBER 2025

Image
Answer Key Section A 1.     The 8421 code is a Binary Coded Decimal (BCD) code — one of the most common ways to represent decimal numbers in binary form. Binary Coded Decimal, or BCD, is used for converting decimal numbers into their binary equivalents 2.     The Hexadecimal Number System (often called Hex ) is a base-16 number system. It uses 16 unique symbols to represent all possible values for a single digit. 3.     Overflow occurs in binary addition when the result of an addition exceeds the range that can be represented with the available number of bits. 4.         A B SUM CARRY 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1           5.     Final BCD Result = 1001 1000 6.  ...