SRIDEVI WOMEN’S ENGINEERING COLLEGE – GANDIPET, HYDERABAD
ACADEMICS, EXAMINATION & CONFIDENTIAL SECTION
I - MID B. Tech (IV – II Semester) EXAMINATIONS – MAY 2021
OBJECTIVE EXAM
SET-1
----------------------------------------------------------------------------------------------------------------------------------------------
Subject Name : Real Time Systems Branch: CSE,IT Sec: A,B,C &D Date: 06/05/2021
Subject Code : 138EK Time: 20 Minutes
Name: ________________________________ [Link] : D
---------------------------------------------------------------------------------------------
Answer all the Questions. All Questions carry Equal Marks. Marks: 10 M
I choose the correct alternative:
1. Which command is used to update the access mode of the file [ ]
a) chmod b) cd c)rm d) chown
2. Which of the following is not a type of semaphore __________ [ ]
a) Mutex b) Counting c) Decimal d) binary
3. Which one of the following is a real time operating system? [ ]
a) RTLinux b) VxWorks c) Windows CE d) All of the mentioned
4. Which one of the following is a synchronization kernel object? [ ]
a) Thread
b) Pipe
c) Semaphore
d) Socket
5. Which of the following are common components of RTOS kernel [ ]
a) Services
b) Objects
c) Scheduler
d) All of the above
6. Each signal is identified by integer value called [ ]
a)Vector number b) SID c)Signal number d) none
7. Which one of the following scheduling algorithm is used in RTOS [ ]
a)FCFS b)SJF c)SRTF d)Priority
8. ____________is an element of message queue [ ]
a) PID b) Queue length c)name d) None
9. The Operating System which processes the data instructions without any delay is [ ]
a) Distributed
b) Online
c) Real-time
d)Instruction System
10. Which one of the following commands is used to list all files in directory? [ ]
a) rename b) cp c) ls d) rm
II Fill up the blanks.
1. ____________operation allows a task to block and wait for a specified condition to occur on one or
more pipes.
2. A semaphore is a kernel object that one or more threads of execution can acquire or release for the
purpose of ______________
3. ___________ is also called Mutual exclusion.
4. PWD stands for___________________
5. ________________ can be defined as a computing device that does a specific focused job.
6. Two main operations are associated with an event register are __________and_________.
7. The vfork () is used to ___________________.
8. ______________ are kernel objects that provide unstructured data exchange and facilitate
synchronization among tasks.
9. Example of interlocked two-way data communication is ______________
10. ___________ Command is used to establish more than one link for file.