set-9
201. Which of the following controls the time slicing mechanism in a multitasking operating system?
202. Which of the following provides time period for the context switch?
203. Which of the following can periodically trigger the context switch?
204. Which interrupt provides system clock in the context switching?
205. The special table in the multitasking operating system is also known as
206. Which of the following stores all the task information that the system requires?
207. Which of the following contains all the task and their status?
208. Which determines the sequence and the associated task’s priority?
209. Which of the following can be used to refer to entities within the RTOS?
210. Which of the following defines the set of instructions loaded into the memory?
211. Which of the following uses its own address space?
212. Which of the following does not use a shared memory?
213. Which of the following can own and control the resources?
214. Which can be supported if the task or process maintains a separate data area for each thread?
215. Which of the following possesses threads of execution?
216. Which term is used to encompass more than a simple context switch?
217. Which can be considered as the lower level in the multitasking operating system?
218. Which of the following are the pin efficient method of communicating between other devices?
219. Which of the following depends the number of bits that are transferred?
220. Which of the following is the most commonly used buffer in the serial porting?
221. What does SPI stand for?
222. Which allows the full duplex synchronous communication between the master and the slave?
223. Which of the following processor uses SPI for interfacing?
224. In which register does the data is written in the master device?
225. What happens when 8 bits are transferred in the SPI?
226. Which signal is used to select the slave in the serial peripheral interfacing?
227. How much time period is necessary for the slave to receive the interrupt and transfer the data?
228. Which of the following allows a lower priority task to run despite the higher priority task is active and waiting to preempt?
229. What happens to the interrupts in an interrupt service routine?
230. Which of the following is a part of RTOS kernel?
231. Which of the following is an industrial interconnection bus?
232. Which of the following supports seven interrupt priority level?
233. Which allows the parallel development of the hardware and software in the simulation?
234. Which of the following are used to test the software?
235. Which allows the UNIX software to be ported using a simple recomputation?
236. Which of the following can simulate the processor, memory, and peripherals?
237. How many categories are there for the low-level simulation?
238. How many categories are there for the low-level simulation?
239. Which of the following can simulate the LCD controllers and parallel ports?
240. Which of the following provides a low-level method of debugging software?
241. Which of the following has the ability to download code using a serial port?
242. What does the processor fetches from the EPROM if the board is powered?
243. Which of the following device can transfer the vector table from the EPROM?
244. Which of the following allows the reuse of the software and the hardware components?
245. Which of the following is the design in which both the hardware and software are considered during the design?
246. What does API stand for?
247. Which activity is concerned with identifying the task at the final embedded systems?
248. In which design activity, the loops are interchangeable?
249. Which design activity helps in the transformation of the floating point arithmetic to a fixed point arithmetic?
250. Which design activity is in charge of mapping operations to hardware?
251. Which of the following is approximated during hardware/software partitioning, during task level concurrency management?
252. Which of the following is a process of analyzing the set of possible designs?
253. Which of the following is a meet-in-the-middle approach?
254. A software program that serves as an interface between the user of a computer and computer hardware is called
255. Which of the following was the first single user command based operating system (OS) for PC?
256. Which of the following is/are multitasking operating system?
257. Which of the following operating system is responsible for scheduling tasks according to priority and resource required?
258. Which of the following is a batch processing operating system?
259. Which of the following is also known as Command Line Interface (CLI)?
260. Microsoft Windows operating system is . . . . and . . . .
261. The process which is used to load the operating system in the memory of computer is called
262. Which program is typically stored in ROM (read only memory) of a computer system?
263. The process of choosing a task among several tasks in the pool and loading it into the main memory, is
264. What is the full form of POST?
265. The ______ Operating System pays more attention to the meeting of the time limits.
266. The interrupt latency should be ______ for real time operating systems.
267. The Time duration required for scheduling dispatcher to stop one process and start another is called...
268. Which single task of a particular application is process is a type of processor...
269. Which one of the following is a real time operating system?
Last updated