• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back

detect browser type and versions

Using simple JavaScript code, you can use cookies to:

Using simple JavaScript code, you can use cookies to:

Compiler

In programming, what is the term for an application that processes code in standard text files into executable applications?

include

Which term describes a set of files called a library that you can refer to in your code?

Which term describes a set of files called a library that you can refer to in your code?

Emulator

Which term describes a type of software that imitates a computer and then allows non-native software to run in a foreign environment?

Class

In object-oriented language terminology, which of the following is a group of similar objects?

In object-oriented language terminology, which of the following is a group of similar objects?

Polymorphism

Which term describes the ability of a programming language to make an object behave differently or to take on different characteristics.

if/then/else

Which programming statement executes a group of additonal commnads when a given codition is false?

Which programming statement executes a group of additonal commnads when a given codition is false?

C

Most daemons (ie services) are written in which language?

Statement

What is the term for a logical construct in programming that allows you to control the way information flows in the applciatoin.

Server-side include

What is the term for an instruction within an HTML page that directs the Web server to perform an action?

Echo

Which programming command repeats the input you type back to aterminal or an application window?

if/then

Which programming statement executes a process only when a particular condition is true?

Which programming statement executes a process only when a particular condition is true?

Code is executed by the Web server, not by the Web browser?

Which of the following is a characteristic of server-side language?

Active Server Pages (ASP)

Which server-side scripting language is Microsoft's original server-side scripting solution?

Array

Which of the following is a built-in JavaScript object that allows you to create a series of variables to later manipulate?

Object-based

Which of the following language types does not allow for inheritance from one class to another?

Function

In programming, which of the following is a line of code that allows you to refer to an entire series of step or commands?

In programming, which of the following is a line of code that allows you to refer to an entire series of step or commands?

A collection of variables stored in a series

Which of the following describes teh programming concept of an array?

PHP Hypertext Preprocessors (PHP)

Which of the following is an interpreted server-side scripting language used for creating dynamic Web pages?

Variable

What is the programming term for a place in memory used to store information for later use.

What is the programming term for a place in memory used to store information for later use.

It can be used on either the client side or on the server side.

Which of the following characteristics is true about JavaScript.?

Web pages can be developed using both client-side scripting and server-side scripting technologies.

Which of the following statements is true of Web site development.

Which of the following statements is true of Web site development.

Procedural

Which term describes a style of programming that uses subprograms to accomplish tasks?

Interpreter

In programming, what is the term for software used to read and process code in standard text files.?