answers 100% 2025
One use of JavaScript is to add _____to a web page?
-Style
-user interactivity
-Structure
-None of the above - Correct Answer user interactivity
Before doing anything other step in the Software Development Life Cycle you should
always write the program.
-True
-False - Correct Answer False
What punctuation is used to indicate the end of a JavaScript statement?
Correct!
-Semicolon
-Colon
-Period
-Ampersand - Correct Answer Semicolon
Pseudocode is a generic programming like language written in English used to develop
computer programs.
-True
-False - Correct Answer True
JavaScript is an example of a level computer language.
-Mid
-Low
-High
-Sub - Correct Answer High
The JavaScript and Java programming languages are the same?
-True
-False - Correct Answer False
Which HTML element is used to insert JavaScript into a web page?
-Div
-Style
-Script
-Input - Correct Answer script
JavaScript reserved words are words that JavaScript keeps for its own use.
-True
-False - Correct Answer True
, The following are common types of data in computing:
Numeric
String
Boolean
-True
-False - Correct Answer True
One or more characters of text is referred to as a in programming.
sentence
-word
-phrase
-string - Correct Answer string
The following are examples of .
5
"To be or not to be"
-boolean data values
-string values
-numeric values
-a numeric value and a string value - Correct Answer a numeric vale and a string value
The following is an example of a(n) ____.
Processing a sales order:
1. Start a new sales order
2. While there are still items to be processed:
→ Get the quantity and price of the next item
→ Multiply the quantity by the price to get the total cost for the item
→ Add the item's total cost to the running total purchase price
3. Multiply the total purchase price by the 6% sales tax rate to get the sales tax amount
4. Ask the customer to choose none, ground or air shipping: