PRACTICE SHEET
SUBJECT: - CODING & ROBOTICS
CLASS: -VI
1. MCQ
1. Computer understand which kind of language?
a) Machine language
b) High level language
c) Assembly language
d) None of these
2. Which of the following statements is true about interpreters?
a) They generate machine code
b) They translate code line by line
c) None of these
d) All of these
2. WRITE FULL FORMS.
1. LLL = Low Level Language
2. HLL = High Level Language
3. AI = Artificial Intelligence
4. PC = Personal Computer
5. Fortran = Formula Translation
3. Differentiate between text-based coding and block based coding.
Ans.
Text-based coding Block based coding
(1) Text based coding refers to the Block-based coding means creating
practice of writing code using text. computer programs by placing block that
represent code together.
(2) It requires mastery of specific It uses visual blocks that you drag, drop and
language’s syntax. snap together to create code.
(3) It is commonly used by professional It is commonly used by beginners in
programs. programming.
4. ANSWER THE FOLLOWING IN SHORT.
1. Write any 4 example of High- level programming languages.
Ans. C, C++, Java, Python
2. What do you understand by program?
Ans. A set of written instructions is called a program.
5. ANSWER THE FOLLOWING IN DETAIL.
1. Write an algorithm to calculate the multiplication of two numbers by
taking users input.
2. Draw a flowchart to calculate the product of two numbers by taking
users input.