QUESTION #1
Which uAdmin function prints to the log?
QUESTION #2
What are the six different types of tags in the Trail function?
QUESTION #3
What is the pattern/structure in creating a Trail function?
QUESTION #4
Which of the following will print the result as shown below?
[ OK] Your payment has been successfully processed.
QUESTION #5
Which of the following will print the result as shown below?
[ WARNING] The typhoon is coming!
QUESTION #6
Which of the following will print the result as shown below?
[ DEBUG] Validating... 12 25 36
QUESTION #7
Which of the following will print the result as shown below?
[ INFO] Mount Everest is the highest mountain in the world.
QUESTION #8
Which of the following will print the result as shown below?
[ ERROR] Invalid password!!!!
QUESTION #9
Which of the following will print the result as shown below?
[ WORKING] Working on 3/5
QUESTION #10
Which of the following will print the result as shown below?
[ DEBUG] Calculating results... 13
[ DEBUG] Calculating results... 26
[ DEBUG] Calculating results... 39
QUESTION #11
Which of the following will print the result as shown below?
[ WARNING] The game begins in 3
[ WARNING] 2
[ WARNING] 1
QUESTION #12
Which of the following will print the result as shown below?
[ INFO] China, Japan, Philippines, and Russia are countries in Asia.
QUESTION #13
Which of the following will print the result as shown below?
[ OK] You may now proceed to the gym 2019.
QUESTION #14
Which of the following will print the result as shown below?
[ INFO] The countdown begins in
[ DEBUG] 10
[ DEBUG] 9
[ DEBUG] 8
[ DEBUG] 7
[ DEBUG] 6
[ DEBUG] 5
[ DEBUG] 4
[ DEBUG] 3
[ DEBUG] 2
[ DEBUG] 1
QUESTION #15
Which of the following will print the result as shown below?
[ INFO] Printing all types of tags
[ DEBUG] DEBUG
[ WORKING] WORKING
[ INFO] INFO
[ OK] OK
[ WARNING] WARNING
[ ERROR] ERROR