Computer
Awareness Questions for IBPS Mains Exams – Day 2
1. Data warehouse is?
a) Contains numerous naming convention
and formats
b) Is a system used for reporting
and data analysis.
c) Contains only current data
d) Can be updated by end users
e) Explains some observed event or
condition
Explanation: Data warehouse is a system used
for reporting and data analysis.
2. What is the greatest advantage of an IC?
a) Easy replacement in case of circuit
failure
b) Extremely high reliability
c) Reduced cost
d) Low powers consumption
e) None of these
Answer: B)
Explanation: The IC or the integrated chips are
used in various gadgets these days. These are micro sized components with huge
number of pins required to connect to different peripherals and those are
advantageous because of being highly reliable.
3. P2P is which type of architecture from the
following?
a) Client /Server
b) Distributed
c) Centralized
d) I - Tier
e) None of these
Answer: B)
Explanation: P2P(Peer to Peer) is distributed type
of architecture that partitions tasks or work loads between peers.
4. The capacity of a communication channel is
measured in _________.
a) Bit capacity
b) Baud rate
c) Data flow
d) Store data
e) Bandwidth
Answer: E)
Explanation: In computing, bandwidth is the
bit-rate of available or consumed information capacity expressed typically in
metric multiples of bits per second. Variously, bandwidth may be characterized
as network bandwidth, data bandwidth, or digital bandwidth.
5. Which of the following mentioned options is the
example of Toggle key?
a) Alt
b) Shift
c) Control
d) Escape
e) Caps Lock
Answer: E)
Explanation: Caps Lock is toggle key. Computer
keyboard button with one or more functions are termed as toggle keys. For
example, the Caps Lock, Num Lock, and Scroll Lock keys are all toggle keys.
6. What among the following can be said to be the
categories of PC and Apple Mac?
a) Platforms
b) Applications
c) Programs
d) Storage devices
e) None of these
Answer: A)
Explanation: The PC and apple Macintosh are two
entirely different platforms. A platform is basically the system on which the
application software like the word processors, the audio files’ player, the web
browsers work to perform a specific task for the user.
7. _________ is a self-replicating virus that does
not alter files but resides in active memory and duplicates itself.
a) Time Bomb
b) Trojan
c) Mellissa virus
d) Worm
e) Macro virus
Answer: D)
Explanation: A computer worm is a standalone
malware computer program that replicates itself in order to spread to other
computers. Often, it uses a computer network to spread itself, relying on
security failures on the target computer to access it.
8. What is the term used for identifying location
in a storage device?
a) A byte
b) A record
c) An address
d) All of above
e) None of these
Answer: C)
Explanation: The memory has specific locations in
the system and every program or every file is stored at a particular location
in the memory. This is also referred to as address in the memory.
9. Binary numbers need more places for counting
because
a) They are always big numbers
b) Any no. of 0's can be added in front
of them
c) Binary base is small
d) 0's and l's have to be properly
spaced apart
e) None of the above
Answer: C)
Explanation: In mathematics and digital electronics,
a binary number is a number expressed in the binary numeral system or base-2
numeral system which represents numeric values using two different symbols:
typically 0 (zero) and 1 (one).
10. Which command is used to delete everything in
a directory?
a) Delete
b) Del
c) Deltree
d) Move
e) None of these
Answer: C)
Explanation: In the disk operating system, the
files and sub directories are stored in a hierarchy. This hierarchy maintains
the addresses in the memory in a tree format and if the user wants to delete
those, then the whole tree is to be deleted by using the command Deltree.
11. Which is a unit representing the no bits of
discrete.
a) Baud
b) Byte
c) Bit
d) All of the above
e) None of the above
Answer: A)
Explanation: In telecommunication and electronics,
baud (unit symbol Bd) is the unit for symbol rate or modulation rate in symbols
per second or pulses per second. It is the number of distinct symbol changes
(signaling events) made to the transmission medium per second in a digitally
modulated signal or a line code.
12. What is the major purpose of creating a
backup?
a) Adding more components to your
network
b) Protecting data by copying it from
the original source to a different destination
c) Filtering old data from the new data
d) Accessing data on tape
e) None of these
Answer: B)
Explanation: Backup is the term used for the
process when the data is saved from being lost or corrupt. Basically, when a
backup is made, the data is copied from a source to another destination and in
case it is lost, the data can be restored from that location.
13. In a Computer ________ is capable to store
single binary bit.
a) Capacitor
b) Flip Flop
c) Register
d) Inductor
e) None of the above
Answer: B)
Explanation: In electronics, a flip-flop or latch
is a circuit that has two stable states and can be used to store state
information. A flip-flop is a bistable-multivibrator. The circuit can be made
to change state by signals applied to one or more control inputs and will have
one or two outputs.
14. How many primary keys can a table have in
MS-Access.
a) One
b) Two
c) Three
d) Four
e) None of these
Answer: A)
Explanation: A primary key is always a unique key
used as an identifier for the access sheet. It is widely used in databases for
identifying a unique record in each of the tables or databases. There is only
one primary key for a table.
15. Which of the following stores information in
the disks?
a) Tables
b) Rows and columns
c) Blocks
d) Tracks and sectors
e) All of these
Answer: D)
Explanation: The disk stores information in tracks
and sectors and in binary format because the computer can understand only in numeric
values 1 and 0.