Deck 6: Data Representation and Validation in PHP Programming
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/13
Play
Full screen (f)
Deck 6: Data Representation and Validation in PHP Programming
1
________Any representation of data in which the implementation details are hidden
A)overloading
B)data Abstraction
C)Encapsulation
D)member function
A)overloading
B)data Abstraction
C)Encapsulation
D)member function
data Abstraction
2
__________ refers to a concept where we encapsulate all the data and member functions together to form an object.
A)overloading
B)data Abstraction
C)Encapsulation
D)member function
A)overloading
B)data Abstraction
C)Encapsulation
D)member function
Encapsulation
3
__________ These are the function defined inside a class and are used to access object data.
A)child class
B)class
C)member function
D)parent Class
A)child class
B)class
C)member function
D)parent Class
member function
4
________ This is a programmer-defined data type, which includes local functions as well as local data.
A)child class
B)class
C)member function
D)parent Class
A)child class
B)class
C)member function
D)parent Class
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
5
_______ A class that inherits from another class. This is also called a subclass or derived class.
A)child class
B)class
C)member function
D)parent Class
A)child class
B)class
C)member function
D)parent Class
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
6
_________ An array with a numeric index. Values are stored and accessed in linear fashion.
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
7
____________An array with strings as index. This stores element values in association with key values rather than in a strict linear index order.
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
8
__________ An array containing one or more arrays and values are accessed using multiple indices
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
A)associative array
B)multidimensional array
C)Numeric array
D)None of these
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
9
Validation means check the input submitted by the user.
A)true
B)false
C)both a and b
D)none of these
A)true
B)false
C)both a and b
D)none of these
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
10
There are two types of validation are available in PHP. They are as follows ?
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)only a and b not c
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)only a and b not c
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
11
_________ Validation is performed on the client machine web browsers.
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)output type validation
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)output type validation
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
12
___________ After submitted by data, The data has sent to a server and perform validation checks in server machine.
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)output type validation
A)Client-Side Validation
B)Server Side Validation ?
C)input type validation
D)output type validation
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck
13
Core PHP means solving a Mathematical problem by using paper and pen and Frame work means solving Mathematical problem by using a calculator.
A)true
B)false
C)both a and b
D)none of these
A)true
B)false
C)both a and b
D)none of these
Unlock Deck
Unlock for access to all 13 flashcards in this deck.
Unlock Deck
k this deck