logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1237752 total)

De las uniones celulares y su utilidad en la medicina  es correcto afirmar:
Переглянути це питання

A database contains 1,000,000 records which can be sorted into ascending order by an ID number. We are searching for the record whose ID number is X. Suppose it takes 1 microsecond to compare one record with X. There are two implementations of the database: one uses a linear list, and one uses a binary search tree. Which statement is true?

0%
0%
0%
Переглянути це питання
An algorithm that has time complexity of O(n^2) requires 1 second

to process 10 input records. Approximately how long does it take

to process 1000 input records?

0%
0%
0%
0%
0%
Переглянути це питання

Exprimer pour

Переглянути це питання
Which instruction performs R5 := (*R4)?
0%
0%
0%
0%
Переглянути це питання
Переглянути це питання

Consider this program fragment:

i := 0;

sum := 0;

while i<n do

   { sum := sum + i;

     i := i + 1;

   }

a := sum;

Which of the following is a correct translation from high to low level?

0%
0%
Переглянути це питання

Suppose R1 contains 00c6 and R2 contains 0dc1.

What is the effective address in this instruction?

lea  R2,8[R1]

Give the answer as a single hex word, with no $.

Example format of answer: f32b (four consecutive hex digits)

Переглянути це питання
Which instruction adds 5 to register R2?
Переглянути це питання
Which instruction puts a pointer to x into R3?
0%
0%
0%
0%
Переглянути це питання