Ca 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Week 1 : Assignment 1

The due date for submitting this assignment has passed.


Due on 2023-08-09, 23:59 IST.

Assignment submitted on 2023-07-29, 20:35 IST


1) An equivalent representation for the Boolean expression A ⊕0 is ____. 1 point

A’

Yes, the answer is correct.


Score: 1
Accepted Answers:
A

2) 1 Gigabyte is equal to ____. 1 point

1012 bytes

1015 bytes

109 bytes

1018 bytes

Yes, the answer is correct.


Score: 1
Accepted Answers:
109 bytes

3) Convert (5791)10 to the hexadecimal format. 1 point

169F

169E

16A1

170E

Yes, the answer is correct.


Score: 1
Accepted Answers:
169F

4) Simplification of the Boolean expression (X + Y).(X + Y’) yields ______. 1 point

X.Y

X.Y’

No, the answer is incorrect.


Score: 0
Accepted Answers:
X

5) Which of the following is the 2’s complement representation of -7? 1 point

1001

1111

1100

1000

Yes, the answer is correct.


Score: 1
Accepted Answers:
1001
6) Which of the following expressions represents the De Morgan’s law? stands for bit complement. 1 point

A.B = B.A

A+(B+C)=(A+B)+C

A+1=1

(A+B)’ = A’.B’

Yes, the answer is correct.


Score: 1
Accepted Answers:
(A+B)’ = A’.B’

7) Which gate can implement any Boolean function without using any other gate type? 1 point

AND

OR

NAND

EX-OR

Yes, the answer is correct.


Score: 1
Accepted Answers:
NAND

8) The _____ transforms a program written in a high-level language such as C to a program consisting of basic 1 point
machine instructions.

Compiler

Assembler

Linker

Loader

Yes, the answer is correct.


Score: 1
Accepted Answers:
Compiler

9) The ________ refers to the semantics of all the instructions supported by a processor. 1 point

Instruction set architecture (ISA)

Compiler

Turing machine

Processor design

Yes, the answer is correct.


Score: 1
Accepted Answers:
Instruction set architecture (ISA)

10) Which of the following input combinations make the sum term A’ + B + C’ + D equal to zero? 1 point

A = 1, B = 0, C = 0, D = 0

A = 1, B = 0, C = 1, D = 0

A = 0, B = 1, C = 0, D = 0

A = 1, B = 0, C = 0, D = 1

Yes, the answer is correct.


Score: 1
Accepted Answers:
A = 1, B = 0, C = 1, D = 0

You might also like