Programming Languages

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Which languages are compiled?(1 Point) Python JavaScript C# MATLAB C++ Java C

C# C++ Java C

Which languages support object-orientated principles?(1 Point) Python JavaScript C# MATLAB C++ Java C

Python JavaScript C# MATLAB C++ Java

A programming library is used to: (choose two) (1 Point) improve productivity combine two languages in one program add functionality related to a single purpose check out data from a database

improve productivity add functionality related to a single purpose

Which language type is NOT written for a specific type of machine?(1 Point) compiled language interpreted language

interpreted language

Which type of language leads to more understandable, manageable, and properly-executing programs?(1 Point) object-oriented statically typed dynamically typed

object-oriented

programming library

provide pre-written code that can be used to perform common tasks or solve specific problems, which helps developers avoid reinventing the wheel and speeds up the development process. Libraries are often designed to handle specific tasks or domains, allowing developers to add functionality related to those areas without having to write the code from scratch.

Which type of language cannot change a variables type while running the program?(1 Point) statically typed dynamically typed

statically typed

A mark-up language is:(1 Point) a program decomposed into objects used to describe content used to style content a program that can run on any machine

used to describe content

dynamically typed

a programming language in which type checking is performed at runtime, as opposed to compile-time. This means that variables can hold values of any type, and their types can change during the execution of the program.

statistically typed

a programming language in which type checking is performed during compile time, as opposed to run-time. This means that the type of each variable and expression is known at compile time, and type errors are caught early in the development process.

compiled language

a programming language whose implementations are typically compilers, which translate source code written in that language into machine code (binary instructions) that can be executed directly by a computer's CPU. This process is known as compilation.

object-oriented

a programming paradigm that uses "objects" to design applications and computer programs. Objects can contain data, in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).

mark-up language

a system for annotating a document in a way that is syntactically distinguishable from the text. In other words, a markup language provides a way to describe the structure and presentation of text. Markup languages are commonly used to format text, create web pages, and manage structured data.

interpreted language

a type of programming language where most of its implementations execute instructions directly, without the need to compile the source code into machine code beforehand. Instead, an interpreter reads and executes the code line by line at runtime.

Which language type executes faster? (1 Point) compiled language interpreted language

compiled language

Which type of language is considered easier to use?(1 Point) statically typed dynamically typed

dynamically typed

You create an integer variable and assign it a string value. When you run the program you do not receive an error. What type of language are you using? (1 Point) statically typed dynamically typed

dynamically typed


Kaugnay na mga set ng pag-aaral

Fundamentals Quiz - General Topics and Medication Administration

View Set

Chapter 43: Caring for Clients with Ear Disorders

View Set

Capstone Chap.11 Global and International Issues

View Set

HIM.226 [Quick Check] Chapter 1 Workings of the American Legal System

View Set

Chapter 15: Addictive Behaviors and Drugs

View Set