⟩ How to append a file to current file?
to append file1 to file2. first open file1 in vi editor
using vi file1 command. then to append file1 to file 2 just
use the following command.
:w>>file2 so file 1 will be appended to file 2
to append file1 to file2. first open file1 in vi editor
using vi file1 command. then to append file1 to file 2 just
use the following command.
:w>>file2 so file 1 will be appended to file 2
How to detect a sequence of "1101" arriving serially from a signal line?
Tell me How do you detect if two 8-bit signals are same?
What is a program counter? What is its use?
Which line will be activated when an output device require attention from CPU?
Design any FSM in VHDL or Verilog?
What are tri-state devices and why they are essential in a bus oriented system?
What do you mean by embedded system?
Write an assembly code which can call function in a loop with al value from 0 to 9?
Explain the working of a binary counter?
Explain two ways of converting a two input NAND gate to an inverter?