0% found this document useful (0 votes)
18 views28 pages

IBPS SO IT Officer Mains Exam - English-4

Uploaded by

Sathish Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views28 pages

IBPS SO IT Officer Mains Exam - English-4

Uploaded by

Sathish Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 28

Toppersexam.

com

IBPS SO IT Officer Mains Exam -


English-4

Toppersexam.com
Toppersexam.com

IBPS SO IT Officer Mains Exam - English-4


Paper Questions

SUBJECT: IT Officer

Question 1 : Which among them is not an application software

(A) MS word

(B) MS excel

(C) Adobe Acrobat

(D) Turbo C compiler

(E) None of these

Question 2 : One among the following sentences is incorrect. Which is that

(A) area above 1 MB is called extended memory

(B) all programs system always loaded in high memory

(C) operating system always loaded in high memory

(D) All of the above

(E) None of these

Question 3 : What is an operating system

(A) it is an interface between user and the computer

(B) it manages all resources

Toppersexam.com
Toppersexam.com

(C) it does all process management tasks

(D) All of the above

(E) None of these

Question 4 : Which is the most important part of an operating system

(A) shell

(B) kernel

(C) device drivers

(D) extra services

(E) None of these

Question 5 : Windows can’t be started in one these modes, which is that

(A) normal mode

(B) safe mode

(C) actual mode

(D) enhanced mode

(E) None of these

Question 6 : Which file contains default.pif file

(A) windows directory

Toppersexam.com
Toppersexam.com

(B) root directory

(C) dos directory

(D) All of these

(E) None of these

Question 7 : Windows stores all systems setting in this file

(A) MAIN.INI

(B) SYSTEM.INI

(C) SETTING.INI

(D) COMMAND.INI

(E) WIN.INI

Question 8 : Factor making windows popular is

(A) Multi tasking capacity

(B) desktop features

(C) user friendly GUI features

(D) being inexpensive

(E) None of these

Question 9 : A series of specially designed documents, which are all linked to be viewed on internet

Toppersexam.com
Toppersexam.com

is called

(A) world Wide Web

(B) Web Server

(C) Search Engine

(D) Both b and c

(E) None of these

Question 10 : Which utility other than wizard asks a lot of questions while creating document for
user, is

(A) wizard2

(B) template

(C) help

(D) All of these

(E) None of these

Question 11 : DTP packages cannot do this

(A) graphics/ pictures related utility

(B) internet connectivity

(C) word processing

(D) provide print quality

(E) None of these

Toppersexam.com
Toppersexam.com

Question 12 : All real time system are on line

(A) always

(B) sometimes

(C) never

(D) application specific

(E) None of these

Question 13 : All application files in a group should reside in

(A) one directory

(B) at the max two subdirectories (when both of these are in one parent directory)

(C) in one package

(D) Can be any where

(E) None of these

Question 14 : All windows application have to be executed in windows or in DOS mode only

(A) always

(B) never

(C) it depends on application (i.e. will run in the environment in which it was built)

(D) can’t say

(E) None of these

Toppersexam.com
Toppersexam.com

Question 15 : Minimize window, what it will do

(A) close the window

(B) make it an icon and store on task bar

(C) close window after saving its contents

(D) shut down the computer

(E) None of these

Question 16 : A connection from the current document to another document or to a document on the
world wide web

(A) HTML

(B) Icon

(C) Internet

(D) Hypertext link

(E) None of these

Question 17 : The term access time means

(A) a register or storage location that forms the result of an arithmetic or logic operation

(B) the elapsed time between the instant when data are called for from a storage device and the instant
when the delivery operation is completed

Toppersexam.com
Toppersexam.com

(C) to locate the desired data

(D) All of these

(E) None of these

Question 18 : ADA

(A) is a high level programming language development by the development of defense

(B) is automatic data defense

(C) is association of data processing

(D) All of these

(E) None of these

Question 19 : A set of well defined steps for solving a problem in finite number of operations

(A) Ada

(B) ALGOL

(C) Algorithm

(D) Accumulator

(E) None of these

Question 20 : ANSI

(A) is American national standards institution

Toppersexam.com
Toppersexam.com

(B) is an organization that develops and approves standards un many fields

(C) both a and b above are correct

(D) an software

(E) None of these

Question 21 : A language which is close to that used with in the computer is

(A) High – level language

(B) Assembly language

(C) Low- level language

(D) All of the above

Question 22 : Program execution time would be minimum if the programs are written in

(A) Machine Language

(B) Assembly language

(C) High level language

(D) All of the above

Question 23 : Which one of the following is not a type of a language processor ?

(A) Compiler

(B) Interpreter

Toppersexam.com
Toppersexam.com

(C) Application software

(D) Assembler

Question 24 : By Nationality, Dennis Ritchie Was _____ ?

(A) British

(B) Russian

(C) Canadian

(D) American

Question 25 : Dennis Ritchie Completed his graduation from _______ University ?

(A) MIT University

(B) Stanford University

(C) Harvard University

(D) Cembridge University

Question 26 : What is full Name of Dennis Ritchie ?

(A) Dennis George Ritchie

(B) Dennis Stephen Ritchie

(C) Dennis Bill Ritchie

(D) Dennis MacAlistair Ritchie

Toppersexam.com
Toppersexam.com

Question 27 : Which of the following keyword supports dynamic method resolution ?

(A) abstract

(B) Virtual

(C) Dynamic

(D) Typeid

Question 28 : Which of the following is the most preferred way of throwing and handling exceptions
?

(A) Throw by value and and catch by reference.

(B) Throw by reference and catch by reference.

(C) Throw by value and catch by value

(D) Throw the pointer value and provide catch for teh pointer type.

Question 29 : What happens when the following class is compiled and run ? Select one correct
answer.
public class test{
public static void main (String args [ ]) {
int x = 0, y = 1, z;
if (x)
z=0;
else
z = 1;
if(y)
z = 2;
else

Toppersexam.com
Toppersexam.com

z = 3;
System.out. printIn(z);
}
}

(A) The program prints 1

(B) The program prints 2

(C) The program prints 3

(D) The program does not compile

Question 30 : What is the value of the expression (1/4 + 3/ 2 + 0.1) ?

(A) 1

(B) 1.85

(C) 1.1

(D) None of the above

Question 31 : Which of the following declarations is incorrect in python language -

(A) xyzp = 5,000,000

(B) xyzp = 5000 6000 7000, 8000

(C) x,y,z,p = 5000,6000,7000,8000

(D) xy_z_p = 5,000,000

Toppersexam.com
Toppersexam.com

Question 32 : Which of the following preecedence order is correct in Python -

(A) Parenthese, Exponential, Multiplication, Division, Addition, Substraction

(B) Multiplication, Division, Addition, Subtraction, parentheses, Exponential

(C) Division, Multiplication, Addition, Subtraction, Parentheses, Exponential

(D) Exponential, Parentheses, Multiplication, Division, Addition, Subtraction

Question 33 : Study the following program :


x=1
while True : if x%5 ==0:
break
print (x)
x+=1
​What will be the output of this code

(A) error

(B) 21

(C) 0 3 1

(D) None of these

Question 34 : TCP stands for

(A) Transform Control Protocol

(B) Transmission Control Protocol

(C) Transistor Control Protocol

(D) Transmission Communicational protocol

Toppersexam.com
Toppersexam.com

Question 35 : ____ to send and receive electronic mail

(A) Simple Mail Transfer Protocol

(B) Simple Main Transfer Protocol

(C) Simplex mail Transistor Protocol

(D) Simple Mail Transfermation Protocol

Question 36 : ______ to transmit information on the World Wide Web

(A) HTTTP

(B) HTPP

(C) HTTP

(D) HPPT

Question 37 : Which protocol helps to transfer files between computers ?

(A) FTP

(B) HTTP

(C) FTTP

(D) HTP

Question 38 : Which of the following is not a type of artificial intelligence agent ?

Toppersexam.com
Toppersexam.com

(A) Learning Agent

(B) Goal based AI agent

(C) Simple reflex agent

(D) Unity-based AI agent

Question 39 : Which of the following is not the commonly used programming language for AI ?

(A) perl

(B) Java

(C) Prolog

(D) Lisp

Question 40 : If the size of the stack is 10 and we try to add the 11th element in the stack then the
condition is known as _______

(A) Underflow

(B) Garbage collection

(C) Overflow

(D) None of the above

Question 41 : Which one of the following is not the application of the stack data structure

(A) Strong reversal

Toppersexam.com
Toppersexam.com

(B) recursion

(C) Backtracking

(D) Asynchronous data transfer

Question 42 : Which data structure is mainly used for implementing the recursive algorithm ?

(A) Queue

(B) Stack

(C) Binary tree

(D) Linked list

Question 43 : Consider the usual algorithm for determinning whether a sequence of parentheses is
balanced.
The maximum number of parantheses that appear on the stack AT ANY ONE TIME when the
algorithm analyzes: (0(0)(0)) are:

(A) 1

(B) 2

(C) 3

(D) 4 or more

Question 44 : Process of removing an element from stack is called _____?

(A) Create

Toppersexam.com
Toppersexam.com

(B) Push

(C) Evaluation

(D) Pod

Question 45 : Pushing an element into stack already having five elment and stack size of 5, then stack
becomes ?

(A) Overflow

(B) Crash

(C) Underflow

(D) User flow

Question 46 : Which features of OOPS derives the class from another class ?

(A) Inheritance

(B) Data hiding

(C) Encapsulation

(D) Polymorphism

Question 47 : Define the programming language, which does not support all four types of of
inheritance ?

(A) Smalltalk

(B) Kotlin

Toppersexam.com
Toppersexam.com

(C) Java

(D) C++

Question 48 : The number of resources requested by a process :

(A) must always be less than the total number of resources available in the system

(B) must always be equal to the total number of resources available in the system

(C) must not exceed the total number of resources available in the system

(D) must exceed the total number of resources available in the the system

Question 49 : With round robin scheduling algorithm in a time shared system,

(A) using very large time slice converts in into First come First served scheduling algorithm

(B) using very small time slice converts in into First come First come served scheduling algorithm

(C) using extemely small time slices increases performance

(D) using very small time slices converts in into Shortest Job First algorithm

Question 50 : The management of data flow between computers or device of between nodes in a
network is called

(A) Flow Control

(B) Data Control

(C) Data Managment

Toppersexam.com
Toppersexam.com

(D) Flow Managment

Question 51 : What does the port number in a TCP connection specify ?

(A) It specifies the communication process on the two end systems

(B) It specifies the quality of the data & connection

(C) It specify the size of data

(D) All of the above

Question 52 : What is the purpose of the PSH flag in the TCP header ?

(A) Typically used to indicate end of message

(B) Typically used to indicate beginning of message

(C) Typically used to push the message

(D) Typically used to indicate stop the message

Question 53 : Which of the following protocol is/are defined in Transport layer ?

(A) FTP

(B) TCP

(C) UDP

(D) B & C

Toppersexam.com
Toppersexam.com

Question 54 : In a client/server network, the user's computer is considered the

(A) client

(B) website

(C) library

(D) Server

(E) hoster

Question 55 : Which of the following is/are wireless technologies ?

(A) Microwave

(B) Radio wave

(C) Bluetooth

(D) All of these

(E) none of these

Question 56 : The information to be communicated in a data communication system is known as


_____

(A) message

(B) Medium

(C) protocol

(D) transmission

Toppersexam.com
Toppersexam.com

(E) none of these

Question 57 : The speed at which the monitor accepts data is called

(A) interlacing

(B) response time

(C) bandwidth

(D) scanning

(E) maximum speed

Question 58 : Which of the following is not a valid aggregate function ?

(A) COUNT

(B) COMPUTE

(C) SUM

(D) MAX

Question 59 : Which data manipulation command is used to combines the records from one or more
tables ?

(A) SELECT

(B) PROJECT

(C) JOIN

Toppersexam.com
Toppersexam.com

(D) PRODUCT

Question 60 : Which operator is used to compare a value to a specified list of values ?

(A) ANY

(B) BETWEEN

(C) ALL

(D) IN

Solutions & Answers

Question 1 :

Correct Answer:D

Question 2 :

Correct Answer:B

Question 3 :

Correct Answer:D

Question 4 :

Correct Answer:B

Question 5 :

Correct Answer:C

Question 6 :

Correct Answer:A

Toppersexam.com
Toppersexam.com

Question 7 :

Correct Answer:E

Question 8 :

Correct Answer:C

Question 9 :

Correct Answer:A

Question 10 :

Correct Answer:B

Question 11 :

Correct Answer:B

Question 12 :

Correct Answer:D

Question 13 :

Correct Answer:D

Question 14 :

Correct Answer:C

Question 15 :

Correct Answer:B

Question 16 :

Correct Answer:D

Question 17 :

Toppersexam.com
Toppersexam.com

Correct Answer:B

Question 18 :

Correct Answer:A

Question 19 :

Correct Answer:C

Question 20 :

Correct Answer:C

Question 21 :

Correct Answer:C

Question 22 :

Correct Answer:A

Question 23 :

Correct Answer:C

Question 24 :

Correct Answer:D

Question 25 :

Correct Answer:C

Question 26 :

Correct Answer:D

Question 27 :

Correct Answer:A

Toppersexam.com
Toppersexam.com

Question 28 :

Correct Answer:B

Question 29 :

Correct Answer:D

Question 30 :

Correct Answer:C

Question 31 :

Correct Answer:B

Question 32 :

Correct Answer:A

Question 33 :

Correct Answer:A

Question 34 :

Correct Answer:B

Question 35 :

Correct Answer:A

Question 36 :

Correct Answer:C

Question 37 :

Correct Answer:A

Question 38 :

Toppersexam.com
Toppersexam.com

Correct Answer:D

Question 39 :

Correct Answer:A

Question 40 :

Correct Answer:C

Question 41 :

Correct Answer:D

Question 42 :

Correct Answer:B

Question 43 :

Correct Answer:C

Question 44 :

Correct Answer:D

Question 45 :

Correct Answer:C

Question 46 :

Correct Answer:A

Question 47 :

Correct Answer:C

Question 48 :

Correct Answer:C

Toppersexam.com
Toppersexam.com

Question 49 :

Correct Answer:A

Question 50 :

Correct Answer:A

Question 51 :

Correct Answer:A

Question 52 :

Correct Answer:A

Question 53 :

Correct Answer:D

Question 54 :

Correct Answer:A

Question 55 :

Correct Answer:D

Question 56 :

Correct Answer:A

Question 57 :

Correct Answer:C

Question 58 :

Correct Answer:B

Question 59 :

Toppersexam.com
Toppersexam.com

Correct Answer:C

Question 60 :

Correct Answer:D

Toppersexam.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy