Describe The Operation of Timing and Control Block
Describe The Operation of Timing and Control Block
October 2, 2021
BSEE 3D
EEAC 110
Summative Test 2
SD Card
The SD card, which stands for Secure Digital Card, is one of the most common forms of
memory cards used with devices. Approximately 400 electronic device manufacturers use SD
technology and more than 8,000 different models, including digital cameras and mobile phones.
Due to its widespread use, it is considered the industry standard.
Any SD card can be read on a desktop or laptop as long as it has a card reader that can
read the required SD card size. If your computer doesn't have an SD card reader or one with the
wrong slot size, you can purchase an external USB card reader.
Sound Card
Also known as an audio output device, soundboard, or audio card. A sound card is a
computer expansion card or integrated circuit (IC) that produces sound that may be heard
through speakers or headphones. Although the computer does not require a sound card, it is
provided in all machines in the form of an expansion slot (see below) or integrated into the
motherboard (onboard).
In terms of computer sound card applications, the locations on a computer where a sound
card can be used are: games, listen to music and listen to audio CDs, watch movies, conferences
with audio and video, MIDI creation and playback, software for education, commercial
presentations, dictations must be recorded, and voice recognition.
TAMAYO, Noria Krishadel P. October 2, 2021
BSEE 3D
EEAC 110
Summative Test 2
Modem
A modem, sometimes called a broadband modem, is hardware that connects a computer
or router to a broadband network. Cable modems and DSL modems are two examples of these
types of modems. Today, the term "modem" most often refers to a broadband modem. It also
refers to what was formerly known as a modem for connecting to the Internet. To avoid
misunderstanding, use the words "broadband modem" and "dialup modem" interchangeably. A
modem, which stands for modulator/demodulator, is a piece of hardware that allows a computer
to send and receive data over a telephone line. The gadget converts the digital data into an analog
audio signal and sends it over the phone line while transmitting the signal. Similarly, when the
modem receives an analog signal, it converts it to a digital signal.
Flash Drive
Jump drives are portable storage devices also known as USB flash drives, data sticks, pen
drives, memory drives, keychain drives, and USB sticks. It is usually about the size of a human
thumb and is connected to a computer via a USB connection. Flash drives, available in capacities
from 2GB to 1TB, are a convenient way to store and transmit data between computers.
Flash drives, unlike traditional hard drives, have no moving parts and only store data using an
integrated circuit memory chip. Memory chips are usually encased in a plastic or metal case in a
flash drive. The image shows a SanDisk Cruizer Micro 16GB flash drive.
Digital Camera
A digital camera is a piece of hardware that captures images and saves them as data on a
memory card. Unlike an analog camera, which exposes film chemicals to light, a digital camera
registers the strength and color of light and transforms it into pixel data using digital optical
components. In addition to shooting pictures, many digital cameras can capture video. A
Panasonic Lumix digital camera was used to capture the image.
TAMAYO, Noria Krishadel P. October 2, 2021
BSEE 3D
EEAC 110
Summative Test 2
3. In your own words, describe the operation of opcode fetch instruction.
The machine cycle OF and to perform decoding operations, as well as in some rare
circumstances execution, constitutes opcode recovery. The OF machine cycle has six steps to
complete some common instructions such as DCX B. Then, similar to OF, the machine cycle is
indicated and when no wait states are detected, the total number of T states required whether a
wait state is required depends entirely on the speed of the memory and peripheral chip used in
the system. On the address bus, MP inserts the 16-bit memory address of the program counter.
High-level memory addresses are placed on address lines A15 - A8 during the T1 time period.
When ALE is set to high, a lower address is assigned to buses AD7 - AD0. The memory
operation is indicated by the low status signal IO/M (bar), and the operation code fetch operation
is indicated by the low status signal S1 = 1, S0 = 1. The MP transmits the RD control line (bar)
to allow memory reading in the T2 time interval. The opcode value of the destination memory
location is sent on the data bus with low ALE when the memory is activated with an RD signal
(bar). During the T3 time period, the opcode value is reached in the processor register. The RD
signal (bar) goes high when data (opcode value) is received. As a result, the bus enters a high
impedance state. Bytes of opcode are fed into the MP instruction decoder, which decodes and
executes the opcode. This occurred during the T4 time period. The IR register gets 4EH from
memory C001H in the first three clock cycles. Decoding is done in T4 state. The control unit
(CU) receives the opcode for the 1-byte MOV C, M instruction, which has the mnemonic code
MOV C, M. These four T states, which we discussed earlier, make up the machine cycle OF.
Meanwhile, PC content is upgraded to C002H. However, we will not release C002H from this
point on because the MOV C, M commands will not be executed. During T1 the control panel
activates status signals other than address information, as shown below. When ALE equals 1, the
address bits present in AD70 are displayed. When IO/M* is equal to 0, it means the memory
address is zero. If S1 is 1 and S0 is 0, the engine cycle is the MR engine cycle. Let's take the
STC command as an example and explain its OF. STC stands for "Set the Carry flag" in the 8085
instruction set. Changes the CY flag to 1 regardless of the previous value. The result of the
operation set on the CY flag is stored back in the CY flag. The Opcode recovery cycle fetches
instructions from memory and sends them to the microprocessor's instruction register. The
opcode fetch is the initial machine cycle for each instruction cycle. We know that each engine
cycle can cover from three to six T states. There are four T states in this Opcode recovery engine
cycle.