Sample Accenture Set1 Technical Assesment
Sample Accenture Set1 Technical Assesment
(4)The portion of the process scheduler in an operating system that dispatches processes
is concerned with ____________
(a) assigning ready processes to waiting queue
(b) assigning running processes to blocked queue
*(c) assigning ready processes to CPU
(d) all of the mentioned
(5)The IP network 192.168.50.0 is to be divided into 10 equal sized subnets. Which of the
following subnet masks can be used for the above requirement?
(a)255.243.240
*(b)255.255.0.0
(c)255.255.0
(d)255.255.255
(6)The _________ presents a uniform device-access interface to the I/O subsystem,
much as system calls provide a standard interface between the application and the
operating system.
*(a) Device drivers
(b) I/O systems
(c) Devices
(d) Buses
(7)If there are N routers from source to destination, the total end to end delay in sending
packet P(L-> number of bits in the packet R-> transmission rate) is equal to
______________
(a) N
*(b) (N*L)/R
(c) (2N*L)/R
(d) L/R
(9)Which programming paradigm emphasizes on writing code that is easy to read and
maintain?
(a) Procedural programming
*(b) Object-oriented programming
(c) Functional programming
(d) Structured programming
(13)Which of the following is not a valid variable name in most programming languages?
(a) myVariable
*(b) 123Variable
(c) _myVariable
(d) my_variable
(15)In SCSI disks used in high end PCs, the controller maintains a list of _________ on the
disk. The disk is initialized during ________ formatting which sets aside spare sectors
not visible to the operating system.
(a) destroyed blocks, partitioning
*(b) bad blocks, low level formatting
(c) destroyed blocks, high level formatting
(d) bad blocks, partitioning
(16)Which of the following is a popular open-source database management system?
*(a) MongoDB
(b) Oracle
(c) Microsoft SQL Server
(d) IBM DB2
(21)Microsoft Word, Microsoft Excel, and Microsoft PowerPoint are the part of
*(a) Microsoft Office Suite
(b) Microsoft Windows
(c) Mac OS X
(d) None of these
(26)Which one of the following is an internet standard protocol for managing devices on an
IP network?
(a) dynamic host configuration protocol
*(b) simple network management protocol
(c) internet message access protocol
(d) media gateway protocol
(28)A feature of MS Office that saves the document automatically after certain interval is
called ____
(a)Save
(b)Save as
*(c)Auto Save
(d)Backup
(29)Which statement is true about Java?
(a) Java is a sequence-dependent programming language
(b) Java is a code dependent programming language
(c) Java is a platform-dependent programming language
*(d) Java is a platform-independent programming language