Your browser does not support JavaScript!

VitalRabbit

VitalRabbit is Information Technology student 👩‍💻
Last login
7 hours ago
Joined
2024-12-18
VitalRabbit latest posts

5 hours ago - e fundamental and unifying system structure defined in terms of system elements, interfaces, processes, constraints, and behaviors Select one:

5 hours ago - An architectural style represents a family of related systems Select one:

5 hours ago - Is the mix of between related components to accomplish a typical goal. Select one:

5 hours ago - petitions of iterative development are referred to as sprints, which normally last thirty days. Select one:

5 hours ago - tIn a divisional structure, the company will coordinate inter-group relationships to create a work team that can readily meet the needs of a certain customer or group of customer

5 hours ago - People who do similar tasks, have similar skills and/or jobs in an organization Select one:

5 hours ago - REstablish architecture artifact, design, and code reviews and define acceptance criteria for the successful implementation of the findings. What phase is that?

6 hours ago - From the Baseline Security Architecture and the Enterprise Continuum, there will be existing security infrastructure and security building blocks that can be applied to the requirements derived from this architecture development engagement. What phase is that? Select one:

6 hours ago - ssess and baseline current security-specific technologies. What phase is that? Select one:

3 days ago - Information Assurance (IA) is the study of how to protect your information assets from destruction, degradation, manipu

3 days ago - Is a variety of ongoing measures taken to reduce the likelihood and severity of accidental and intentional alteration, destruction, misappropriation, misuse, misconfiguration, unauthorized distribution, and unavailability of an organization’s logical and physical assets, as the result of action or inaction by insiders and known outsiders, such as business partners.”

3 days ago - Format character of Date function that display the day of the month in 2 digits with leading zeros such as 01 to 31

3 days ago - This function removes the white spaces and other predefined characters from both s

3 days ago - It is a function that ends the connection to the database. Select one: a. mysql_query / mysqli_query b. mysql_error / mysqli_error c. mysql_connect / mysqli_connect d. mysql_close / mysqli_close

3 days ago - Time left 1:21:30 Question 1 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Select * from employee where salary>10000 and dept_id=101; Which of the following fields are displayed as output? Select one: a. Employee b. Salary c. Salary, dept_id d. All the field of employee relation Question 2 Answer saved Marked out of 1.00 Not flaggedFlag question Question text This is Employee table. Select * from employee where employee_id>1009; Which of the following employee_id will be displayed? Select one: a. 1018 b. 1009, 1018 c. 1009, 1001, 1018 d. 1001 Question 3 Answer saved Marked out of 1.00 Not flaggedFlag question Question text The ______ clause allows us to select only those rows in the result relation of the ____ clause that satisfy a specified predicate. Select one: a. From, where b. Where, from c. Select, from d. From, select Question 4 Answer saved Marked out of 1.00 Not flaggedFlag question Question text The result of a SELECT statement can contain duplicate rows. Select one: True False Question 5 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Which of these query will display the result, assume table name is employee ? Select one: a. Select name from employee b. Select employee from name c. Select name d. elect employee Question 6 Answer saved Marked out of 1.00 Not flaggedFlag question Question text To use MySQL on your computer, you'll need? Select one: a. FTP and Telnet b. Some sort of client program to access the databases c. A Browser d. Perl, PHP or Java Question 7 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Which function used to get the current time in mysql? Select one: a. getTime() b. Time() c. NOW() Question 8 Answer saved Marked out of 1.00 Not flaggedFlag question Question text The "mysql_close()" function allows you to close a MySQL connection? Select one: True False Question 9 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Insert into employee _____ (1002,Jeiven,2000); In the given query which of the keyword has to be inserted ? Select one: a. Relation b. Table c. Field d. Values Question 10 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Which one of the following function is useful for producing a timestamp based on a given date and time. Select one: a. mrtime() b. time() c. mktime() d. mtime() Question 11 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Which one of the following databases has PHP supported almost since the beginning? Select one: a. MYSQL b. SQL+ c. Oracle Database d. SQL Question 12 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Which one of the following statements is used to create a table? Select one: a. CREATE TABLE table_name (column_namecolumn_type); b. CREATE table_name (column_namecolumn_type); c. CREATE TABLE table_name (column_typecolumn_name); d. CREATE table_name (column_typecolumn_name); Question 13 Answer saved Marked out of 1.00 Not flaggedFlag question Question text If a PHP script opens a MySQL connection, the script will automatically close the connection after the script has finished executing? Select one: True False Question 14 Answer saved Marked out of 1.00 Not flaggedFlag question Question text Is the SQL statement correct or not. SELECT vend_name, prod_name, prod_price, vendors.vend_id, products.vend_id FROM vendors INNER JOINS products ON vendors.vend_id = products.vend_id; Select one: a. No b. Yes Question 15 Answer saved Marked out of 1.00 Not flaggedFlag question Question text The "or die()" part of a MySQL command will execute if the connection fails? Select one: True False Question 16 Answer saved Marked out of 1.00 Not flaggedFlag question Question text The "mysql_error()" function returns the error description for a MYSQL operation? Select one: True False Question 17 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Which of the following returns the numbers of rows in a column? Select one:

3 days ago - Its joining values together (by appending them to each other) to form a sing

3 days ago - The "mysql_select_db()" function allows you to select a particular database

3 days ago - To remove duplicate rows from the result set of a SELECT use the following keyword: Select one:

3 days ago - It's a function that is used to convert a human readable string to a Unix ti

3 days ago - he following comparison condition would return TRUE or FALSEsad3 <> 6)

3 days ago - hich is identified as a special variable, which can store multiple values in one single variable? Select one:

3 days ago - Tf the variable $x = 11; , what will $x equal if it is incremented, that is, if I write $x++; what value will $x contain after it has been incremented?

3 days ago - True or False - The operator NOT is another way to broaden a search or retrieve more records.

3 days ago - If I wanted to concatenate a word to a string variable I would use which of these?

3 days ago - s are used with numeric values to perform common arithmetical operations, such as addition, subtraction, multiplic

3 days ago - http://semestralexam.amaes.com/2422/mod/quiz/attempt.php?attempt=118175&cmid=5336#question-118184-14:~:text=What%20will%20be%20displayed%20in%20a%20browser%20when%20the%20following%20PHP%20code%20is%20executed.

3 days ago - The following comparison condition would return TRUE or FALSEsad4 <> 7)

3 days ago - dentification. Write your answer on the space provided. The concatenation operator in PHP?

3 days ago - What will be the output of the following PHP code ? Select one: a. The number is: 0 b. The number is: 0 The number is: 1 The number is: 2 The number is: 3 The number is: 4 The number is: 5 The number is: 6 The number is: 7 The number is: 8 The number is: 9 The number is: 10 c. Error d. no Output

4 days ago - Version of PHP what uses namespace support late static binding Answer: Question 6 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False When a variable is declared, it can only be used 1 time in your PHP source file? Select one: True False Question 7 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP only runs in Apache web server. Select one: True False Question 8 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text IDENTIFICATION. Read the question carefully and type your answer in the space provided. Define styles for your documents, including the design, layout and variations in display for different devices and screen sizes. Answer: Question 9 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False PHP variables are case-sensitive? Select one: True False Question 10 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False All text to the right of a single line comment is not ignored? Select one: True False Question 11 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False All variables in PHP start with a $(dollar) sign? Select one: True False Question 12 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer What does a semicolon signify at the end of a instruction or statement? Select one: a. the start of a PHP statement or instruciton b. the end of a PHP statement or instruction c. to ignore a PHP statement or instruciton Question 13 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Identification. Write your answer on the space provided. Two ways on how to print / display text on the screen (Note : Seperate answers with ;) Answer: Question 14 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Facebook, wordpress uses php as script language. Select one: True False Question 15 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP runs on various platforms operating system such as apache and IIS Select one: True False Question 16 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text IDENTIFICATION. Read the question carefully and type your answer in the space provided. Year that PHP 3 was released. Answer: Question 17 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False Writing comments is considered a bad programming practice? Select one: True False Question 18 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings: Select one: a. < comment >...< / comment > b. < ! --..-- > c. *\...\* d. / *...* / Question 19 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer Which of the following is the incorrect way to declare a PHP variable? Select one: a. $a_Number = 9 b. $a_Number = 9; c. $aNumber = 9; d. $a_Num = 9; Question 20 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False The echo command is a means of outputting text to the web browser? Select one: True False Question 21 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text IDENTIFICATION. Read the question carefully and type your answer in the space provided. Is a line that is not read/executed as part of the program. Answer: Question 22 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text IDENTIFICATION. Read the question carefully and type your answer in the space provided. Inventor of PHP Answer: Question 23 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer How do you write "Hello World" in PHP Select one: a. echo "Hello World"; b. "Hello World"; c. prints "Hello World"; d. Document.Write("Hello World"); Question 24 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False All text in a multiple line comment block is ignored? Select one: True False Question 25 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Version 4 of php supports global variables $Get etc. (v4.1) Select one: True False Question 26 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer The PHP syntax is most similar to: Select one: a. VBScript b. Perl and C c. DotNet d. JavaScript Question 27 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text PHP 3 was released in 1998. Select one: True False Question 28 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text Multiple Choice. Select the best answer What is the correct way to end a PHP statement? Select one: a. . b. < / php > c. ; d. New Line Question 29 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text True or False. Select the best answer PHP variables need to be declared before adding a value to it? Select one: True False Question 30 Not yet answered Marked out of 1.00 Not flaggedFlag question Question text IDENTIFICATION. Read the question carefully and type your answer in the space provided. PHP variables starts with what symbol. Answer: Jump to... Jump to... Skip Quiz navigation Quiz navigation Finish attempt ... You are logged in as CHRISTIAN MICHAEL LUNARIA (Log out) UGRD-IT6314-2422S Data retention summary Get the mobile app

4 days ago - Not yet answered Marked out of 2.00 Not flaggedFlag question Question text Enables you to add, view, and edit rich text using an editor from within ALM tree .

5 days ago - his graph type is specific to the Defects module. It summarizes the lifetime of all repo

5 days ago - ch ALM module provides a summary graph specific to the tasks that it supports

5 days ago - nables you to view and manage the behavior of analysis items that are generated from within modules, such as Requirements and Test Plan.

5 days ago - Item that you create in a private folder are accessible only to the user that created the

5 days ago - The user who created the dashboard page. Permissions to modify public pages may be li

5 days ago - Each ALM module provides progress graphs specific to the tasks that the module supports.

5 days ago - Select a field to determine the information displayed along the x- axis of the graph.

5 days ago - e dashboard includes trees for analysis items and dashboard pages. Each tree consists of Answer

5 days ago - Enables you to associate the selected requirement with other requirements in the requirements treerement by assigning it values directly or by assigning values to a set of criteria.

1 week ago - as been a great tool of interaction with computers until the video display monitors cam

1 week ago - rogram modularization and Source code translation are the activities of_____________ Select one:

1 week ago - h of the following is not an advantages of software reuse? Select one:

1 week ago - nceptualization of problem into several well-organized elements of solution Select one:

1 week ago - sed software engineering is a software engineering strategy where the development process is geared to reusing existing software.

1 week ago - ich Which of the following is not used in measuring the size of the software

1 week ago - Reuse-based software engineering is a software engineering strategy where the development process is geared to reusing existing soft

1 week ago - has been a great tool of interaction with computers until the video display monitors came into existence.

1 week ago - Not yet answered Marked out of 1.00 Not flaggedFlag question Question text RAD Model has high re

1 week ago - The folich two models doesn’t allow defining requirements early in the cycle?