SaaS is a type of __________.

A. CASE
B. Component-based development
C. Object-oriented development
D. Prototyping


Ans: B. Component-based development

Computer Science & Information Technology

You might also like to view...

A(n) __________ is a data type that allows a programmer to create objects.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is an access control that is based on a specific job role or function?

A) Mandatory access control B) Discretionary access control C) Role-based access control D) Rule-based access control

Computer Science & Information Technology

What is the read/write complexity of the following program?

int N = 0, M = 10; for (int x = 0; x <= M; x++ ) { for (int y = 0; y <= N; y++ ) { writeToDisk(""something""); } } a. O(M*N) b. O(N) c. O(N^2) d. O(M+N)

Computer Science & Information Technology

What tool should you use to configure password policies and auditing policies?

A. Local Security Policy B. Windows Firewall with Advanced Security C. Resource Monitor D. Component Services

Computer Science & Information Technology