Computers and IT MCQs
Computer Awareness Questions and Quiz for Banking, IBPS, RRB, RBI, SBI, NABARD examinations of 2024-2025. Computer Awareness MCQs for Competitive Exams. GKToday Computer Awareness for IBPS PO, IBPS Clerk, Bank PO, Bank Clerk and other entrance / competitive examinations.
21. There is a technique which uses disk for reading and storing output files. What is the name given to such a technique?
[A] DMA
[B] Buffering
[C] Spooling
[D] All of the Above
Show Answer
Correct Answer: C [Spooling]
Notes:
Spooling is a specialized form of multi-programming for the purpose of copying data between different devices. Spooling works like a typical request queue where data, instructions and processes from multiple sources are accumulated for execution later on.
22. Which of the following languages was first conceived by Alain Colmerauer?
[A] Prolog
[B] FORTRAN
[C] Java
[D] COBOL
Show Answer
Correct Answer: A [Prolog]
Notes:
The most characteristic features of the programming language Prolog are its built-in support for unification and backtracking. It was developed by Alain Colmerauer.
23. Which of the following are the two categories of the Low Level Languages?
[A] Machine Level and Assembly Level Language
[B] Algorithms and Assembly Level Language
[C] Assembly and Binary Level Language
[D] Machine Level and Algorithms
Show Answer
Correct Answer: A [Machine Level and Assembly Level Language]
Notes:
In case of Low-level languages, the programmer is able to tune the code to be smaller or more efficient. There are two types of low-level languages. Machine Language which is a language that is directly interpreted into the hardware. Assembly Language is slightly more user-friendly language that directly corresponds to machine language.
24. Which of the following languages is widely known for the use of turtle graphics?
[A] FORTRAN
[B] LOGO
[C] BASIC
[D] Java
Show Answer
Correct Answer: B [LOGO]
Notes:
Logo is an educational programming language. The name was coined by Feurzeig. Logo is widely known for its use of turtle graphics, in which commands for movement and drawing produced line or vector graphics.
25. ACID is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures etc.What is the full form of ACID?
[A] Aquired Consistency In Database
[B] Atomicity, Consistency, Isolation, Durability
[C] Atomicity,Control,Isolation,Dependency
[D] Atomicity,Concurrecny,Isolation,Durability
Show Answer
Correct Answer: B [Atomicity, Consistency, Isolation, Durability]
Notes:
Andreas Reuter and Theo Harder coined the acronym ACID for Atomicity, Consistency, Isolation, and Durability. In the context of databases, a sequence of database operations that satisfies the ACID properties is called a transaction.
26. What is the name given to the device that converts between two different types of transmission for interoperation?
[A] Bridge Router
[B] Protocol Convertor
[C] Multilayer Switch
[D] Hub Jointer
Show Answer
Correct Answer: B [Protocol Convertor]
Notes:
A Protocol Converter is a device used to convert standard or proprietary protocol of one device to the protocol suitable for the other device or tools to achieve the interoperability.
27. Which type of bridge is used on token ring networks?
[A] Transparent Bridge
[B] Translational Bridge
[C] Source Route Bridge
[D] All of the Above
Show Answer
Correct Answer: D [All of the Above]
Notes:
Source route bridge is used on token ring networks. Bridge derives the entire path of the frame embedded in the header of the frame and decides how to forward the frame through out the network till it reaches its destination.
28. What is the time needed by each device on a network, to hold the message before processing, called as?
[A] Propagation time
[B] Queuing time
[C] Transmission time
[D] Jitter
Show Answer
Correct Answer: B [Queuing time]
Notes:
The time needed for each intermediate or end device to hold the message before it can be processed. The queuing time is not constant as it changes with the load imposed on the network.
29. What does the number ’10’ depict in 10BASE-T?
[A] 10 Kbps
[B] 10 Mbps
[C] 10 Gbps
[D] 10 Tbps
Show Answer
Correct Answer: B [10 Mbps]
Notes:
Traditional Ethernet uses 10BASE-T specifications. The number ’10’ depicts 10Mbps speed, BASE stands for baseband, and T stands for Thick Ethernet.
30. Which of the following is a disadvantage of using twisted paired cables for transmitting data?
[A] High cost
[B] Installation is difficult
[C] Delay Skew
[D] All of the above
Show Answer
Correct Answer: C [Delay Skew]
Notes:
Twisted paired cables are cost-effective and easy to install. But different pairs within the cable have different delays, due to different twist rates that are used to minimize crosstalk between the pairs.