CCE WEEK 4 Flashcards
What is an Analog Signal?
A continuous signal in which one time-varying quantity represents another time-based variable.
What is a Digital Signal?
A signal that is being used to represent data as a sequence of discrete values.
What is a Numbering System?
A systematic way to represent numbers with symbolic characters and uses a base value to conveniently group numbers in compact form.
What is the Absolute Value of a digit in a number?
The magnitude of a digit in a number.
What does Place Value refer to?
Place Value refers to the position of the digit in that number.
What is a Bit?
A Bit holds one of two possible values, either of the binary digits 0 or 1.
What is a Byte?
A Byte is a unit of digital information that most commonly consists of eight bits.
What is a Nibble?
A Nibble is a four-bit aggregation, or half an octet.
What is a Boolean Function?
A Boolean Function is an expression formed with binary variables.
What is a Logic Gate?
A Logic Gate is a building block of a digital circuit.
How are computers classified according to functionality?
Computers are classified according to functionality, physical size, and purpose. Functionality-wise, they can be analog, digital, or hybrid.
What distinguishes digital computers from analog computers?
Digital computers process data in discrete form, while analog computers process continuous data.
What is modulation used for in digital communication?
Modulation is used to convert a digital signal to an analog signal, often for transmission over analog telephone lines.
Why is the binary number system commonly used in digital devices?
Binary is used because digital devices operate on binary logic (ON and OFF), and it’s more reliable, compact, and energy-efficient.
What is the base value of the decimal numbering system?
The base value of the decimal numbering system is 10.
How is the value of a decimal number calculated?
The value of a decimal number is the sum of each digit multiplied by 10 raised to the power of its position.
What is the place value of a digit in a number?
Place value refers to the position of the digit in that number, such as tens, hundreds, thousands, etc.
What is the base value of the binary numbering system?
The base value of the binary numbering system is 2.
How are binary numbers written?
Binary numbers are written as X2, and each digit in a binary number is called a BIT.
How does the place value increase in binary numbers?
In binary numbers, the place values increase by a factor of 2.