0% found this document useful (0 votes)
258 views8 pages

Class 11 Cs MCQ Questions

Uploaded by

MUTHU SANJAI B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
258 views8 pages

Class 11 Cs MCQ Questions

Uploaded by

MUTHU SANJAI B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

MCQ

Questions
By: - Muthu Sanjai B

Class: - XI B

Roll no: - 28

Unit-1
Q1) What does CPU stand for____________

Q2) CPU can be places on one or more microchips called


IC. Here IC stands for

(a) Integrated circuit


(b) Internal circuit
(c) Interesting circuit
(d) None of the above

Q3) The ICs are made up of _____ Materials.

(a) Conductor
(b) Insulator
(c) Resistor
(d) Semiconductor

Q4) ALU stands for

(a) Arithmetic Logic Unit


(b) Arithmetic Logic Universe
(c) Arithmetic Logic gates Unit
(d) None of the above

Q5) Devices which feed data into the computer are


called

(a) Output devices


(b) Storage devices
(c) Input devices
(d) None of the above

Q6) Data Entered through input device is temporarily


stored in

(a) RAM
(b) ROM
(c) Hard disk
(d) All of the above

Q7) Which of the following converts the Source code


into an object or machine code

(a) Language processor


(b) Application software
(c) Packages
(d) Utilities
(Option choice 2)
(a) Language processor
(b) Application software
(c) Compiler
(d) Utilities

Q8) ASCII stands for____________________________

Q9) Which gate is used to perform Logical addition

(a) NOT
(b) XNOR
(c) OR
(d) NAND

Q10) EEPROM stands for_____________


Q11) Which of the following number system is known as
base-10 system.

(a) Binary number system


(b) Hexadecimal number system
(c) Octal number system
(d) Decimal number system

Q12) Decimal number system has _____ digits.

(a) 8
(b) 7
(c)19
(d) 10

Q13) Every number system has a set of unique


characters or literals. The count of these literals is
called ____

(a) Matrix
(b) Radix
(c)Radical
(d) Exponent

ANSWER KEY
Q1) Central Processing Unit Q2) (a) Integrated circuit Q3)
(d) Semiconductor

Q4) (a) Arithmetic Logic Unit Q5) (c) Input devices Q6) (a)
RAM

Q7) (a) Language processor & (c) Compiler Q8) American


Standard Code for Information Interchange

Q9) (c) OR Q10) Electrically Erasable Programmable ROM


Q11) (d) Decimal number system

Q12) (d) 10 Q13) (b) Radix


Unit-2
Q1) What is an algorithm?

(a) A set of steps to solve a problem


(b) Software that analyses data
(c) A hardware device that stores data
(d) All of these

Q2) What is Pseudo-code?

(a) A diagrammatic representation of a set of


instructions
(b) An algorithm written out in words
(c)A very specific programming language used by all
computers
(d) All of these

Q3) Which of the following would assign user input to a


variable?

(a) INPUT= myVar


(b) myVar INPUT
(c)INPUT  myVar
(d) All of these

Q4) What shape represents a decision in a flowchart?


(a) A Diamond
(b) A Rectangle
(c)An Oval
(d) None of these

Q5) What shape represents Processing in a flowchart?

(a) A Diamond
(b) A Rectangle
(c)An Oval
(d) None of these

Q6) What is decomposition?

(a) Breaking code down once it has been run


(b) Breaking a problem down into a smaller, more
manageable sections
(c)Breaking a problem into subroutines
(d) Breaking big data into small data

Q7) Tokens are also called as?

(a) Radical unit


(b) Decimal unit
(c)Tokens
(d) Lexical unit

Q8) Which among the following is/are tokens?

(a) Keywords
(b) Literals
(c)Both (a) & (b)
(d) Packages
Q9) Special meaning words of python, fixed for specific
functionality are called

(a) Identifiers
(b) Functions
(c)Keywords
(d) Literals

Q10) Data items having fixed value are called

(a) Identifiers
(b) Functions
(c)Keywords
(d) Literals

Q11) The lines beginning with certain character __, and


which are ignored by a compiler and not executed, are
called

(a) ^, Operators
(b) #, Operands
(c)*, Functions
(d) #, Comments

Q12) Which of the following are backbone of a python


program?

(a) Comments
(b) Expressions
(c)Indentation
(d) All of the above
Q13) Which of these are the datatypes which python
offers?

(a) Numbers
(b) String
(c)Tuple
(d) All of the above

Q14) Which of the following are mutable datatypes?

(a) Lists
(b) Strings
(c)Both (a) & (b)
(d) None of these

Q15) Which function around the input ( ) converts the


read value into type?

(a) Print ()
(b) Float ()
(c)int ()
(d) (‘\n’)

ANSWER KEY
Q1) (a) A set of steps to solve a problem Q2) (b) An
algorithm written out in words Q3) (b) myVar INPUT Q4)
(a) A Diamond Q5) (b) A Rectangle

Q6) (b) Breaking a problem down into a smaller, more


manageable sections

Q7) (d) Lexical unit Q8) (c) Both (a) & (b) Q9) (c)
Keywords
Q10) (d) Literals Q11) (d) #, Comments Q12) (d) All of
the above

Q13) (d) All of the above Q14) (a) Lists Q15) (c) int()

You might also like