Deom_for_GMIY

docx

School

University of South Alabama *

*We aren’t endorsed by this school

Course

MUA 261

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

5

Uploaded by LieutenantCrocodilePerson965

Report
Q1: What is the She-bang line in a shell script? a None b None of the above c #! d !# e None f # Q2: Can I run several versions of PHP at the same time?? a None b None c None d True e False f None Q3: Which command will you use to run a playbook called install.yaml with Ansible?? a ansible -p install.yml b None c None d ansible --playbook install.yml e ansible-playbook install.yml f ansible install.yml Q4: HTML tags are surrounded by which type of brackets.?
a Squart b Curly c None d Round e Angle f None Q5: When you need to obtain the ASCII value of a character which of the following function you'll need to use in PHP?? a .asc( ); b None c None d chr( ); e val( ); f ord( ); Q6: How can you create a static page with WordPress?? a To create a static page in WordPress, in the page section you have to upload a PHP file to the server in the theme folder, and then select that as your template. b None c None d To create a static page in WordPress, in the page section you have to upload a PERL file to the server in the theme folder, and then select that as your template. e To create a static page in WordPress, in the page section you have to upload a HTML file to the server in the theme folder, and then select that as your template. f None Q7: Which of the following is NOT available in MySQL:?
a REVOKE b FETCH c None d JOIN e None f LIKE Q8: What are the Namespaces in Docker?? a None b Namespaces in Docker are a technology for the facility of containers in Docker. c None d None e Namespaces in Docker are a technology for the facility of images in Docker. f None Q9: What happens when you use this 'kill %s' command?? a None b The last job with 's' will be terminated c None d The first job with 's' will be terminated e System processes will be stopped f All jobs with command beginning with ‘s’ will be terminated Q10: Which ones are a core Kubernetes object?? a “Swarm,” “Pilot,” “Node,” The correct Answer is: None
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
The correct Answer is: None The correct Answer is: None e “Pods,” “Services,” “Volumes,” The correct Answer is: None Q11: What is WordPress in PHP?? a Framework for designing dynamic pages b Set of library enriched with fucntions c An open source CMS (Content Management System) d framework and distribution system for reusable PHP components e None f None Q12: Which statement is true for Replica set?? a Replica set is considered as a substitute to the replication controller. The prime function of replica set is to assure the number of pod replicas running. The correct Answer is: None c Replica set is considered as the legacy replication controller. The prime function of replica set is to remove the number of pod replicas running. The correct Answer is: None The correct Answer is: None The correct Answer is: None Q13: In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:? a None b None c False
d None e None f True Q14: Which of the following is not a valid logical operator?? a && b None c NOT d AND e & f !