Basic Computer Knowledge Quiz For Seconday School

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Themes
T
Themes
Community Contributor
Quizzes Created: 424 | Total Attempts: 1,037,092
| Attempts: 289 | Questions: 29
Please wait...
Question 1 / 29
0 %
0/100
Score 0/100
1. The brain of any computer system is

Explanation

The brain of any computer system is the CPU (Central Processing Unit). The CPU is responsible for executing instructions, performing calculations, and coordinating the activities of all the other hardware components in the system. It acts as the central control unit and processes data and instructions from memory, performs arithmetic and logical operations in the ALU (Arithmetic Logic Unit), and manages the flow of data between different components of the computer system. Therefore, the CPU is considered the brain of the computer system.

Submit
Please wait...
About This Quiz
Basic Computer Knowledge Quiz For Seconday School - Quiz

Do you have a basic computer knowledge such as the generations of computers, processor types, word processing applications, etc.? Well, this quiz is specially made for the students of secondary school. So, if you belong to this age group, you might want to give it a try. All the best!

Personalize your quiz and earn a certificate with your name on it!
2. Which is not a type of margin?

Explanation

The question asks for a type of margin that does not exist. The options "Top," "Left," and "Right" are all valid types of margins that can be used in formatting documents. However, "Center" is not a type of margin. Center alignment refers to the positioning of text or objects in the center of a page or container, but it is not considered a type of margin.

Submit
3. Which is not in MS word?

Explanation

The options given in the question are all features or tools that are commonly found in MS Word. However, "Magic tool" is not a feature or tool that exists in MS Word.

Submit
4. HLL stands for?

Explanation

HLL stands for High Level Language. This term refers to programming languages that are closer to human languages and are easier to understand and use compared to low-level languages. High Level Languages provide abstraction and are designed to be more user-friendly, allowing programmers to write code in a more intuitive and efficient manner. Examples of High Level Languages include Python, Java, and C++.

Submit
5. . The smallest unit of data in computer is ________________

Explanation

A bit is the smallest unit of data in a computer. It is a binary digit, representing either a 0 or a 1. All other units of data, such as bytes, nibbles, and kilobytes, are composed of multiple bits. Therefore, the correct answer is bit.

Submit
6.  Saving data and instructions to make them readily available is the job of __________?

Explanation

The job of the storage unit is to save data and instructions to make them readily available. The storage unit is responsible for long-term storage of data and instructions, allowing them to be accessed and retrieved when needed. This is different from the cache unit, which stores frequently used data for quick access, and the input and output units, which handle the transfer of data between the computer and external devices.

Submit
7. Microsoft word is ____ software.

Explanation

Microsoft Word is classified as application software because it is a program that is designed to perform specific tasks or functions for the user. It is not a compiler, which is a software that translates code into machine language, nor is it a system software, which manages and controls the hardware and software resources of a computer. Additionally, Microsoft Word is not a programming language itself, so it cannot be classified as programming software. Therefore, the correct answer is application.

Submit
8. Select all the text in MS Word document by

Explanation

To select all the text in a MS Word document, you need to use the keyboard shortcut Ctrl+ A. This shortcut selects the entire document, allowing you to perform actions such as copying, deleting, or formatting the entire text at once. It is a commonly used shortcut in word processing programs to quickly select all the content in a document.

Submit
9. Formatting is performed on

Explanation

Formatting can be performed on both text and table elements as well as on menu elements. Therefore, the correct answer is that formatting is performed on both (a) text and (b) table.

Submit
10.  ______ generations of computers started with using vacuum tubes as the basic components?

Explanation

The first generation of computers started with using vacuum tubes as the basic components. Vacuum tubes were used as electronic switches to perform calculations and store information in these early computers. They were large, fragile, and generated a significant amount of heat, leading to frequent malfunctions. However, they paved the way for the development of more advanced computer technologies in subsequent generations.

Submit
11. Which of the following is an example of page orientation?

Explanation

Page orientation refers to the direction in which content is displayed on a page. Landscape orientation is when the width of the page is greater than its height, resembling the shape of a landscape painting. This orientation is commonly used for documents that have a wide layout, such as spreadsheets or PowerPoint presentations. Therefore, "Landscape" is an example of page orientation.

Submit
12.  Which of the following is not a binary number?

Explanation

The binary number system only consists of the digits 0 and 1. In the given options, all except "11E" are binary numbers because they only contain the digits 0 and 1. However, "11E" includes the letter 'E', which is not a valid digit in the binary system. Therefore, "11E" is not a binary number.

Submit
13. What is the blank space outside the printing area on a page?

Explanation

Margins refer to the blank space outside the printing area on a page. They are used to provide a visual buffer and ensure that the content of the page is not crowded or cut off at the edges. Margins also serve practical purposes such as allowing space for binding or hole punching, and providing room for notes or annotations.

Submit
14. Which of the following is not an operating system?

Explanation

Oracle is not an operating system, but rather a software company that specializes in developing and selling database management systems and enterprise software products. It is known for its flagship product, Oracle Database, which is widely used in the industry. Operating systems, on the other hand, are software that manage computer hardware and software resources and provide services for computer programs to run. Examples of operating systems include Windows, Linux, and DOS.

Submit
15. If you don't know the current time, which command will you use to display

Explanation

The command "Time" would be used to display the current time.

Submit
16. Which of the following option in the file put down menu is used to close an MS Word document?

Explanation

The option "Close" in the file drop-down menu is used to close an MS Word document. This option allows the user to exit the document without closing the entire MS Word application.

Submit
17. The binary system uses powers of

Explanation

The binary system uses powers of 2 because it is a base-2 numeral system. This means that it only uses two digits, 0 and 1, to represent numbers. Each digit in a binary number represents a power of 2, with the rightmost digit representing 2^0, the next digit representing 2^1, and so on. Therefore, the binary system uses powers of 2 to express numbers in this base-2 system.

Submit
18.  The generation based on VLSI microprocessor?

Explanation

The correct answer is "4th". However, without any context or additional information provided, it is not possible to determine the exact meaning or relevance of "4th" in relation to the generation based on VLSI microprocessor. Therefore, an explanation cannot be provided.

Submit
19. Convert the binary equivalent 10101 to its decimal equivalent.

Explanation

To convert a binary number to decimal, each digit in the binary number is multiplied by 2 raised to the power of its position, starting from the rightmost digit with position 0. In this case, the binary number is 10101. Starting from the rightmost digit, the first digit is 1, which is multiplied by 2 raised to the power of 0, resulting in 1. The second digit is 0, so it does not contribute to the decimal equivalent. The third digit is 1, which is multiplied by 2 raised to the power of 2, resulting in 4. The fourth digit is 0, so it does not contribute. The fifth digit is 1, which is multiplied by 2 raised to the power of 4, resulting in 16. Adding up all these values, we get 1 + 4 + 16 = 21. Therefore, the decimal equivalent of 10101 is 21.

Submit
20. The fourth-generation was based on integrated circuits.

Explanation

The statement "The fourth-generation was based on integrated circuits" is false. The fourth-generation of computers, which emerged in the 1970s, was actually based on microprocessors. Integrated circuits were utilized in the third-generation of computers, which came before the fourth-generation.

Submit
21. Which of the following software is used for making resumes?

Explanation

MS Word is the correct answer because it is a widely used software for creating and formatting documents, including resumes. It provides various templates and formatting options that make it easy to design a professional-looking resume. MS Excel is a spreadsheet software, not specifically designed for creating resumes. Dev C and Java are programming software, which are not suitable for making resumes.

Submit
22. The name of a word document displays in ____

Explanation

The name of a word document displays in the title bar. The title bar is the horizontal bar at the top of the Word application window that shows the name of the currently active document. It also contains the minimize, maximize, and close buttons to control the window. The title bar provides a quick and easy way to identify the document you are working on.

Submit
23. A number of letters that appear little above the normal text is called?

Explanation

A number of letters that appear little above the normal text is called superscript. Superscript is commonly used in mathematical equations, footnotes, and citations to indicate a smaller or raised character or number. It is visually represented by placing the text slightly higher than the baseline of the rest of the text.

Submit
24. The binary equivalent of the decimal number 10 is __________

Explanation

The binary equivalent of the decimal number 10 is 1010. In binary representation, each digit can only be a 0 or a 1. The binary number 1010 represents 1*(2^3) + 0*(2^2) + 1*(2^1) + 0*(2^0), which simplifies to 8 + 0 + 2 + 0, resulting in 10.

Submit
25.  Which unit is responsible for converting the data received from the user into a computer understandable format?

Explanation

The input unit is responsible for converting the data received from the user into a computer understandable format. This unit is responsible for receiving input from various input devices such as keyboard, mouse, and microphone, and then converting this input into a digital format that the computer can process. The input unit plays a crucial role in the overall functioning of the computer system by facilitating the communication between the user and the computer.

Submit
26. Press ____ to open the help window in the MS word document.

Explanation

Pressing the F1 key opens the help window in MS Word. This key is commonly used as a shortcut to access the software's built-in help and support feature, which provides information and guidance on various topics and functions within the program.

Submit
27.  Where can you find the Draw Table tool button?

Explanation

The Draw Table tool button can be found in the Tables and Formatting toolbar.

Submit
28. While working with Ms-Dos which command transfers a specific file from one disk to another?

Explanation

The correct answer is "Copy." The Copy command in MS-DOS is used to transfer files from one disk to another. It allows users to duplicate files and directories, preserving their original attributes and properties. By using the Copy command, users can easily move files between different disks or directories within the same disk.

Submit
29. Which command is used to delete the directory that is empty?

Explanation

The command "RD" is used to delete an empty directory. This command stands for "Remove Directory" and is specifically designed to delete directories that do not contain any files or subdirectories. It is the correct answer because the other options, such as DEL *.*, ERASE, and MD, are not used to delete directories. DEL *.* is used to delete files, ERASE is used to erase files, and MD is used to create directories. Therefore, the correct command to delete an empty directory is RD.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 20, 2021
    Quiz Created by
    Themes
Cancel
  • All
    All (29)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The brain of any computer system is
Which is not a type of margin?
Which is not in MS word?
HLL stands for?
. The smallest unit of data in computer is ________________
 Saving data and instructions to make them readily available is...
Microsoft word is ____ software.
Select all the text in MS Word document by
Formatting is performed on
 ______ generations of computers started with using vacuum tubes...
Which of the following is an example of page orientation?
 Which of the following is not a binary number?
What is the blank space outside the printing area on a page?
Which of the following is not an operating system?
If you don't know the current time, which command will you use to...
Which of the following option in the file put down menu is used to...
The binary system uses powers of
 The generation based on VLSI microprocessor?
Convert the binary equivalent 10101 to its decimal equivalent.
The fourth-generation was based on integrated circuits.
Which of the following software is used for making resumes?
The name of a word document displays in ____
A number of letters that appear little above the normal text is...
The binary equivalent of the decimal number 10 is __________
 Which unit is responsible for converting the data received from...
Press ____ to open the help window in the MS word document.
 Where can you find the Draw Table tool button?
While working with Ms-Dos which command transfers a specific file from...
Which command is used to delete the directory that is empty?
Alert!

Advertisement