You are on page 1of 1

UNIT-6 Fundamentals of Programming

Part II: Match the items given under column B with associated items in
column A
A B
1. Rules of a language a. Interpreter
2. A keyword such as str b. Compiler
3. Name of variables c. Machine Language

4. That which is evaluated to some value d. Assembly Language

5. Meanings of elements of a language e. Statement


f. Syntax
6. 1s and 0s
g. Operator
7. Interface to work with Python language
h. Semantics
8. Mnemonics
i. IDLE shell
9. Translating the whole program
j. Identifier
10. Translating one line at a time
k. Type conversion
l. Data type
m. Expression

Part III: Choose the correct answer from the given alternatives.

1. Which of the following programming languages is the one that is directly


understood by the computer?
A. Assembly Language B. High-level language
C. Machine language D. Python

2. Which of the following is not an example of high-level programming


languages?
A. C++ B. Java
C. Python D. None of the above

3. The operand on the left side of the assignment operator (=) is always:
A. A variable B. String value
C. Integer value D. An expression

160 INFORMATION TECHNOLOGY GRADE 11 ~ STUDENT TEXTBOOK

You might also like