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

50 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The basic unit of execution is

  1. bit
  2. thread
  3. word
  4. data
Question 2 Multiple Choice (Single Answer)

Which of the following is beyond the scope of firewall?

  1. Providing protection against internal threats
  2. Implementation of audits and alarms
  3. Acting as a network address translator
  4. Performing network management functions
  5. Serving as a platform for IPSec
Question 3 Multiple Choice (Single Answer)

The command “n>&m” is used for

  1. merging an input from stream n with stream m
  2. merging an output from stream n with stream m
  3. merging an input from stream m with stream n
  4. merging an output from stream m with stream n
  5. All of the above
Question 4 Multiple Choice (Single Answer)

A template or blueprint that specifies the behaviour or states the objects of its type support is called

  1. object
  2. data type
  3. keyword
  4. class
  5. instant variable
Question 5 Multiple Choice (Single Answer)

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?

  1. IFS
  2. TEZ
  3. TERM
  4. SHILVL
  5. UID
Question 6 Multiple Choice (Single Answer)

In a point to point communication network, the end devices that wish to communicate are called

  1. stations
  2. routers
  3. terminals
  4. nodes
  5. users
Question 7 Multiple Choice (Single Answer)

The most reliable network is

  1. WAN
  2. MAN
  3. LAN
  4. WLAN
  5. SAN
Question 8 Multiple Choice (Single Answer)

Which of the following does not belong to the same group?

  1. BGP
  2. UDP
  3. RIP
  4. Dijkstra
  5. OSPF
Question 9 Multiple Choice (Single Answer)

Which of the following statements is correct?

  1. Class variables have static keyword.
  2. Instance variables are declared within any method.
  3. Local variable is initialised outside the method.
  4. Instance variable can be accessed outside any method.
  5. Local variable is declared outside any method.
Question 10 Multiple Choice (Single Answer)

The process of maintaining a log of all access-related activities of the user in the system including user login, resource access, etc. is

  1. data management
  2. authorisation
  3. security auditing
  4. securitisation
  5. None of these
Question 11 Multiple Choice (Single Answer)

Choose the odd one out.

  1. Transient
  2. do while
  3. Boolean
  4. Try
  5. Implements
Question 12 Multiple Choice (Single Answer)

The CPU scheduling module which gives control of the CPU to the processes selected by the short-term scheduler is

  1. task manager
  2. dispatcher
  3. device manager
  4. kernel
  5. None of these
Question 13 Multiple Choice (Single Answer)

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.

  1. Network layer
  2. Data link layer
  3. Presentation layer
  4. Transport layer
  5. Application layer
Question 14 Multiple Choice (Single Answer)

The malwares which mutate with every infection and also rewrite themselves completely at each iteration are

  1. polymorphic viruses
  2. stealth viruses
  3. metamorphic viruses
  4. boot sector viruses
  5. parasitic viruses
Question 15 Multiple Choice (Single Answer)

The process of representation of needed information in program in such a way that its details are hidden from the user is called

  1. encapsulation
  2. inheritance
  3. abstraction
  4. encryption
  5. polymorphism
Question 16 Multiple Choice (Single Answer)

System performance is measured in __________ and CPU performance is measured in __________.

  1. throughput, throughput
  2. response time, response time
  3. throughput, response time
  4. response time, throughput
  5. None of these
Question 17 Multiple Choice (Single Answer)

A written document having information on all current and available IT services, default levels and options is called

  1. information brochure
  2. service brochure
  3. information catalogue
  4. service catalogue
  5. All of the above
Question 18 Multiple Choice (Single Answer)

Which notation is represented by “ddd”?

  1. Binary character
  2. Octal character
  3. Hexadecimal character
  4. BCD character
  5. Carriage return
Question 19 Multiple Choice (Single Answer)

A discipline applying technical and administrative direction and surrounding veilance to identify and document the functional and physical characteristics of a configuration item is

  1. configuration management
  2. defect prevention
  3. version control
  4. process analysis
  5. configuration quality management
Question 20 Multiple Choice (Single Answer)

Which of the following does not belong to the same group?

  1. Oracle
  2. Dot net
  3. Sybase
  4. Informix
  5. DDL
Question 21 Multiple Choice (Single Answer)

Which of the following is not a phase of the life of a virus program?

  1. Dormant phase
  2. Propagation phase
  3. Duplicating phase
  4. Triggering phase
  5. Execution phase
Question 22 Multiple Choice (Single Answer)

The compression-decompression as well as encryption-decryption of data is provided by

  1. presentation layer
  2. transport layer
  3. data link layer
  4. physical layer
  5. network layer
Question 23 Multiple Choice (Single Answer)

“&&” operator is used for

  1. disjunction
  2. dereference
  3. conjunction
  4. scaling
  5. sequencing
Question 24 Multiple Choice (Single Answer)

MTTR stands for

  1. mean time to restart
  2. mean time to release
  3. mean time to reschedule
  4. mean time to repair
  5. None of these
Question 25 Multiple Choice (Single Answer)

The first fully transistorised computer was

  1. MARK I
  2. PDP-8
  3. TRADIC
  4. Z1
  5. ANUPAM
Question 26 Multiple Choice (Single Answer)

Controlling method for establishing communication between two devices to ensure that data transmission takes place when other is ready for it, is

  1. handshaking
  2. duplex communication
  3. greeking
  4. tunneling
  5. protocol
Question 27 Multiple Choice (Single Answer)

In OLTP, normalisation of database is done to

  1. make the operational data dynamic
  2. facilitate insertion, deletion and updation of data
  3. store the data at microscopic level
  4. reduce the response time of the system
  5. facilitate queries and analysis
Question 28 Multiple Choice (Single Answer)

Which of the following is not a coverage criterion for logic coverage?

  1. Every statement of the program must be executed at least once.
  2. Every branch in the program must be executed at least once.
  3. Every path in the program must be executed at least once.
  4. Every function in the program must be executed at least once.
  5. Every condition in the program must be executed at least once.
Question 29 Multiple Choice (Single Answer)

SQL server is a product of

  1. Oracle
  2. Microsoft
  3. Dell
  4. IBM
  5. Intel
Question 30 Multiple Choice (Single Answer)

The method of deadlock elimination in which some resources are preempted and given to other processes till deadlock circle breaks is

  1. process termination
  2. resource preemption
  3. circular wait
  4. hold and wait
  5. mutual exclusion
Question 31 Multiple Choice (Single Answer)

In which model does the communication between two devices take place by virtue of exchange of message between cooperating processes?

  1. Inter-process communication model
  2. Thread model
  3. Message passing model
  4. Shared memory model
  5. None of these
Question 32 Multiple Choice (Single Answer)

Shortest job first is a special case of

  1. FCFS scheduling
  2. priority scheduling
  3. round robin scheduling
  4. gantt scheduling
  5. None of these
Question 33 Multiple Choice (Single Answer)

Multitasking is the same as

  1. time sharing
  2. multithreading
  3. fragmentation
  4. resource sharing
  5. multiprogramming
Question 34 Multiple Choice (Single Answer)

_____ is a dedicated connection which uses the standard telephone lines for sending and receiving data in digital form.

  1. PSTN
  2. DSLAMB
  3. Broadband
  4. DSL
  5. Wireline
Question 35 Multiple Choice (Single Answer)

Which of the following is the correct hierarchy?

  1. End user - SQL - Application program - DBMS - OS - Database
  2. End user - Application program - SQL - OS - DBMS - Database
  3. End user - Application program - SQL - DBMS - OS - Database
  4. End user - Application program - SQL - DBMS - Database - OS
  5. End user - Application program - DBMS - SQL - OS - Database
Question 36 Multiple Choice (Single Answer)

Which of the following is a resource allocation algorithm?

  1. RIP algorithm
  2. Ddijkstra algorithm
  3. Quine algorithm
  4. Banker’s algorithm
  5. Routh algorithm
Question 37 Multiple Choice (Single Answer)

Loopback address is

  1. 207.0.0.1
  2. 227.1.0.1
  3. 127.0.0.1
  4. 261.0.1.1
  5. 129.1.0.1
Question 38 Multiple Choice (Single Answer)

The technical fault in which unusually large time is taken for transferring pages to and from a backing store is

  1. paging
  2. deadlock
  3. page stealing
  4. thrashing
  5. page locking
Question 39 Multiple Choice (Single Answer)

The term black box is associated with

  1. class
  2. object
  3. encapsulation
  4. inheritance
  5. polymorphism
Question 40 Multiple Choice (Single Answer)

___________ is an encrypted tamper proof attachment which is used to authenticate a message or document.

  1. Digital signature
  2. File signature
  3. DCS
  4. DSS
  5. Digital certificate
Question 41 Multiple Choice (Single Answer)

Which of the following is/are included in CM process?

  1. Developer’s area
  2. Unit test area
  3. Integration test area
  4. All of the above
  5. None of these
Question 42 Multiple Choice (Single Answer)

The class of IP address 190.25.25.21 is

  1. B
  2. A
  3. C
  4. D
  5. E
Question 43 Multiple Choice (Single Answer)

Which of the following is/are used for arranging bookmarks?

  1. DBMS
  2. RDBMS
  3. Folders
  4. File manager
  5. Files
Question 44 Multiple Choice (Single Answer)

What is “cerr”?

  1. A keyword in C
  2. An error condition
  3. Standard output error stream
  4. Standard logging stream
  5. Operator in UNIX
Question 45 Multiple Choice (Single Answer)

The automatic downloading of spyware without consent on visiting any website is called

  1. spoofing
  2. drive-by download
  3. forging
  4. ID theft
  5. sniffing
Question 46 Multiple Choice (Single Answer)

Which of the following sorting techniques follows the divide and conquer strategy?

  1. Merge sort
  2. Quick sort
  3. Bubble sort
  4. Sink sort
  5. Radix sort
Question 47 Multiple Choice (Single Answer)

The device which connects a given network to a significantly different network is called

  1. bridge
  2. router
  3. switch
  4. gateway
  5. node
Question 48 Multiple Choice (Single Answer)

The exit controlled looping technique is

  1. while
  2. else if
  3. for
  4. do while
  5. None of these
Question 49 Multiple Choice (Single Answer)

The power related threats can be avoided using

  1. surge suppressor
  2. line conditioners
  3. UPS
  4. All of the above
  5. None of these
Question 50 Multiple Choice (Single Answer)

Which of the following is/are software quality factor(s)?

  1. Correctness
  2. Maintainability
  3. Reliability
  4. Reusability
  5. All of the above