pencil-icon
Build your own quiz

Computers

9th -

12thgrade

Image

Introduction to JavaScript

16
plays

12 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    What is the main characteristic of a programming language that distinguishes it from a scripting language?
    Only languages developed by Microsoft can be called "programming languages."
    Programming languages are developed by private organizations whereas scripting languages are open-source.
    Programming languages are object-based, whereas scripting languages are object-oriented.
    Programming languages are compiled whereas scripting languages are interpreted.
  • 2. Multiple Choice
    30 seconds
    1 pt
    JavaScript is an example of which language model?
    procedural
    object-oriented
    linear
    event-driven
  • 3. Multiple Choice
    30 seconds
    1 pt
    Which line of code demonstrates the correct way to link an external JavaScript file to an X/HTML document?
    <script type="text/javascript/external" href="myJavaScriptCode.js">
    <#include type="text/javascript" src="myJavaScriptCode.js">
    <script type="text/javascript" src="myJavaScriptCode.js">
    <link type="text/javascript" href="myJavaScriptCode.js">
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?