Server Side Scripting

Server Side Scripting

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Wafa AlGhamdi

Used 23+ times

FREE Resource

Student preview

quiz-placeholder

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one of the following options is TRUE about server side scripting

The source code of server-side scripts are never visible to the browser

The source code of server-side scripts are always visible to the browser

Server-side scripts are interpreted and converted to JavaScript for display on the client’s browser.

Server-side scripts are interpreted and converted to HTML text for display on the server.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one of the following options is a characteristics of server-side scripting

Process requests from browsers.

Perform business process validation.

Formulate JavaScript outputs.

Reside on browsers.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which is an advantage of server-side scripting?

No CSS compatibility issues.

Access to client-side data.

Increased load on the client

No browser compatibility issues.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does PHP stand for?

Perl Hypertext Preprocessor.

Perl Hypertransmission Processor.

Perl Hyperprotocol Preprocessor.

Perl Hypertext Processor.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What does ASP stand for?

Active Service Page

Access Server Page

Active Server Page

Access Service Page

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one of the following Web Programming Language is created by Microsoft?

PHP

ASP.NET

ColdFusion

JSP

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one of the following Web Programming Language is an open source programming language developed by a large Internet community.

PHP

ASP.NET

ColdFusion

JSP

8.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which from the following is NOT a function of a server side code?

Querying the database

Interact with other servers.

Access/Write a file on server.

Interact with local storage