All Practice Exams

100+ Free WBBSE Madhyamik Computer Application (Optional) Practice Questions

Prepare for the West Bengal Board Class 10 Secondary Examination Optional Computer Application exam with instant access — no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

Same family resources

Explore More West Bengal Madhyamik Optional Subjects (WBBSE)

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: WBBSE Madhyamik Computer Application (Optional) Exam

The WBBSE Class 10 Computer Application (Optional) exam assesses student knowledge in computer fundamentals, MS Office applications, HTML web design, logic gates, binary arithmetic, and networking. Note: This practice question bank is an English-language MCQ study adaptation for the WBBSE Madhyamik Optional Computer Application examination.

Sample WBBSE Madhyamik Computer Application (Optional) Practice Questions

Try these sample questions to test your WBBSE Madhyamik Computer Application (Optional) exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1Which component of the CPU is responsible for executing basic arithmetic calculations and bitwise logical comparisons?
A.Arithmetic Logic Unit (ALU)
B.Control Unit (CU)
C.Register File
D.Cache Memory
Explanation: The Arithmetic Logic Unit (ALU) is the CPU sub-component that carries out mathematical operations (such as addition and subtraction) and logical comparisons (such as AND, OR, and equality tests).
2Which memory type is small, extremely fast, volatile, and positioned directly between the CPU registers and main RAM to reduce access time?
A.Flash Drive Memory
B.Cache Memory
C.Read-Only Memory (ROM)
D.Hard Disk Memory
Explanation: Cache memory is a high-speed volatile SRAM buffer built into or close to the CPU that holds frequently used data and instructions, dramatically lowering access latency compared to main RAM.
3What is the binary equivalent of the decimal number 25?
A.11010
B.10111
C.11001
D.11100
Explanation: Converting 25 to binary via repeated division by 2: 25 / 2 = 12 (rem 1), 12 / 2 = 6 (rem 0), 6 / 2 = 3 (rem 0), 3 / 2 = 1 (rem 1), 1 / 2 = 0 (rem 1). Reading remainders bottom-up gives 11001.
4Which number system utilizes base 16 and incorporates symbols 0-9 alongside letters A through F?
A.Binary System
B.Octal System
C.Decimal System
D.Hexadecimal System
Explanation: The Hexadecimal number system uses base 16. It employs digits 0-9 for values 0-9 and letters A-F for values 10-15, providing a compact representation of binary data.
5What is the smallest basic unit of digital information stored in a computer system?
A.Bit
B.Byte
C.Nibble
D.Kilobyte
Explanation: A bit (binary digit) represents the smallest atomic unit of digital data, holding a value of either 0 or 1.
6Which variation of Read-Only Memory (ROM) can be completely erased by exposing its chip to intense ultraviolet (UV) light?
A.PROM
B.EPROM
C.EEPROM
D.Mask ROM
Explanation: EPROM (Erasable Programmable Read-Only Memory) can be erased by exposing the transparent quartz window on top of its package to ultraviolet light, allowing it to be rewritten.
7What is the 6-bit binary equivalent of the octal number (37)8?
A.010111
B.011101
C.011111
D.100111
Explanation: Each octal digit converts to a 3-bit binary equivalent: 3 = 011 and 7 = 111. Combining them yields (011111)2.
8In standard binary computing capacity measurement (2^20 bytes), how many bytes are exactly equal to 1 Megabyte (MB)?
A.1,000,000 bytes
B.1,024,000 bytes
C.1,048,000 bytes
D.1,048,576 bytes
Explanation: In traditional binary memory addressing, 1 KB = 2^10 = 1,024 bytes and 1 MB = 1,024 KB = 1,024 x 1,024 = 1,048,576 bytes.
9Which input device captures visual images of printed documents or photos and converts them into digital graphic files?
A.Optical Scanner
B.Plotter
C.Barcode Reader
D.Dot Matrix Printer
Explanation: An Optical Scanner shines light onto physical paper documents and uses optical sensors to convert printed text and images into digital raster image files.
10Which component on a motherboard maintains the system real-time clock and hardware configuration settings when the computer is shut down?
A.CPU Fan
B.CMOS Battery
C.Power Supply Unit (PSU)
D.Expansion Bus
Explanation: The Complementary Metal-Oxide-Semiconductor (CMOS) battery provides continuous low-voltage power to the motherboard's CMOS chip, keeping the system clock running and preserving BIOS settings when main power is disconnected.

About the WBBSE Madhyamik Computer Application (Optional) Exam

The WBBSE Madhyamik Computer Application examination tests Class 10 students on fundamental computer concepts, hardware and software components, operating system operations, word processing (MS Word), spreadsheet calculations (MS Excel), presentations (MS PowerPoint), web page authoring using HTML, digital logic gates, binary arithmetic, and computer networking & Internet protocols. Note: This practice question bank is an English-language MCQ study adaptation for the WBBSE Madhyamik Optional Computer Application examination, designed to reinforce core computing concepts, syntax, formulas, and logic operations.

Assessment

Madhyamik Optional Elective - Computer Application: 2-hour-45-minute theory paper in the Optional Elective sitting, plus a school-conducted practical examination.

Time Limit

Theory 2 hours 45 minutes; practical examination conducted by the individual school

Passing Score

WBBSE reports each subject on a seven-point grade scale: AA 90-100, A+ 80-89, A 60-79, B+ 45-59, B 35-44, C 25-34 (marginal pass) and D below 25 (disqualified). Grade C is therefore the minimum subject grade and a D in any compulsory subject makes the overall result unsuccessful. Division bands are separate: 1st division 480+, 2nd 360+, 3rd 272+ out of 800.

Exam Fee

WBBSE does not publish a single per-candidate examination fee with the Madhyamik routine. Enrolment is made by the school online through wbbsedata.com within the Board's registration window, and the amount payable is set by the Board's enrolment circular for that session. Confirm the current figure with your school or the Board's notification rather than relying on a quoted estimate. (West Bengal Board of Secondary Education (WBBSE))

WBBSE Madhyamik Computer Application (Optional) Exam Content Outline

15%

Computer Fundamentals & Number Systems

Computer hardware basics, CPU structure, memory units (RAM, ROM, Cache), input/output devices, and binary/decimal/octal/hexadecimal number conversions.

15%

Hardware, Software & Operating Systems

System software, application software, OS functions, file management, GUI elements, utility programs, compilers, and interpreters.

15%

MS Word & Office Productivity

Document formatting, paragraph styling, page setup, tables, headers/footers, mail merge, spell check, and shortcut keys.

15%

MS Excel & Spreadsheet Analysis

Worksheet navigation, relative/absolute cell referencing, formulas (SUM, AVERAGE, MAX, MIN, IF), charts, and data sorting.

10%

MS PowerPoint & Digital Presentations

Slide layouts, Slide Master view, transitions, animations, and slideshow configuration.

15%

HTML & Web Design

HTML tags structure, document head/body, text formatting, ordered/unordered lists, hyperlinks (a href), images (img src), and HTML tables.

15%

Logic Gates & Binary Arithmetic

AND, OR, NOT, NAND, NOR, XOR logic gates, truth tables, boolean operations, and binary addition, subtraction, 1's & 2's complement.

How to Pass the WBBSE Madhyamik Computer Application (Optional) Exam

What You Need to Know

  • Passing score: WBBSE reports each subject on a seven-point grade scale: AA 90-100, A+ 80-89, A 60-79, B+ 45-59, B 35-44, C 25-34 (marginal pass) and D below 25 (disqualified). Grade C is therefore the minimum subject grade and a D in any compulsory subject makes the overall result unsuccessful. Division bands are separate: 1st division 480+, 2nd 360+, 3rd 272+ out of 800.
  • Assessment: Madhyamik Optional Elective - Computer Application: 2-hour-45-minute theory paper in the Optional Elective sitting, plus a school-conducted practical examination.
  • Time limit: Theory 2 hours 45 minutes; practical examination conducted by the individual school
  • Exam fee: WBBSE does not publish a single per-candidate examination fee with the Madhyamik routine. Enrolment is made by the school online through wbbsedata.com within the Board's registration window, and the amount payable is set by the Board's enrolment circular for that session. Confirm the current figure with your school or the Board's notification rather than relying on a quoted estimate.

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

WBBSE Madhyamik Computer Application (Optional) Study Tips from Top Performers

1Practice HTML tag syntax carefully, ensuring proper opening and closing tags for lists, tables, and links.
2Master Excel formulas and understand the difference between relative (A1) and absolute ($A$1) cell references.
3Draw truth tables for all logic gates (AND, OR, NOT, NAND, NOR, XOR) to memorize their outputs.
4Practice number system conversions (Decimal to Binary/Octal/Hexadecimal and vice versa) step by step.
5Memorize common MS Word and Windows keyboard shortcuts.

Frequently Asked Questions

What is the exam structure for WBBSE Madhyamik Computer Application?

The examination features a 90-mark written theory paper (including MCQs, short answer, and descriptive questions) and a 10-mark internal practical/formative evaluation.

Why is this question bank provided in English?

This module is an English-language MCQ study adaptation for self-assessment, concept verification, and practice according to the WBBSE Class 10 Computer Application syllabus.

Which software tools are included in the Madhyamik Computer Application syllabus?

The practical syllabus covers Microsoft Windows OS, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, and web design using HTML.

What logic gates are covered in Class 10 Computer Application?

The syllabus covers basic logic gates (AND, OR, NOT) and universal/derived logic gates (NAND, NOR, XOR, XNOR) along with their truth tables and circuit symbols.

How are number systems tested in Madhyamik Computer Application?

Students are tested on conversions between Binary, Decimal, Octal, and Hexadecimal number systems, as well as binary addition and subtraction using 1's and 2's complement.