Font size
WorksheetsUnit-I-Python-2024 bat -Syntax,semantics and program translation
Total questions: 7
Worksheet time: 2mins
Two general types of software are
_________ software and ________ software.
compilers, interpreters
algorithm, tools
program, code
system, application
The syntax of a given language is,(select all that apply)
the set of symbols in the language.
the acceptable arrangement of symbols.
only symbols
none of the mentioned
The process of finding and correcting errors in a computer program is called _______________.
bugging
error finding
error correcting
debugging
Which kinds of errors can a translator program detect ?
Syntax errors
Semantic errors
Both
None
The semantics of a given language is the meaning associated with any arrangement of symbols in the language
true
false
CPUs can only execute instructions that are in binary form called _______________.
binary code
bits
machine code
translator
Two major programming paradigms in use today are _______________ programming and _______________ programming.
System , Application
General, Specific
Compiler, Interpretars
procedural, object oriented
