Skip to document

2 Slides for DIRW - For further study and review materials

For further study and review materials
Course

Science technology

44 Documents
Students shared 44 documents in this course
Academic year: 2023/2024
Uploaded by:
Anonymous Student
This document has been uploaded by a student, just like you, who decided to remain anonymous.
Southeast Asian College

Comments

Please sign in or register to post comments.

Preview text

Q1: Which command is used to specify the number of records to return?? a LIMIT b SELECT TOP c SELECT d SELECT SPECIFIC e EXTRACT f None Q2: Which attribute can be used with BODY tag to set background color green?? a None b background="green" c None of above d None e bgcolor="green" f vlink="green" Q3: What is the difference between installing and activating a theme?? a When a theme is activated it’s what’s controlling your site, while an uninstalled theme is simply part of your theme library and available to activate. b None c None d None e When a theme is activated it’s what’s controlling your site, while an installed theme is simply part of your theme library and available to activate. f When a theme is deactivated it’s what’s controlling your site, while an installed theme is simply part of your theme library and available to activate.

Q4: The command uname -a will:? a None b display only the system hostname c display all available information about your system d None e display all users on the system. f display the IP address of the first Ethernet adapter Q5: Which of the following method can be used to create a MySql database using PHP?? a None of the mentioned The correct Answer is: None c mysql_query() d mysql_create() e mysql_close() f mysql_connect() Q6: What is a permalink?? a Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives b None c The numeric IP address of your WordPress site d A popular WordPress Plugin e A permalink is the web address used to link to your content. f The complete URL of your WordPress site Q7: PHP server scripts are surrounded by delimiters, which??

c Build an image d Activate default VM machine e Access a running container f Commit changes done in a Docker image Q11: What will be printed if we run the following code? <?php $var = 'false'; if ($var) { echo 'true'; } else { echo 'false'; }? a None b None c None d True e None f False Q12: Which of the following are Python test frameworks?? a Robot Framework b Google Test c PyUnit d None e Pylint f None

Was this document helpful?

2 Slides for DIRW - For further study and review materials

Course: Science technology

44 Documents
Students shared 44 documents in this course
Was this document helpful?
Q1: Which command is used to specify the number of records to return??
a LIMIT
b SELECT TOP
c SELECT
d SELECT SPECIFIC
e EXTRACT
f None
Q2: Which attribute can be used with BODY tag to set background color green??
a None
b background="green"
c None of above
d None
e bgcolor="green"
f vlink="green"
Q3: What is the difference between installing and activating a theme??
a When a theme is activated it’s what’s controlling your site, while an uninstalled
theme is simply part of your theme library and available to activate.
b None
c None
d None
e When a theme is activated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.
f When a theme is deactivated it’s what’s controlling your site, while an installed
theme is simply part of your theme library and available to activate.