Advanced Computer Architecture MCQs with Answers

Practice important Advanced Computer Architecture MCQs with answers and explanations.

Multiple Choice Questions

Q11: Which one of the following is a valid variable name in Python?
  • A: 1variable
  • B: variable1
  • C: $variable
  • D: int
View Answer
B

Q12: The ______ operator in Python is used to raise a number to a power.
  • A: +
  • B: -
  • C: *
  • D: **
View Answer
D

Q13: Which of the following is NOT a JavaScript data type?
  • A: Number
  • B: String
  • C: Boolean
  • D: Double
View Answer
D

Q14: To declare a constant variable in JavaScript, we use the keyword ____.
  • A: var
  • B: const
  • C: let
  • D: static
View Answer
B

Q15: Fill in the blank: The SQL command used to retrieve data from a database is ____.
  • A: INSERT
  • B: UPDATE
  • C: DELETE
  • D: SELECT
View Answer
D

Q16: Which of the following is used for inline styling in HTML?
  • A: