0% found this document useful (0 votes)
157 views4 pages

Class 6 Coding & Robotics Practice Sheet

This practice sheet for Class VI focuses on coding and robotics, featuring multiple-choice questions, full forms of terms, and comparisons between text-based and block-based coding. It also includes short answer questions about high-level programming languages and definitions of a program, as well as tasks to write an algorithm and draw a flowchart for multiplication. The document serves as a comprehensive exercise for students to enhance their understanding of coding concepts.

Uploaded by

anuradhavyas190
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
157 views4 pages

Class 6 Coding & Robotics Practice Sheet

This practice sheet for Class VI focuses on coding and robotics, featuring multiple-choice questions, full forms of terms, and comparisons between text-based and block-based coding. It also includes short answer questions about high-level programming languages and definitions of a program, as well as tasks to write an algorithm and draw a flowchart for multiplication. The document serves as a comprehensive exercise for students to enhance their understanding of coding concepts.

Uploaded by

anuradhavyas190
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like