What should be the first tag in any HTML document? A. <head> B. <title> C. <html> D. <!DOCTYPE >​

Answers

Answer 1

Answer:

C.

Explanation:


Related Questions

Write an algorithm (pseudo-code) that takes an unsorted list of n integers and outputs a sorted list of all duplicate integers. There must be no duplicates in the output list, also the output list should be a sorted list. The algorithm must run in O(n) time. Show your analysis of the running time. Note: Assume that inputs are integer values from 0 to 255. (Hint: use the concept that being used in the separate chaining)

Answers

Answer:

brainliest if it did help you

Explanation:

Given array : A[0...n-1]Now, create a count array Cnt[0...n-1]then, initialize Cnt to zero

for(i=0...n-1)

Cnt[i]=0 ---------O(n) time

Linearly traverse the list and increment the count of respected number in count array.

for(i=0...n-1)

Cnt[A[i]]++; ---------O(n) time

Check in the count array if duplicates exist.

for(i=0...n-1){

if(C[i]>1)

output (i); -----------O(n) time

}

analysis of the above algorithm:

Algorithm takes = O(1 + n + n + n)

                           = O(n)          

//java code

public class SortIntegers {

  public static void sort(int[] arr) {

    int min = arr[0];

    int max = arr[0];

    for (int i = 0; i < arr.length; ++i) {

      if (arr[i] > max) {

        max = arr[i];

      }

      if (arr[i] < min) {

        min = arr[i];

      }

    }

    int counts[] = new int[max - min + 1];

    for (int i = 0; i < arr.length; ++i) {

      counts[arr[i] - min]++;

    }

    for (int i = 0; i < counts.length; ++i) {

      if (counts[i] > 1) {

        System.out.print((i + min) + " ");

      }

    }

    

    System.out.println();

  }

  public static void main(String[] args) {

    sort(new int[] { 5, 4, 10, 2, 4, 10, 5, 3, 1 });

  }

}

Taran is concerned with the security of his macros in a database. Which security option could he use to provide protection?

digital signatures
hide database objects
start-up options
secure VBA code

Answers

Answer:security VBA code

Explanation:

Other Questions
help .......................................... What does Leeching plan to do with her future? Can anyone please help me Ill give you brain list Once Lincoln issued the EmancipationProclamation, the war became aboutslavery. Did that matter to the British? need helpWhich is the verbal expression for k10? Rafael drove 819 miles in 13 hours. At the same rate how many miles would he drive in 5 hours 17,, plz help plz plz plz 20 points through: (2,-2) slope = -2y=mx+b-2=-2(2)+b what ur answer What was a major reason Constantinople fell to the Ottoman Turks in 1453?A. The city was weak after many years of constant attack. B. The city was betrayed after the army changed sides. C. The city was betrayed after its ruler accepted a bribe. D. The city was weak after suffering an outbreak of plague. lilli / Toga35 . . . u there????? 2. Do you think Penelope will welcome Odysseus instantly once he has slain the suitors 2. 2 1 1 35' 4210IArrange the fractions in ascending order.D a) 1 1 2 32' 4' 5' 10O c 1 3 2 2 1 4' 10' 5' 2b) 3 2 1 110' 54'2Id) 1 2 1 32' 5' 4' 10 -2/7 + 1/3 , what would this be? how the West Africans used it to maintain their empires. A +6.33 uC charge q1 is attracted by a force of 0.115 N to a second charge q2 that is 1.44 m away. What is the value of q2? Why do different parts of the world have such different animals? Which organization compiles data on individuals and businesses to report on their credit?TransUnionThe Bureau of Consumer ProtectionThe National Credit Union AdministrationVantage Scores Why is it important to include details in your research report that help readers to visualize?so that your readers will stay interested and care about your topicto show your readers how much you know about the topicso that it will take longer for readers to finish reading your repot guys please help me, im really having a hard time on those questions and more other questions please!! Why do you think the Igbo people have so much superstition surrounding ogbanje children? Select all that apply. They believe in reincarnation (life after death). o They do not have any medical or scientific explanations concerning infant mortality. O So many children die in infancy that it helps ease the emotional pain of their deaths. All the other villages have the same belief.