Showing posts with label Standard: 10. Show all posts

STD-10 Computer Chapter:16 Function

Below are only answers for multi choice questions from textbook.


Q-1. A

Q-2. C

Q-3. C

Q-4. C

Q-5. A

STD-10 Computer Chapter:15 Arrays

Below are only answers for multi choice questions from textbook.


Q-1. C

Q-2. B

Q-3. B


STD-10 Computer Chapter:14 Loop Control Structures

Below are only answers for multi choice questions from textbook.


Q-1. C

Q-2. C

Q-3. D


Q-4. C

(Note: For question number 4, actual answer is None of these (Option: D). I created program in Codeblock and at the time of execution, It displays no output on the screen.) 

STD-10 Computer Chapter:13 Decision Structures

Below are only answers for multi choice questions from textbook.

Q-1. B 

Q-2. C

Q-3. C

Q-4. B

Q-5. A


STD-10 Computer Chapter:12 Using I/O Operations

Below are only answers for multi choice questions from textbook.


Q-1. D All of these

Q-2. A Keyboard

Q-3. C put(s)

Q-4. C Krusha

Q-5. B gets()


STD-10 Computer Chapter:11 data Types, Operators and Expression in C Language

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


STD-10 Computer Chapter:10 Introduction to C Language

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

STD-10 Computer Chapter:9 Problem and Problem Solving

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

(Note: A circle symbol is used to represent a connector but to distinguish different connector, different characters are used with a same alphabet in a pair.)

STD-10 Computer Chapter:8 Charts in Calc

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

STD-10 Computer Chapter:7 Functions in Calc

1. In which of the following ways we can enter a function in Calc?
a. Directly typing function name in a cell
b. Function wizard or selecting from tool bar
c. Both A and B
d. Depends on function

2. A function can start with which of the following options?
a. ‘=’ sign
b. Alphabets
c. Numbers
d. Any of the above

3. Which of the following is not a logical function?
a. OR
b. AND
c. NOT
d. PROPER

4. Which date and time function of Calc you will use to find out whether the given year is leap year or not?
a. DAYSINYEAR()
b. DAYS()
c. Both (A) and (B)
d. DATE()

5. Which is the possible mechanism to enter a function in Calc cell?
a. Through function wizard
b. By manually entering
c. Both (A) and (B)
d. Depends on function

6. How many arguments one can use with a Calc function?
a. One
b. Two
c. Three
d. Depends on the function

7. What can be a function argument?
a. Value
b. Text
c. Other function
d. All of the above


STD-10 Computer Chapter:6 Data Editing and Formatting in Calc

1. Which of the following technique arranges the data set in a particular order such as ascending and descending?
a. Data formatting
b. Data validators
c. Data filtering
d. Data sorting

2. Which of the following technique can be used to allow only date values in a cell?
a. Data formatting
b. Data validators
c. Data filtering
d. Data sorting

3. Which of the following options when selected deletes all data validation?
a. Delete formatting
b. Delete all
c. Delete formula
d. Delete me

4. We can replace multiple occurrence of a word using which of the following facility of Calc?
a. Find and replace
b. By replace only
c. By cope command
d. By preview command

5. Page preview will also allow you to do which of the following settings?
a. Borders
b. Margins
c. Column and row heading
d. All of the above

6. Which of the following function key is used to check spelling in Calc?
a. F1
b. F3
c. F5
d. F7

7. Which of the following function key is used to get help in Calc?
a. F1
b. F3
c. F5
d. F7

8. What is the name of mechanism to arranging the data in a particular order?
a. Sorting
b. Searching
c. Filtering
d. Validating

9. What is the name of mechanism to filter out unnecessary data?
a. Sorting
b. Searching
c. Filtering
d. Validating

10. What is the name of mechanism to allow only valid data?
a. Sorting
b. Searching
c. Filtering
d. Validating

STD-10 Computer Chapter:5 Introduction to Calc

1. Which of the following type or package does Calc refer to?
a. Spreadsheet
b. Multi sheet
c. Double sheet
d. Cannot be determined

2. Which of the following applications are not suitable for Calc?
a. Balance sheet preparation
b. Result analysis
c. Presenting an idea about a product
d. All of the above

3. Which of the following is the extension of a worksheet created in Calc?
a. .ods
b. .odd
c. .xls
d. .obj

4. Which of the following will be inserted in a worksheet if=starcalcteam() is inserted in a Calc cell?
a. Stars
b. Photograph of Calc developer team
c. Calc license information
d. Calc version information

5. How can one calculate total of value entered in a worksheet in a Calc document?
a. By manual entry
b. By autosum
c. By formula
d. All of the above

6. If we move a cell containing a formula having reference to another cell in the worksheet what will happen to the cell numbers used in formula?
a. The cell row and columns are changed at destination
b. The cell row numbers are changed at destination
c. The cell column numbers are change at destination
d. Nothing will be changed

STD-10 Computer Chapter:4 List and Table Handling in HTML

1. Which of the following is specified by <ul> in HTML?
 a. Simple list
b. Ordered list
c. Unordered list
d. Simple table

2. Which of the following is specified by <ol> in HTML?
a. Simple list
b. Ordered list
c. Unordered list
d. Simple table

3. Which of the following tag pairs identifies items of list?
a. <li> and </li>
b. <items> and </items>
c. <object> and <objects>
d. <table> and </table>

4. Which of the following tag pairs are used to print list without bullets?
a. <ol> and </ol>
b. <ul> and </ul>
c. <dt> and </dt>
d. <pt> and </pt>

5. Which of the following tag pairs are used to define a row of a table?
a. <tr> and </tr>
b. <td> and </td>
c. <th> and </th>
d. <row> and </row>

6. Which of the following attributes is used when a cell spans across more than one raw?
a. Colspan
b. Rowspan
c. Span
d. Scope

7. Which of the following is used to divide bowser windows into multiple parts?
a. Frameset
b. Elements
c. Layout
d. Design

8. Which of the following is used to display an alternative content, in case browser does not support frames?
a. Noframes
b. Yesframes
c. Falseframes
d. Trueframes

9. Which of the following can be changed in an ordered list in HTML?
a. Order of the items
b. Start Number
c. Number style
d. All of these

10. Which of the following is an option entity in an HTML table?
a. Caption of the table
b. Heading of the table
c. Grouping of columns of the table
d. All of the above

STD-10 Computer Chapter:3 Handling Images in HTML

1. Which of the following tag is used to insert a video file into an HTML document?
a. Img
b. Image
c. Href
d. Ime

2. As the image element does not cause a line break, it is also referred to as which of the following?
a. An outline image
b. An inline image
c. An online image
d. Blank image

3. Which one of the following is a valid image file format?
a. Img
b. Mp3
c. Png
d. Mkv

4. Which of the following is provided when we use alt attribute of an image?
a. Alternative description
b. Alt key definition
c. Alternative image
d. Alternative HTML link

5. Which of the following attributes specify the value of height and width of the image in pixels?
a. Img src
b. Height and width
c. H and V
d. Any of the above

6. Which of the following is not a valid image format?
a. .imv
b. .png
c. .bmp
d. .jpg

7. Which of the following are the two types of image maps?
a. Shopper side and user side
b. Server side and client side
c. Vendor side and supplier side
d. All of the above

8. Which of the following concept is used to display whole image as a link?
a. Image as hot spot
b. Hot text
c. Active link
d. Any of this

9. Which of the following tag is used to add an image map?
a. Image name
b. Htemp
c. Map
d. Alt



STD-10 Computer Chapter:2 Head and Body Sections

1. Which of the following form basic two sections of an HTML code?
a. Head and body
b. Physical and logical
c. Code and browser
d. Meta-tags and body

2. The meta-tags in an HTML document are written in which of the following section?
a. Body
b. Head
c. Code
d. Special

3. Which of the following about a web page is described when a meta-tag is used in HTML page?
a. Author, purpose and keywords
b. Layout
c. Style
d. Size

4. Title of a web page is embedded within which of the following tag?
a. <p> and </p>
b. <body> and </body>
c. <title> and </title>
d. <h1> and </h1>

5. In which of the following sections can we add comments in HTML document?
a. Head
b. Body
c. Both head and body
d. None of the above

6. Which of the following is used to specify a color in HTML code?
a. Color code in hexadecimal
b. Color code in decimal
c. Color code in Binary
d. Color mixing model

7. Which of the following is used to set a visited link in HTML code?
a. alink
b. vlink
c. before link
d. after link

8. Which of the following is used to set a active link in HTML code?
a. alink
b. vlink
c. before link
d. after link

9. Which of the following are two broad classes of formatting character in HTML?
a. Physical and Logical
b. Internal and external
c. Temporary and permanent
d. Head and body

STD-10 Computer Chapter:1 Introduction to HTML

1. To display the web content, which mark-up language is needed?
a. CML
b. HTML
c. NML
d. WML

2. Which of the following is considered as a language for describing web page?
a. HTML
b. WML
c. NML
d. CML

3. Which of the following is the full form of HTML?
a. Hot Text Manipulation Language
b. Hyper Text Manipulation Law
c. Hyper Text Markup Language
d. Hidden Text Markup Language

4. Which of the following is the full form of SGML?
a. Standardized General Markup Language
b. System General Manipulation Law
c. Standardized Genome Markup Law
d. Standardized Gigabyte Markup Language

5. Which of the following refers to an HTML element?
a. An opening tag, content and a closing tag
b. Angular brackets
c. Content
d. Any of these

6. Which of the following can be used to specify additional formatting along with an HTML elements?
a. Numbers
b. Attributes
c. Comments
d. Contents

7. Which of the following refers to a singular tags that do not require contents?
a. Compete
b. Empty
c. Null
d. Void

8. Which of the following attributes type can appear along with an tag?
a. Unique
b. Universal
c. Trivial
d. Preliminary

9. Which type of information can be incorporated in an HTML document?
a. Multimedia information
b. Text information
c. Address and path of filename
d. All of these

10. Which of the following is an editor to edit an HTML document?
a. SciTE
b. BriTE
c. LigHT
d. SpriTE