QUIZ

QUIZ

University

25 Qs

quiz-placeholder

Similar activities

COA_QUIZ_UNIT I

COA_QUIZ_UNIT I

University

20 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

DI (EM24) - Diseño de Contenidos (T8)

DI (EM24) - Diseño de Contenidos (T8)

University - Professional Development

20 Qs

IT 101 - Quiz 3

IT 101 - Quiz 3

University

20 Qs

NACOS Kahoot Session II

NACOS Kahoot Session II

University

20 Qs

Chapter 5 Mid Term Quiz - Computer System -

Chapter 5 Mid Term Quiz - Computer System -

5th Grade - University

20 Qs

Penilaian Harian Bab 1 Mapel TIK

Penilaian Harian Bab 1 Mapel TIK

12th Grade - University

20 Qs

DWDM Unit1 Quiz

DWDM Unit1 Quiz

University

21 Qs

QUIZ

QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

EDWIN V

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

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?

<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

Media Image

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?