CCE WEEK 4 Flashcards
(52 cards)
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.
What is the Hexadecimal Numbering System?
The hexadecimal numbering system is a base 16 system that consists of digits ranging from 0 to 9 and letters A to F, where A is equivalent to 10, B to 11, up to F which is equivalent to 15 in the base ten system.
How can you denote a hexadecimal number?
A hexadecimal number can be denoted using 16 as a subscript or the capital letter H to the right of the number, such as 94B16 or 94BH.
How can you convert binary numbers to hexadecimal numbers?
Every nibble (4 bits) can be converted to a hexadecimal digit using a conversion table.
What are the two types of electric charge?
The two types of electric charge are Positive (Protons) and Negative (Electrons).