wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit-I-Python-2024 bat -Syntax,semantics and program translation

Total questions: 7

Worksheet time: 2mins

Name
Class
Date
1.

Two general types of software are

_________ software and ________ software.

a)

compilers, interpreters

b)

algorithm, tools

c)

program, code

d)

system, application

2.

The syntax of a given language is,(select all that apply)

a)

the set of symbols in the language.

b)

the acceptable arrangement of symbols.

c)

only symbols

d)

none of the mentioned

3.

The process of finding and correcting errors in a computer program is called _______________.

a)

bugging

b)

error finding

c)

error correcting

d)

debugging

4.

Which kinds of errors can a translator program detect ?

a)

Syntax errors

b)

Semantic errors

c)

Both

d)

None

5.

The semantics of a given language is the meaning associated with any arrangement of symbols in the language

a)

true

b)

false

6.

CPUs can only execute instructions that are in binary form called _______________.

a)

binary code

b)

bits

c)

machine code

d)

translator

7.

Two major programming paradigms in use today are _______________ programming and _______________ programming.

a)

System , Application

b)

General, Specific

c)

Compiler, Interpretars

d)

procedural, object oriented