1. You want to create a form in HTML. Which of the following tags is used to group together form controls such as inputs and labels?

QUIZ

Quiz
•
Computers
•
University
•
Medium
EDWIN V
Used 8+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
<div>
<form>
<fieldset>
<section>
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following conditions must hold true for a binary tree to be a valid Binary Search Tree (BST)?
1) The left subtree of a node contains values greater than the node
2) The right subtree of a node contains values less than the node
3) The left and right subtrees must be valid BSTs
Only 1
Only 3
Both 2 and 3
Both 1 and 3
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which sorting algorithm is best suited for sorting nearly sorted data (or data that is mostly sorted)?
Insertion Sort
QuickSort
MergeSort
HeapSort
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What will be the output :
[0,3]
[0,1]
[2,0]
[1,6]
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
What is the correct syntax for including an external CSS file in an HTML document?
<css href="style.css">
<style src="style.css">
<stylesheet link="style.css">
<link rel="stylesheet" href="style.css">
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
When you append an element to a dynamic array and the array is already full, what is the time complexity of resizing the array?
O(1)
O(log n)
O(n)
O(n log n)
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Which of the following algorithms is best suited for searching in a sorted array?
Binary Search
Jump Search
Linear Search
Fibonacci Search
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Hash

Quiz
•
University
20 questions
ISTE TECHNICAL

Quiz
•
University
20 questions
Data Structure

Quiz
•
University
20 questions
Quiz 1_DSA

Quiz
•
University
25 questions
Code Sprint

Quiz
•
University
20 questions
Algorithm questions

Quiz
•
12th Grade - University
25 questions
Technical quiz(Medium-Level)

Quiz
•
University
26 questions
Searching Algorithms

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade