Computer Science and IT Professional Knowledge
Comprehensive quiz covering computer science fundamentals including operating systems, networking, programming, databases, security, and software engineering for IT professional assessments
Questions
The basic unit of execution is
- bit
- thread
- word
- data
Which of the following is beyond the scope of firewall?
- Providing protection against internal threats
- Implementation of audits and alarms
- Acting as a network address translator
- Performing network management functions
- Serving as a platform for IPSec
The command “n>&m” is used for
- merging an input from stream n with stream m
- merging an output from stream n with stream m
- merging an input from stream m with stream n
- merging an output from stream m with stream n
- All of the above
A template or blueprint that specifies the behaviour or states the objects of its type support is called
- object
- data type
- keyword
- class
- instant variable
Which of the following commands is used to find whether the built-in exit commands end the current session or not and increment by one each time an instance of bash is started?
- IFS
- TEZ
- TERM
- SHILVL
- UID
In a point to point communication network, the end devices that wish to communicate are called
- stations
- routers
- terminals
- nodes
- users
The most reliable network is
- WAN
- MAN
- LAN
- WLAN
- SAN
Which of the following does not belong to the same group?
- BGP
- UDP
- RIP
- Dijkstra
- OSPF
Which of the following statements is correct?
- Class variables have static keyword.
- Instance variables are declared within any method.
- Local variable is initialised outside the method.
- Instance variable can be accessed outside any method.
- Local variable is declared outside any method.
The process of maintaining a log of all access-related activities of the user in the system including user login, resource access, etc. is
- data management
- authorisation
- security auditing
- securitisation
- None of these
Choose the odd one out.
- Transient
- do while
- Boolean
- Try
- Implements
The CPU scheduling module which gives control of the CPU to the processes selected by the short-term scheduler is
- task manager
- dispatcher
- device manager
- kernel
- None of these
Name the layer of OSI model which repackages the packets and converts long messages into short messages and does the vice versa at the receiver end.
- Network layer
- Data link layer
- Presentation layer
- Transport layer
- Application layer
The malwares which mutate with every infection and also rewrite themselves completely at each iteration are
- polymorphic viruses
- stealth viruses
- metamorphic viruses
- boot sector viruses
- parasitic viruses
The process of representation of needed information in program in such a way that its details are hidden from the user is called
- encapsulation
- inheritance
- abstraction
- encryption
- polymorphism
System performance is measured in __________ and CPU performance is measured in __________.
- throughput, throughput
- response time, response time
- throughput, response time
- response time, throughput
- None of these
A written document having information on all current and available IT services, default levels and options is called
- information brochure
- service brochure
- information catalogue
- service catalogue
- All of the above
Which notation is represented by “ddd”?
- Binary character
- Octal character
- Hexadecimal character
- BCD character
- Carriage return
A discipline applying technical and administrative direction and surrounding veilance to identify and document the functional and physical characteristics of a configuration item is
- configuration management
- defect prevention
- version control
- process analysis
- configuration quality management
Which of the following does not belong to the same group?
- Oracle
- Dot net
- Sybase
- Informix
- DDL
Which of the following is not a phase of the life of a virus program?
- Dormant phase
- Propagation phase
- Duplicating phase
- Triggering phase
- Execution phase
The compression-decompression as well as encryption-decryption of data is provided by
- presentation layer
- transport layer
- data link layer
- physical layer
- network layer
“&&” operator is used for
- disjunction
- dereference
- conjunction
- scaling
- sequencing
MTTR stands for
- mean time to restart
- mean time to release
- mean time to reschedule
- mean time to repair
- None of these
The first fully transistorised computer was
- MARK I
- PDP-8
- TRADIC
- Z1
- ANUPAM
Controlling method for establishing communication between two devices to ensure that data transmission takes place when other is ready for it, is
- handshaking
- duplex communication
- greeking
- tunneling
- protocol
In OLTP, normalisation of database is done to
- make the operational data dynamic
- facilitate insertion, deletion and updation of data
- store the data at microscopic level
- reduce the response time of the system
- facilitate queries and analysis
Which of the following is not a coverage criterion for logic coverage?
- Every statement of the program must be executed at least once.
- Every branch in the program must be executed at least once.
- Every path in the program must be executed at least once.
- Every function in the program must be executed at least once.
- Every condition in the program must be executed at least once.
SQL server is a product of
- Oracle
- Microsoft
- Dell
- IBM
- Intel
The method of deadlock elimination in which some resources are preempted and given to other processes till deadlock circle breaks is
- process termination
- resource preemption
- circular wait
- hold and wait
- mutual exclusion
In which model does the communication between two devices take place by virtue of exchange of message between cooperating processes?
- Inter-process communication model
- Thread model
- Message passing model
- Shared memory model
- None of these
Shortest job first is a special case of
- FCFS scheduling
- priority scheduling
- round robin scheduling
- gantt scheduling
- None of these
Multitasking is the same as
- time sharing
- multithreading
- fragmentation
- resource sharing
- multiprogramming
_____ is a dedicated connection which uses the standard telephone lines for sending and receiving data in digital form.
- PSTN
- DSLAMB
- Broadband
- DSL
- Wireline
Which of the following is the correct hierarchy?
- End user - SQL - Application program - DBMS - OS - Database
- End user - Application program - SQL - OS - DBMS - Database
- End user - Application program - SQL - DBMS - OS - Database
- End user - Application program - SQL - DBMS - Database - OS
- End user - Application program - DBMS - SQL - OS - Database
Which of the following is a resource allocation algorithm?
- RIP algorithm
- Ddijkstra algorithm
- Quine algorithm
- Banker’s algorithm
- Routh algorithm
Loopback address is
- 207.0.0.1
- 227.1.0.1
- 127.0.0.1
- 261.0.1.1
- 129.1.0.1
The technical fault in which unusually large time is taken for transferring pages to and from a backing store is
- paging
- deadlock
- page stealing
- thrashing
- page locking
The term black box is associated with
- class
- object
- encapsulation
- inheritance
- polymorphism
___________ is an encrypted tamper proof attachment which is used to authenticate a message or document.
- Digital signature
- File signature
- DCS
- DSS
- Digital certificate
Which of the following is/are included in CM process?
- Developer’s area
- Unit test area
- Integration test area
- All of the above
- None of these
The class of IP address 190.25.25.21 is
- B
- A
- C
- D
- E
Which of the following is/are used for arranging bookmarks?
- DBMS
- RDBMS
- Folders
- File manager
- Files
What is “cerr”?
- A keyword in C
- An error condition
- Standard output error stream
- Standard logging stream
- Operator in UNIX
The automatic downloading of spyware without consent on visiting any website is called
- spoofing
- drive-by download
- forging
- ID theft
- sniffing
Which of the following sorting techniques follows the divide and conquer strategy?
- Merge sort
- Quick sort
- Bubble sort
- Sink sort
- Radix sort
The device which connects a given network to a significantly different network is called
- bridge
- router
- switch
- gateway
- node
The exit controlled looping technique is
- while
- else if
- for
- do while
- None of these
The power related threats can be avoided using
- surge suppressor
- line conditioners
- UPS
- All of the above
- None of these
Which of the following is/are software quality factor(s)?
- Correctness
- Maintainability
- Reliability
- Reusability
- All of the above