1. High speed USB devices neglect a. Handshake packet b. Token packet c. PRE packet d. Data packet Ans- c. PRE packet 2. The bit packet that commands the device either to receive data or transmit data in transmission of USB async…
1. Which of the following is not a mode of data transmission? a. simplex b. duplex c. semi duplex d. half duplex Ans- c. semi duplex 2. If any change in sensor value is detected at the end of a sensor matrix scan, then the IRQ l…
1. The registers that store the keyboard and display modes and operations programmed by CPU are a. I/O control and data buffers b. Control and timing registers c. Return buffers d. Display address registers Ans- b. Control and t…
1. The control word register contents are used for a. initializing the operating modes b. selection of counters c. choosing binary/BCD counters d. all of the mentioned Ans- d. all of the mentioned 2. The counter starts counting …
1. The Isolation transformers are generally used for a. protecting low power circuit b. isolation c. protecting low power circuit and isolation d. none Ans- c. protecting low power circuit and isolation 2. The firing angles of t…
1. The pin that clears the control word register of 8255 when enabled is a. CLEAR b. SET c. RESET d. CLK Ans- c. RESET 2. The function, 'data bus tristated' is performed when a. CS(active low) = 1 b. CS(active low) = 0 c…
1. If 'n' denotes the number of rows that are to be refreshed in a single refresh interval, 'td' denotes the range of time it may take then, refresh time (tr) can be defined as a. n*td b. td/n c. n/td d. tdn Ans-…
1. In memory-mapped scheme, the devices are viewed as a. distinct I/O devices b. memory locations c. only input devices d. only output devices Ans- b. memory locations 2. In 74LS245, if DIR is 1, then the direction is from a. in…
1. In the signal integrate phase, the differential input voltage between IN LO(input low) and IN HI(input high) pins is integrated by the internal integrator for a fixed period of a. 256 clock cycles b. 1024 clock cycles c. 2048…
1. The feature of mode 2 of 8255 is a. single 8-bit port is available b. both inputs and outputs are latched c. port C is used for generating handshake signals d. all of the mentioned Ans- d. all of the mentioned 2. The signals …
1. If at a time A0 and BHE(active low) both are zero then, the chip(s) selected will be a. RAM b. ROM c. RAM and ROM d. ONLY RAM Ans- c. RAM and ROM 2. If (address line) A0=0 then, the status of address and memory are a. address…
1. The step included in generating delays is a. determining exact required delay b. selecting instructions for delay loop c. finding period of clock frequency d. all of the mentioned Ans- d. all of the mentioned 2. In case of su…
1. The Stack is accessed using a. SP register b. SS register c. SP and SS register d. None of the mentioned Ans- c. SP and SS register 2. The stack is useful for a. storing the register status of the processor b. temporary stora…
1. The extension that is essential for every assembly level program is a. .ASP b. .ALP c. .ASM d. .PGM Ans- c. .ASM 2. The advantages of assembly level programming are a. flexibility of programming is more b. chances of error ar…
1. POP operation a. decrements SP b. increments SP c. decrements SS d. increments SS Ans- b. increments SP 2. PUSH operation a. decrements SP b. increments SP c. decrements SS d. increments SS Ans- a. decrements SP 3. The stack …
1. The NMI pin should remain high for at least a. 4 clock cycles b. 3 clock cycles c. 1 clock cycle d. 2 clock cycles Ans- d. 2 clock cycles 2. In case of string instructions, the NMI interrupt will be served only after a. initi…
1. While executing the main program, if two or more interrupts occur, then the sequence of appearance of interrupts is called a. multi-interrupt b. nested interrupt c. interrupt within interrupt d. nested interrupt and interrupt…
1. Example of an external interrupt is a. divide by zero interrupt b. keyboard interrupt c. overflow interrupt d. type2 interrupt Ans- b. keyboard interrupt 2. If the interrupt is generated by the execution of an interrupt instr…
1. To execute a program one should a. assemble the program b. link the program c. apply external pulse d. all of the mentioned Ans- d. all of the mentioned 2. While programming for any type of interrupt, the interrupt vector tabl…
1. A macro within a macro is called a. macro-within-macro b. nested macro c. macro-in-macro d. none of the mentioned Ans- b. nested macro 2. The process of assigning a label or macroname to the string is called a. initialising m…