Question: Question 1 5 pts A variable defined within a class is called a(n) _____. object attribute variable method Flag this Question Question 2 5 pts
Question 15 pts
A variable defined within a class is called a(n) _____.
|
| object |
|
| attribute |
|
| variable |
|
| method |
Flag this Question
Question 25 pts
A function defined within a class is called a(n) _____.
|
| attribute |
|
| function |
|
| object |
|
| method |
Flag this Question
Question 35 pts
A constructor is a _____.
|
| the name of a class |
|
| another word for method |
|
| a method called when a new object is created |
|
| a special attribute |
Flag this Question
Question 45 pts
XML elements can be empty.
|
| True |
|
| False |
Flag this Question
Question 55 pts
What is the correct syntax of the declaration which defines the XML version?
|
| |
|
|
|
| |
|
| |
Flag this Question
Question 65 pts
This a "well formed" XML document?
|
| True |
|
| False |
Flag this Question
Question 75 pts
Amazon Elastic Beanstalk automates the details of which of the following functions?
|
| Auto-scaling |
|
| Application deployment |
|
| All of the above |
|
| Elastic Computing |
Flag this Question
Question 85 pts
With AWS Elastic Beanstalk, you can quickly deploy and manage applications in the AWS Cloud without worrying about the infrastructure that runs those applications?
|
| True |
|
| False |
Flag this Question
Question 95 pts
AWS Elastic Beanstalk supports which languages?
|
| Go |
|
| Python |
|
| .NET |
|
| Java |
|
| PHP |
|
| All of the above |
Flag this Question
Question 105 pts
Cloud computing is the on-demand delivery of compute power, database storage, applications, and other IT resources through a cloud services platform via the internet with pay-as-you-go pricing.
|
| True |
|
| False |
Flag this Question
Question 115 pts
What PHP function is used to send a cookie to the Web browser?
|
| sendcookie() |
|
| setcookie() |
|
| send_cookie() |
|
| set_cookie() |
Flag this Question
Question 125 pts
Previously set cookies can be accessed in PHP via _____.
|
| $_COOKIE["value"] |
|
| $_COOKIES[name] |
|
| $_COOKIE[name] |
|
| $_COOKIE[value] |
Flag this Question
Question 135 pts
A cookies expiration value is set in terms of _____.
|
| seconds from now |
|
| a fixed date and time on the server |
|
| seconds since the epoch |
|
| a fixed date and time on the client |
Flag this Question
Question 145 pts
Compared to sessions, cookies _____.
|
| can be used without the users consent |
|
| can store more data |
|
| can be set to last longer |
|
| are more secure |
Flag this Question
Question 155 pts
The session_start() function _____.
|
| must be called on every page that needs access to the session data |
|
| must be called before anything is sent to the browser |
|
| will attempt to send a cookie that stores the session ID |
|
| All of the above |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
