Clss 9 Computer Final
Clss 9 Computer Final
SCHOOL, ABUROAD
M.M- 50 SUB- COMPUTER CLASS- IX
I. Multiple choice questions. (8)
1. In ………………….learning, machines are trained using the labelled, training data to
predict the output.
a. unsupervised learning b. supervised learning c. reinforcement learning
2. In ………………………...programming, a problem is viewed as a collection of different
units, called objects that model the real things.
a. python b. procedural c. object-oriented
3. …………………….is the term used when a value is converted from one data type to
another.
a. operator b. Type casting c. relational
4. ASCII is a ……………bit code providing …………possible character representations.
a. 7, 128 b. 16, 128 c. 128,256
5. ………………….are the names given to various elements of a program.
a. punctuators b. keywords c. variables
6. Finding the square root of a negative number is an example of …………………..
a. syntax error b. logical error c. runtime error
7. Which is the last phase of AI project cycle?
a. Data acquisition b. Data evaluation c. Data exploration
8. A textual data cannot be in the form of …………………..file.
a. .wma b. .xlsx c. .docs
II. Fill in the blanks. (8)
1. A neural network functions like the ………………of neurons in a brain or nervous system.
2. ……………..is a object oriented language similar to c++, which is used to develop
windows based GUI applications including AI projects.
3. The ……………..stores the fixed values while the variables store the values that may
change during processing.
4. There are two approaches used in programming ………………………… and
……………………………
5. The data items on which the operators act upon are ……………………..
6. ……………………….in multi-line statements can be of implicit or explicit type.
7. …………………..literals are used to check whether a given logical condition is satisfied or
not.
8………………….are reserved words that have been made standard and have predefined
meaning in a programming language.
III. Short answer questions. (8*2=16)
1. What is the use of float data type? Give an example.
2. What are subscripts in an array? What is its use?
3. What is the use of a loop counter in programming? Explain with an example.
4. What is the role of Relational Database management system?
5. A problem statement template is based on 4Ws. What are these 4Ws? Explain.
6. In the first phase of Artificial Intelligence project cycle, the problem is identified. What do
we call this phase and what activities are performed during this phase?
7. Identify the kind of error in a program where you have assigned a value to a wrong
variable.
8. How can you check the data type of a variable? Give an example.
IV. Long answer questions. (6*3=18)
1. Why do we convert data into information also explain the role of trial and error methos in
problem scoping phase?
2. What is the difference between .xls and .xlsx files and also explain what are the three
types of data?
3. What are the uses of Boolean values in python programming and name the three major
domains of Artificial Intelligence.
4. What is Anaconda? What is syntax error? Give some examples.
5. The two common conditional constructs in python are if and if-else constructs. Explain the
difference between these constructs with examples.
6. Correct the syntax errors in the following statements and write them correctly.
1. perc.append[0]
2. smarks.sorted(marks)
3. extend(number2).number1