Four-class labels
int64 0
3
| Binary labels
int64 0
1
| Entity
stringlengths 8
33
| Definition1
stringlengths 15
259
| Definition2
stringlengths 14
253
|
|---|---|---|---|---|
1
| 0
|
source code
|
source code can be anything that anyone can write. higher level language. ex: .c .java files.
|
basically another name for your code. what composes your program. the file extension indicates the programming language it was written in.
|
2
| 1
|
source code
|
a text listing of commands in a high level programming language to be compiled, interpreted or assembled into an executable computer program.
|
text listing of commands to be compiled / assembled into executable program
|
1
| 0
|
source code
|
a program in a high-level language before being compiled and has a .java extension
|
consists of human-readable computer language that can be collected and compiled into a computer program, library, or application
|
2
| 1
|
source code
|
the current code that makes up a program; needs interpreted or compiled mod12
|
program code, few lines to 1,000,000's java, c++ etc, tell a program how to function
|
2
| 1
|
source code
|
a program, stored in a file, in a high-level language before being compiled or interpreted.
|
consists of human-readable computer language that can be collected and compiled into a computer program, library, or application
|
3
| 1
|
source code
|
the instructions programmers write in a higher-level language.
|
instructions that make up the software, entered by the programmer using a programming language.
|
1
| 0
|
source code
|
programming code that has not yet been compiled into an executable file.
|
consists of human-readable computer language that can be collected and compiled into a computer program, library, or application
|
3
| 1
|
source code
|
a text listing of commands in a high level programming language to be compiled, interpreted or assembled into an executable computer program.
|
consists of human-readable computer language that can be collected and compiled into a computer program, library, or application
|
3
| 1
|
source code
|
the readable statements of a program, written in a programming language; they are later translated into object code.
|
the statements you write when you create a program.
|
2
| 1
|
source code
|
a program in a high-level language before being compiled and has a .java extension
|
text listing of commands to be compiled / assembled into executable program
|
0
| 0
|
source code
|
a collection of computer instructions written using a programming language
|
the instructions programmers write in a higher-level language.
|
2
| 1
|
source code
|
the instructions the programmer has written in high-level language
|
a collection of computer instructions written in a human-readable programming language.
|
1
| 0
|
source code
|
the statements you write when you create a program.
|
program code is also called source code.
|
2
| 1
|
source code
|
what you see when you open a web page in a text editor
|
text and html commands used to create a web page
|
2
| 1
|
source code
|
a text listing of commands to be compiled or assembled into an executable computer program.
|
the current code that makes up a program; needs interpreted or compiled mod12
|
2
| 1
|
source code
|
a collection of high-level language program statements in a text file.
|
the program instructions you enter using a text editor
|
2
| 1
|
source code
|
a text listing of commands to be compiled or assembled into an executable computer program.
|
the program code that you create using an editor and that either is interpreted or is compiled
|
2
| 1
|
source code
|
the instructions the programmer has written in high-level language
|
- computer hardware does not understand high-level languages - source code must be translated into a language the computer understands
|
1
| 0
|
source code
|
statements written in the source file
|
consists of the preprocessor directives and program statements
|
1
| 0
|
source code
|
written by a programmer in some programming language (put into compiler and turned into binary code)
|
human understandable code that is written by the programmer in the language that is being used for development. this is then converted to machine code by a compiler or interpreter.
|
2
| 1
|
intrusion detection system
|
device which monitors network activities for malicious attacks and produces reports to a management station
|
a device that watches network traffic for intrusion attempts and reports them
|
1
| 0
|
intrusion detection system
|
deep inspection of application messages across multiple packets to identify malicious activity
|
these are used to monitor a network for suspect activity.
|
2
| 1
|
intrusion detection system
|
-monitors network/system activities -alert when potentially malicious activity is found -logs info about activities
|
detects inappropriate or malicious activity
|
2
| 1
|
intrusion detection system
|
device or software application that monitors a system or network and analyzes the data passing through it in order to identify an incident or attack
|
these are used to monitor a network for suspect activity.
|
2
| 1
|
intrusion detection system
|
designed to detect network intrusion or security breaches.
|
an intrusion detection system (ids) is a device or software application that monitors a network or systems for malicious activity or policy violations.
|
2
| 1
|
intrusion detection system
|
device which monitors network activities for malicious attacks and produces reports to a management station
|
detects/prevents someone from breaking into your system running in background and notifies you when there is a possibility of intrusion
|
0
| 0
|
intrusion detection system
|
ids; can detect an attack as it occurs
|
these are used to monitor a network for suspect activity.
|
2
| 1
|
intrusion detection system
|
a device that watches network traffic for intrusion attempts and reports them
|
detects/prevents someone from breaking into your system running in background and notifies you when there is a possibility of intrusion
|
2
| 1
|
intrusion detection system
|
device or software application that monitors a system or network and analyzes the data passing through it in order to identify an incident or attack
|
deep inspection of application messages across multiple packets to identify malicious activity
|
2
| 1
|
intrusion detection system
|
a part of a firewall that monitors attempts to log in to servers and analyzes those attempts for patterns that might indicate a cracker's attack is under way.
|
examines network traffic, watching to see if it matches certain patterns or preconfigured rules indicative of an attack
|
3
| 1
|
database design
|
- focuses on how the database structure will be used to store and manage end-user data - process of producing a detailed data model of a database
|
activities that focus on the design of the database structure used to store and manage end-user data
|
3
| 1
|
database design
|
process of determining fields, tables and relationships needed to satisfy the data and processing requirements
|
process of determining the tables, fields, constraints, and relationships that make up the database
|
1
| 0
|
database design
|
- focuses on how the database structure will be used to store and manage end-user data - process of producing a detailed data model of a database
|
-conceptual/logical design: abstract model of database from business perspective -physical design: determines how the database is arrange and optimized on storage devices.
|
1
| 0
|
database design
|
activities that focus on the design of the database structure used to store and manage end-user data
|
-conceptual/logical design: abstract model of database from business perspective -physical design: determines how the database is arrange and optimized on storage devices.
|
2
| 1
|
database design
|
the process of determining the table and fields that make up the database.
|
as a process, is the creation of the proper structure of database tables, the proper relationships between tables, appropriate data constraints, and other structural components of the database
|
0
| 0
|
database design
|
a database structure that will be used to store and manage end-user data
|
-conceptual/logical design: abstract model of database from business perspective -physical design: determines how the database is arrange and optimized on storage devices.
|
3
| 1
|
database design
|
the process that yields the description of the database structure and determines the database components. thesecond pahse of the database life cycle
|
the process that yields the description of the database structure. the database design process determines the database components. database design is the second phase of the database life cycle.
|
3
| 1
|
database design
|
focuses on how the database structure will be used to store and manage end-user data
|
refers to the activities that focus on the design of the database structure that will be used to store and manage end-user data
|
2
| 1
|
database design
|
the development of the conceptual, logical, and physical structures of a database in order to meet user requirements.
|
process of determining fields, tables and relationships needed to satisfy the data and processing requirements
|
2
| 1
|
database design
|
the process of determining the table and fields that make up the database.
|
process of determining the tables, fields, constraints, and relationships that make up the database
|
1
| 0
|
database design
|
the development of the conceptual, logical, and physical structures of a database in order to meet user requirements.
|
as a process, is the creation of the proper structure of database tables, the proper relationships between tables, appropriate data constraints, and other structural components of the database
|
1
| 0
|
database design
|
focuses on the design of the database structure -a well-designed database facilitates data management generates accurate and valuable information -poorly designed database causes difficult-to-trace errors
|
-conceptual/logical design: abstract model of database from business perspective -physical design: determines how the database is arrange and optimized on storage devices.
|
2
| 1
|
database design
|
the process of creating a design that will support the organization's mission statement and objectives for the required database
|
process of creating a design that will support the enterprise's mission statement
|
2
| 1
|
database design
|
the process of creating a design that will support the organization's mission statement and objectives for the required database
|
the process of creating a design that will support the enterprise's mission statement and mission objectives for the full required database system
|
0
| 0
|
database design
|
the process of producing a detailed data model of a database
|
supports company's operations and objectives. it is an iterative process
|
2
| 1
|
database design
|
the process of determining the table and fields that make up the database.
|
the development of the conceptual, logical, and physical structures of a database in order to meet user requirements.
|
2
| 1
|
database design
|
the development of the conceptual, logical, and physical structures of a database in order to meet user requirements.
|
process of determining the tables, fields, constraints, and relationships that make up the database
|
0
| 0
|
high quality
|
the optima goal of quality insurance from cs personal is
|
good quality; describing products that will be durable and well designed
|
0
| 0
|
high quality
|
a product that meets or exceeds customer expectations
|
good quality; describing products that will be durable and well designed
|
0
| 0
|
high quality
|
consistent; generalizable results; sufficient sample size; adequate control; definitive conclusions
|
characteristics of products that meet or exceed minimum requirements for a given product
|
0
| 0
|
high quality
|
a product that meets or exceeds customer expectations
|
the optima goal of quality insurance from cs personal is
|
0
| 0
|
high quality
|
a product that meets or exceeds customer expectations
|
consistent; generalizable results; sufficient sample size; adequate control; definitive conclusions
|
1
| 0
|
high quality
|
the optima goal of quality insurance from cs personal is
|
consistent; generalizable results; sufficient sample size; adequate control; definitive conclusions
|
0
| 0
|
high quality
|
good quality; describing products that will be durable and well designed
|
consistent; generalizable results; sufficient sample size; adequate control; definitive conclusions
|
2
| 1
|
physical properties
|
a characteristic shown by a substance itself, without interacting with or changing into other substances
|
characteristics that simply describe a substance without regard to other substances, as far as chemical reactions go.
|
3
| 1
|
physical properties
|
things of the atom that can be observed. color, shape, length, mass, volume, density.
|
characteristics of matter that can be measured and observed like color, texture, mass, etc.
|
2
| 1
|
physical properties
|
things of the atom that can be observed. color, shape, length, mass, volume, density.
|
properties of a material that can be observed without changing the identity of the substance such as color, density, or melting point.
|
0
| 0
|
physical properties
|
things of the atom that can be observed. color, shape, length, mass, volume, density.
|
a descriptive characteristic of matter that can be observed or measured without changing its composition.
|
2
| 1
|
physical properties
|
properties of a material that can be observed without changing the identity of the substance such as color, density, or melting point.
|
characteristics of matter that can be measured and observed like color, texture, mass, etc.
|
2
| 1
|
physical properties
|
characters that can only be measured without changing the substance.
|
a substance shows by itself without changing into or interacting with another substance
|
3
| 1
|
physical properties
|
charactieristics that can be observed or measured without changing the matter
|
characteristics that can be observed without changing what the substance is made of
|
1
| 0
|
physical properties
|
characteristics a substance shows by itself, without changing int or interacting with another substance
|
characteristics evaluated without changing composition of the material.
|
1
| 0
|
physical properties
|
examples: hardness, color, smell, density, boiling point, freezing point, etc. etc.
|
can be determined and measured w/out making a new substance, includes noting color, odor, texture, and shape
|
1
| 0
|
physical properties
|
a characteristic of a pure substance that can be observed without changing it into another substance
|
the characteristics that make up the physical composition of a substance
|
0
| 0
|
physical properties
|
the characteristics that make up the physical composition of a substance
|
a substance shows by itself without changing into or interacting with another substance
|
3
| 1
|
search results
|
the listing of resultes that are returned by the search engine in response to a keyword query.
|
list created by search engines in response to a query.
|
0
| 0
|
search results
|
list of options created by the search engine that helps them complete the transaction.
|
the list of websites that the search engine gives you. at the top of the list are paid-for ads which may be relevant to your search (or not).
|
2
| 1
|
local variables
|
variable defined within a function, has a limited lifetime, and is inaccessible outside the function
|
-declared in body -only acessable in the function that declares them
|
2
| 1
|
local variables
|
are declared within a function. they are created anew each time the function is called, destroyed on return from the function
|
exist inside curly braces (within scope). not initialized automatically and are destroyed at the end of the function block.
|
3
| 1
|
local variables
|
are defined inside a function. they are only accessible within the function
|
variables that are declared inside a method or block, only accessible inside the method or block that they are defined in.
|
3
| 1
|
local variables
|
-declared in body -only acessable in the function that declares them
|
variables declared in the body of a function (or block) for use only within that function (or block)
|
1
| 0
|
local variables
|
memory for the formal parameters and variables declared in the body of a function
|
variable defined within a function, has a limited lifetime, and is inaccessible outside the function
|
2
| 1
|
local variables
|
memory for the formal parameters and variables declared in the body of a function
|
variables declared in the body of a function (or block) for use only within that function (or block)
|
2
| 1
|
local variables
|
-declared in body -only acessable in the function that declares them
|
variable defined within a function, only available within the function, no default initial value
|
3
| 1
|
local variables
|
- variables declared inside a function - local scope - they can only be used inside the function where they were declared
|
variable defined within a function, has a limited lifetime, and is inaccessible outside the function
|
3
| 1
|
local variables
|
variables declared within a block and not accessible outside of the block.
|
variables that are declared inside a method or block, only accessible inside the method or block that they are defined in.
|
2
| 1
|
local variables
|
- variables declared inside a function - local scope - they can only be used inside the function where they were declared
|
memory for the formal parameters and variables declared in the body of a function
|
2
| 1
|
local variables
|
variable defined within a function, has a limited lifetime, and is inaccessible outside the function
|
variables declared in the body of a function (or block) for use only within that function (or block)
|
3
| 1
|
local variables
|
variables declared in the body of a function (or block) for use only within that function (or block)
|
variable defined within a function, only available within the function, no default initial value
|
1
| 0
|
local variables
|
memory for the formal parameters and variables declared in the body of a function
|
variable defined within a function, only available within the function, no default initial value
|
3
| 1
|
local variables
|
- variables declared inside a function - local scope - they can only be used inside the function where they were declared
|
-declared in body -only acessable in the function that declares them
|
2
| 1
|
local variables
|
exists only inside the method where it is declared. the variables' scope only covers the location where it is declared to the closing curly brace of the method.
|
lifetime: when the method finishes, all local variables are destroyed (including the parameters of the method) scope: local variables can only be used in that method
|
3
| 1
|
local variables
|
variables declared within a function or procedure and so can be accessed only by the code within that function or procedure
|
- are declared within a subroutine function or procedure and only exist their - can be accessed only by the code within that function or procedure
|
3
| 1
|
local variables
|
- variables declared inside a function - local scope - they can only be used inside the function where they were declared
|
variables declared in the body of a function (or block) for use only within that function (or block)
|
2
| 1
|
local variables
|
- variables declared inside a function - local scope - they can only be used inside the function where they were declared
|
variable defined within a function, only available within the function, no default initial value
|
2
| 1
|
local variables
|
memory for the formal parameters and variables declared in the body of a function
|
-declared in body -only acessable in the function that declares them
|
2
| 1
|
local variables
|
are declared inside a subroutine. they exist only inside the subroutine, while it is running, and are completely inaccessible from outside.
|
declared inside function without static attribute each thread stack contains one instance of any of this variable
|
1
| 0
|
data visualization
|
an outcome and process of placing data in graphical context to assist with conveying its significance. displays information that could be overlooked in tabular or text form.
|
use graphics to show data for reasoning about quantitative info and description, exploration, tabulation, or decoration
|
2
| 1
|
data visualization
|
presenting data in a visual way such as with graphs and charts; helps business people glean data insights they might not otherwise discern from tabular data
|
graphic display of statistics. used as a communication tool with charts to convince people in a compelling way to take action on info.
|
0
| 0
|
data visualization
|
a term used to describe the use of graphical displays to summarize and present information about a data set. applies pattern recognition, spatial awareness & aesthetics
|
refers to the techniques used to communuicate data or information by encoding it as visual objects to communicate information clearly and efficiently
|
0
| 0
|
data visualization
|
presenting data in a visual way such as with graphs and charts; helps business people glean data insights they might not otherwise discern from tabular data
|
is the synthesis of many disciplines which take advantage of large data sets, technology and human perception.
|
0
| 0
|
data visualization
|
an outcome and process of placing data in graphical context to assist with conveying its significance. displays information that could be overlooked in tabular or text form.
|
the study of the visual representation of data, meaning &"information&" which has been abstracted in some schematic form, including attributes or variables for the units of information
|
3
| 1
|
data visualization
|
attempt to understand patterns, trends, and relationships in data by placing data in a visual format
|
presenting data through visible means to reveal patterns and relationships and to extract meaning from complex data sets.
|
2
| 1
|
data visualization
|
data presented to users in visual formats such as text, graphics, and tables following data processing; makes it applications more attractive and understandable to users
|
these techniques, dss typically help users better understand the output, visually appealing the users
|
2
| 1
|
data visualization
|
is the presentation of data in a graphical format to make it easier for decision-makers to grasp difficult concepts or identify new patterns in the data.
|
technology for helping users see patterns and relationships in large amounts of data by presenting the data in graphical form.
|
3
| 1
|
data visualization
|
allows users to see data transform info into a business perspective
|
describes technologies that allows users to see or visualize data to transform information into a business perspective
|
3
| 1
|
data visualization
|
data presented to users in visual formats such as text, graphics, and tables following data processing; makes it applications more attractive and understandable to users
|
the process of presenting data to users in visual formats, thereby making it applications more attractive and understandable to users.
|
0
| 0
|
data visualization
|
the study of the visual representation of data, meaning &"information&" which has been abstracted in some schematic form, including attributes or variables for the units of information
|
refers to the techniques used to communicate data or information by encoding it as visual objects (e.g., points, lines or bars) contained in graphics.
|
1
| 0
|
data visualization
|
use graphics to show data for reasoning about quantitative info and description, exploration, tabulation, or decoration
|
a term used to describe the use of graphical displays to summarize and present information about a data set. applies pattern recognition, spatial awareness & aesthetics
|
2
| 1
|
data visualization
|
data represented to users in visual formats such as text, graphics and tables following data processing. makes it apps more attractive and understandable to users
|
after data has been processed it can be presented to users in visual formats such as text, graphics and tables -gis -reality mining
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.