Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Multiple Choice: 1. The dot symbol (. ) matches: a. All Characters b. Non Space Characters c. All characters Except In d. All empty characters
Multiple Choice: 1. The dot symbol (. ) matches: a. All Characters b. Non Space Characters c. All characters Except In d. All empty characters 2. A trailing i at the end of a regex (after the /) signifies: a. A case sensitive match b. Infinite repetitions of the previous string c. A case insensitive match d. Only 1 repetition of the previous string 3. What is the code to create a cookie in PHFP a. setcookie("name", "value"); b. getcookie("name"); c. setcookie("name", "value", timeout); d. both A and C 4. In SQL, how do you select all the records from a table named "Pokemon" where the value of the column "Type" is "Water" a. Selec [all] FROM Pokemon WHERE Type-'Water' b. SELECT* FROM Pokemon WHERE Type-'Water' c. Select* FROM Pokemon WHERE Type IS Water d. Select [ all] FROM Pokemon WHERE Type LIKE 'Water' 5. a. b. c. d. Languages written in XML specify which of the following? Name of Tags Names of Attributes Rules about tags and Attributes All of the Above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started