1 Flashcards
Start and end tag are also called ______and________
Opening /closing
In what year that W3C Recommend the implementation of HTML 5.2?
2017
The_______ tag is used inside the <head> tag to mention the document title
<title>
</title>
It is java function to combined to strings.
Concat
It is a java function to combined to strings.
Concat()
Its is a data structures that allow you to store multiple values of the same data type in a single variable
Array
Initializing an array means assigning values to its________
Element
Widely use in java program that constrains a sequence of characters
String
It refers to the position of a certain object in array.
Index
String are more commonly concatenated with the________operator
+
Every array elements when created needs a set of__________specified
Length
Accessing to elements of array are done in_________
Constant time
It is a simple collection of the same data type arranged in a linear order .
Single dimentional
Is a collection of element organized in rows and columns,forming a grid-like structure
Two dimensional
A set of array to more than two dimensions.
Multi dimensional