Serial port programming

Lecture 38: Serial port programming

90 Questions65 MCQs22 Short Questions3 Long Questions
Showing 3140 of 90 Questions
Page 4 of 9
Q31❓ MCQ📑 Lec 14Easy🔁RepeatedHigh-Yield
On a standard 9-pin RS-232 (DB-9) serial port connector, which pin number is assigned to the Carrier Detect (CD / DCD) signal?
  1. A.Pin 1
  2. B.Pin 2
  3. C.Pin 3
  4. D.Pin 4
Q32❓ MCQ📑 Lec 14Easy🔁RepeatedHigh-Yield
On a standard 9-pin RS-232 (DB-9) serial port connector, which pin number is assigned to Signal Ground (GND)?
  1. A.Pin 4
  2. B.Pin 5
  3. C.Pin 6
  4. D.Pin 3
Q33❓ MCQ📑 Lec 14Easy🔁RepeatedHigh-Yield
On a standard 9-pin RS-232 (DB-9) serial port connector, which pin number is assigned to the Ring Indicator (RI) line?
  1. A.Pin 6
  2. B.Pin 7
  3. C.Pin 8
  4. D.Pin 9
Q34❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In multithreaded assembly applications and operating systems, thread creation can be __________.
  1. A.static
  2. B.dynamic
  3. C.easy
  4. D.difficult
Q35❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In a multitasking kernel, the thread registration function initializes the Process/Thread Control Block (PCB/TCB) and inserts it into the active ready list so that the __________ can allocate CPU time to it.
  1. A.assembler
  2. B.scheduler
  3. C.linker
  4. D.debugger
Q36❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In multithreaded systems, thread creation can be __________.
  1. A.static
  2. B.dynamic
  3. C.easy
  4. D.difficult
Q37❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In a multitasking kernel, the thread registration code initializes the Thread Control Block (TCB/PCB) and adds it to the ready list so that the __________ can allocate CPU time to it.
  1. A.assembler
  2. B.scheduler
  3. C.linker
  4. D.debugger
Q38❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In multithreaded programming architectures, each thread maintains its own independent stack capable of tracking function calls, arguments, and __________ variables.
  1. A.global
  2. B.local
  3. C.legal
  4. D.illegal
Q39❓ MCQ📑 Lec 14Medium🔁RepeatedHigh-Yield💡Conceptual
In a multithreaded architecture, each execution thread manages its own private stack to maintain function calls, parameters, and __________ variables.
  1. A.global
  2. B.local
  3. C.legal
  4. D.illegal
Q40❓ MCQ📑 Lec 14Easy🔁RepeatedHigh-Yield💡Conceptual
In multitasking systems, thread creation can be __________.
  1. A.static
  2. B.dynamic
  3. C.easy
  4. D.difficult