Computer Science, asked by rupashree2906, 1 month ago

1. What are High Level and Low-Level Languages in Computers?
2. What is the Syntax to declare a String variable in Python?
3. What are different Mathematical Operations that we can perform on variables in Python?
4. Explain different data types used in Python with the help of its syntax.
5. Explain what are variables and why are they used in programming?
6. Research and name five programming languages. Categorize them in the buckets of high-level programming language and low-level programming language.
7. Give one example where you can use mathematical operators in Python to build a program that will help you in day to day chores.​

Answers

Answered by binduanandagowda1417
0

Answer:

1.) Low level languages are user friendly

Answer: False

2.) Which of the following is a valid data type?

Answer: All the above

3.) Which of the following is a valid arithmetic operation?

Answer: All the above

4.) Which of the following is NOT a string type?

Answer: speed = 70

5.) In computer science, variables:

Answer: are placeholders for storing information

Similar questions