Practice CBSE Class 10 Computer Science Using I/O operations MCQs provided below. The MCQ Questions for Class 10 Using I/O operations Computers with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 10 Computers and also download more latest study material for all subjects
MCQ for Class 10 Computers Using I/O operations
Class 10 Computers students should review the 50 questions and answers to strengthen understanding of core concepts in Using I/O operations
Using I/O operations MCQ Questions Class 10 Computers with Answers
(1) What is the information given by keyboard known as ?
(A) Output (B) Input (C) Process (D) None of these
(2) ........ can be used as input device.
(A) Keyboard (B) Mouse (C) Both (A) and (B)(D) Monitor
(3) ........is the standard input device.
(A) Keyboard(B) Mouse (C) Scanner (D) Microphone
(4) Some inbuilt statements are available to execute input process in C language. Choose the correct option.
(A) True (B) False (C) Can't say (D) None of these
(5) ........ is the inbuilt function.
(A) getchar() (B) getch() (C) getc() (D) All of these
OR
(A) getc() (B) gets() (C) scanf() (D) All of these
(6)All the programming languages give the feature of showing results for the input data is known as .........
(A) output operation (B) process operation (C) input operation (D) reader operation
(7) ........ is the output device.
(A) Monitor (B) Printer (C) Both (A) and (B) (D) Keyboard
(8) ........is the standard output device.
(A) Printer (B) Monitor (C) Keyboard (D) Mouse
(9) ........is the inbuilt output function.
(A) purchar() (B) puts() (C) printf() (D) All of these
(10) Input and output process in short is known as .........
(A) I/O process (B) O/I process (C) O/U process (D) U/O process
(11) I/O stands for.........
(A) Internal/Output process (B) Input/Overput process (C) Input/Output process (D) Interval /Overall process
(12) ........shows the input output process.
(A) getchar(), getch(), gets() (B) putchar(), putc(), puts() (C) scanf(), printf() (D) All of these
(13) ........is used to process the data in a program.
(A) Variable(B) Identifier (C) Token (D) Function
(14) ........operator is used while assigning a value to the variable while making a program.
(A) Assignment(B) Relational (C) Logical (D) Bitwise
(15) ........ shows the basic function of computer system ?
(A) Input (B) Process (C) Output (D) All of these
(16) Functions to get values from the user from known as .........
(A) Outer Input Function (B) Global Input Function (C) Inbuilt Input Function (D) Database Inbuilt Input Function
(17) Where the different functions for input store in C language ?
(A) Compiler (B) Library (C) Processing (D) Memory
(18) ........ is used to use any inbuilt function library in C language.
(A) %include (B) @include (C) &include (D) #include
(19) ........ statement is added in the beginning of C program.
(A) #include
(20) #include
(A) Section Input/Output (B) Source Input/Output (C) Size of Input/Output (D) Standard Input/Output
(21) In........header file input and output related functions are stored.
(A) #include
(22) #include statement gives the feature of finding ........file and giving compiler instructions add the details in the beginning of program.
(A) std.h (B) stdio.h (C) studio.h (D) stdou.h
(23) ........is the input inbuilt function.
(A) getc() (B) gets() (C) getch(), getchar() (D) All
(24) ........function is used to read one character.
(A) getchar() (B) gets() (C) putchar() (D) puts()
(25) In ........ function the input character is displayed on the screen.
(A) putchar() (B) puts() (C) getchar() (D) gets()
(26) ........is the simplest function to get a character from the user while executing a program.
(A) getchar() (B) gets() (C) putchar() (D) puts()
(27) getchar() function reads how many characters at a time ?
(A) One(B) Any number of (C) Many (D) None of these
(28) ........ function does not show the input character on the screen.
(A) getch() (B) gets() (C) putch() (D) puts()
(29) ........function reads the character from a file.
(A) puts() (B) putc() (C) gets() (D) getc()
(30) ........function is used to get string from a user.
(A) gets() (B) getchar() (C) getch() (D) getc()
(31) gets() function ends with.........
(A) null character (B) nill character (C) (A) or (B) (D) none of these
(32) .......shows the formatted input function.
(A) clrscr() (B) scanf() (C) getch() (D) puts()
(33) In ....... format data can be inserted using scanf() function.
(A) int (B) char (C) float (D) all of these
(34) In scanf() format starts with.......symbol.
(A) # (B) & (C) % (D) @
(35) In scanf().......symbol is given before variable name.
(A) @ (B) % (C) $ (D) &
(36) Each variable is defined by....... :
(A) name (B) memory location (C) both (A) and (B) (D) none of these
(37) When a variable name is mentioned, compiler uses .......for the process.
(A) memory location of variable (B) memory location of token
(C) memory location of identifier (D) memory location of function
(38) Control string is known as ........
(A) master string (B) variable string (C) function string (D) format string
(39) scanf() function uses.......to read real values.
(A) %f (B) %d (C) %c (D) %p
(40) ....... is the corresponding character double data type.
(A) %df (B) %dd (C) %lf (D) %fl
(41) scanf() function uses.......to read a character.
(A) %d (B) %f (C) %c (D) %s
(42) scanf() uses ....... corresponding character to read a string.
(A) %d (B) %f (C) %c (D) %s
(43) ......will accept only specified characters in scanf.
(A) %[characters] (B) % [^characters] (C) &[characters] (D) &[Acharacters]
(44) .......will accept the characters only from a to z.
(A) &[a-z A-Z] (B) %[a-z A-Z] (C) &[a to z A to Z] (D) %[a to z A to Z]
(45) scanf() statement can accept.......value.
(A) integer, float (B) character (C) string (D) all of these
(46) ....... is used for unsigned integer value in scanf.
(A) %h (B) %u (C) %lf (D) %ld
(47) .......is used for long integer value in scanf.
(A) %L (B) %u (C) %lf (D) %ld
(48) .......is used for double value in scanf.
(A) %L (B) %u (C) %lf (D) %ld
(49) .......is used for long double value in scanf.
(A) %L (B) %u (C) %lf (D) %ld
(50) .......has the inbuilt output functions.
(A)
(51) .......shows the inbuilt output functions.
(A) putchar() (B) puts() (C) printf() (D) All of these
(52) putchar() has the drawback.
(A) At different times it displays only one character (B)At a time it displays only one character.
(C) At different times it displays multiple I characters. (D) At a time it displays multiple characters,
(53) Each string ends with ........
(A) slash (B) null (C) space (D) variable
(54) To display different results with formatting is known as........
(A) formatted input (B) formatted output (C) formatted processor (D) formatted string
(55) .......is the formatted output function.
(A) putchar() (B) puts() (C) printf()(D) scanf()
(56) printf() stands for........
(A) print formatted (B) print format (C) print form (D) print formal
(57) Which escape sequence character is used to take the cursor to the new line ?
(A) \n (B) \b (C) \t (D) \a
(58) Which escape sequence character is used to give tab ?
(A) \n (B) \b (C) \t (D) \a
(59) .......is given before the specifier of a variable.
(A) & (B) $ (C) # (D) %
(60) ....... corresponding character is use for printing a floating point value with exponent in print f().
(A) %c (B) %d (C) %e (D) %f
(61) ....... corresponding character is use for printing a long double value printf().
(A) %lf (B) %Lf (C) %o (D) %x
(62) ....... corresponding character is use for printing an integer in octal form in printf().
(A) %lf (B) %Lf (C) %o (D) %x
(63) ....... corresponding character is use for printing an integer in hexadecimal form of printf().
(A) %lf (B) %Lf (C) %o (D) %x
| CBSE Class 10 Computer Science Charts in Calc MCQs |
| CBSE Class 10 Information Technology Communication Skills II MCQs |
| CBSE Class 10 Computer Science Computer Hardware MCQs |
| CBSE Class 10 Computer Science Computer Network MCQs |
| CBSE Class 10 Computer Vision MCQs |
| CBSE Class 10 Computer Science Data Editing and Formatting in Calc MCQs |
| CBSE Class 10 Data Science Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Data Types Operators And Expressions In C Language MCQs |
| CBSE Class 10 Computer Science Database Management System MCQs |
| CBSE Class 10 Information Technology Database Management System MCQs |
| CBSE Class 10 Computer Science Decision Structure MCQs |
| CBSE Class 10 Computer Science Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Digital Documentation Advanced MCQs |
| CBSE Class 10 Information Technology Electronic Spreadsheets Advanced MCQs |
| CBSE Class 10 Information Technology Entrepreneurial Skills II MCQs |
| CBSE Class 10 Computer Science Function in Calc MCQs |
| CBSE Class 10 Computer Science Fundamentals of Computer MCQs |
| CBSE Class 10 Information Technology Green Skills II MCQs |
| CBSE Class 10 Computer Science handling images in html MCQs |
| CBSE Class 10 Computer Science head and body sections MCQs |
| CBSE Class 10 Information Technology Information and Communication Technology Skills II MCQs |
| CBSE Class 10 Computer Science Internet Basics MCQs |
| CBSE Class 10 Computer Science Internet Services and Mobile Technologies MCQs |
| CBSE Class 10 Introduction to Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Introduction to C Language MCQs |
| CBSE Class 10 Computer Science Introduction to Calc MCQs |
| CBSE Class 10 Computer Science Links and CSS in HTML MCQs |
| CBSE Class 10 Computer Science List and Table Handling in HTML MCQs |
| CBSE Class 10 Computer Science loop control structure MCQs |
| CBSE Class 10 Natural Language Processing Artificial Intelligence MCQs |
| CBSE Class 10 Computer Science Problem and Problem Solving MCQs |
| CBSE Class 10 Information Technology Self-Management Skills II MCQs |
| CBSE Class 10 Computer Science Using I/O operations MCQs |
| CBSE Class 10 Computer Science Web Applications and Security MCQs |
| CBSE Class 10 Computer Science Working with Tables in HTML MCQs |
Important Practice Resources for Class 10 Computers
MCQs for Using I/O operations Computers Class 10
Students can use these MCQs for Using I/O operations to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 10 Computers released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of Using I/O operations to understand the important concepts and better marks in your school tests.
Using I/O operations NCERT Based Objective Questions
Our expert teachers have designed these Computers MCQs based on the official NCERT book for Class 10. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of Using I/O operations, you should also refer to our NCERT solutions for Class 10 Computers created by our team.
Online Practice and Revision for Using I/O operations Computers
To prepare for your exams you should also take the Class 10 Computers MCQ Test for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Computers topics will make you an expert in all important chapters of your course.
You can get most exhaustive CBSE Class 10 Computer Science Using I/O operations MCQs for free on StudiesToday.com. These MCQs for Class 10 Computers are updated for the 2025-26 academic session as per CBSE examination standards.
Yes, our CBSE Class 10 Computer Science Using I/O operations MCQs include the latest type of questions, such as Assertion-Reasoning and Case-based MCQs. 50% of the CBSE paper is now competency-based.
By solving our CBSE Class 10 Computer Science Using I/O operations MCQs, Class 10 students can improve their accuracy and speed which is important as objective questions provide a chance to secure 100% marks in the Computers.
Yes, Computers MCQs for Class 10 have answer key and brief explanations to help students understand logic behind the correct option as its important for 2026 competency-focused CBSE exams.
Yes, you can also access online interactive tests for CBSE Class 10 Computer Science Using I/O operations MCQs on StudiesToday.com as they provide instant answers and score to help you track your progress in Computers.