Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

All MCQ'S

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

8.

Charts in Calc
STD – 10 SUBJECT : COMPUTER

1. Which of the following option is used to print a chart?


a. Insert -- Chart
b. File -- View
c. File -- Print
d. View -- Chart

2. The charts in Calc may have how many of the following axis?
a. Two
b. Three
c. Two or Three
d. Four

3. Which of the following is used to enter 3D text in Calc?


a. Fontwork
b. Artwork
c. Drawing work
d. Graphwork

4. Which of the following shows us the preview of the chart?


a. Save as XHTML
b. Page preview
c. Export chart
d. All of the above

5. Which of the following is used to provide a link to the chart?


a. Activelink
b. Hyperlink
c. Drawinglink
d. Connectionlink

6. To fix the column or row in a data range – to make it absolute,


which symbol is used?
a. #
b. $
c. &
d. %

7. To which of the entity can a Calc chart be linked?


a. To an existing document
b. To a new document
c. Web page
d. All of the above
9. PROBLEM AND PROBLEM SOLVING

STD-10 ANSWER KEY COMPUTER

1. Which of the following refers to a list of instructions in a proper


order to solve a problem called?
a. Algorithm b. Flowchart
c. Sequence d. Roadmap

2. Which of the following symbol is used to test conditions in a


flowchart?
a. Diamond b. Circle
c. Arrow d. Square

3. Which of the following symbol is used to represent output in a


flowchart?
a. Square b. Circle
c. Parallelogram d. Triangle

4. Which of the following is the standard terminal symbol for a


flowchart?
a. Circle b. Diamond
c. Rounded Rectangle d. Square

5. Which of the following refers to the purpose of Algorithm and


Flowchart?
a. Know the memory capacity
b. Identify the base of the number system
c. Direct the output to the printer
d. Specify the problem completely and clearly

6. Which of the following is not a problem solving technique?


a. Pseudo code b. Flowchart
c. Algorithm d. Sequence
7. Which of the following is a pictorial representation of a problem
solving technique?
a. Pseudo code b. Flowchart
c. Algorithm d. Computer program

8. An arrow symbol in flowchart is sued to show


a. The flow of an action b. The sequence of action
c. The start of actions d. The completion of an action

9. Which of the following refers to the core part of any solution?


a. Input b. Output
c. Process d. Algorithm

10. Which of the following symbol represents a Process?


a. Rectangle b. Square
c. Circle d. Diamond

11. Which of the following is used to distinguish different connector


pairs in flowchart?
a. Arrows are used b. Alphabets or other characters are used
c. Circles are used d. Diamonds are used
10. INTRODUCTION TO C LANGUAGE

STD-10 ANSWER KEY COMPUTER

1. Which of the following is an extension of C program file?


a. c
b. h
c. s
d. t

2. Which of the following number refers to number of C character


categories?
a. 0
b. 2
c. 4
d. 8

3. Which of the following C character categories does the symbol =


belongs?
a. Letter
b. Blank Space
c. Special Character
d. Digit

4. Which of the following is a valid keyword of C?


a. ofsize
b. sizeof
c. forsize
d. sizefor

5. Which of the following is an invalid variable name in C?


a. Register
b. RegIster
c. registre
d. register

6. Which of the following is an invalid integer constant in C?


a. 0xG
b. 0xA
c. 0xB
d. 0xD

7. Which of the following is valid real constant in C?


a. -2.0.5e5
b. -20.5e5.5
c. -20.5e5
d. -20.5e.5

8. Which of the following is valid single character constant in C?


a. ‘a’
b. ‘\a’
c. “a”
d. Both a and b

9. The preprocessor directive # define is used to define which of


the following in C?
a. String constants
b. Symbolic constants
c. Integer constant
d. Single character constant

10. Which of the following function key is used to directly execute


a program?
a. F7
b. F9
c. F5
d. F8
11. DATA TYPES, OPERATORS AND EXPRESSIONS IN C LANGUAGE

STD-10 ANSWER KEY COMPUTER

1. Which of the following keywords refer to integer data type?


a. integer
b. Integer
c. INTEGER
d. int

2. Which of the following refers to an empty value?


a. void
b. Void
c. char
d. float

3. Which of the following refers to size of memory allocated to float


as per gcc compiler?
a. 1
b. 2
c. 4
d. 6

4. Which of the following is a valid keyword in C that identifies


valid character value?
a. char
b. character
c. CHAR
d. CHARACTER

5. Which of the following is a user define data type in C?


a. int
b. enum
c. char
d. float

6. Which of the following is used to provide an alias to existing


data types in C?
a. enum
b. def
c. pointer
d.typedef

7. The symbol & belong to which of the following operator types in


C?
a. Relational
b. Arithmetic
c. Logical
d. Bitwise

8. The symbol ! belong to which of the following operator types in


C?
a. Relational
b. Arithmetic
c. Logical
d. Bitwise

9. The = symbol is used for which of the following operations in C?


a. Equality check
b. Assignment
c. Comment
d. Formula

10. Which of the following refer to the meaning of value++ in C?


a. Post increment
b. Post decrement
c. Pre increment
d. Pre decrement
EXTRA QUESTIONS FOR PRELIMS EXAMINATION
STD – 10 SUBJECT : COMPUTER

1. ANSI C was standardized in the year_____.


a. 1989 b. 1999 c. 1979 d. 1987

2. Type of value that can be assigned to an identifier is known as _______.


a. data type b. function c. variable d. constant

3. _________ can be defined as finite set of precise and clear instructions


given to a computer.
a. Program b. Editor c. Flowchart d. none

4. 0 to 9 comes under the __________ category of C character set.


a. Letters b. White spaces c. Digits d. Special characters.

5. In Calc, hyperlink option is available under which menu?


a. Insert b. Format c. File d. Tools

6. The symbol for ampersand is _____


a. $ b. @ c. & d. ^

7. The __________header file contains mathematical functions such as


log( ), sqrt( ), etc.
a. <math.h> b. <stdlib.h> c. <stdio.h> d. <ctype.h>

8. The character set is made up of __________ language.


a. Hindi b. Chinese c. English d. Japanese

9. __________ means AND operator


a. || b. ! c. && d. < >
10 . ANSI stands for ______
a. American National Standard Institute
b. American National System Institute
c. American National Standard international
d. Australian National Standard Institute

11. We have ______ types of integer constants


a. 2 b. 3 c. 4 d. 5

12. A program must end with ______ number of steps.


a. finite b. infinite c. huge d. least

13. The extension of header file is ___


a. .h b. .c c. .m d. a

14.ANSI C standard supports ____predefined words.


a. 23 b. 32 c. 45 d. 12

15. __________ means OR operator


a. || b. ! c. && d. < >

16. The symbol & belong to which of the following operator types in C?
a. Relational b. Arithmetic c. Logical d. Bitwise

17. The origin of C has been dated back to _____ in Bell laboratories.
a. 1972 b. 1982 c. 1992 d. 1962

18. Characters in C Language can be defined into ____ categories.


a. 4 b. 6 c. 3 d. 2

19. Documentation is enclosed within ______.


a. /* */ b. */ */
c. /** **/ d. */ **/

20. Which language does the computer understand?


a. 1 b. 0 c. Both a and b d. None
21. The process of writing step by step instructions using a chosen
language is called_______.
a. programming b. compilation c. analysis d. instantiation

22. #define is known as preprocessor directive.


a. pre processor directive b. post processor directive
c. pre programming directive d. post programming directive

23. All C programs contain one function with the name ______.
a. main( ) b. void( ) c. key( ) d. central( )

24. A word that a user can construct by making use of C character set is
known as ______.
a. identifier b. keyword
c. variable d. constant

25. All C programs contain one function with the name ______.
a. main( ) b. void( ) c. key( ) d. central( )

26. Integer constant refers to _______ numbers.


a. whole b. float c. fraction d. Hexadecimal

27. C provides two special unary operators ______ and ______.


a. +- , - + b. - - , + + c. ** , + + d. - - , **

28. Logical _______ is used when all the given conditions must be satisfied.
a. AND b. OR c. NOT d. None

29. __________ reduces the actual length of program and saves memory.

a. Function b. Modularity c. Software d. none

30. The predefined words in C language are known as ______

a. identifier b. keyword
c. variable d. constant

You might also like