Web Development Test  

Web Development Test   This page has a initial time limit of 0:30:00 Would you like to disable all future page timer notifications?       Test      True or False: HTML and CSS are front end technology. * This question is required.  ⚪True  ⚪False       What is the difference between HTML and CSS? * This question is required.  ⚪CSS is a markup language unlike HTML  ⚪HTML is a backend technology and CSS is a front end technology  ⚪HTML focuses on a web page’s structure and CSS focuses on its presentation  ⚪As of HTML5 there is no difference       In a proper webpage, which tag holds all of a webpages visible HTML? * This question is required.  ⚪html  ⚪head  ⚪body  ⚪link  ⚪script  ⚪doctype       Alphabet for your reference:  A B C D E F G H I J K L M N O P Q R S T U V W X Y Z   If the code for CAT is ECV  what is the code for DOG? * This question is required.  ⚪FQI  ⚪BIT  ⚪FDW  ⚪GRJ       The sum of two consecutive numbers is 37.  What are they? * This question is required.  ⚪18, 19  ⚪7, 30  ⚪20, 17  ⚪36, 1               It’s 3 PM. How many degrees are in the angle between the hour and minute hand? * This question is required.  ⚪90  ⚪60  ⚪15  ⚪25  ⚪180       What does the following code alert?   var person = {    name: “Mike”,    age: 25,    favoriteFood: “pizza”  };   alert(“My best friend’s name is” + person.name + “,he’s ” + person.age + ” years old and his favorite food is ” + person.favoriteFood);    * This question is required.  ⚪My best friend’s name isMike,he’s 25 years old and his favorite food is pizza  ⚪My best friend’s name is Mike, he’s 25 years old and his favorite food is pizza.  ⚪My best friend’s name isMike ,he’s 25 years old and his favorite food is pizza.  ⚪My friend’s best name isMike,he’s 25 years old and his favorite food is pizza.       What language(s) MUST be used to display a bare-minimum web page?    ⚪HTML, SQL, Node.js  ⚪HTML  ⚪JavaScript & PHP  ⚪SQL       What is the best image format for our website if we needed our image to have a transparent background?    ⚪JPEG  ⚪JPG  ⚪GIF  ⚪PNG  ⚪PSD  ⚪TIFF  ⚪None of these       Which one of these is the most different?    ⚪JavaScript  ⚪PHP  ⚪Ruby  ⚪Python  ⚪MySQL       Which of these statements is true?    ⚪Agile is a programming language  ⚪SQL is a database language  ⚪HTML stands for “Hypertext Markup Link”  ⚪Java is short for JavaScript               It’s 2 PM. How many degrees are in the angle between the hour and minute hand?    ⚪90  ⚪60  ⚪15  ⚪25  ⚪180             The following HTML and CSS is COMPLETELY CORRECT. This code makes up a web page. When the following code renders onto the screen, which paragraph appears bolded?    ⚪The Wonder Years is an American television comedy-drama created by Neal Marlens and Carol Black.  ⚪It ran on ABC from 1988 until 1993.  ⚪The pilot aired on January 31, 1988, following ABC’s coverage of Super Bowl XXII.  ⚪All of the above       Which operation could we perform in order to find the number of milliseconds in a year?    ⚪60 * 60 * 24 * 7 * 365  ⚪1000 * 60 * 60 * 24 * 365  ⚪24 * 60 * 100 * 7 * 52  ⚪1000 * 60 * 24 * 7 * 52  ⚪None of these       You are facing North. Turn 90 degrees left. Turn 180 degrees right. Reverse direction. Turn 45 degrees left. Reverse direction. In which direction are you now facing?     ⚪North  ⚪West  ⚪South West  ⚪South East  ⚪North West  ⚪North East       Albert thought of a number, added 5, multiplied the result by 2, took away 6 and then divided by 2 to give an answer of 8.    ⚪5  ⚪6  ⚪3  ⚪4       If you’re driving one and a half miles per minute, slow down by 15 miles per hour, and then reduce your speed by one third, how fast are you going now?    ⚪90 miles per hour  ⚪60 miles per hour  ⚪50 miles per hour  ⚪75 miles per hour  ⚪45 miles per hour       What is the value of ?????  ???? + ???? = 10;  ???? + ???? = 6;  ???? + ???? = 5;    ⚪6  ⚪9  ⚪7  ⚪8  ⚪1       Which CSS attribute would change an element’s font color to blue?    ⚪font-color: blue;  ⚪background: blue;  ⚪color: blue;  ⚪background-color: blue;  ⚪font: blue;       What is the largest number that can be produced by multiplying any three individual numbers from the following list.   [-2, 1, 3, -8, 5, 9, -9, 4, 7, -7, 8]    ⚪648  ⚪504  ⚪732  ⚪888

Web Development Test

This page has a initial time limit of 0:30:00 Would you like to disable all future page timer notifications?

There was an error on your page. Please correct any required fields and submit again. Go to the first error

Test

 

4. True or False: HTML and CSS are front end technology. *This question is required.

· True

· False

 

5. What is the difference between HTML and CSS? *This question is required.

· CSS is a markup language unlike HTML

· HTML is a backend technology and CSS is a front end technology

· HTML focuses on a web page’s structure and CSS focuses on its presentation

· As of HTML5 there is no difference

 

6. In a proper webpage, which tag holds all of a webpages visible HTML? *This question is required.

· html

· head

· body

· link

· script

· doctype

 

7. Alphabet for your reference: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z If the code for CAT is ECV  what is the code for DOG? *This question is required.

· FQI

· BIT

· FDW

· GRJ

 

8. The sum of two consecutive numbers is 37.  What are they? *This question is required.

· 18, 19

· 7, 30

· 20, 17

· 36, 1

 

 

https://surveygizmolibrary.s3.amazonaws.com/library/412398/3pm11.png

 

9. It’s 3 PM. How many degrees are in the angle between the hour and minute hand? *This question is required.

· 90

· 60

· 15

· 25

· 180

 

10. What does the following code alert? var person = {   name: “Mike”,   age: 25,   favoriteFood: “pizza” }; alert(“My best friend’s name is” + person.name + “,he’s ” + person.age + ” years old and his favorite food is ” + person.favoriteFood);   *This question is required.

· My best friend’s name isMike,he’s 25 years old and his favorite food is pizza

· My best friend’s name is Mike, he’s 25 years old and his favorite food is pizza.

· My best friend’s name isMike ,he’s 25 years old and his favorite food is pizza.

· My friend’s best name isMike,he’s 25 years old and his favorite food is pizza.

 

11. What language(s) MUST be used to display a bare-minimum web page?

· HTML, SQL, Node.js

· HTML

· JavaScript & PHP

· SQL

 

12. What is the best image format for our website if we needed our image to have a transparent background?

· JPEG

· JPG

· GIF

· PNG

· PSD

· TIFF

· None of these

 

13. Which one of these is the most different?

· JavaScript

· PHP

· Ruby

· Python

· MySQL

 

14. Which of these statements is true?

· Agile is a programming language

· SQL is a database language

· HTML stands for “Hypertext Markup Link”

· Java is short for JavaScript

 

 

https://surveygizmolibrary.s3.amazonaws.com/library/412398/2pm1.png

 

15. It’s 2 PM. How many degrees are in the angle between the hour and minute hand?

· 90

· 60

· 15

· 25

· 180

 

https://surveygizmolibrary.s3.amazonaws.com/library/412398/ScreenShot20160329at4_27_31PM1.png

 

16. The following HTML and CSS is COMPLETELY CORRECT. This code makes up a web page. When the following code renders onto the screen, which paragraph appears bolded?

· The Wonder Years is an American television comedy-drama created by Neal Marlens and Carol Black.

· It ran on ABC from 1988 until 1993.

· The pilot aired on January 31, 1988, following ABC’s coverage of Super Bowl XXII.

· All of the above

 

17. Which operation could we perform in order to find the number of milliseconds in a year?

· 60 * 60 * 24 * 7 * 365

· 1000 * 60 * 60 * 24 * 365

· 24 * 60 * 100 * 7 * 52

· 1000 * 60 * 24 * 7 * 52

· None of these

 

18. You are facing North. Turn 90 degrees left. Turn 180 degrees right. Reverse direction. Turn 45 degrees left. Reverse direction. In which direction are you now facing?

· North

· West

· South West

· South East

· North West

· North East

 

19. Albert thought of a number, added 5, multiplied the result by 2, took away 6 and then divided by 2 to give an answer of 8.

· 5

· 6

· 3

· 4

 

20. If you’re driving one and a half miles per minute, slow down by 15 miles per hour, and then reduce your speed by one third, how fast are you going now?

· 90 miles per hour

· 60 miles per hour

· 50 miles per hour

· 75 miles per hour

· 45 miles per hour

 

21. What is the value of 🍎? 🍎 + 🍕 = 10; 🍋 + 🍋 = 6; 🍋 + 🍕 = 5;

· 6

· 9

· 7

· 8

· 1

 

22. Which CSS attribute would change an element’s font color to blue?

· font-color: blue;

· background: blue;

· color: blue;

· background-color: blue;

· font: blue;

 

23. What is the largest number that can be produced by multiplying any three individual numbers from the following list. [-2, 1, 3, -8, 5, 9, -9, 4, 7, -7, 8]

· 648

· 504

· 732

· 888

 

What Students Are Saying About Us

.......... Customer ID: 12*** | Rating: ⭐⭐⭐⭐⭐
"Honestly, I was afraid to send my paper to you, but splendidwritings.com proved they are a trustworthy service. My essay was done in less than a day, and I received a brilliant piece. I didn’t even believe it was my essay at first 🙂 Great job, thank you!"

.......... Customer ID: 14***| Rating: ⭐⭐⭐⭐⭐
"The company has some nice prices and good content. I ordered a term paper here and got a very good one. I'll keep ordering from this website."

"Order a Custom Paper on Similar Assignment! No Plagiarism! Enjoy 20% Discount"