Hey AltSchooler!
Let’s wrap this semester up, shall we ?
I heard you say yes, so let’s proceed. Here’s some important bits of information you need to know before you click on the big button below:
As always, may the force be with you????.
0 of 50 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 50 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
What does the alt attribute in the HTML img element do ?
Which HTML tag is used to load and display images ?
Elements that are visibly displayed in the browser are usually placed within what HTML element ?
A row of data can be displayed within a table with what HTML tag ?
Which of the following elements is not considered a semantic element?
Semantic elements aid in improving the accessibility of websites
Which of the following HTML elements require a <label> element for accessibility purposes ?
A group of navigational elements are defined by ?
The <article> element is used for writing article / blog content only.
DOCTYPE declaration is compulsory when creating an HTML document.
Which HTML tag is used to link to another html document?
Which HTML tag is used to link to external resources?
Which HTML tag is not used to list out items?
All the tags in the options are all INLINE level elements except for one, which is ?
Which HTML attribute is popularly used for the validation of input fields?
CSS is a ________ used for ____________
From the code snippet below, identify the selector
From the code snippet below, identify the property
From the code snippet below, identify a value
Applying a flexbox layout automatically makes child elements of a container align themselves in a column.
Which of the following is not a flexible unit?
Which of the following applies the flexbox layout on a container?
Identify the valid CSS comment
Which of the following is the correct function when adding a variable to css ?
Which of the following is not a css layout ?
Which one of the following is not a valid rule on specificity, inheritance and cascading ?
Veronica has defined this html element “<p class=’text’>Hello World</p>” and wants to change the color of the text to red. What syntax would she use?
We have this element “<h1 id=”title”>Welcome</h1>. What syntax should we use to center the text ?
Which of the following is true about the fr unit ?
Css grids and flexbox layouts can be used on an element at the same time
There are _____ basic principles of web design
What allows multiple programs or applications to run on a computer?
Application software _________
System software ________
What is considered the computer’s short-term memory?
How many bytes are in a kilobyte?
How many bits make up one byte?
Binary is represented by which set of digits?
Binary code does not work on all computers
The smallest unit of data for a computer is _____
What type of data would you use to store the name of a user in an application ?
What type of data would you use to count how many people were infected by COVID-19 in a city ?
Which of the following is NOT true about data structures ?
Which of the following data structures do you think is suitable to represent hierarchy in an organization ?
Which of the following scenarios might you apply an algorithm ?
In which of the following scenario will you use a Stack data structure ?
How do you create a string variable?
How to write an IF statement for executing some code if “i” is NOT equal to 5?
What is the correct syntax for referring to an external script called “xxx.js”?
How do you declare a function in JavaScript?