VIII STD CODING ANNUAL

1. Iteration is also called __________
sequence
Looping
selection
2. Assume int is of 2 bytes, What is the size of int arr[12]____
24
20
22
3. In computer science variables :
are number like pi
represents parts of an experiment that are measured or tested
are placeholders for storing information
4. Fill the syntax while _____________: ___________ (Variable name) ____________________
condition
print
range
false block
increment/decrement
test
5. Write the output for the following code: k=0 while(k<10): print (k) k=k+3
6. Function in program increases code reusability
true
false
7.FILL THE MISSING SYNTAX: for ___________ in ___________ ___________ (variable name)
variable name
condition
true
range
print
8. Language in which single statements can be written to accomplish substantial task is termed as ______
Machine language
Assembly language
High level language
9. An Array name is a _____
Collection of different type of elements
Collection of similar type of elements
None of the above
10. What is a bug in a programming?
A feature in a program that causes it to run correctly
A feature in a program that can predict output
A feature in a program that generates incorrect output.
11. Which one is an incorrect array?
Arr[]=['a','b','c','d']
Arr[]=[1,2,3,4]
Arr[]= [1,'a','b',2]
Arr[]=[20.0,65.2,3.8,8.6]
0
{"name":"VIII STD CODING ANNUAL", "url":"https://www.quiz-maker.com/Q3AH2FGJB","txt":"1. Iteration is also called __________, 2. Assume int is of 2 bytes, What is the size of int arr[12]____, 3. In computer science variables :","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker