4.1 Programming Language Categories Flashcards
How does assembly language work?
It represents machine code in human-readable text.
Why is it important to write comments when coding a program?
It helps the developer read and maintain the code.
How does a markup language, such as HTML, assist a program when rendering code?
Markup language makes data in a document accessible to a program through structured tags.
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 <body> tag do?
The <body> tag indicates the main part of the content as a page to show to the client.
How do compilers and interpreters respond to comments in your code?
They ignore comments.
What does the acronym SQL stand for?
Structured Query Language.
What is a program BEST described as?
A sequence of instructions for your computer to perform.
Which statement BEST describes the overall purpose of Windows PowerShell?
It enables you to perform management and administrative tasks in Windows 10 and Windows Server 2016 (and some earlier versions).
Which of the following HTML code snippets include properly nested tags?
<p><em>Hello World!</em></p>
What is the primary function of markup language tags?
They tell a client application (Such as a browser) how to structure the document.
Which of the following is NOT a comment line special delimiter?
Dollar ($)
What programming language is VBScript based on?
Visual basic
What language does VBScript share similarities with?
JavaScript
Which statement BEST defines a virtual machine?
It is used to operate multiple operating systems and virtual computers on existing hardware.