1. In the context of Information Technology, OCR means
A. Optical Character Recognition
B. Octagonal Cyclic Recharge
C. Octadecimal Cyclic Regeneration
D. Optical Character Regeneration
Answer - Option A
Explanation -
Optical Character Reader is full form of OCR, which can read a character and convert its bitmap image to equivalent ASCII codes.
2. In Boolean algebra [latex](\overline{1 + 1} .\overline{0 + 0})[/latex] = ?
Answer - Option A
Explanation -
It is equivalent to 0.1 = 0
3. Which of the following is not an I /O device of the computer?
A. Keyboard
B. Joy stick
C. ALU
D. Printer
Answer - Option C
Explanation -
Arithmetic Logical Unit is not an Input device while all the other three are.
4. What is floating point with reference to computers?
A. It is a software subroutine around which other subroutines are built
B. It is a representation of real numbers to facilitate computing
C. It is the main algebraic formula of the software
D. It is the voltage point given to various operating units of the computer
Answer - Option B
Explanation -
Floating point numbers are used in computers to represent real numbers. Since real numbers can not be accurately represented in computers through binary numbers.
5. A system of digital rules for exchange and processing of data between various devices is called
A. software programme
B. algorithm
C. protocol
D. information processing
Answer - Option C
Explanation -
Protocols are rules developed for exchanging and processing of data between various devices. Examples include HTTP, IP, FTTP etc.
6. A theoretical computer with infinite type and memory, used in analysis of problems of computation, is called
A. Tape calculator
B. Babbage machine
C. Turing machine
D. Theoretical machine
Answer - Option C
Explanation -
Turing machine is a mathematical model of a hypothetical computing machine which can use a predefined set of rules to determine a result from a set of input variables.
7. ASCI I coding allocated binary codes to English alphabets and symbols for computer use. More recently a new standard has been adopted which allocates code to almost all the languages of the world and also to symbols covering more than a lakh characters. The new standard is called
A. CCS
B. Unicode
C. Standard CCS code
D. Universal CCS code
Answer - Option
Explanation - B
The new standard which allocates codes to almost all languages and symbols, totaling more than a lakh is called Unicode. I t makes transfer and reuse of translated data etc. very easy. Also it represents each character with 16 bits.
8. For using passwords on the Internet a software is used so that the password is not intercepted easily. It is called
A. Coding
B. Malware
C. Virus
D. Encryption
Answer - Option D
Explanation -
To protect passwords etc. Encryption is used which is coding each data point in a particular pattern which is not easy to decode.
9. A software, coding of which is available freely on Internet and is open for users for further use and improvement and which is generally developed in a collaborative manner is called
A. open source software
B. unlicensed software
C. free software
D. community software
Answer - Option A
Explanation -
Open source soft war es like Unix have their source code freely available and these are developed through collaboration of coders from across the world. Many developers as a principle use only open source software's.
10. Which of the following are machine level languages?
A. C++
B. Java
C. Python
D. None of these
Answer - Option D
Explanation -
All the languages mentioned here are high level languages, in which it is easier to write code.
11. Which of the following statements is incorrect?
A. Microsoft windows is GUI
B. Linux is GUI
C. More than 5000 kB data can be stored in a DVD
D. A 1 TB flash drive can store 2 million files each of size 1 MB
Answer - Option D
Explanation -
1 TB flash drive can store approximately 1 million file sizes each of 1 MB.
12. The terms ALU, CPU, I /O devices pertain to
A. computers
B. environmental engineering
C. diesel engine
D. engineering drawing and orthogonal projections
Answer - Option A
Explanation -
All these devices are related to computers. CPU is Central Processing Unit, while ALU is Arithmetic and Logical unit, while I /O is Input Output devices.
13. In a computing device 'MHz' is mentioned in the specifications. It refers to
A. size of memory
B. speed of computation
C. clock speed
D. none of the above
Answer - Option C
Explanation -
MHz is used to measure the number of operations that can be done by the CPU in 1 second. So it refers to clock speed.
14. The value of binary 1111 is :
A. [latex]{2}^{3}[/latex]
B. [latex]{2}^{3} - 1[/latex]
C. 24
D. [latex]{2}^{4} - 1[/latex]
Answer - Option D
Explanation -
1111 of binary is [latex]{2}^{4} - 1[/latex] it is [latex]{2}^{2} + {2}^{1} +{2}^{0} [/latex]
15. The term 'Operating System' means :
A. A set of programmes which controls computer working
B. The way a computer operator works
C. Conversion of high level language into machine level language
D. None of these
Answer - Option A
Explanation -
An operating system (OS) is system software that manages computer hardware and software resources and provides common services for computer programs.