0% found this document useful (0 votes)
47 views1 page

Assignment 2 Unit 2 - COA - 2024-25

This document outlines an assignment for the B.Tech program in the Computer Science & Engineering department at Galgotias College, focusing on various computational topics. It includes problems related to Booth's multiplication algorithm, 4-bit carry-lookahead adder design, 2's complement subtraction, floating-point representation, and binary division methods. Each problem is mapped to specific course outcomes and Bloom's Knowledge Levels for assessment purposes.

Uploaded by

Akash Bhasney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Assignment 2 Unit 2 - COA - 2024-25

This document outlines an assignment for the B.Tech program in the Computer Science & Engineering department at Galgotias College, focusing on various computational topics. It includes problems related to Booth's multiplication algorithm, 4-bit carry-lookahead adder design, 2's complement subtraction, floating-point representation, and binary division methods. Each problem is mapped to specific course outcomes and Bloom's Knowledge Levels for assessment purposes.

Uploaded by

Akash Bhasney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

GCET/IQAC/QN-01

Galgotias College of Engineering & Technology, Greater Noida


Department of Computer Science & Engineering
Assignment-2 (Unit 2)
(Odd Semester, 2024-25)

Programme: B.Tech Semester:3rd Section: AIML-A


Course Code: BCS-302 Course Title: COA
Date:23-09-24 Date of Submission: 01-10-2024

S.N. Problem CO, KL


Mapping

1. Explain the Booth’s multiplication algorithm in detail. Perform multiplication of CO2, K4


(-4)*(-5) using Booth’s algorithm.

2. Design a 4-Bit Carry-Look ahead adder and explain its operation with an CO2, K2
example.

3. Perform 2’s Complement subtraction using of smaller number (101011) 2 from CO2, K2
larger number (111001)2 .

4. How floating numbers are represented in computer? Give IEEE 754 standard CO2, K2
32-bit floating-point number format.

Perform the division process using Re-storing Binary division of the following
5. CO2, K4
numbers. Dividend = 17 and Divisor = 3.

6. Represent the following decimal numbers in IEEE standard format in a single CO2, K2
and double precision method

i. (65.175)10
ii. (-307.1875)10
Perform the division process using non-Restoring Binary Division of the
7 CO2, K4
following numbers. Dividend = 1011 and Divisor = 0011.

CO – Course outcomes mapped with respective question.


KL- Bloom’s Knowledge Level (K1, K2,K3,K4,K5,K6)
K1 – RememberK2 – UnderstandK3 – Apply K4 – Analyze K5 – Evaluate K6– Create

You might also like