Which of the following is a common input device used in computers? [#1482]
| « | ! | ! | » |
Q1. Which of the following is a common input device used in computers?
Q1. Which of the following is a common input device used in computers?
(A) Monitor
(A) Monitor
(A) Monitor
(B) Printer
(B) Printer
(B) Printer
(C) Keyboard
(C) Keyboard
(C) Keyboard
(D) Speaker
(D) Speaker
(D) Speaker
Answer: (C) Keyboard
Answer: (C) Keyboard
Answer: (C) Keyboard
A keyboard is an input device used to enter data into a computer. It typically has keys representing letters, numbers, symbols, and punctuation.
A keyboard is an input device used to enter data into a computer. It typically has keys representing letters, numbers, symbols, and punctuation.
A keyboard is an input device used to enter data into a computer. It typically has keys representing letters, numbers, symbols, and punctuation.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Related MCQ Quizzes
Q1. The difference of two numbers is 5 and the difference of their square is 135. Then the sum of the numbers is
Q1. The difference of two numbers is 5 and the difference of their square is 135. Then the sum of the numbers is
(A) 25
(A) 25
(A) 25
(B) 45
(B) 45
(B) 45
(C) 32
(C) 32
(C) 32
(D) 27
(D) 27
(D) 27
Answer: (D) 27
Answer: (D) 27
Answer: (D) 27
27
27
27
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q2. The sum of the four consecutive alternate numbers is 64. The smallest number amongst them is
Q2. The sum of the four consecutive alternate numbers is 64. The smallest number amongst them is
(A) 13
(A) 13
(A) 13
(B) 11
(B) 11
(B) 11
(C) 16
(C) 16
(C) 16
(D) 9
(D) 9
(D) 9
Answer: (A) 13
Answer: (A) 13
Answer: (A) 13
The smallest number amongst them is 13
=> X + (X+2) + (X+4) + (X+6) = 64
=> 4X + 12 = 64
=> 4X = 64 - 12
=> 4X = 52
=> X = 13
The smallest number amongst them is 13 => X + (X+2) + (X+4) + (X+6) = 64 => 4X + 12 = 64 => 4X = 64 - 12 => 4X = 52 => X = 13
The smallest number amongst them is 13 => X + (X+2) + (X+4) + (X+6) = 64 => 4X + 12 = 64 => 4X = 64 - 12 => 4X = 52 => X = 13
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q3. Which of the following is not a type of computer code?
Q3. Which of the following is not a type of computer code?
(A) Source code
(A) Source code
(A) Source code
(B) Object code
(B) Object code
(B) Object code
(C) Machine code
(C) Machine code
(C) Machine code
(D) Design code
(D) Design code
(D) Design code
Answer: (D) Design code
Answer: (D) Design code
Answer: (D) Design code
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q4. What is the basic unit of data storage in a computer?
Q4. What is the basic unit of data storage in a computer?
(A) Byte
(A) Byte
(A) Byte
(B) Bit
(B) Bit
(B) Bit
(C) Pixel
(C) Pixel
(C) Pixel
(D) Kilobyte
(D) Kilobyte
(D) Kilobyte
Answer: (B) Bit
Answer: (B) Bit
Answer: (B) Bit
A byte is the smallest unit of data storage in a computer. It consists of 8 bits. Bits are the individual units of data (either 0 or 1) that make up a byte.
A byte is the smallest unit of data storage in a computer. It consists of 8 bits. Bits are the individual units of data (either 0 or 1) that make up a byte.
A byte is the smallest unit of data storage in a computer. It consists of 8 bits. Bits are the individual units of data (either 0 or 1) that make up a byte.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q5. Who is the father of Computers?
Q5. Who is the father of Computers?
(A) James Gosling
(A) James Gosling
(A) James Gosling
(B) Dennis Ritchie
(B) Dennis Ritchie
(B) Dennis Ritchie
(C) Bjarne Stroustrup
(C) Bjarne Stroustrup
(C) Bjarne Stroustrup
(D) Charles Babbage
(D) Charles Babbage
(D) Charles Babbage
Answer: (D) Charles Babbage
Answer: (D) Charles Babbage
Answer: (D) Charles Babbage
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
Charles Babbage was an English mathematician, philosopher, inventor, and mechanical engineer who designed the Difference Engine and, more importantly, the Analytical Engine. The Analytical Engine is considered the conceptual forerunner of the modern digital computer, incorporating features like an Arithmetic Logic Unit (ALU), basic flow control, and integrated memory, which are fundamental to today's computers. Although it was never fully built in his lifetime, his detailed designs and theoretical work laid the foundational principles for future computer development.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q6. The median of the sequence of numbers 2, – 1, 3, 1, – 2, 5, 6 is
Q6. The median of the sequence of numbers 2, – 1, 3, 1, – 2, 5, 6 is
(A) 1
(A) 1
(A) 1
(B) -1
(B) -1
(B) -1
(C) 2
(C) 2
(C) 2
(D) 3
(D) 3
(D) 3
Answer: (C) 2
Answer: (C) 2
Answer: (C) 2
In ascending order = -2, -1, 1, 2, 3, 5, 6
median = th term
= 4th term
= 2
In ascending order = -2, -1, 1, 2, 3, 5, 6 median = th term = 4th term = 2
In ascending order = -2, -1, 1, 2, 3, 5, 6 median = th term = 4th term = 2
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q7. How does a computer's CPU process instructions?
Q7. How does a computer's CPU process instructions?
(A) By storing data permanently
(A) By storing data permanently
(A) By storing data permanently
(B) By controlling the flow of data between hardware components
(B) By controlling the flow of data between hardware components
(B) By controlling the flow of data between hardware components
(C) By executing instructions stored in memory
(C) By executing instructions stored in memory
(C) By executing instructions stored in memory
(D) By displaying graphics on the screen
(D) By displaying graphics on the screen
(D) By displaying graphics on the screen
Answer: (C) By executing instructions stored in memory
Answer: (C) By executing instructions stored in memory
Answer: (C) By executing instructions stored in memory
The CPU (Central Processing Unit) is the "brain" of the computer, responsible for executing instructions. It performs this task through a repetitive cycle: Fetch, Decode, Execute. This cycle repeats continuously, allowing the CPU to process a large number of instructions in a short period, enabling the computer to perform tasks and run programs.
The CPU (Central Processing Unit) is the "brain" of the computer, responsible for executing instructions. It performs this task through a repetitive cycle: Fetch, Decode, Execute. This cycle repeats continuously, allowing the CPU to process a large number of instructions in a short period, enabling the computer to perform tasks and run programs.
The CPU (Central Processing Unit) is the "brain" of the computer, responsible for executing instructions. It performs this task through a repetitive cycle: Fetch, Decode, Execute. This cycle repeats continuously, allowing the CPU to process a large number of instructions in a short period, enabling the computer to perform tasks and run programs.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q8. What is the term used to describe the process of converting data into a code that cannot be read or understood without a key?
Q8. What is the term used to describe the process of converting data into a code that cannot be read or understood without a key?
(A) Encoding
(A) Encoding
(A) Encoding
(B) Decoding
(B) Decoding
(B) Decoding
(C) Encrypting
(C) Encrypting
(C) Encrypting
(D) Decrypting
(D) Decrypting
(D) Decrypting
Answer: (C) Encrypting
Answer: (C) Encrypting
Answer: (C) Encrypting
Encrypting is the process of converting data into a code that cannot be read or understood without a key. This is done to protect sensitive information from unauthorized access.
Encrypting is the process of converting data into a code that cannot be read or understood without a key. This is done to protect sensitive information from unauthorized access.
Encrypting is the process of converting data into a code that cannot be read or understood without a key. This is done to protect sensitive information from unauthorized access.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q9. Find the odd letters from the given below
Q9. Find the odd letters from the given below
PQR, PON, DCB, SQR
PQR, PON, DCB, SQR
PQR, PON, DCB, SQR
(A) DCB
(A) DCB
(A) DCB
(B) PQR
(B) PQR
(B) PQR
(C) SRQ
(C) SRQ
(C) SRQ
(D) PON
(D) PON
(D) PON
Answer: (B) PQR
Answer: (B) PQR
Answer: (B) PQR
PQR
PQR
PQR
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Q10. What is the term used to describe the process of converting digital data into a format that can be transmitted over a network?
Q10. What is the term used to describe the process of converting digital data into a format that can be transmitted over a network?
(A) Encoding
(A) Encoding
(A) Encoding
(B) Decoding
(B) Decoding
(B) Decoding
(C) Encrypting
(C) Encrypting
(C) Encrypting
(D) Decrypting
(D) Decrypting
(D) Decrypting
Answer: (A) Encoding
Answer: (A) Encoding
Answer: (A) Encoding
Encoding is the process of converting digital data into a specific format that can be transmitted over a network. This format is often used to ensure compatibility between different devices and systems.
Encoding is the process of converting digital data into a specific format that can be transmitted over a network. This format is often used to ensure compatibility between different devices and systems.
Encoding is the process of converting digital data into a specific format that can be transmitted over a network. This format is often used to ensure compatibility between different devices and systems.
*** Choose the correct option to show answer. (Choose the correct option to show answer.) Need help
Related Questions
1. The sum of first 6 prime numbers is2. What does BIOS stands for in computer?3. What is the function of a computer's motherboard?4. Consider the four numbers given numbers. If the digits of each number are arranged in ascending order, which new number would be the smallest?5. The count of prime numbers between 80 and 100 is6. From the following list identify the hardware component that can be used to transfer files from one computer to another.7. Which of the following is the correct abbreviation of COMPUTER?8. What is the full form of CPU?9. What is the term for all positive and negative numbers as a whole including zero?10. Two numbers are in the ratio of 2 : 3 and the product of their LCM and HCF is 96. The sum of the numbers is11. Two numbers are respectively 20% and 50% more than a third number. The ratio of the two numbers is12. Which of the following is the smallest unit of data in a computer?13. Which of the following is not an operating system for Computers?14. Which of the following monitor looks like a television and are normally used with non-portable computer systems?15. Which of the following is not a core language used for front-end web development?16. What is the smallest unit of data in a computer?17. Find the odd letters from the given below18. A word formed from the initial letters of other words.19. What is the primary function of RAM?20. What is the purpose of a cache memory in a CPU?