Edit Game
Grade 9 chap - 1
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public




Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   18  Close
The words which are preserved with the system are called ____________ words, that can not be used as variable names in Java programming.
keywords/reserved
Two examples of Data Abstraction in your daily life
Two examples of Data Abstraction in your daily life
Encapsulation keeps data safe from outside interference.
True
Procedure oriented program stresses on data.
False
Wrapping of data and function together as a single unit is called
Encapsulation.
____________ is a package invoked by default
Java.Lang
The JVM stands for
Java Virtual Machine
High Level language is easy for Machine
false
Low Level Language is Machine Independent
False
Explains work of Assembler
True
Interpreter saves translated sources code
True
Compiler translate one by one line
True
Two example of High level Language
c, C++, Java
Two categories of Low Level languages
(a) Assembly Language (b) Machine Language
computer language is classified into _______________ parts
2
Compilers and Interpreters are referred to as Language processors.
TRUE
In assembly level language, the instructions are given in terms of 0's and 1's.
False