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
One accessor method that you can use with strings is the_______method,which returns the number of characters contained in string object.
Length()
This tag defines the document type and HTML version
<!DOCKTYPE>
________are similar to keywords,which specify how a web browser will format and display content
HTML tag
It tests the condition before executing the loop body
While loop
Terminate the loop or switch statement
Like a while statement except that it tests the condition at the end of the loop body
Do while loop
It can be an array variable or method call that returns an array
Expression
It can be an array variable or method call that returns an array
Expression
It is a function to compare this number object to the arguments
ToCompare To()
Consists of a boolean expression followed by one or more statements
If statement
A______statement allows us to execute a statement or group of statements multiple times
Loop
Execute a sequence of statement multiple times and abbreviates the code that manages the loop variable.
For loop
Causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.
Continue statement
You can use one if or else if statement inside another if or else if statement(s)
Nested if statement
Types of loop control
While loop
Do while loop
For loop
The variable will be available within the for block and its value would be the same as the current array element
Declaration
4 Types of decision marking
If statement
If else statement
Nested if statement
Switch statement
Give at least 4 Number methods
XxxValue()
ToString()
Equal()
Compare()