Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

What motivates you?

Answered: 1 week ago