lecture 2 Flashcards
In the url https://www.youtube.com/watch?v=MYyJ4PuL4pY the www.youtube.com is:
1.the protocol
2.domain name
3.the path
4.the query
2.domain name
In the url https://www.youtube.com/watch?v=MYyJ4PuL4pY the https is:
1.the protocol
2.domain name
3.the path
4.the query
1.the protocol
In the url https://www.youtube.com/watch?v=MYyJ4PuL4pY the ?v=MYyJ4PuL4pY is :
1.the protocol
2.domain name
3.the path
4.the query
4.the query
In the url https://www.youtube.com/watch?v=MYyJ4PuL4pY the /watch is :
1.the protocol
2.domain name
3.the path
4.the query
3.the path
A Single Process Architecture is consisting of :
1.A client which is talking to a server which performs some services on behalf of the client
2.A presentation or GUI tier, an application logic tier, and a data tier.
3.A single running process
3.A single running process
A Client-Server Architecture is consisting of :
1.A client which is talking to a server which performs some services on behalf of the client
2.A presentation or GUI tier, an application logic tier, and a data tier.
3.A single running process
1.A client which is talking to a server which performs some services on behalf of the client
A N Tier Architecture is consisting of :
1.A client which is talking to a server which performs some services on behalf of the client
2.A presentation or GUI tier, an application logic tier, and a data tier.
3.A single running process
2.A presentation or GUI tier, an application logic tier, and a data tier.
Desktop application to database server communication is example of :
1. Single Process Architecture
2. Client-Server Architecture
3. N Tier Architecture
- Client-Server Architecture
A Command line programs is example of :
1. Single Process Architecture
2. Client-Server Architecture
3. N Tier Architecture
- Single Process Architecture
A Mobile or Desktop applications without network communication are example of :
1. Single Process Architecture
2. Client-Server Architecture
3. N Tier Architecture
- Single Process Architecture
In the N Tier Architecture the Logic tier is used to :
1. store data safely
2. makes all the application decisions
3. perform transactions
4. contains the user interface of the application
2.makes all the application decisions
In the N Tier Architecture choose which one these can the data tier do :
1. store data safely
2. makes all the application decisions
3. perform transactions
4. contains the user interface of the application
- store data safely and 3. perform transactions