Class 10 Computers MCQs: Built for Exam Success

Loading educational resources and study material...

These CBSE Class 10 Computers MCQs are updated for 2026-27, organized by chapter. They help Class 10 students learn the current Computers exam style, and build real problem-solving skill along the way.

How Computers MCQs Help Class 10 Students

  • Built around the 2026 Computers textbook from CBSE, following their latest guidelines.
  • Covers several formats beyond regular MCQs - Assertion-Reasoning, Case-based, and Fill-in-the-blanks for Computers.
  • Each Computers chapter has its own set, so you can check your understanding topic by topic.
  • Every Computers MCQ comes with a correct, explained answer - not just the right option.

Class 10 Computers Question Bank, Chapter by Chapter

Find the newest Computers question sets for 2026-27 below. A good way to check your own progress, and catch weak areas early, before exams.

Click Here for Chapter wise MCQs

Quick Practice - Try a Few Questions First

Pick a chapter below, answer a few questions instantly, then jump to the full set list for more.

Q1.An array in programming is best described as:

(a)A single variable that can hold only one value
(b)A collection of elements of the same data type stored under one name
(c)A type of loop used for repeating instructions
(d)A function that returns no value

Q2.In most programming languages, the index of the first element of an array is:

(a)1
(b)-1
(c)0
(d)10

Q3.Which of the following is a valid reason to use an array instead of separate variables?

(a)It lets you store and process many related values using a single name and a loop
(b)It automatically corrects programming errors
(c)It removes the need for any data type
(d)It converts numbers into text automatically

Q4.An array that uses two indices to store data, such as data organised in rows and columns, is called a:

(a)One-dimensional array
(b)Two-dimensional array
(c)Character array
(d)Boolean array

Q5.Trying to access an array element using an index outside its valid range usually results in:

(a)An error, because the index is out of bounds
(b)The array automatically expanding to fit
(c)All values in the array becoming zero
(d)The program running faster

Q1.In a spreadsheet like LibreOffice Calc, a chart is mainly used to:

(a)Store raw data permanently
(b)Represent numerical data visually for easier understanding
(c)Protect a worksheet with a password
(d)Sort data alphabetically

Q2.Which chart type in Calc is most suitable for showing how a total is divided into parts, such as percentage shares?

(a)Line chart
(b)Pie chart
(c)Bar chart
(d)Scatter chart

Q3.To create a chart in Calc, the very first step is usually to:

(a)Select the data range to be charted
(b)Print the worksheet
(c)Delete the existing data
(d)Close the spreadsheet

Q4.A line chart in Calc is particularly useful for showing:

(a)Trends in data over a period of time
(b)The exact text content of a cell
(c)Passwords used to protect a file
(d)The number of worksheets in a file

Q5.Which of these elements is commonly added to a chart to explain what each colour or symbol represents?

(a)Legend
(b)Header
(c)Footer
(d)Page break

Q1.Computer hardware refers to:

(a)The set of instructions that tell a computer what to do
(b)The physical, touchable parts of a computer system
(c)Only the software installed on a computer
(d)The internet connection used by a computer

Q2.Which of the following is an example of an input device?

(a)Monitor
(b)Printer
(c)Keyboard
(d)Speaker

Q3.The CPU (Central Processing Unit) of a computer is often called its:

(a)Storage device
(b)Brain, because it carries out instructions and processes data
(c)Output device
(d)Power supply unit

Q4.RAM (Random Access Memory) is best described as:

(a)A permanent storage device that never loses data
(b)A temporary memory that stores data currently being used by the computer
(c)An output device that displays text
(d)A type of printer

Q5.Which of the following is an example of an output device?

(a)Mouse
(b)Scanner
(c)Printer
(d)Microphone

Q1.A computer network is defined as:

(a)A single computer working in isolation
(b)A group of two or more computers connected together to share resources and data
(c)A type of printer used in offices
(d)A program used to create documents

Q2.A network that connects computers within a small area, such as a single school building, is called a:

(a)LAN (Local Area Network)
(b)WAN (Wide Area Network)
(c)MAN (Metropolitan Area Network)
(d)PAN (Personal Area Network)

Q3.The internet is best described as an example of a:

(a)LAN
(b)WAN, connecting networks across the world
(c)Single computer
(d)Type of hardware component

Q4.A device used to connect a computer network to the internet, often found in homes, is called a:

(a)Router
(b)Keyboard
(c)Scanner
(d)Monitor

Q5.Sharing a single printer among many computers on a network is an example of:

(a)Resource sharing, one of the main benefits of networking
(b)A security risk with no benefit
(c)Data loss
(d)Hardware failure

Q1.In Calc, editing the content of a cell can be done by double-clicking the cell or by:

(a)Pressing F2 after selecting the cell
(b)Deleting the entire worksheet
(c)Closing the file
(d)Changing the file name

Q2.Which formatting option would you use to display a number with a rupee symbol and two decimal places?

(a)Currency format
(b)Percentage format
(c)Text format
(d)Date format

Q3.Merging cells in Calc is typically used to:

(a)Combine two or more adjacent cells into a single larger cell, often for a heading
(b)Delete the data present in the cells
(c)Convert numbers into text permanently
(d)Split one cell into many cells

Q4.Applying bold, italics, or a different font colour to cell content falls under:

(a)Data validation
(b)Cell formatting
(c)Data sorting
(d)Formula auditing

Q5.Conditional formatting in Calc is used to:

(a)Automatically change the appearance of cells based on a specified condition
(b)Password protect a worksheet
(c)Insert a new worksheet
(d)Print the document

Q1.In C language, which data type is used to store a whole number such as 25?

(a)float
(b)int
(c)char
(d)double

Q2.Which data type in C would be most suitable for storing a single character such as 'A'?

(a)int
(b)float
(c)char
(d)void

Q3.In C, the operator used to divide two numbers is:

(a)*
(b)/
(c)%
(d)+

Q4.The modulus operator (%) in C is used to find:

(a)The sum of two numbers
(b)The remainder after division of two integers
(c)The square root of a number
(d)The largest of two numbers

Q5.An expression such as (a + b) * c in C is an example of:

(a)A comment
(b)An arithmetic expression combining variables and operators
(c)A data type declaration
(d)A loop statement

Q1.A Database Management System (DBMS) is software that is mainly used to:

(a)Store, organise, and manage data efficiently
(b)Only display images on screen
(c)Connect computers to the internet
(d)Print documents

Q2.In a database, a table is organised into rows and columns, where each row is called a:

(a)Field
(b)Record
(c)Query
(d)Report

Q3.In a database table, each column that stores a specific type of information, such as 'Name' or 'Age', is called a:

(a)Record
(b)Field
(c)Query
(d)Index

Q4.A key that uniquely identifies each record in a database table is called a:

(a)Foreign key
(b)Primary key
(c)Candidate value
(d)Report key

Q5.Which of the following is a benefit of using a DBMS over storing data in plain files?

(a)It reduces data redundancy and improves data consistency
(b)It always makes files smaller in size
(c)It removes the need for any storage device
(d)It prevents any data from ever being deleted

Q1.A decision structure in programming is used to:

(a)Repeat a block of statements a fixed number of times
(b)Choose between different paths of execution based on a condition
(c)Store multiple values under one variable name
(d)Define the data type of a variable

Q2.In an if-else statement, the else part is executed when:

(a)The condition in the if statement is true
(b)The condition in the if statement is false
(c)The program has an error
(d)The loop has ended

Q3.Which of the following is an example of a condition used in a decision structure?

(a)marks >= 40
(b)print("Hello")
(c)int x;
(d)for (i=0; i<5; i++)

Q4.A structure that allows checking multiple conditions one after another, using several 'else if' parts, is called:

(a)A nested loop
(b)A multi-way or ladder decision structure
(c)A single array declaration
(d)A comment block

Q5.A switch statement in programming is generally used as an alternative to:

(a)A long chain of if-else if statements when checking one variable against many values
(b)A function definition
(c)A data type declaration
(d)An array declaration

Q1.In a word processor, the Mail Merge feature is mainly used to:

(a)Send emails automatically without any content
(b)Create multiple personalised documents, such as letters, using a common template and a data source
(c)Merge two images into one
(d)Convert a document into a spreadsheet

Q2.A Table of Contents in a long document is generated using:

(a)The heading styles applied to different sections of the document
(b)The colour of the text used
(c)The page size setting
(d)The number of images inserted

Q3.Which feature would you use to protect a document so that only people with a password can open it?

(a)Track changes
(b)Document protection or password encryption
(c)Spell check
(d)Word count

Q4.The 'Track Changes' feature in a word processor is used to:

(a)Record edits made to a document so they can be reviewed or accepted later
(b)Automatically translate the document
(c)Count the number of words in the document
(d)Insert a table of contents

Q5.Inserting a bookmark in a digital document allows you to:

(a)Quickly navigate to a specific point in the document later
(b)Change the font of the entire document
(c)Add a chart to the document
(d)Compress the document's file size

Q1.In programming, a function is best described as:

(a)A named block of code that performs a specific task and can be reused
(b)A type of hardware component
(c)A value stored permanently on a hard disk
(d)A single character stored in memory

Q2.A function that returns a value back to the part of the program that called it uses which keyword in many languages, including C?

(a)return
(b)loop
(c)array
(d)break

Q3.The main advantage of dividing a large program into functions is that it:

(a)Makes the program harder to understand
(b)Makes the code more organised, reusable, and easier to debug
(c)Increases the size of the source code unnecessarily
(d)Removes the need for variables

Q4.Values passed into a function when it is called are known as:

(a)Parameters or arguments
(b)Comments
(c)Loops
(d)Data types

Q5.A function that does not return any value is typically declared with which return type in C?

(a)int
(b)float
(c)void
(d)char

Q1.In a spreadsheet, a built-in function like SUM is used to:

(a)Perform a predefined calculation, such as adding a range of numbers, automatically
(b)Change the colour of a cell
(c)Insert an image into the worksheet
(d)Sort data alphabetically

Q2.Which function in Calc would you use to find the average of a range of numbers?

(a)AVERAGE
(b)COUNT
(c)MAX
(d)ROUND

Q3.The IF function in Calc is mainly used to:

(a)Display a value or perform a calculation based on whether a condition is true or false
(b)Count the number of worksheets in a file
(c)Insert a new row
(d)Change the page orientation

Q4.Which function would return the largest value in a selected range of cells?

(a)MIN
(b)MAX
(c)SUM
(d)COUNT

Q5.The COUNT function in Calc is used to:

(a)Add up all the numbers in a range
(b)Count how many cells in a range contain numeric values
(c)Find the average of a range
(d)Format cells as currency

Q1.A computer can be defined as an electronic device that mainly:

(a)Accepts data as input, processes it, and produces output
(b)Only stores paper documents
(c)Works only when connected to the internet
(d)Cannot perform any calculations

Q2.Which of the following best represents the correct order of the basic computer operations?

(a)Output, Input, Process
(b)Input, Process, Output
(c)Process, Output, Input
(d)Storage, Output, Input

Q3.Software that manages the overall functioning of a computer and allows the user to interact with it is called:

(a)An operating system
(b)A word processor
(c)A spreadsheet
(d)A web browser

Q4.Application software differs from system software mainly because application software:

(a)Is designed to help users perform specific tasks, such as writing a document
(b)Controls the internal working of computer hardware
(c)Cannot be installed by users
(d)Is not needed to run a computer

Q5.The basic unit used to measure computer memory and storage is the:

(a)Byte
(b)Metre
(c)Volt
(d)Watt

Q1.In HTML, which tag is used to insert an image into a web page?

(a)<pic>
(b)<img>
(c)<image>
(d)<src>

Q2.In the <img> tag, which attribute is used to specify the location of the image file?

(a)href
(b)src
(c)link
(d)alt

Q3.The 'alt' attribute of the <img> tag is used to:

(a)Provide alternative text if the image cannot be displayed
(b)Set the image's file size
(c)Change the colour of the image
(d)Add a hyperlink to the image

Q4.Which attributes of the <img> tag are commonly used to control the displayed size of an image?

(a)width and height
(b)src and alt
(c)colour and font
(d)rows and columns

Q5.Is the <img> tag in HTML a paired tag that requires a separate closing tag?

(a)Yes, it always needs a closing </img> tag
(b)No, it is an empty or self-closing tag
(c)Only when used with the alt attribute
(d)Only in older versions of HTML

Q1.In an HTML document, the <head> section mainly contains:

(a)Information about the document, such as its title, that is not displayed directly on the page
(b)All the visible text and images shown to the user
(c)Only images used in the webpage
(d)The main heading of the page

Q2.Which tag inside the <head> section sets the text shown on the browser's title bar or tab?

(a)<header>
(b)<title>
(c)<caption>
(d)<meta>

Q3.All the visible content of a webpage, such as text, images, and links, is placed within the:

(a)<head> section
(b)<body> section
(c)<title> tag
(d)<meta> tag

Q4.Which of the following would typically be placed in the <head> section rather than the <body>?

(a)A link to an external CSS stylesheet
(b)A paragraph of visible text
(c)An image shown on the page
(d)A hyperlink the user can click

Q5.Can an HTML document have more than one <body> tag?

(a)Yes, as many as needed
(b)No, a valid HTML document should have only one <body> tag
(c)Only if it also has two <head> tags
(d)Only in mobile browsers

Q1.The Internet can be defined as:

(a)A single computer used for browsing
(b)A global network connecting millions of computers and networks worldwide
(c)A type of application software
(d)A local network limited to one building

Q2.A website address such as www.example.com is known as a:

(a)IP address only
(b)URL (Uniform Resource Locator)
(c)HTML tag
(d)Search engine

Q3.Which of the following is an example of a web browser?

(a)Google Chrome
(b)Microsoft Word
(c)Windows Media Player
(d)Notepad

Q4.A search engine is best described as a tool that:

(a)Helps users find information or webpages on the internet using keywords
(b)Only sends emails
(c)Protects a computer from viruses
(d)Creates spreadsheets

Q5.An ISP (Internet Service Provider) is a company that:

(a)Provides users with access to the internet
(b)Manufactures computer hardware
(c)Writes application software
(d)Designs webpages only

Q1.Electronic mail, commonly known as email, is an internet service used mainly to:

(a)Send and receive messages electronically over the internet
(b)Browse webpages only
(c)Store files permanently on a local disk
(d)Design a webpage

Q2.Video calling services, such as those used for online classes, are an example of which type of internet service?

(a)Communication service
(b)Storage service only
(c)Printing service
(d)Antivirus service

Q3.Cloud storage services allow users to:

(a)Store data on remote servers accessed through the internet instead of only on a local device
(b)Print documents wirelessly
(c)Protect a computer from all viruses
(d)Design mobile applications

Q4.Mobile technologies such as 4G and 5G mainly refer to:

(a)Generations of wireless network technology used for mobile data and calls
(b)Types of computer hardware components
(c)Types of application software
(d)Programming languages

Q5.A mobile app that lets users transfer money between bank accounts using a smartphone is an example of:

(a)Mobile banking service
(b)A word processor
(c)An operating system
(d)A search engine

Q1.C is best classified as a:

(a)High-level, general-purpose programming language
(b)Type of computer hardware
(c)Operating system
(d)Web browser

Q2.Which of the following is used to convert a C program's source code into an executable file?

(a)A compiler
(b)A web browser
(c)A spreadsheet
(d)A search engine

Q3.In a C program, every statement must end with which symbol?

(a)Comma (,)
(b)Colon (:)
(c)Semicolon (;)
(d)Full stop (.)

Q4.Which function is commonly used in a basic C program to display output on the screen?

(a)scanf()
(b)printf()
(c)main()
(d)include()

Q5.In every C program, execution begins from the:

(a)main() function
(b)Last line of the code
(c)First comment in the file
(d)Header file

Q1.LibreOffice Calc is best described as:

(a)A spreadsheet program used to organise data in rows and columns and perform calculations
(b)A word processing program
(c)A presentation program
(d)An operating system

Q2.In a Calc worksheet, the point where a row and a column meet is called a:

(a)Sheet
(b)Cell
(c)Workbook
(d)Range

Q3.A file created in Calc, which can contain multiple worksheets, is called a:

(a)Workbook
(b)Slide
(c)Document
(d)Presentation

Q4.To perform a calculation in a Calc cell, the entry typically begins with which symbol?

(a)@
(b)#
(c)=
(d)$

Q5.A group of adjacent cells selected together in Calc, such as A1 to A5, is referred to as a:

(a)Range
(b)Function
(c)Chart
(d)Macro

Q1.In HTML, which tag is used to create a hyperlink to another webpage?

(a)<a>
(b)<link>
(c)<href>
(d)<p>

Q2.CSS mainly stands for and is used for:

(a)Cascading Style Sheets, used to control the appearance of a webpage
(b)Computer Software System, used to run programs
(c)Central Storage Service, used to store files
(d)Control Sequence Sheet, used to run scripts

Q3.Which method allows CSS rules to be written directly inside the head section of an HTML page, affecting the whole page?

(a)Inline CSS
(b)Internal (or embedded) CSS
(c)External CSS
(d)No CSS at all

Q4.In the <a> tag, which attribute specifies the destination address of the hyperlink?

(a)src
(b)alt
(c)href
(d)title

Q5.Applying CSS directly within a single HTML tag using the style attribute is known as:

(a)External CSS
(b)Internal CSS
(c)Inline CSS
(d)Embedded CSS

Q1.In HTML, which tag is used to create an unordered (bulleted) list?

(a)<ol>
(b)<ul>
(c)<li>
(d)<dl>

Q2.Which HTML tag is used to create a numbered list?

(a)<ul>
(b)<ol>
(c)<table>
(d)<tr>

Q3.In an HTML table, which tag is used to define a single row?

(a)<td>
(b)<tr>
(c)<th>
(d)<table>

Q4.Which tag is used inside a table row to create a header cell, usually shown in bold and centred?

(a)<td>
(b)<th>
(c)<tr>
(d)<caption>

Q5.In an HTML table, an ordinary data cell within a row is created using the tag:

(a)<td>
(b)<th>
(c)<tr>
(d)<table>

Q1.A loop in programming is used to:

(a)Repeat a set of statements multiple times based on a condition
(b)Store a single value permanently
(c)Define the data type of a variable
(d)Display an image on the screen

Q2.Which of the following is a type of loop commonly available in C?

(a)for loop
(b)if loop
(c)switch loop
(d)array loop

Q3.A loop that checks its condition before executing the loop body even once is called a:

(a)do-while loop
(b)while loop
(c)post-tested loop
(d)infinite loop

Q4.In a do-while loop, the loop body executes:

(a)Never
(b)At least once, before the condition is checked
(c)Only if the condition is true from the very start
(d)Only when there is an error

Q5.A loop that keeps running forever because its condition is never false is known as:

(a)A finite loop
(b)An infinite loop
(c)A nested loop
(d)A broken loop

Q1.Microsoft Excel is primarily used for:

(a)Creating and managing spreadsheets involving numbers and calculations
(b)Writing letters and essays
(c)Creating slide presentations
(d)Browsing the internet

Q2.In Excel, a single file that can contain many worksheets is called a:

(a)Workbook
(b)Slide
(c)Page
(d)Paragraph

Q3.Which of the following is a valid way to refer to a single cell in Excel?

(a)B5
(b)5B
(c)BB
(d)55

Q4.Freezing panes in Excel is a feature used to:

(a)Keep certain rows or columns visible while scrolling through a large worksheet
(b)Delete unwanted rows permanently
(c)Change the file format of the workbook
(d)Insert a chart automatically

Q5.Which feature in Excel allows data to be arranged in ascending or descending order?

(a)Sorting
(b)Merging
(c)Freezing
(d)Charting

Q1.Microsoft Word is mainly used for:

(a)Creating and editing text documents
(b)Managing large spreadsheets of numbers
(c)Creating slide-based presentations
(d)Managing databases

Q2.The feature in Word that automatically checks and underlines possible spelling mistakes is called:

(a)Spell check
(b)Mail merge
(c)Track changes
(d)Page layout

Q3.Which Word feature allows the same letter to be sent to many different recipients with personalised details, such as names and addresses?

(a)Mail merge
(b)Header and footer
(c)Word count
(d)Page numbering

Q4.Headers and footers in a Word document are used to:

(a)Display repeated content, such as a page number, at the top or bottom of every page
(b)Highlight spelling errors
(c)Insert a table into the document
(d)Change the language of the document

Q5.Which of the following file extensions is commonly used for a Word document?

(a).docx
(b).xlsx
(c).pptx
(d).mp3

Q1.Microsoft PowerPoint is mainly used to create:

(a)Slide-based presentations
(b)Spreadsheets for calculations
(c)Databases
(d)Web browsers

Q2.In PowerPoint, the feature that controls how one slide changes to the next during a presentation is called:

(a)Slide transition
(b)Mail merge
(c)Cell formatting
(d)Page numbering

Q3.Adding movement to individual objects on a slide, such as text flying in, is known as:

(a)Animation
(b)Formatting
(c)Merging
(d)Sorting

Q4.The view in PowerPoint that displays small thumbnail images of all slides together is called:

(a)Slide Sorter view
(b)Notes view
(c)Reading view
(d)Outline view

Q5.Which feature in PowerPoint allows a presenter to keep additional reminders that are not shown to the audience?

(a)Speaker notes
(b)Slide transitions
(c)Animations
(d)Slide layout

Q1.In the context of programming, a problem-solving approach that breaks a large problem into smaller, manageable parts is called:

(a)Decomposition
(b)Compilation
(c)Debugging
(d)Formatting

Q2.A step-by-step set of instructions written to solve a problem, before actual coding begins, is called:

(a)An algorithm
(b)A compiler
(c)A variable
(d)A loop

Q3.A flowchart is used in problem solving mainly to:

(a)Represent the steps of an algorithm using symbols and diagrams
(b)Store data permanently
(c)Compile a program into machine code
(d)Connect a computer to the internet

Q4.In a flowchart, a diamond shape is generally used to represent:

(a)The start or end of the process
(b)A decision point where a condition is checked
(c)An input or output operation
(d)A simple process step

Q5.Testing a program with sample inputs to check whether it produces the expected output is part of:

(a)Debugging and testing the solution
(b)Designing the algorithm only
(c)Writing comments
(d)Choosing variable names

Q1.In C, the function commonly used to take input from the user through the keyboard is:

(a)printf()
(b)scanf()
(c)main()
(d)return()

Q2.The printf() function in C is mainly used to:

(a)Take input from the user
(b)Display output on the screen
(c)Declare a new variable
(d)Compile the program

Q3.In a scanf() statement, the '&' symbol placed before a variable name is used to:

(a)Refer to the memory address of the variable
(b)Multiply two numbers
(c)Add a comment
(d)Declare an array

Q4.Which format specifier in C's printf() and scanf() is used for an integer value?

(a)%d
(b)%f
(c)%c
(d)%s

Q5.Which format specifier is used in C to input or output a floating-point (decimal) number?

(a)%d
(b)%f
(c)%c
(d)%s

Q1.A web application is best described as:

(a)A software program that runs on a web server and is accessed through a browser
(b)A physical hardware device
(c)A type of printer
(d)An offline word processor

Q2.HTTPS, seen at the start of many website addresses, indicates that:

(a)The connection between the browser and website is encrypted and more secure
(b)The website has no security at all
(c)The website only works offline
(d)The website cannot display images

Q3.A strong password is generally recommended to include:

(a)Only the user's own name
(b)A mix of letters, numbers, and special characters
(c)Only numbers in sequence, like 12345
(d)The same word repeated twice

Q4.Which of the following is considered good practice to protect an online account from unauthorised access?

(a)Sharing your password with friends
(b)Enabling two-factor authentication where available
(c)Using the same password on every website
(d)Writing the password on a sticky note on the monitor

Q5.Malicious software designed to damage or gain unauthorised access to a computer system is generally called:

(a)Malware
(b)Firmware
(c)Freeware
(d)Shareware

Q1.Which HTML tag is used to define the beginning of a table?

(a)<table>
(b)<tab>
(c)<tr>
(d)<grid>

Q2.To make a table cell span across two columns, which attribute would be used within a <td> tag?

(a)colspan
(b)rowspan
(c)border
(d)align

Q3.To make a table cell span across two rows, which attribute would be used?

(a)colspan
(b)rowspan
(c)width
(d)cellpadding

Q4.Which attribute of the <table> tag adds a visible border around the table and its cells?

(a)border
(b)align
(c)colspan
(d)src

Q5.A short title or description placed just above or below an HTML table is added using which tag?

(a)<caption>
(b)<th>
(c)<td>
(d)<tr>
Arrays
Arrays MCQs
Charts in Calc
Charts in Calc MCQs
Communication Skills II
Communication Skills II MCQs
Computer Hardware
Computer Hardware MCQs
Computer Network
Computer Network MCQs
Computer Vision
Computer Vision MCQs
Data Editing and Formatting in Calc
Data Editing and Formatting in Calc MCQs
Data Science Artificial Intelligence
Data Science Artificial Intelligence MCQs
Data Types Operators And Expressions In C Language
Data Types Operators And Expressions In C Language MCQs
Decision Structure
Decision Structure MCQs
Electronic Spreadsheets Advanced
Electronic Spreadsheets Advanced MCQs
Entrepreneurial Skills II
Entrepreneurial Skills II MCQs
Function
Function MCQs
Function in Calc
Function in Calc MCQs
Fundamentals of Computer
Fundamentals of Computer MCQs
Green Skills II
Green Skills II MCQs
Handling images in html
handling images in html MCQs
Head and body sections
head and body sections MCQs
Information and Communication Technology Skills II
Information and Communication Technology Skills II MCQs
Internet Basics
Internet Basics MCQs
Internet Services and Mobile Technologies
Internet Services and Mobile Technologies MCQs
Introduction to Artificial Intelligence
Introduction to Artificial Intelligence MCQs
Introduction to C Language
Introduction to C Language MCQs
Introduction to Calc
Introduction to Calc MCQs
Links and CSS in HTML
Links and CSS in HTML MCQs
List and Table Handling in HTML
List and Table Handling in HTML MCQs
loop control structure
loop control structure MCQs
MS Excel
MS Excel MCQs
MS Word
MS Word MCQs
Natural Language Processing
Natural Language Processing MCQs
Power Point
Power Point MCQs
Problem and Problem Solving
Problem and Problem Solving MCQs
Project Cycle
Project Cycle MCQs
Self-Management Skills II
Self-Management Skills II MCQs
Using I/O operations
Using I/O operations MCQs
Web Applications and Security
Web Applications and Security MCQs
Working with Tables in HTML
Working with Tables in HTML MCQs

FAQs

How much weightage do MCQs have in the CBSE Class 10 Computers exam?

For the 2026-27 session, MCQs and objective-type questions carry around 20% weightage. CBSE has introduced 30% competency based questions as MCQs and they are important part of the Class 10 Computers paper.

Where can I access chapter-wise Computers MCQs for Class 10 with answers?

You can access the latest chapter-wise MCQs for Class 10 Computers for free from StudiesToday.com. All questions are based on the latest syllabus and current academic year.

Are Assertion Reasoning and Case Study MCQs included for Class 10 Computers?

Yes, our Computers practice bank includes the new pattern of Assertion Reasoning and Case Study based MCQs. They have been designed to test the analytical skills of Class 10 students.

How does practicing Computers MCQs help in scoring full marks?

Solving Class 10 Computers MCQs regularly improves speed and accuracy as these are objective questions can get you 100% marks if your understanding of the topic is clear.

Can I access these Computers MCQs on mobile for quick revision?

Yes, all Class 10 Computers MCQs and answers are accessible on any device at your convenience.

Is there any charge for Class 10 Computers MCQ online tests?

No, all Computers Multiple Choice Questions (MCQs), practice papers, and solutions for Class 10 are available for free for students to get more marks school exams.