Multiple Choice Questions (MCQs) for Class 10 Computers: Using I/O operations
Access targeted multiple-choice questions for Using I/O operations designed to align with the latest CBSE academic syllabus for Class 10 Computers. These objective practice sets help students evaluate their conceptual understanding and improve exam readiness.
Practice Using I/O operations MCQs for Class 10 Computers
View or download the dedicated Using I/O operations MCQ resource below. Practicing these 50 objective questions regularly builds familiarity with standard exam patterns and helps secure higher marks in final Computers evaluations.
(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
Free study material for Computers
Using I/O operations Objective Questions & Solutions for Class 10 Computers
Download Multiple Choice Questions: Using I/O operations (Class 10 Computers)
Explore reliable practice questions for Using I/O operations tailored for Class 10 Computers learners. Use these multiple-choice formats to evaluate preparedness and strengthen problem-solving skills.
Concept Clarification for Using I/O operations
Built using the official NCERT book for Class 10, these Computers objective sets provide reliable academic guidance. Pair your practice with our recommended NCERT solutions to master optimal problem-solving approaches.
Additional Study Resources for Class 10 Computers
Explore our broader library of printable assignments, chapter notes, and mock tests designed to support continuous revision and secure higher marks in CBSE assessments.
FAQs
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 2026-27 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.