| 1)
What is coding? Answer: Coding is
the process of writing instructions in a programming language that computer can
understand and execute. 2) What is Python? Answer:
Python is a computer programming language. 3)
Write the name of computer programming language. Answer: C++, JAVA,
Small Basic, PHP, Python etc. 4) Write the name of Python applications field. Answer: Robotics,
AI, Hardware Testing, 3D Animation Tool (Maya) etc. 5) Write about feature of Python. Answer: The
features of Python are:- 1)
Simple like English language. 2)
Case sensitive language. 3)
Portable and compatible 4)
Interpreter based language. 6) Who is the developer of Python? Answer: Guido Von
Rossum. 7) How many working modes of Python? Answer:
There are two working modes of Python. 1)
Interactive mode – It enables to type single line command at the
python prompt. 2) Script Mode - It enables to write set codes in multiple lines in a file and then further use. a=5 b=4 c=a+b print(c) |
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Python Exercise Solutions
Subscribe to:
Posts (Atom)
Programmingway@Eklavya Technosys!: Python Exercise Solutions
Programmingway@Eklavya Technosys!: Python Exercise Solutions : 1) What is coding? Answer: Coding is the process of writing instructions in a...
-
COMPUTER TERMINOLOGY 1) TCP/IP - Transmission Control Protocol/ Internet Protocol. 2) HTTP...
-
Programmingway@Eklavya Technosys!: PHP Exercise Solutions : PHP Exercise Solutions 1) Fill in the blanks a) The extension of a PHP cod...
-
https://makecode.com/_3VxaMo6c3YPp Code 1) What is Make Code Arcade? Answer: Make Code Arcade is a Block based coding. 2) Writ...
-
Check whether the number is negative or positive after taking a number as input from the user. TextWindow . WriteLine ( "Ente...
-
1) Choose correct one :- 1) The step by step plan of solution for solving a problem is called ____. a) Algorithm b) Internet c) URL d) M...

No comments:
Post a Comment