Exams
Subjects
Classes
Home
Exams
Computer Awareness
Programming Languages
python programming langua...
Question:
medium
Python programming language is a ____.
Show Hint
Remember:
• Python = High-level + Interpreted + Scripting language.
• Java = Compiled and Interpreted (JVM).
• C = Compiled language.
• Assembly = Low-level language.
TG EDCET - 2026
TG EDCET
Updated On:
Jul 15, 2026
Interpreted + scripting language
Assembly + scripting language
Interpreted + assembly language
Compiled language only
Show Solution
The Correct Option is
A
Solution and Explanation
Download Solution in PDF
Was this answer helpful?
0
Top Questions on Programming Languages
What is a ‘race condition’ in concurrent programming?
CUET (UG) - 2025
Computer Science
Programming Languages
View Solution
Which of the following is a high-level programming language?
CUET (UG) - 2025
Computer Science
Programming Languages
View Solution
What will be the output of the following Python code?
a = [1, 2, 3]
print(a[::-1])
CUET (UG) - 2026
Computer Science
Programming Languages
View Solution
In Python, which data type is immutable?
CUET (UG) - 2026
Computer Science
Programming Languages
View Solution
Want to practice more? Try solving extra ecology questions today
View All Questions
Questions Asked in TG EDCET exam
If the G.C.D. of 4850 and 8730 is \(2^a5^b7^c\), then \(3a+2b+5c=\)
TG EDCET - 2026
Arithmetic Operations
View Solution
The ratio of two numbers is \(3:4\). If 8 is added to each number, the ratio becomes \(4:5\). If 10 is subtracted from each of the original numbers, what will be their new ratio?
TG EDCET - 2026
Ratio and Proportion
View Solution
If \[ \frac{1}{5}\div\frac{1}{x}=\frac{1}{x}\div\frac{1}{125}, \] then the value of \(x\) is
TG EDCET - 2026
Algebra
View Solution
If angles of a triangle are \((x+10)^\circ\), \((2x+5)^\circ\) and \((3x-15)^\circ\), then the value of \(x\) is
TG EDCET - 2026
Geometry
View Solution
If \[ \frac{x}{2}+1=\frac{y}{4}+4=\frac{z}{3}+2 \quad \text{and} \quad \frac{x}{16}+\frac{z}{6}=\frac{5}{2}, \] then \(x+y+z=\)
TG EDCET - 2026
Algebra
View Solution