Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 703 Bytes

File metadata and controls

37 lines (32 loc) · 703 Bytes

Sample Programming Quiz

Score 100

Q1: What does HTML stand for?

  • Hyper Text Makeup Language
  • Hyper Text Markup Language
  • Home Tool Markup Language
  • Hyperlinks and Text Markup Language ::time=20

Q2: Which language runs in a web browser?

  • Java
  • C
  • Python
  • JavaScript ::time=15

Q3: What does CSS stand for?

  • Creative Style Sheets
  • Cascading Style Sheets
  • Computer Style Sheets
  • Colorful Style Sheets ::time=15

Q4: Which is NOT a JavaScript framework?

  • React
  • Angular
  • Django
  • Vue ::time=20

Q5: What symbol is used for single-line comments in JavaScript?

  • //
  • /* */
  • #
  • -- ::time=10