- Algorithm
- Compiler Design
- Computer Fundamentals
- Computer Networks
- Computer Organization & Architecture
- DBMS
- Digital logic
- Information System
- Ms Office
- Operating System
- Programming & Data structure
- Software Engineering
- Software Testing
- System Programming
- Theory of computation
- Web technology
- Analog & Digital Circuits
- Control System
- Electronic Devices
- EMFT
- Junctions, Diodes & Tunnel
- Signals & systems
- Wireless Communication
- Engineering Mechanics
- Fluid Mechanics
- Heat Transfer
- I.C. Engines
- Power Engineering
- Strength of Materials
- Theory of Machines
- Thermodynamics
- Concrete Structure
- Construction & Structure engineering
- Costing & Valuation of Building Materials
- Errors & Adjustments
- Hydraulics
- Soil Mechanics
- Steel Structures
- Structural Analysis
- Surveying
- Traffic Engineering
- Water supply & waste water engineering
Computer Science/IT
Electronics & communications
Mechanical Engineering
Civil engineering
Electrical engineering
-
-
( 1 ) A semaphore is a shared integer variable
- 1) that can not drop below zero
- 2) that can not be more than zero
- 3) that can not drop below one
- 4) that can not be more than one
-
Show Answer Report Discussion in forumAnswer : 1) that can not drop below zero
Solution : A semaphore is a shared integer variable that can not drop below zero.
discussion
Answer : 1) that can not drop below zero
-
-
-
( 2 ) Which one of the following is not a linux distribution?
- 1) debian
- 2) gentoo
- 3) open SUSE
- 4) multics
-
Show Answer Report Discussion in forumAnswer : 4) multics
Solution : Debian is an operating system composed only of free, open-source software.
Gentoo Linux was initially created by Daniel Robbins as the Enoch Linux distribution.
openSUSE is a community-created Linux distribution sponsored by Novell.
Multics is not linux distribution.
discussion
Answer : 4) multics
-
-
-
( 3 ) Linux is
- 1) single user, single tasking
- 2) single user, multitasking
- 3) multiuser, single tasking
- 4) multiuser, multitasking
-
Show Answer Report Discussion in forumAnswer : 4) multiuser, multitasking
Solution : Linux is multiuser, multitasking.
discussion
Answer : 4) multiuser, multitasking
-
-
-
( 4 ) Which desktop environment is not used in any linux distribution?
- 1) gnome
- 2) KDE
- 3) unity
- 4) none of the mentioned
-
Show Answer Report Discussion in forumAnswer : 4) none of the mentioned
Solution : gnome, KDE and unity is used in any linux distribution.
discussion
Answer : 4) none of the mentioned
-
-
-
( 5 ) In UNIX, the _____ system call is used to send a signal.
- 1) sig
- 2) send
- 3) kill
- 4) sigsend
-
Show Answer Report Discussion in forumAnswer : 3) kill
Solution : In UNIX, the kill system call is used to send a signal.
discussion
Answer : 3) kill
-
-
-
( 6 ) Which of the following is not TRUE :
- 1) Processes may send each other signals
- 2) Kernel may send signals internally
- 3) a field is updated in the signal table when the signal is sent
- 4) each signal is maintained by a single bit
-
Show Answer Report Discussion in forumAnswer : 3) a field is updated in the signal table when the signal is sent
Solution : A field is updated in the process table when the signal is sent.
discussion
Answer : 3) a field is updated in the signal table when the signal is sent
-
-
-
( 7 ) Transient operating system code is code that :
- 1) is not easily accessible
- 2) comes and goes as needed
- 3) stays in the memory always
- 4) never enters the memory space
-
Show Answer Report Discussion in forumAnswer : 2) comes and goes as needed
Solution : Transient operating system code is code that comes and goes as needed.
discussion
Answer : 2) comes and goes as needed
-
-
-
( 8 ) What is not a major reason for building distributed systems ?
- 1) Resource sharing
- 2) Computation speedup
- 3) Reliability
- 4) Simplicity
-
Show Answer Report Discussion in forumAnswer : 4) Simplicity
Solution : Simplicity is not a major reason for building distributed systems.
discussion
Answer : 4) Simplicity
-
-
-
( 9 ) Multimedia systems require _________ scheduling to ensure critical tasks will be serviced within timing deadlines.
- 1) soft real time
- 2) hard real time
- 3) normal
- 4) None of these
-
Show Answer Report Discussion in forumAnswer : 2) hard real time
Solution : Multimedia systems require hard real time scheduling to ensure critical tasks will be serviced within timing deadlines.
discussion
Answer : 2) hard real time
-
-
-
( 10 ) The ______register is read by the host to get input.
- 1) flow in
- 2) flow out
- 3) data in
- 4) data out
-
Show Answer Report Discussion in forumAnswer : 3) data in
Solution : The data in register is read by the host to get input.
discussion
Answer : 3) data in
-