4.1 Compare and Contrast programing language categories Flashcards
In Hypertext Markup Language (HTML), what does the <h1> tag do?
</h1>
The <h1> tag indicates that the content is a heading level.
</h1>
In Hypertext Markup Language (HTML), what does the tag do?
The tag indicates the main part of the content as a page to show to the client.
what is a properly nested HTML tag?
<p><em>Hello World!</em></p>
How does pseudocode present comments to maintain revisions?
Comments are preceded by a special character syntax depending on the language being used.
In Hypertext Markup Language (HTML), what does the <p> tag do?
</p>
The <p> tag indicates the content is a paragraph-level block.
</p>
Which negative factor must be considered when developing with interpreted languages?
They must be converted into machine code, therefore increasing runtime.
What is the key difference between Java and JavaScript?
Java is a programming language, whereas JavaScript is a scripting language.
How does assembly language work?
It represents machine code in human-readable text.
Why is it important to compile code before executing it?
Compiling converts the source code into machine code for the CPU to process.
In terms of coding, what does the acronym XML stand for?
eXtensible Markup Language
What is CCS
CSS (Cascading Style Sheets) are utilized in front-end web page development to style HTML elements. They are neither compiled nor do they need to be converted to machine code.
What programming language is VBScript based on?
Visual Basic
Query languages, such as Structured Query Language, are designed for what purpose?
To retrieve specific records from a dataset
In Hypertext Markup Language (HTML), what does the tag do?
The tag is the top-level parent element that identifies the type of document.
What is NOT important to consider when choosing a programming language?
How large the source code file size will be after compiling the program