Exams
Subjects
Classes
Home
Computer Science
List of top Computer Science Questions on Programming Languages
In Python, which data type is immutable?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which keyword is used to define a function in Python?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
What will be the output?
x = 5
y = 2
print(x // y)
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
What will be the output of the following Python code?
a = [1, 2, 3]
print(a[::-1])
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
What will be the output?
x = 5
y = 2
print(x // y)
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
In Python, which data type is immutable?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which keyword is used to define a function in Python?
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
What will be the output of the following Python code?
a = [1, 2, 3]
print(a[::-1])
CUET (UG) - 2026
CUET (UG)
Computer Science
Programming Languages
Which of the following is a high-level programming language?
CUET (UG) - 2025
CUET (UG)
Computer Science
Programming Languages
What is a ‘race condition’ in concurrent programming?
CUET (UG) - 2025
CUET (UG)
Computer Science
Programming Languages