Quiz 2.2: Programming Fundamentals
What does the term "nested loop" refer to in programming?
Which term is used to describe a single piece of data in a database table?
What is the correct syntax to declare and initialise a string variable in Python?
What will be output when this program is executed?
Python code
Which of the following best describes the purpose of iteration in programming?
Which of the following statements is true about the if-elif-else structure?
What does SQL stand for?
Which SQL clause is used to sort the result set in ascending or descending order?
How do you remove an element from a Python list by its value?
What is the data type of the result of the expression 2.5 + 3 in Python?