Homeworks (video-based)

Chapter1

What is the Turing model?

What is a Nanometer?

What is the Von Neumann mode?

What is the Moore’s law?

What is Digital divide?

What time of the first Mechanical Computer wasfounded?

What time of the first Electronic Computer was founded?

Describe each generation of computer development after 1950.

Chapter 2

What are the Number systems:decimal, binary, octal and hexadecimal?

Convert a real number in binary to a real number in decimal.

Convert a real number in octal to a real number in decimal.

Convert a real number in hexadecimal to a real number in decimal.

Convert a real number in binary to a real number in octal or hexadecimal.

Convert a real number in decimal to a real number in binary.

Convert a real number in decimal to a real number in octal.

Convert a real number in decimal to a real number in hexadecimal.

How the number of bits in binary is required to represent a number in decimal?

Chapter 3

How an integer number is stored in n-bit using Unsigned representation?

How an integer number is stored in n-bit using Sign-and-Magnitude representation?

What differences are between the Positive Overflow and Negative Underflow?

How an integer number is stored in n-bit using One’s Complement?

How an integer number is stored in n-bit using Two’s Complement?

How a real number is stored in IEEE Floating-Point Standard of 32-bit Single Precision?

How Text is stored in a computer?

What is the ASCII?

How Audio is stored in a computer?

What is the MP3?

How Images are stored in a computer?

What is the JPEG?

What is the GIF?

What differences are between Raster graphic and Vector graphic?

How Video is stored in a computer?

What differences are between Encoding and Decoding?

Chapter 4

What differences are between Logic and Arithmeticoperations?

What differences are between Logic and Arithmetic shift operations?

How the logic operation ofNOT on two bit-patterns is performed?

How the logic operation ofAND on two bit-patterns is performed?

How the logic operation ofOR on two bit-patterns is performed?

How the logic operation ofXOR on two bit-patterns is performed?

How the logic right-shift operationon a bit-pattern is performed?

How the logic left-shift operationon a bit-pattern is performed?

How the logic right-circular-shift operationon a bit-pattern is performed?

How the logic left-circular-shift operationon a bit-pattern is performed?

How the addition of twointeger number using two’s complement is performed?

How the subtraction oftwointeger numbers usingtwo’s complement is performed?

How the addition of twointeger numbers using sign-and-magnitude format is performed?

How the subtraction oftwointeger numbers usingsign-and-magnitude format is performed?

How the addition of tworeal numbers using floating-point format is performed?

How the subtraction oftworeal numbers usingfloating-point format is performed?