Skip to content
Free Test Sessions
Educational Tools
Freelance Platform
Menu
Free Test Sessions
Educational Tools
Freelance Platform
x
Close Menu
Class 10th Computer chapter 1
Total Marks: 10
1. A software that facilitates programmers in writing computer programs is known as _________ .
A compiler
An editor
An IDE
A debugger
2. Every programming language has some primitive building blocks and follows some grammar rules knows as its _________ .
Programming rules
Syntax
Building blocks
Semantic rules
3. A list of words that are predefined and must not be used by the programmer to name his own variables are known as _______ .
Auto words
Reserved words
Restricted words
Predefined words
4. Include statements are written in ________ section.
Header
Main
Comments
Print
5. _______ are added in the source code of further explain the techniques and algorithms used by the programmer.
Messages
Hints
Comments
Explanations
6. ________ are the values that do not change during the whole execution of program.
Variables
Constants
Strings
Comments
7. The set of rules is known as _______ of the language.
Syntax
Disorder
Encode
Sentence
8. For initializing a variable , we use __________ operator
?
@
=
-->
9. _______ can be thought of as a container to store constants.
Box
Jar
Variable
Collection
10. _______ is a software that is responsible for the conversion of program files to machine understandable and executable code.
Compiler
Editor
IDE
Debugger